summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+7
* tracing: Fix return value of __setup handlersRandy Dunlap2022-03-082-3/+3
* tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-081-3/+3
* sched: Fix yet more sched_fork() racesPeter Zijlstra2022-03-082-14/+33
* blktrace: fix use after free for struct blk_traceYu Kuai2022-03-081-8/+18
* ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman2022-03-081-1/+13
* bpf: Fix possible race in inc_misses_counterHe Fengqing2022-03-081-2/+3
* bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet2022-03-082-9/+15
* tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang2022-03-081-0/+2
* tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang2022-03-081-0/+5
* tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave2022-03-081-6/+7
* signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman2022-03-081-10/+10
* tracing: Add ustring operation to filtering string pointersSteven Rostedt2022-03-081-24/+57
* sched/fair: Fix fault in reweight_entityTadeusz Struk2022-03-081-5/+6
* tracing: Add test for user space strings when filtering on string pointersSteven Rostedt2022-03-081-3/+63
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-03-021-6/+46
* tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-03-021-1/+6
* bpf: Add schedule points in batch opsEric Dumazet2022-03-021-0/+3
* cgroup-v1: Correct privileges check in release_agent writesMichal Koutný2022-03-021-2/+4
* cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-03-021-0/+2
* lockdep: Correct lock_classes index mappingCheng Jui Wang2022-02-231-2/+2
* copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long2022-02-231-4/+3
* ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman2022-02-231-5/+14
* rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman2022-02-231-2/+1
* ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman2022-02-231-5/+5
* ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman2022-02-231-7/+2
* ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman2022-02-231-3/+2
* ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman2022-02-231-1/+2
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook2022-02-231-3/+2
* Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2022-02-232-23/+5
* perf: Fix list corruption in perf_cgroup_switch()Song Liu2022-02-161-2/+2
* signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook2022-02-161-2/+3
* seccomp: Invalidate seccomp mode to catch death failuresKees Cook2022-02-161-0/+10
* PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki2022-02-163-4/+5
* perf: Always wake the parent eventJames Clark2022-02-161-2/+10
* PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński2022-02-161-14/+7
* sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-02-161-9/+3
* tracing: Propagate is_signed to expressionTom Zanussi2022-02-161-0/+3
* cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long2022-02-081-0/+10
* perf: Copy perf_event_attr::sig_data on modificationMarco Elver2022-02-081-0/+16
* bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao2022-02-081-1/+1
* audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore2022-02-081-19/+43
* cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding2022-02-051-2/+1
* cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-051-0/+14
* psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-02-011-38/+41
* perf/core: Fix cgroup event list managementNamhyung Kim2022-02-011-2/+9
* sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-02-012-4/+16
* perf: Fix perf_event_read_local() timePeter Zijlstra2022-02-011-100/+146
* sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-02-011-4/+5