summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin2022-08-251-1/+2
* profiling: fix shift too large makes kernel panicChen Zhongjin2022-08-251-0/+7
* PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa2022-08-251-1/+12
* bpf: Make sure mac_header was set before using itEric Dumazet2022-07-291-3/+5
* perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-291-14/+31
* signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-211-4/+4
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-14/+23
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-07-021-18/+0
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-06-251-0/+16
* random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-06-251-0/+11
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-251-1/+1
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
* tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-06-141-3/+3
* ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-06-141-3/+2
* perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-251-0/+14
* cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-181-2/+5
* tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-04-271-1/+8
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-04-271-6/+46
* smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-201-1/+1
* cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-04-202-7/+19
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-04-203-28/+57
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-04-202-4/+20
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-201-2/+4
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-201-0/+3
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-201-10/+0
* PM: suspend: fix return value of __setup handlerRandy Dunlap2022-04-201-4/+4
* PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-04-201-1/+1
* ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn2022-04-201-15/+32
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+8
* cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-03-021-0/+2
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* taskstats: Cleanup the use of task->exit_codeEric W. Biederman2022-02-231-4/+3
* 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
* seccomp: Invalidate seccomp mode to catch death failuresKees Cook2022-02-161-0/+10
* bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2022-02-162-5/+27
* cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-111-0/+24
* audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore2022-02-081-19/+43
* bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2022-02-081-8/+51
* PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman2022-02-081-8/+4
* cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2022-01-271-2/+2
* sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2022-01-271-5/+18
* tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-111-2/+2
* tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-111-1/+1
* timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-221-2/+1
* audit: improve robustness of the audit queue handlingPaul Moore2021-12-221-11/+10
* tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-221-0/+3
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+8
* bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-141-1/+1