summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-31audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui
2022-08-25bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-21sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-08-21timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-08-21sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-21sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann
2022-08-21kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin
2022-08-21profiling: fix shift too large makes kernel panicChen Zhongjin
2022-08-21wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2022-08-21bpf: Fix subprog names in stack traces.Alexei Starovoitov
2022-08-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-08-21blktrace: Trace remapped requests correctlyBart Van Assche
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2022-08-21locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra
2022-08-21PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa
2022-08-21genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland
2022-08-21genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo
2022-08-21lockdep: Allow tuning tracing capacity constants.Tetsuo Handa
2022-08-03watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds
2022-08-03watch_queue: Fix missing rcu annotationDavid Howells
2022-07-29watch-queue: remove spurious double semicolonLinus Torvalds
2022-07-29watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra
2022-07-21signal handling: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-21mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song
2022-07-21ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu
2022-07-21sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada
2022-06-22dma-direct: don't over-decrypt memoryRobin Murphy
2022-06-22dma-debug: make things less spammy under memory pressureRob Clark
2022-06-22bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang