aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner2-1/+17
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner5-17/+28
2020-03-21rcuwait: Add @state argument to rcuwait_wait_event()Peter Zijlstra (Intel)1-1/+1
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2-3/+6
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman1-1/+2
2020-03-20lockdep: Teach lockdep about "USED" <- "IN-NMI" inversionsPeter Zijlstra1-3/+59
2020-03-20locking/lockdep: Rework lockdep_lockPeter Zijlstra1-41/+48
2020-03-20locking/lockdep: Fix bad recursion patternPeter Zijlstra1-34/+40
2020-03-20locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng1-0/+4
2020-03-20perf/core: Fix reversed NULL check in perf_event_groups_less()Dan Carpenter1-1/+1
2020-03-20perf/core: Fix endless multiplex timerPeter Zijlstra1-6/+14
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou1-1/+2
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef1-23/+6
2020-03-20kthread: Do not preempt current task if it is going to call schedule()Liang Chen1-2/+15
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot1-0/+8
2020-03-20sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao2-11/+11
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner2-28/+68
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner3-5/+37
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner1-1/+6
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-03-19ring-buffer: Optimize rb_iter_head_event()Steven Rostedt (VMware)1-0/+3
2020-03-19ring-buffer: Do not die if rb_iter_peek() fails more than thriceSteven Rostedt (VMware)1-3/+10
2020-03-19ring-buffer: Have rb_iter_head_event() handle concurrent writerSteven Rostedt (VMware)1-31/+75
2020-03-19ring-buffer: Add page_stamp to iterator for synchronizationSteven Rostedt (VMware)1-3/+7
2020-03-19ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)3-20/+9
2020-03-19ring-buffer: Have ring_buffer_empty() not depend on tracing stoppedSteven Rostedt (VMware)1-2/+23
2020-03-19tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)2-10/+45
2020-03-19tracing: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-03-19Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner1-33/+3
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar10-62/+116
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2-11/+9
2020-03-19time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish1-4/+5
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan1-2/+0
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau1-11/+14
2020-03-17Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-20/+29
2020-03-17dma-mapping: Fix dma_pgprot() for unencrypted coherent pagesThomas Hellstrom1-0/+2
2020-03-16cgroupfs: Support user xattrsDaniel Xu1-1/+2
2020-03-16dma-direct: provide a arch_dma_clear_uncached hookChristoph Hellwig1-0/+2
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig1-4/+6
2020-03-16dma-direct: consolidate the error handling in dma_direct_alloc_pagesChristoph Hellwig1-7/+6
2020-03-16dma-coherent: fix integer overflow in the reserved-memory dma allocationKevin Grandemange1-6/+7
2020-03-15Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-38/+55
2020-03-15Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-03-14PM / hibernate: Remove unnecessary compat ioctl overridesEric Biggers1-15/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-219/+542
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge1-0/+2
2020-03-13bpf: Remove bpf_image treeJiri Olsa3-77/+12
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa1-0/+1
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa1-0/+28