summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa-21/+1
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang-2/+1
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusPetr Mladek-5/+49
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek-1/+54
2022-03-21watch_queue: Actually free the watchDavid Howells-0/+1
2022-03-21watch_queue: Fix NULL dereference in error cleanupDavid Howells-1/+1
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi-1/+5
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim-32/+24
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu-23/+47
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong-29/+68
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)-1/+61
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi-10/+11
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi-37/+53
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki-10/+12
2022-03-18Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki-1/+1
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman-13/+19
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman-9/+12
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa-2/+114
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa-1/+21
2022-03-17bpf: Add bpf_get_func_ip kprobe helper for multi kprobe linkJiri Olsa-1/+15
2022-03-17bpf: Add multi kprobe linkJiri Olsa-5/+232
2022-03-17kallsyms: Skip the name search for empty stringJiri Olsa-0/+4
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu-1/+18
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu-9/+116
2022-03-17rethook: Add a generic return hookMasami Hiramatsu-0/+334
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu-0/+224
2022-03-17ftrace: Add ftrace_set_filter_ips functionJiri Olsa-9/+49
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+45
2022-03-17livepatch: Don't block removal of patches that are safe to unloadChengming Zhou-2/+9
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai-0/+1
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao-3/+5
2022-03-15user_events: Add trace event call as root for low permission casesBeau Belgrave-2/+37
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar-8/+7
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar-1/+3
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra-1/+1
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra-1/+1
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra-14/+52
2022-03-15x86/livepatch: Validate __fentry__ locationPeter Zijlstra-17/+2
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra-30/+46
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar-107/+269
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar-163/+369
2022-03-14Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar-107/+269
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner-17/+29
2022-03-13cgroup: cleanup commentsTom Rix-6/+6
2022-03-11tracing/user_events: Use alloc_pages instead of kzalloc() for register pagesSteven Rostedt (Google)-6/+8
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds-11/+11
2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells-1/+1
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells-1/+1
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells-0/+1
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells-1/+2