aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAge
...
* | | | locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.hDan Streetman2016-02-29
|/ / /
* | | Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-02-20
|\ \ \ | |_|/ |/| |
| * | powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-15
* | | cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao2016-02-02
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-21
|\ \
| * | dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig2016-01-20
| * | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-20
| |/
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-20
|\ \ | |/ |/|
| * __div64_32(): make it overridable at compile timeNicolas Pitre2015-11-16
| * __div64_const32(): abstract out the actual 128-bit cross product codeNicolas Pitre2015-11-16
| * do_div(): generic optimization for constant divisor on 32-bit machinesNicolas Pitre2015-11-16
| * div64.h: optimize do_div() for power-of-two constant divisorsNicolas Pitre2015-11-16
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-18
|\ \
| * | asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin2016-01-12
| * | asm-generic: add __smp_xxx wrappersMichael S. Tsirkin2016-01-12
| * | asm-generic: guard smp_store_release/load_acquireMichael S. Tsirkin2016-01-12
| * | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2016-01-12
* | | asm/sections: add helpers to check for section dataThierry Reding2016-01-16
* | | mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-15
* | | mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-15
* | | mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang2016-01-14
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-11
|\ \ \
| * | | x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-05
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-11
|\ \ \ | |_|/ |/| |
| * | lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2015-12-04
| * | locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long2015-11-23
| |/
* / treewide: Remove old email addressPeter Zijlstra2015-11-23
|/
* Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds2015-11-12
|\
| * asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato2015-11-08
* | pci: remove pci_dma_supportedChristoph Hellwig2015-11-10
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-06
|\ \
| * | asm-generic: temporarily add back asm-generic/io-64-nonatomic*.hArnd Bergmann2015-10-16
| * | asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementationsMarek Vasut2015-10-14
| * | move count_zeroes.h out of asm-genericChristoph Hellwig2015-10-14
| * | move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-14
| |/
* | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-04
|\ \
| * \ Merge branch 'acpi-init'Rafael J. Wysocki2015-10-25
| |\ \ | | |/ | |/|
| | * clocksource / ACPI: Add probing infrastructure for ACPI-based clocksourcesMarc Zyngier2015-09-30
| | * irqchip / ACPI: Add probing infrastructure for ACPI-based irqchipsMarc Zyngier2015-09-30
| | * ACPI: Add early device probing infrastructureMarc Zyngier2015-09-30
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-04
|\ \ \
| * | | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-14
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\ \ \
| * | | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-06
| |/ /
* | | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-03
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-03
|\ \ \
| * | | locking/rwsem: Use acquire/release semanticsDavidlohr Bueso2015-10-06
| * | | locking/mutex: Use acquire/release semanticsDavidlohr Bueso2015-10-06
| * | | locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at...Davidlohr Bueso2015-10-06
| * | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-06
| |\| |