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-08-21
tracing/eprobes: Do not hardcode $comm as a string
Steven Rostedt (Google)
-2
/
+3
2022-08-21
tracing/eprobes: Do not allow eprobes to use $stack, or % for regs
Steven Rostedt (Google)
-8
/
+13
2022-08-21
ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead
Yang Jihong
-0
/
+10
2022-08-21
tracing/perf: Fix double put of trace event when init fails
Steven Rostedt (Google)
-3
/
+4
2022-08-21
tracing: React to error return from traceprobe_parse_event_name()
Lukas Bulwahn
-1
/
+1
2022-08-20
kprobes: don't call disarm_kprobe() for disabled kprobes
Kuniyuki Iwashima
-4
/
+5
2022-08-20
kernel/sys_ni: add compat entry for fadvise64_64
Randy Dunlap
-0
/
+1
2022-08-19
locking: Add __lockfunc to slow path functions
Namhyung Kim
-5
/
+5
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-30
/
+5
2022-08-18
Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-1
/
+1
2022-08-18
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
-0
/
+5
2022-08-18
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
-1
/
+3
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-114
/
+157
2022-08-17
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
-1
/
+1
2022-08-18
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
-1
/
+1
2022-08-17
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
-25
/
+55
2022-08-16
bpf-lsm: Make bpf_lsm_userns_create() sleepable
Frederick Lawler
-0
/
+1
2022-08-16
security, lsm: Introduce security_create_user_ns()
Frederick Lawler
-0
/
+5
2022-08-16
workqueue: don't skip lockdep work dependency in cancel_work_sync()
Tetsuo Handa
-4
/
+2
2022-08-15
audit: fix repeated words in comments
Jilin Yuan
-1
/
+1
2022-08-15
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
-3
/
+3
2022-08-15
sched/psi: Zero the memory of struct psi_group
Hao Jia
-5
/
+1
2022-08-15
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
-4
/
+3
2022-08-15
module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
David Gow
-1
/
+1
2022-08-14
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-1
/
+0
2022-08-13
Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-3
/
+4
2022-08-13
Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-block
Linus Torvalds
-25
/
+0
2022-08-12
xen: remove XEN_SCRUB_PAGES in xen.config
Lukas Bulwahn
-1
/
+0
2022-08-12
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
-25
/
+26
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-23
/
+51
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
-0
/
+8
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-17
/
+40
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
-6
/
+3
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
-23
/
+22
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
-7
/
+7
2022-08-10
bpf: Use bpf_map_area_free instread of kvfree
Yafang Shao
-2
/
+2
2022-08-10
bpf: Remove unneeded memset in queue_stack_map creation
Yafang Shao
-2
/
+0
2022-08-10
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
-35
/
+150
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
-1
/
+10
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
-0
/
+2
2022-08-10
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
-0
/
+6
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
-6
/
+14
2022-08-10
bpf: export crash_kexec() as destructive kfunc
Artem Savkov
-0
/
+18
2022-08-10
bpf: add destructive kfunc flag
Artem Savkov
-0
/
+5
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
-5
/
+1
2022-08-09
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
-18
/
+20
2022-08-09
time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64
Youngmin Nam
-2
/
+2
2022-08-09
bpf: Always return corresponding btf_type in __get_type_size()
Yonghong Song
-5
/
+4
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
-0
/
+15
2022-08-09
bpf: Cleanup check_refcount_ok
Dave Marchevsky
-45
/
+29
[prev]
[next]