aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-06-22futex: Prepare futex_lock_pi() for runtime clock selectionThomas Gleixner1-1/+2
2021-06-22lockdep: Fix wait-type for empty stackPeter Zijlstra1-1/+1
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng1-1/+11
2021-06-22locking/lockdep: Remove the unnecessary trace savingBoqun Feng1-3/+0
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng1-2/+106
2021-06-22sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort1-0/+2
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort1-5/+12
2021-06-22clockevents: Add missing parameter documentationBaokun Li1-0/+1
2021-06-22signal: Prevent sigqueue caching after task got releasedThomas Gleixner1-1/+16
2021-06-22bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski1-1/+1
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel1-0/+28
2021-06-22locking/lockdep: Improve noinstr vs errorsPeter Zijlstra1-1/+3
2021-06-22printk: fix cpu lock orderingJohn Ogness1-3/+50
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness1-0/+69
2021-06-22dma-debug: report -EEXIST errors in add_dma_entryHamza Mahfooz1-4/+2
2021-06-22dma-mapping: remove a trailing spaceZhen Lei1-1/+1
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee1-8/+15
2021-06-21reboot: Add hardware protection power-offMatti Vaittinen1-0/+79
2021-06-21cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner1-0/+49
2021-06-20Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+25
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-66/+120
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-7/+61
2021-06-18Merge tag 'trace-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-14/+3
2021-06-18Merge tag 'printk-for-5.13-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+1
2021-06-18Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2021-06-18tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)1-3/+3
2021-06-18tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)1-9/+0
2021-06-18tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)1-2/+0
2021-06-18sched: Change task_struct::statePeter Zijlstra14-68/+76
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra1-1/+1
2021-06-18sched: Add get_current_state()Peter Zijlstra2-4/+4
2021-06-18sched,perf,kvm: Fix preemption conditionPeter Zijlstra1-4/+3
2021-06-18sched: Introduce task_is_running()Peter Zijlstra7-10/+9
2021-06-18sched: Unbreak wakeupsPeter Zijlstra1-1/+1
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar10-68/+71
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)1-2/+2
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-109/+475
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)1-11/+29
2021-06-17sched/fair: Age the average idle timePeter Zijlstra3-4/+29
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2-1/+2
2021-06-17sched/fair: Take thermal pressure into account while estimating energyLukasz Luba1-3/+8
2021-06-17sched/fair: Return early from update_tg_cfs_load() if delta == 0Dietmar Eggemann1-1/+4
2021-06-17sched/pelt: Check that *_avg are null when *_sum areVincent Guittot1-0/+9
2021-06-17bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann1-18/+43
2021-06-16bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng1-1/+1
2021-06-16crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu1-0/+1
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal1-1/+1
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima1-0/+13
2021-06-14bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann1-4/+40