summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-22Merge tag 'please-pull-copy_file_range' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-01-22Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2016-01-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22pmem: add wb_cache_pmem() to the PMEM APIRoss Zwisler
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22[IA64] Enable copy_file_range syscall for ia64Tony Luck
2016-01-22Merge tag 'renesas-fixes-for-v4.5' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-21Merge tag 'cris-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds
2016-01-21Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds
2016-01-21ARM: realview: fix device tree buildLinus Walleij
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-01-20Merge tag 'armsoc-defconfig64' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-01-20Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-20Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2016-01-20Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds
2016-01-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-01-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...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-20tile: uninline dma_set_maskChristoph Hellwig
2016-01-20sparc: use generic dma_set_maskChristoph Hellwig
2016-01-20metag: convert to dma_map_opsChristoph Hellwig
2016-01-20m68k: convert to dma_map_opsChristoph Hellwig
2016-01-20mn10300: convert to dma_map_opsChristoph Hellwig
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig
2016-01-20frv: convert to dma_map_opsChristoph Hellwig
2016-01-20nios2: convert to dma_map_opsChristoph Hellwig
2016-01-20cris: convert to dma_map_opsChristoph Hellwig
2016-01-20c6x: convert to dma_map_opsChristoph Hellwig
2016-01-20blackfin: convert to dma_map_opsChristoph Hellwig
2016-01-20avr32: convert to dma_map_opsChristoph Hellwig
2016-01-20arc: convert to dma_map_opsChristoph Hellwig
2016-01-20dma-mapping: make the generic coherent dma mmap implementation optionalChristoph Hellwig
2016-01-20powerpc: enable UBSAN supportDaniel Axtens
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang
2016-01-20powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes
2016-01-20arch/frv/include/asm/io.h: accept const void pointers for read{b,w,l}()Stephen Boyd
2016-01-20mm: arch: remove duplicate definitions of MADV_FREEGuenter Roeck
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki