summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa2-21/+1
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang1-2/+1
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusPetr Mladek2-5/+49
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek1-1/+54
2022-03-21watch_queue: Actually free the watchDavid Howells1-0/+1
2022-03-21watch_queue: Fix NULL dereference in error cleanupDavid Howells1-1/+1
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi1-1/+5
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim1-32/+24
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu1-23/+47
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong4-29/+68
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)1-1/+61
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi1-10/+11
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi1-37/+53
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki3-10/+12
2022-03-18Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-1/+1
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2-2/+114
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa2-1/+21
2022-03-17bpf: Add bpf_get_func_ip kprobe helper for multi kprobe linkJiri Olsa1-1/+15
2022-03-17bpf: Add multi kprobe linkJiri Olsa2-5/+232
2022-03-17kallsyms: Skip the name search for empty stringJiri Olsa1-0/+4
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu1-1/+18
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu2-9/+116
2022-03-17rethook: Add a generic return hookMasami Hiramatsu5-0/+334
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu3-0/+224
2022-03-17ftrace: Add ftrace_set_filter_ips functionJiri Olsa1-9/+49
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+45
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai1-0/+1
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao2-3/+5
2022-03-15user_events: Add trace event call as root for low permission casesBeau Belgrave1-2/+37
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar1-1/+3
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar25-107/+269
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar33-163/+369
2022-03-14Merge tag 'v5.17-rc8' into irq/core, to fix conflictsIngo Molnar25-107/+269
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner3-17/+29
2022-03-13cgroup: cleanup commentsTom Rix2-6/+6
2022-03-11tracing/user_events: Use alloc_pages instead of kzalloc() for register pagesSteven Rostedt (Google)1-6/+8
2022-03-11Merge branch 'davidh' (fixes from David Howells)Linus Torvalds1-11/+11
2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells1-1/+1
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells1-1/+1
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells1-0/+1
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells1-1/+2
2022-03-11watch_queue: Use the bitmap API when applicableChristophe JAILLET1-5/+2
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells1-1/+1
2022-03-11watch_queue: Fix to release page in ->release()David Howells1-0/+1
2022-03-11watch_queue: Fix filter limit checkDavid Howells1-2/+2
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)2-0/+20
2022-03-11tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)1-0/+28
2022-03-11tracing: Fix strncpy warning in trace_events_synth.cTom Zanussi1-4/+1
2022-03-11user_events: Prevent dyn_event delete racing with ioctl add/deleteBeau Belgrave1-6/+40
2022-03-10bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepableRoberto Sassu1-0/+1