summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-27nvdla: add NVDLA driverFarzad Farshchi1-0/+1
2022-03-16watch_queue: Make comment about setting ->defunct more accurateDavid Howells1-1/+1
2022-03-16watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells1-1/+1
2022-03-16watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells1-0/+1
2022-03-16watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells1-1/+2
2022-03-16watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells1-1/+1
2022-03-16watch_queue: Fix to release page in ->release()David Howells1-0/+1
2022-03-16watch_queue: Fix filter limit checkDavid Howells1-2/+2
2022-03-16swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic1-8/+15
2022-03-16tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira1-0/+11
2022-03-16tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne1-0/+20
2022-03-16tracing: Fix selftest config check for function graph start up testChristophe Leroy1-4/+2
2022-03-16tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira1-21/+32
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle1-4/+6
2022-03-16swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic1-1/+2
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+7
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap2-3/+3
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)1-3/+3
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra2-14/+33
2022-03-08blktrace: fix use after free for struct blk_traceYu Kuai1-8/+18
2022-03-08ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman1-1/+13
2022-03-08tracing: Add ustring operation to filtering string pointersSteven Rostedt1-24/+57
2022-03-08sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-03-08tracing: Add test for user space strings when filtering on string pointersSteven Rostedt1-3/+63
2022-03-02tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)1-6/+46
2022-03-02tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira1-1/+6
2022-03-02bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi1-2/+3
2022-03-02bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi1-21/+73
2022-03-02bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-03-02cgroup-v1: Correct privileges check in release_agent writesMichal Koutný1-2/+4
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao1-0/+2
2022-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo1-0/+4
2022-02-23lockdep: Correct lock_classes index mappingCheng Jui Wang1-2/+2
2022-02-23copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long1-4/+3
2022-02-23ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman1-5/+14
2022-02-23rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman1-2/+1
2022-02-23ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman1-5/+5
2022-02-23ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman1-1/+2
2022-02-23ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman1-7/+2
2022-02-23gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook1-3/+2
2022-02-23Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2-23/+5
2022-02-23bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo7-24/+38
2022-02-23bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2-6/+28
2022-02-23bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2-2/+2
2022-02-23bpf: Introduce MEM_RDONLY flagHao Luo3-38/+53
2022-02-23bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo3-175/+133
2022-02-23bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2-27/+27
2022-02-23bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo1-25/+14
2022-02-16perf: Fix list corruption in perf_cgroup_switch()Song Liu1-2/+2
2022-02-16signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook1-2/+3