aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-21/+135
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Gravatar Linus Torvalds 1-5/+7
2021-06-28Merge tag 'regulator-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+79
2021-06-27Revert "signal: Allow tasks to cache one sigqueue struct"Gravatar Linus Torvalds 3-59/+2
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageGravatar Hugh Dickins 1-2/+1
2021-06-24kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Gravatar Petr Mladek 1-11/+24
2021-06-24kthread_worker: split code for canceling the delayed work timerGravatar Petr Mladek 1-17/+29
2021-06-24Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+16
2021-06-24Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+28
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+3
2021-06-23Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+15
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextGravatar Mark Brown 1-0/+79
2021-06-22module: limit enabling module.sig_enforceGravatar Mimi Zohar 1-5/+9
2021-06-22locking/lockdep: Correct the description error for check_redundant()Gravatar Xiongwei Song 1-1/+1
2021-06-22futex: Provide FUTEX_LOCK_PI2 to support clock selectionGravatar Thomas Gleixner 1-1/+6
2021-06-22futex: Prepare futex_lock_pi() for runtime clock selectionGravatar Thomas Gleixner 1-1/+2
2021-06-22lockdep: Fix wait-type for empty stackGravatar Peter Zijlstra 1-1/+1
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Gravatar Boqun Feng 1-1/+11
2021-06-22locking/lockdep: Remove the unnecessary trace savingGravatar Boqun Feng 1-3/+0
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSGravatar Boqun Feng 1-2/+106
2021-06-22signal: Prevent sigqueue caching after task got releasedGravatar Thomas Gleixner 1-1/+16
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingGravatar Rik van Riel 1-0/+28
2021-06-22locking/lockdep: Improve noinstr vs errorsGravatar Peter Zijlstra 1-1/+3
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetGravatar Bumyong Lee 1-8/+15
2021-06-21reboot: Add hardware protection power-offGravatar Matti Vaittinen 1-0/+79
2021-06-20Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-19/+25
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-7/+61
2021-06-18Merge tag 'trace-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-14/+3
2021-06-18Merge tag 'printk-for-5.13-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-06-18Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+0
2021-06-18tracing: Do no increment trace_clock_global() by oneGravatar Steven Rostedt (VMware) 1-3/+3
2021-06-18tracing: Do not stop recording comms if the trace file is being readGravatar Steven Rostedt (VMware) 1-9/+0
2021-06-18tracing: Do not stop recording cmdlines when tracing is offGravatar Steven Rostedt (VMware) 1-2/+0
2021-06-16crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoGravatar Pingfan Liu 1-0/+1
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionGravatar Punit Agrawal 1-1/+1
2021-06-14bpf: Fix leakage under speculation on mispredicted branchesGravatar Daniel Borkmann 1-4/+40
2021-06-14bpf: Do not mark insn as seen under speculative path verificationGravatar Daniel Borkmann 1-2/+18
2021-06-14bpf: Inherit expanded/patched seen count from old aux dataGravatar Daniel Borkmann 1-1/+3
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleGravatar Odin Ugedal 1-19/+25
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Gravatar Viresh Kumar 1-1/+0
2021-06-12Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-24/+24
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-3/+2
2021-06-11Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+8
2021-06-10Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2021-06-10cgroup1: don't allow '\n' in renamingGravatar Alexander Kuznetsov 1-0/+4
2021-06-10irq_work: Make irq_work_queue() NMI-safe againGravatar Peter Zijlstra 1-3/+0
2021-06-08tracing: Correct the length check which causes memory corruptionGravatar Liangyan 1-1/+1
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Gravatar Steven Rostedt (VMware) 1-1/+7
2021-06-04Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-22/+17
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingGravatar Dietmar Eggemann 3-13/+6