summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-06-16crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu
2021-06-12Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-11Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-06-10Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-06-10cgroup1: don't allow '\n' in renamingAlexander Kuznetsov
2021-06-10irq_work: Make irq_work_queue() NMI-safe againPeter Zijlstra
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-06-04Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann
2021-06-03sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann
2021-05-31perf: Fix data race between pin_count increment/decrementMarco Elver
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot
2021-05-29Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-29seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-05-25bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-05-25bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-24cgroup: fix spelling mistakesZhen Lei
2021-05-23Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-22watchdog: reliable handling of timestampsPetr Mladek
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-21Merge tag 'modules-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-05-20Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-05-20bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang
2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest
2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest
2021-05-20bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann
2021-05-20wq: handle VM suspension in stall detectionSergey Senozhatsky
2021-05-20cgroup: disable controllers at parse timeShakeel Butt
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman
2021-05-18kcsan: Fix debugfs initcall return typeArnd Bergmann
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan
2021-05-17module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple