aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney4-148/+0
2017-08-17drivers/ata: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-5/+3
2017-08-17ipc: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-1/+2
2017-08-17exit: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-1/+2
2017-08-17completion: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-7/+4
2017-08-17doc: Set down RCU's scheduling-clock-interrupt needsPaul E. McKenney1-0/+130
2017-08-17doc: No longer allowed to use rcu_dereference on non-pointersPaul E. McKenney1-40/+21
2017-08-17doc: Add RCU files to docbook-generation filesPaul E. McKenney1-0/+49
2017-08-17doc: Update memory-barriers.txt for read-to-write dependenciesPaul E. McKenney1-17/+24
2017-08-17doc: Update RCU documentationPaul E. McKenney5-49/+111
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers8-74/+202
2017-08-17rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()Paul E. McKenney1-2/+0
2017-08-17rcu: Add warning to rcu_idle_enter() for irqs enabledPaul E. McKenney1-1/+2
2017-08-17rcu: Make rcu_idle_enter() rely on callers disabling irqsPeter Zijlstra (Intel)1-4/+1
2017-08-17rcu: Add assertions verifying blocked-tasks listPaul E. McKenney2-2/+11
2017-08-17rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()Masami Hiramatsu1-0/+2
2017-08-17rcu: Add TPS() protection for _rcu_barrier_trace stringsPaul E. McKenney1-12/+15
2017-08-17rcu: Use idle versions of swait to make idle-hack clearLuis R. Rodriguez1-6/+5
2017-08-17swait: Add idle variants which don't contribute to load averageLuis R. Rodriguez1-0/+55
2017-08-17rcu: Add event tracing to ->gp_tasks update at GP startPaul E. McKenney1-1/+8
2017-08-17rcu: Move rcu.h to new trivial-function stylePaul E. McKenney1-108/+20
2017-08-17rcu: Add TPS() to event-traced stringsPaul E. McKenney1-6/+6
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney4-11/+26
2017-08-17rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney4-21/+7
2017-08-13Linux 4.13-rc5Linus Torvalds1-1/+1
2017-08-12mtd: blkdevs: Fix mtd block write failureAbhishek Sahu1-0/+1
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-2/+2
2017-08-11pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-08-11iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_deviceArtem Savkov1-0/+7
2017-08-11xen/events: Fix interrupt lost during irq_disable and irq_enableLiu Shuo1-1/+1
2017-08-11xen: avoid deadlock in xenbusJuergen Gross1-1/+2
2017-08-11xen: fix hvm guest with kaslr enabledJuergen Gross1-2/+14
2017-08-11xen: split up xen_hvm_init_shared_info()Juergen Gross1-21/+24
2017-08-11x86: provide an init_mem_mapping hypervisor hookJuergen Gross2-0/+13
2017-08-11fuse: set mapping error in writepage_locked when it failsJeff Layton1-0/+1
2017-08-10userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropageMike Rapoport1-2/+2
2017-08-10zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke1-2/+2
2017-08-10rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov1-22/+30
2017-08-10mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-08-10mm/balloon_compaction.c: don't zero ballooned pagesWei Wang1-1/+1
2017-08-10MAINTAINERS: copy virtio on balloon_compaction.cMichael S. Tsirkin1-0/+1
2017-08-10mm: fix KSM data corruptionMinchan Kim2-3/+7
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim8-9/+48
2017-08-10mm: make tlb_flush_pending globalMinchan Kim2-25/+0
2017-08-10mm: refactor TLB gathering APIMinchan Kim8-25/+54
2017-08-10Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2-6/+7
2017-08-10mm: migrate: fix barriers around tlb_flush_pendingNadav Amit1-4/+10
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit4-13/+26
2017-08-10fault-inject: fix wrong should_fail() decision in task contextAkinobu Mita1-3/+5
2017-08-10test_kmod: fix small memory leak on filesystem testsDan Carpenter1-1/+1