summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-08swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-03-28rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney
2022-03-28cgroup-v1: Correct privileges check in release_agent writesMichal Koutný
2022-03-28cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-03-28cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-03-16watch_queue: Fix filter limit checkDavid Howells
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-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
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/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann
2022-03-08sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider
2022-03-08rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker
2022-03-08tracing: Add ustring operation to filtering string pointersSteven Rostedt
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-02bpf: Add schedule points in batch opsEric Dumazet
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-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-23gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook
2022-02-23Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv
2022-02-23rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney
2022-02-16perf: Fix list corruption in perf_cgroup_switch()Song Liu
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2022-02-16perf: Always wake the parent eventJames Clark
2022-02-16PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński
2022-02-16tracing: Propagate is_signed to expressionTom Zanussi
2022-02-08cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long
2022-02-08bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao
2022-02-08audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore
2022-02-05cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding
2022-02-05cgroup-v1: Require capabilities to set release_agentEric W. Biederman
2022-02-05psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan
2022-02-01sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot
2022-02-01perf: Fix perf_event_read_local() timePeter Zijlstra
2022-02-01kernel: delete repeated words in commentsRandy Dunlap
2022-02-01sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers
2022-02-01tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-02-01tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2022-02-01PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman