aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-10-22cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang1-1/+3
2021-10-22bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai1-2/+3
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+3
2021-10-22bpf: Add BTF_KIND_DECL_TAG typedef supportYonghong Song1-2/+2
2021-10-22sched/core: Remove rq_relock()Peng Wang1-8/+0
2021-10-22sched: Improve wake_up_all_idle_cpus() take #2Peter Zijlstra1-7/+5
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-74/+173
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-24/+59
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2-2/+7
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen1-0/+2
2021-10-21kprobes: convert tests to kunitSven Schnelle2-165/+58
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann1-10/+5
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)1-14/+20
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa1-0/+62
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa1-0/+142
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-21PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin1-2/+3
2021-10-21PM: hibernate: swap: Use vzalloc() and kzalloc()Cai Huoqing1-10/+4
2021-10-21PM: hibernate: fix sparse warningsAnders Roxell1-2/+2
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)1-2/+4
2021-10-20Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-36/+48
2021-10-20genirq: Export irq_gc_noop()Florian Fainelli1-0/+1
2021-10-20genirq: Export irq_gc_{unmask_enable,mask_disable}_regFlorian Fainelli1-0/+2
2021-10-20reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman1-1/+0
2021-10-20bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet2-5/+2
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan2-77/+97
2021-10-20Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-2/+3
2021-10-20ucounts: Use atomic_long_sub_return for clarityEric W. Biederman1-3/+3
2021-10-20ucounts: Add get_ucounts_or_wrap for clarityEric W. Biederman1-4/+10
2021-10-20ucounts: Remove unnecessary test for NULL ucount in get_ucountsEric W. Biederman1-1/+1
2021-10-20ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman1-3/+2
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman1-2/+0
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2-12/+2
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)1-6/+6
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)1-13/+10
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi1-9/+4
2021-10-19Revert "PM: sleep: Do not assume that "mem" is always present"Rafael J. Wysocki1-2/+2
2021-10-19workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong1-4/+11
2021-10-19ucounts: Proper error handling in set_cred_ucountsEric W. Biederman1-2/+3
2021-10-19ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_credsEric W. Biederman1-1/+1
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin1-0/+1
2021-10-19locking/rwsem: Fix comments about reader optimistic lock stealing conditionsYanfei Xu1-2/+1
2021-10-19locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()Yanfei Xu2-12/+24
2021-10-19locking/rwsem: Disable preemption for spinning regionYanfei Xu1-23/+30
2021-10-19futex: Fix PREEMPT_RT buildPeter Zijlstra1-0/+4