summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn-1/+1
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+1
2022-08-17net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells-1/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+4
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds-25/+0
2022-08-12xen: remove XEN_SCRUB_PAGES in xen.configLukas Bulwahn-1/+0
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-23/+51
2022-08-10bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov-0/+8
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-17/+40
2022-08-10net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei-6/+3
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-35/+150
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao-1/+10
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao-0/+2
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao-0/+6
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov-6/+14
2022-08-09bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi-5/+1
2022-08-09time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam-2/+2
2022-08-08Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds-2/+8
2022-08-08Merge tag 'sysctl-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-11/+9
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-33/+356
2022-08-08kernel/sysctl.c: Remove trailing white spaceFanjun Kong-6/+6
2022-08-08kernel/sysctl.c: Clean up indentation, replace spaces with tab.Fanjun Kong-2/+2
2022-08-08sysctl: Merge adjacent CONFIG_TREE_RCU blocksGeert Uytterhoeven-3/+1
2022-08-08bpf: Use proper target btf when exporting attach_btf_obj_idStanislav Fomichev-4/+3
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-30/+78
2022-08-06Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+17
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+3
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+16
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds-58/+303
2022-08-06posix-timers: Make do_clock_gettime() staticJiri Slaby-1/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-08-05bpf: Cleanup ftrace hash in bpf_trampoline_putJiri Olsa-1/+4
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-49/+1910
2022-08-04rv: Unlock on error path in rv_unregister_reactor()Dan Carpenter-2/+4
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-28/+1
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+21
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye-25/+0
2022-08-04sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman-2/+6
2022-08-04perf/core: Fix ';;' typoSlark Xiao-1/+1
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+9