summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2022-02-23ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman
2022-02-23ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman
2022-02-23ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman
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-16perf: Fix list corruption in perf_cgroup_switch()Song Liu
2022-02-16signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook
2022-02-16seccomp: Invalidate seccomp mode to catch death failuresKees Cook
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-16sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra
2022-02-16tracing: Propagate is_signed to expressionTom Zanussi
2022-02-08cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long
2022-02-08perf: Copy perf_event_attr::sig_data on modificationMarco Elver
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-01psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-02-01perf/core: Fix cgroup event list managementNamhyung Kim
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-01sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers
2022-02-01psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan