summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf
2016-03-17include/asm-generic/atomic-long.h: force inlining of some atomic_long operationsDenys Vlasenko
2016-03-17bug: set warn variable before calling WARN()Steven Rostedt
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig
2016-02-29locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.hDan Streetman
2016-02-22arch: Introduce post-init read-only memoryKees Cook
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-02-19gpio: allow setting ARCH_NR_GPIOS from KconfigArnd Bergmann
2016-02-16asm-generic: Fix local variable shadow in __set_fixmap_offsetMark Rutland
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2016-02-05PCI: Remove empty asm-generic/pci-bridge.hBjorn Helgaas
2016-02-05PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas
2016-02-02cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-01-16asm/sections: add helpers to check for section dataThierry Reding
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-14mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang
2016-01-12asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin
2016-01-12asm-generic: add __smp_xxx wrappersMichael S. Tsirkin
2016-01-12asm-generic: guard smp_store_release/load_acquireMichael S. Tsirkin
2016-01-12lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani
2015-12-04lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-16__div64_32(): make it overridable at compile timeNicolas Pitre
2015-11-16__div64_const32(): abstract out the actual 128-bit cross product codeNicolas Pitre
2015-11-16do_div(): generic optimization for constant divisor on 32-bit machinesNicolas Pitre
2015-11-16div64.h: optimize do_div() for power-of-two constant divisorsNicolas Pitre
2015-11-12Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds
2015-11-10pci: remove pci_dma_supportedChristoph Hellwig
2015-11-08asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato