summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-213-485/+0
|\
| * dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig2016-01-201-32/+0
| * dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-453/+0
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-201-1/+177
|\ \ | |/ |/|
| * __div64_32(): make it overridable at compile timeNicolas Pitre2015-11-161-0/+2
| * __div64_const32(): abstract out the actual 128-bit cross product codeNicolas Pitre2015-11-161-30/+51
| * do_div(): generic optimization for constant divisor on 32-bit machinesNicolas Pitre2015-11-161-0/+147
| * div64.h: optimize do_div() for power-of-two constant divisorsNicolas Pitre2015-11-161-1/+7
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-9/+97
|\ \
| * | asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin2016-01-121-0/+11
| * | asm-generic: add __smp_xxx wrappersMichael S. Tsirkin2016-01-121-9/+82
| * | asm-generic: guard smp_store_release/load_acquireMichael S. Tsirkin2016-01-121-0/+4
| * | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2016-01-121-1/+1
* | | asm/sections: add helpers to check for section dataThierry Reding2016-01-161-0/+65
* | | mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-2/+4
* | | mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-9/+0
* | | mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang2016-01-141-1/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-111-1/+9
|\ \ \
| * | | x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-1/+9
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-112-5/+6
|\ \ \ | |_|/ |/| |
| * | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2015-12-041-1/+1
| * | locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long2015-11-231-4/+5
| |/
* | treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
|/
* Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds2015-11-121-4/+6
|\
| * asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato2015-11-081-4/+6
* | pci: remove pci_dma_supportedChristoph Hellwig2015-11-101-6/+0
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-064-125/+11
|\ \
| * | asm-generic: temporarily add back asm-generic/io-64-nonatomic*.hArnd Bergmann2015-10-162-0/+4
| * | asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementationsMarek Vasut2015-10-151-4/+7
| * | move count_zeroes.h out of asm-genericChristoph Hellwig2015-10-151-57/+0
| * | move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-152-64/+0
| |/
* | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-0/+12
|\ \
| * \ Merge branch 'acpi-init'Rafael J. Wysocki2015-10-251-0/+12
| |\ \ | | |/ | |/|
| | * clocksource / ACPI: Add probing infrastructure for ACPI-based clocksourcesMarc Zyngier2015-10-011-0/+1
| | * irqchip / ACPI: Add probing infrastructure for ACPI-based irqchipsMarc Zyngier2015-10-011-0/+1
| | * ACPI: Add early device probing infrastructureMarc Zyngier2015-10-011-0/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-0/+10
|\ \ \
| * | | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-0/+10
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-031-1/+1
|\ \ \
| * | | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-061-1/+1
| |/ /
* | | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-031-1/+0
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-036-43/+60
|\ \ \
| * | | locking/rwsem: Use acquire/release semanticsDavidlohr Bueso2015-10-061-7/+14
| * | | locking/mutex: Use acquire/release semanticsDavidlohr Bueso2015-10-062-9/+9
| * | | locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at...Davidlohr Bueso2015-10-061-12/+17
| * | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-061-8/+72
| |\ \ \ | | |/ /
| * | | atomic: Implement atomic_read_ctrl()Peter Zijlstra2015-09-231-1/+2
| * | | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
| * | | atomic: Add atomic_long_t bitopsPeter Zijlstra2015-09-231-10/+14
| * | | Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...Ingo Molnar2015-09-231-1/+1
| |\ \ \ | | | |/ | | |/|
OpenPOWER on IntegriCloud