aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long1-22/+21
2019-06-17locking/rwsem: Wake up almost all readers in wait queueWaiman Long1-5/+26
2019-06-17locking/rwsem: More optimal RT task handling of null ownerWaiman Long1-7/+44
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long1-16/+15
2019-06-17locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2-54/+173
2019-06-17locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long1-18/+47
2019-06-17locking/rwsem: Code cleanup after files mergingWaiman Long2-95/+42
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long4-900/+891
2019-06-17locking/rwsem: Implement a new locking schemeWaiman Long2-136/+85
2019-06-17locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long1-72/+0
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2-24/+1
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forward[email protected]2-4/+11
2019-06-17sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra1-5/+29
2019-06-17sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai1-1/+1
2019-06-17sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider1-10/+16
2019-06-17sched/core: Add __sched tag for io_schedule()Gao Xiang1-1/+1
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar47-264/+256
2019-06-17perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra1-1/+1
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu1-1/+1
2019-06-17jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira1-0/+23
2019-06-17jump_label: Sort entries of the same key by the codeDaniel Bristot de Oliveira1-0/+14
2019-06-17jump_label: Add a jump_label_can_update() helperDaniel Bristot de Oliveira1-11/+18
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar47-264/+256
2019-06-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-20/+98
2019-06-15bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins1-16/+84
2019-06-15Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-14/+35
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens1-1/+6
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky1-5/+9
2019-06-14Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-32/+91
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet2-22/+23
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita1-0/+4
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita1-0/+1
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita1-2/+2
2019-06-14ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li1-2/+5
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-3/+3
2019-06-14module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2-1/+15
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata1-2/+0
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata1-3/+10
2019-06-14tracing: Make two symbols staticYueHaibing1-2/+2
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik1-3/+2
2019-06-14docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata1-1/+1
2019-06-14cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo1-42/+42
2019-06-14alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()Yangtao Li1-1/+0
2019-06-14clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2019-06-14dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli1-0/+3
2019-06-14timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner1-2/+3
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-2/+0