summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-02-012-40/+37
* tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi2022-02-011-1/+2
* tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang2022-02-011-0/+1
* PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman2022-02-011-7/+4
* ucount: Make get_ucount a safe get_user replacementEric W. Biederman2022-02-011-0/+2
* bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao2022-02-011-2/+3
* rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney2022-01-291-3/+4
* taskstats: Cleanup the use of task->exit_codeEric W. Biederman2022-01-271-4/+3
* bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann2022-01-271-3/+6
* bpf: Fix mount source show for bpffsYafang Shao2022-01-271-2/+12
* tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko2022-01-271-4/+16
* tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt2022-01-271-4/+2
* tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang2022-01-271-1/+4
* sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin2022-01-271-47/+32
* cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2022-01-271-2/+2
* audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore2022-01-271-1/+17
* rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa2022-01-271-0/+5
* psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2022-01-272-18/+32
* clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long2022-01-271-9/+41
* bpf: Fix verifier support for validation of async callbacksKris Van Hees2022-01-271-0/+1