summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-01-29rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney
2022-01-27taskstats: Cleanup the use of task->exit_codeEric W. Biederman
2022-01-27bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann
2022-01-27bpf: Fix mount source show for bpffsYafang Shao
2022-01-27tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt
2022-01-27tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang
2022-01-27tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko
2022-01-27sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin
2022-01-27cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin
2022-01-27tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2022-01-27tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2022-01-27tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave
2022-01-27signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman
2022-01-27audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore
2022-01-27rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa
2022-01-27psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen
2022-01-27bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2022-01-27clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long
2022-01-27bpf: Fix verifier support for validation of async callbacksKris Van Hees
2022-01-27bpf: Don't promote bogus looking registers after null check.Daniel Borkmann
2022-01-27bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang
2022-01-27rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2022-01-27bpf: Remove config check to enable bpf support for branch recordsKajol Jain
2022-01-27bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao
2022-01-27bpf: Adjust BTF log size limit.Alexei Starovoitov
2022-01-27sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort
2022-01-27sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort
2022-01-27rcu: Avoid alloc_pages() when recording stackJun Miao
2022-01-27kernel/locking: Use a pointer in ww_mutex_trylock().Sebastian Andrzej Siewior
2022-01-27dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson
2022-01-16bpf: Fix out of bounds access from invalid *_or_null type verificationDaniel Borkmann
2022-01-16workqueue: Fix unbind_workers() VS wq_worker_sleeping() raceFrederic Weisbecker
2022-01-16workqueue: Fix unbind_workers() VS wq_worker_running() raceFrederic Weisbecker
2022-01-07Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-06Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-06cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-01-06cgroup: Use open-time credentials for process migraton perm checksTejun Heo
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-12-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo
2021-12-23Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-12-19Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-19Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-12-19Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-12-18locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Zqiang
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao