summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-15swiotlb: avoid potential left shift overflowChao Gao
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2022-09-15cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui
2022-09-05kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap
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