aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra1-2/+3
2019-06-17x86/percpu, x86/irq: Relax {set,get}_irq_regs()Peter Zijlstra1-2/+2
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra2-15/+33
2019-06-17x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}()Peter Zijlstra1-112/+112
2019-06-17locking/rwsem: Guard against making count negativeWaiman Long1-12/+41
2019-06-17locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2-8/+135
2019-06-17locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2-30/+144
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long3-52/+88
2019-06-17locking/rwsem: Enable readers spinning on writerWaiman Long2-12/+75
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long2-23/+22
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 Long2-16/+20
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 Long4-32/+10
2019-06-17x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra4-10/+13
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu1-1/+1
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write()Nikolay Borisov6-13/+13
2019-06-17x86/jump_label: Batch jump label updatesDaniel Bristot de Oliveira2-0/+71
2019-06-17jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira2-0/+26
2019-06-17x86/alternative: Batch of patch operationsDaniel Bristot de Oliveira2-34/+135
2019-06-17jump_label: Sort entries of the same key by the codeDaniel Bristot de Oliveira1-0/+14
2019-06-17x86/jump_label: Add a __jump_label_set_jump_code() helperDaniel Bristot de Oliveira1-25/+27
2019-06-17jump_label: Add a jump_label_can_update() helperDaniel Bristot de Oliveira1-11/+18
2019-06-16Linux 5.2-rc5Linus Torvalds1-1/+1
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2-1/+2
2019-06-14Smack: Restore the smackfsdef mount option and add missing prefixesCasey Schaufler1-5/+7
2019-06-14ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li1-2/+5
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-14tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata1-1/+1
2019-06-14gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher1-1/+4
2019-06-14x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin1-1/+1
2019-06-14timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner1-2/+3
2019-06-14Revert "ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptops"Hui Wang1-11/+5
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams7-44/+38
2019-06-13PCI/P2PDMA: track pgmap references per resource, not globallyDan Williams1-43/+81
2019-06-13lib/genalloc: introduce chunk ownersDan Williams2-32/+74
2019-06-13PCI/P2PDMA: fix the gen_pool_add_virt() failure pathDan Williams1-1/+3
2019-06-13mm/devm_memremap_pages: introduce devm_memunmap_pagesDan Williams2-0/+12
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams2-1/+24
2019-06-13mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim1-1/+1