aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds1-1/+0
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-43/+60
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta1-7/+30
2015-10-06locking/rwsem: Use acquire/release semanticsDavidlohr Bueso1-7/+14
2015-10-06locking/mutex: Use acquire/release semanticsDavidlohr Bueso2-9/+9
2015-10-06locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec atomicsDavidlohr Bueso1-12/+17
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changesIngo Molnar1-8/+72
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-8/+72
2015-09-23atomic: Implement atomic_read_ctrl()Peter Zijlstra1-1/+2
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-2/+2
2015-09-23atomic: Add atomic_long_t bitopsPeter Zijlstra1-10/+14
2015-09-23Merge branch 'locking/urgent' into locking/core, to pick up fixes before applying new changesIngo Molnar1-1/+1
2015-09-19Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-09-19mm: fix type cast in __pfn_to_phys()Tyler Baker1-1/+1
2015-09-18locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso1-2/+2
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-09-13Merge tag 'v4.3-rc1' into locking/core, to refresh the treeIngo Molnar9-6/+211
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra1-2/+2
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-0/+15
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-0/+13
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-0/+14
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-0/+18
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-0/+58
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2015-09-08Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-0/+29
2015-09-08mm: add utility for early copy from unmapped ramMark Salter1-0/+6
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+6
2015-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+1
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-0/+5
2015-09-05rtc: cmos: century supportSylvain Chouleur1-0/+29
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-220/+140
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+43
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2015-08-27mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig1-0/+6
2015-08-25PCI: Add pci_iomap_wc() variantsLuis R. Rodriguez1-0/+14
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar12-74/+296
2015-08-20kbuild: Fix .text.unlikely placementAndi Kleen1-3/+1
2015-08-20mm: provide early_memremap_ro to establish read-only mappingJuergen Gross2-0/+5
2015-08-12locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon1-7/+6
2015-08-12locking/qrwlock: Implement queue_write_unlock() using smp_store_release()Will Deacon1-8/+1
2015-08-12locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_long_t'Will Deacon1-27/+59
2015-08-12locking, asm-generic: Rework atomic-long.h to avoid bulk code duplicationWill Deacon1-149/+40
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstreamIngo Molnar2-5/+10
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-2/+3
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire()Andrey Konovalov1-2/+2
2015-08-03Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up fixes before applying new changesIngo Molnar1-0/+16
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra1-10/+0
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra2-9/+16