summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-06-141-0/+3
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-141-1/+1
* ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-06-141-3/+2
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-05-251-5/+8
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-05-251-1/+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
* genirq: Synchronize interrupt thread startupThomas Pfaff2022-05-123-10/+33
* tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-04-271-1/+8
* 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-152-7/+19
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-04-153-28/+57
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-04-152-4/+20
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-151-2/+2
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-151-2/+4
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-151-0/+3
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-151-10/+0
* PM: suspend: fix return value of __setup handlerRandy Dunlap2022-04-151-4/+4
* PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-04-151-1/+1
* ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn2022-04-151-15/+32
* cpuset: Fix unsafe lock order between cpuset lock and cpuslockZhang Qiao2022-03-231-2/+6
* sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann2022-03-231-1/+1
* sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2022-03-231-51/+48
* 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
* tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-081-3/+3
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-03-021-6/+46
* 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
* 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
* audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore2022-01-271-1/+17
* 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/+7
* bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-141-1/+1
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+3