summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang1-1/+3
2016-01-12asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin1-0/+11
2016-01-12asm-generic: add __smp_xxx wrappersMichael S. Tsirkin1-9/+82
2016-01-12asm-generic: guard smp_store_release/load_acquireMichael S. Tsirkin1-0/+4
2016-01-12lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso1-1/+1
2016-01-12Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+9
2016-01-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+6
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani1-1/+9
2015-12-04lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso1-1/+1
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long1-4/+5
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-16__div64_32(): make it overridable at compile timeNicolas Pitre1-0/+2
2015-11-16__div64_const32(): abstract out the actual 128-bit cross product codeNicolas Pitre1-30/+51
2015-11-16do_div(): generic optimization for constant divisor on 32-bit machinesNicolas Pitre1-0/+147
2015-11-16div64.h: optimize do_div() for power-of-two constant divisorsNicolas Pitre1-1/+7
2015-11-13Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds1-4/+6
2015-11-11pci: remove pci_dma_supportedChristoph Hellwig1-6/+0
2015-11-08asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato1-4/+6
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-125/+11
2015-11-05Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+12
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+10
2015-11-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-11-04atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds1-1/+0
2015-11-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-43/+60
2015-10-26Merge branch 'acpi-init'Rafael J. Wysocki1-0/+12
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta1-7/+30
2015-10-16asm-generic: temporarily add back asm-generic/io-64-nonatomic*.hArnd Bergmann2-0/+4
2015-10-15asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementationsMarek Vasut1-4/+7
2015-10-15move count_zeroes.h out of asm-genericChristoph Hellwig1-57/+0
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2-64/+0
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky1-0/+10
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 at...Davidlohr Bueso1-12/+17
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo 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/cmetc...Linus Torvalds1-8/+72
2015-10-01clocksource / ACPI: Add probing infrastructure for ACPI-based clocksourcesMarc Zyngier1-0/+1
2015-10-01irqchip / ACPI: Add probing infrastructure for ACPI-based irqchipsMarc Zyngier1-0/+1
2015-10-01ACPI: Add early device probing infrastructureMarc Zyngier1-0/+10
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 appl...Ingo Molnar1-1/+1
2015-09-20Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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...Linus 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