summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* watch_queue: Make comment about setting ->defunct more accurateDavid Howells2022-03-161-1/+1
* watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-161-1/+1
* watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells2022-03-161-0/+1
* watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells2022-03-161-1/+2
* watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells2022-03-161-1/+1
* watch_queue: Fix to release page in ->release()David Howells2022-03-161-0/+1
* watch_queue: Fix filter limit checkDavid Howells2022-03-161-2/+2
* swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic2022-03-161-8/+15
* tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira2022-03-161-0/+11
* tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne2022-03-161-0/+20
* tracing: Fix selftest config check for function graph start up testChristophe Leroy2022-03-161-4/+2
* tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira2022-03-161-21/+32
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-03-161-1/+2
* 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
* 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: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi2022-03-021-2/+3
* bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi2022-03-021-21/+73
* 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
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* 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: Handle wrapping in is_ucounts_overlimitEric W. Biederman2022-02-231-1/+2
* ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman2022-02-231-7/+2
* 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
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2022-02-237-24/+38
* bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2022-02-232-6/+28
* bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2022-02-232-2/+2
* bpf: Introduce MEM_RDONLY flagHao Luo2022-02-233-38/+53
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2022-02-233-175/+133
* bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2022-02-232-27/+27
* bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2022-02-231-25/+14
* 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