index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-03-21
Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
Jiri Olsa
-21
/
+1
2022-03-21
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
-2
/
+1
2022-03-21
Merge branch 'rework/fast-next-seq' into for-linus
Petr Mladek
-5
/
+49
2022-03-21
Merge branch 'for-5.18-panic-deadlocks' into for-linus
Petr Mladek
-1
/
+54
2022-03-21
watch_queue: Actually free the watch
David Howells
-0
/
+1
2022-03-21
watch_queue: Fix NULL dereference in error cleanup
David Howells
-1
/
+1
2022-03-20
bpf: Check for NULL return from bpf_get_btf_vmlinux
Kumar Kartikeya Dwivedi
-1
/
+5
2022-03-20
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
-32
/
+24
2022-03-20
bpf: Select proper size for bpf_prog_pack
Song Liu
-23
/
+47
2022-03-20
bpf: Enable non-atomic allocations in local storage
Joanne Koong
-29
/
+68
2022-03-20
tracing: Have type enum modifications copy the strings
Steven Rostedt (Google)
-1
/
+61
2022-03-19
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
-10
/
+11
2022-03-18
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
-37
/
+53
2022-03-18
Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'
Rafael J. Wysocki
-10
/
+12
2022-03-18
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
-1
/
+1
2022-03-18
ptrace: Return the signal to continue with from ptrace_stop
Eric W. Biederman
-13
/
+19
2022-03-18
ptrace: Move setting/clearing ptrace_message into ptrace_stop
Eric W. Biederman
-9
/
+12
2022-03-17
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
-2
/
+114
2022-03-17
bpf: Add support to inline bpf_get_func_ip helper on x86
Jiri Olsa
-1
/
+21
2022-03-17
bpf: Add bpf_get_func_ip kprobe helper for multi kprobe link
Jiri Olsa
-1
/
+15
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
-5
/
+232
2022-03-17
kallsyms: Skip the name search for empty string
Jiri Olsa
-0
/
+4
2022-03-17
fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
Masami Hiramatsu
-1
/
+18
2022-03-17
fprobe: Add exit_handler support
Masami Hiramatsu
-9
/
+116
2022-03-17
rethook: Add a generic return hook
Masami Hiramatsu
-0
/
+334
2022-03-17
fprobe: Add ftrace based probe APIs
Masami Hiramatsu
-0
/
+224
2022-03-17
ftrace: Add ftrace_set_filter_ips function
Jiri Olsa
-9
/
+49
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-13
/
+45
2022-03-17
livepatch: Don't block removal of patches that are safe to unload
Chengming Zhou
-2
/
+9
2022-03-17
configs/debug: restore DEBUG_INFO=y for overriding
Qian Cai
-0
/
+1
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
-3
/
+5
2022-03-15
user_events: Add trace event call as root for low permission cases
Beau Belgrave
-2
/
+37
2022-03-15
Merge branch 'x86/pasid' into x86/core, to resolve conflicts
Ingo Molnar
-8
/
+7
2022-03-15
sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=y
Ingo Molnar
-1
/
+3
2022-03-15
x86: Mark __invalid_creds() __noreturn
Peter Zijlstra
-1
/
+1
2022-03-15
exit: Mark do_group_exit() __noreturn
Peter Zijlstra
-1
/
+1
2022-03-15
x86/ibt,kprobes: Cure sym+0 equals fentry woes
Peter Zijlstra
-14
/
+52
2022-03-15
x86/livepatch: Validate __fentry__ location
Peter Zijlstra
-17
/
+2
2022-03-15
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
-30
/
+46
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
-107
/
+269
2022-03-15
Merge branch 'sched/fast-headers' into sched/core
Ingo Molnar
-163
/
+369
2022-03-14
Merge tag 'v5.17-rc8' into irq/core, to fix conflicts
Ingo Molnar
-107
/
+269
2022-03-14
Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
-17
/
+29
2022-03-13
cgroup: cleanup comments
Tom Rix
-6
/
+6
2022-03-11
tracing/user_events: Use alloc_pages instead of kzalloc() for register pages
Steven Rostedt (Google)
-6
/
+8
2022-03-11
Merge branch 'davidh' (fixes from David Howells)
Linus Torvalds
-11
/
+11
2022-03-11
watch_queue: Make comment about setting ->defunct more accurate
David Howells
-1
/
+1
2022-03-11
watch_queue: Fix lack of barrier/sync/lock between post and read
David Howells
-1
/
+1
2022-03-11
watch_queue: Free the alloc bitmap when the watch_queue is torn down
David Howells
-0
/
+1
2022-03-11
watch_queue: Fix the alloc bitmap size to reflect notes allocated
David Howells
-1
/
+2
[prev]
[next]