summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-04-08sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef
2022-04-08sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-04-08watch_queue: Actually free the watchDavid Howells
2022-04-08watch_queue: Fix NULL dereference in error cleanupDavid Howells
2022-04-08PM: suspend: fix return value of __setup handlerRandy Dunlap
2022-04-08PM: hibernate: fix __setup handler error handlingRandy Dunlap
2022-04-08audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs
2022-04-08tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)
2022-04-08ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn
2022-04-08locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long
2022-04-08Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-03-28rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney
2022-03-16watch_queue: Make comment about setting ->defunct more accurateDavid Howells
2022-03-16watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells
2022-03-16watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells
2022-03-16watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells
2022-03-16watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells
2022-03-16watch_queue: Fix to release page in ->release()David Howells
2022-03-16watch_queue: Fix filter limit checkDavid Howells
2022-03-16swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-03-16tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne
2022-03-16tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2022-03-16swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-03-08blktrace: fix use after free for struct blk_traceYu Kuai
2022-03-08ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman
2022-03-08bpf: Fix possible race in inc_misses_counterHe Fengqing
2022-03-08bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet
2022-03-08tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2022-03-08tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2022-03-08tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave
2022-03-08signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman
2022-03-08tracing: Add ustring operation to filtering string pointersSteven Rostedt
2022-03-08sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-03-08tracing: Add test for user space strings when filtering on string pointersSteven Rostedt
2022-03-02tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)
2022-03-02tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira
2022-03-02bpf: Add schedule points in batch opsEric Dumazet
2022-03-02cgroup-v1: Correct privileges check in release_agent writesMichal Koutný
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao
2022-02-23lockdep: Correct lock_classes index mappingCheng Jui Wang
2022-02-23copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long
2022-02-23ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman
2022-02-23rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman
2022-02-23ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman