aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-21Merge tag 'timers-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-21Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)
2022-03-21mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)
2022-03-21bpf: Fix kprobe_multi return probe backtraceJiri Olsa
2022-03-21Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"Jiri Olsa
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusPetr Mladek
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek
2022-03-21watch_queue: Actually free the watchDavid Howells
2022-03-21watch_queue: Fix NULL dereference in error cleanupDavid Howells
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi
2022-03-20bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim
2022-03-20bpf: Select proper size for bpf_prog_packSong Liu
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki
2022-03-18Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki
2022-03-18ptrace: Return the signal to continue with from ptrace_stopEric W. Biederman
2022-03-18ptrace: Move setting/clearing ptrace_message into ptrace_stopEric W. Biederman
2022-03-17bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa
2022-03-17bpf: Add support to inline bpf_get_func_ip helper on x86Jiri Olsa
2022-03-17bpf: Add bpf_get_func_ip kprobe helper for multi kprobe linkJiri Olsa
2022-03-17bpf: Add multi kprobe linkJiri Olsa
2022-03-17kallsyms: Skip the name search for empty stringJiri Olsa
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu
2022-03-17rethook: Add a generic return hookMasami Hiramatsu
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu
2022-03-17ftrace: Add ftrace_set_filter_ips functionJiri Olsa
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-17livepatch: Don't block removal of patches that are safe to unloadChengming Zhou
2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao
2022-03-15user_events: Add trace event call as root for low permission casesBeau Belgrave
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra