summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-10-26gcov: support GCC 12.1 and newer compilersMartin Liska1-2/+16
2022-10-26rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang1-1/+1
2022-10-26rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko1-8/+9
2022-10-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou1-4/+43
2022-10-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou1-1/+1
2022-10-26cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long1-7/+11
2022-10-26bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones1-0/+2
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-10-26tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long1-0/+23
2022-10-26ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)1-0/+33
2022-10-26ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-0/+39
2022-10-26ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)1-1/+2
2022-10-26ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)1-1/+1
2022-10-26ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)1-1/+9
2022-10-26ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian1-2/+6
2022-10-26livepatch: fix race between fork and KLP transitionRik van Riel1-2/+16
2022-10-05swiotlb: max mapping size takes min align mask into accountTianyu Lan1-1/+12
2022-09-28workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa1-4/+2
2022-09-23cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa1-0/+2
2022-09-23tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou1-3/+3
2022-09-15swiotlb: avoid potential left shift overflowChao Gao1-1/+4
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-0/+1
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2-25/+55
2022-09-15cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo1-3/+13
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt1-0/+1
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui1-1/+3
2022-09-05kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima1-4/+5
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann1-6/+4
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap1-0/+1
2022-08-31audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui1-0/+1
2022-08-25bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk1-10/+60
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour1-5/+16
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao1-0/+2
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao1-0/+6
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-21sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-08-21timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld1-1/+6
2022-08-21sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2-4/+6
2022-08-21sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann3-44/+24
2022-08-21kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin1-1/+2
2022-08-21profiling: fix shift too large makes kernel panicChen Zhongjin1-0/+7
2022-08-21wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-0/+1
2022-08-21bpf: Fix subprog names in stack traces.Alexei Starovoitov1-3/+1
2022-08-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-08-21blktrace: Trace remapped requests correctlyBart Van Assche1-1/+1
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig1-27/+17
2022-08-21locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra1-3/+4