summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-10-03relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi-4/+1
2022-09-11latencytop: use the last element of latency_record of systemwuchi-2/+2
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel-0/+7
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi-18/+14
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang-1/+1
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang-6/+5
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang-9/+4
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak-7/+8
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak-7/+9
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco-4/+4
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-0/+4
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider-20/+30
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider-5/+14
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+1
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan-0/+1
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka-1/+1
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs-2/+2
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa-0/+2
2022-08-24Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-46/+33
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+60
2022-08-23Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+6
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu-0/+1
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui-0/+1
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin-46/+33
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-20kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima-4/+5
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap-0/+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-17cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo-25/+55
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia-3/+3
2022-08-15sched/psi: Zero the memory of struct psi_groupHao Jia-5/+1
2022-08-15module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=mDavid Gow-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