aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-11kernel: exit: cleanup release_thread()Gravatar Kefeng Wang 1-0/+4
2022-09-11panic, kexec: make __crash_kexec() NMI safeGravatar Valentin Schneider 4-20/+30
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksGravatar Valentin Schneider 2-5/+14
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolGravatar Stephen Brennan 1-0/+1
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2022-08-26wait_on_bit: add an acquire memory barrierGravatar Mikulas Patocka 1-1/+1
2022-08-25audit: move audit_return_fixup before the filtersGravatar Richard Guy Briggs 1-2/+2
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Gravatar Tetsuo Handa 1-0/+2
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-46/+33
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-33/+60
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-4/+6
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2022-08-23cgroup: Fix race condition at rebind_subsystems()Gravatar Jing-Ting Wu 1-0/+1
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGravatar Gaosheng Cui 1-0/+1
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedGravatar Wang Jingjin 1-46/+33
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentGravatar Steven Rostedt (Google) 1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooGravatar Steven Rostedt (Google) 1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesGravatar Steven Rostedt (Google) 1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsGravatar Steven Rostedt (Google) 1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringGravatar Steven Rostedt (Google) 1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsGravatar Steven Rostedt (Google) 1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadGravatar Yang Jihong 1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsGravatar Steven Rostedt (Google) 1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Gravatar Lukas Bulwahn 1-1/+1
2022-08-20kprobes: don't call disarm_kprobe() for disabled kprobesGravatar Kuniyuki Iwashima 1-4/+5
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Gravatar Randy Dunlap 1-0/+1
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+1
2022-08-17net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()Gravatar David Howells 1-1/+1
2022-08-17cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockGravatar Tejun Heo 2-25/+55
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Gravatar Hao Jia 2-3/+3
2022-08-15sched/psi: Zero the memory of struct psi_groupGravatar Hao Jia 1-5/+1
2022-08-15module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=mGravatar David Gow 1-1/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+0
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+4
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-25/+0
2022-08-12xen: remove XEN_SCRUB_PAGES in xen.configGravatar Lukas Bulwahn 1-1/+0
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 6-23/+51
2022-08-10bpf: Shut up kern_sys_bpf warning.Gravatar Alexei Starovoitov 1-0/+8
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 5-17/+40
2022-08-10net: refactor bpf_sk_reuseport_detach()Gravatar Hawkins Jiawei 1-6/+3
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-35/+150
2022-08-10bpf: Only allow sleepable program for resched-able iteratorGravatar Hou Tao 1-1/+10
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorGravatar Hou Tao 1-0/+2
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorGravatar Hou Tao 1-0/+6
2022-08-10bpf: Disallow bpf programs call prog_run command.Gravatar Alexei Starovoitov 1-6/+14
2022-08-09bpf: Don't reinit map value in prealloc_lru_popGravatar Kumar Kartikeya Dwivedi 1-5/+1