aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+8
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateGravatar Aneesh Kumar K.V 1-0/+8
2016-02-02cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()Gravatar zengtao 1-2/+3
2016-01-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-485/+0
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+177
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Gravatar Christoph Hellwig 1-32/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 2-453/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-9/+97
2016-01-16asm/sections: add helpers to check for section dataGravatar Thierry Reding 1-0/+65
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tGravatar Dan Williams 1-2/+4
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-9/+0
2016-01-14mm: add PHYS_PFN, use it in __phys_to_pfn()Gravatar Chen Gang 1-1/+3
2016-01-12asm-generic: implement virt_xxx memory barriersGravatar Michael S. Tsirkin 1-0/+11
2016-01-12asm-generic: add __smp_xxx wrappersGravatar Michael S. Tsirkin 1-9/+82
2016-01-12asm-generic: guard smp_store_release/load_acquireGravatar Michael S. Tsirkin 1-0/+4
2016-01-12lcoking/barriers, arch: Use smp barriers in smp_store_release()Gravatar Davidlohr Bueso 1-1/+1
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+9
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+6
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapGravatar Toshi Kani 1-1/+9
2015-12-04lcoking/barriers, arch: Use smp barriers in smp_store_release()Gravatar Davidlohr Bueso 1-1/+1
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Gravatar Waiman Long 1-4/+5
2015-11-23treewide: Remove old email addressGravatar Peter Zijlstra 1-1/+1
2015-11-16__div64_32(): make it overridable at compile timeGravatar Nicolas Pitre 1-0/+2
2015-11-16__div64_const32(): abstract out the actual 128-bit cross product codeGravatar Nicolas Pitre 1-30/+51
2015-11-16do_div(): generic optimization for constant divisor on 32-bit machinesGravatar Nicolas Pitre 1-0/+147
2015-11-16div64.h: optimize do_div() for power-of-two constant divisorsGravatar Nicolas Pitre 1-1/+7
2015-11-12Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxGravatar Linus Torvalds 1-4/+6
2015-11-10pci: remove pci_dma_supportedGravatar Christoph Hellwig 1-6/+0
2015-11-08asm-generic: {get,put}_user ptr argument evaluate only 1 timeGravatar Yoshinori Sato 1-4/+6
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-125/+11
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+12
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-0/+10
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Gravatar Linus Torvalds 1-1/+0
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-43/+60
2015-10-25Merge branch 'acpi-init'Gravatar Rafael J. Wysocki 1-0/+12
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeGravatar Vineet Gupta 1-7/+30
2015-10-16asm-generic: temporarily add back asm-generic/io-64-nonatomic*.hGravatar Arnd Bergmann 2-0/+4
2015-10-15asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementationsGravatar Marek Vasut 1-4/+7
2015-10-15move count_zeroes.h out of asm-genericGravatar Christoph Hellwig 1-57/+0
2015-10-15move io-64-nonatomic*.h out of asm-genericGravatar Christoph Hellwig 2-64/+0
2015-10-14mm: add architecture primitives for software dirty bit clearingGravatar Martin Schwidefsky 1-0/+10
2015-10-06locking/rwsem: Use acquire/release semanticsGravatar Davidlohr Bueso 1-7/+14
2015-10-06locking/mutex: Use acquire/release semanticsGravatar Davidlohr Bueso 2-9/+9
2015-10-06locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at...Gravatar Davidlohr Bueso 1-12/+17
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Gravatar Ingo Molnar 1-8/+72
2015-10-06sched/core: Create preempt_count invariantGravatar Peter Zijlstra 1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Gravatar Linus Torvalds 1-8/+72
2015-10-01clocksource / ACPI: Add probing infrastructure for ACPI-based clocksourcesGravatar Marc Zyngier 1-0/+1
2015-10-01irqchip / ACPI: Add probing infrastructure for ACPI-based irqchipsGravatar Marc Zyngier 1-0/+1