https://github.com/torvalds/linux
Revision 8a9f5ecd4800ae43da17ea7bd93c75fde8f6ab20 authored by Linus Torvalds on 04 May 2014, 21:34:50 UTC, committed by Linus Torvalds on 04 May 2014, 21:34:50 UTC
Pull arm64 fixes from Catalin Marinas:
 "These are mostly arm64 fixes with an additional arm(64) platform fix
  for the initialisation of vexpress clocks (the latter only affecting
  arm64; the arch/arm64 code is SoC agnostic and does not rely on early
  SoC-specific calls)

   - vexpress platform clocks initialisation moved earlier following the
     arm64 move of of_clk_init() call in a previous commit
   - Default DMA ops changed to non-coherent to preserve compatibility
     with 32-bit ARM DT files.  The "dma-coherent" property can be used
     to explicitly mark a device coherent.  The Applied Micro DT file
     has been updated to avoid DMA cache maintenance for the X-Gene SATA
     controller (the only arm64 related driver with such assumption in
     -rc mainline)
   - Fixmap correction for earlyprintk
   - kern_addr_valid() fix for huge pages"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  vexpress: Initialise the sysregs before setting up the clocks
  arm64: Mark the Applied Micro X-Gene SATA controller as DMA coherent
  arm64: Use bus notifiers to set per-device coherent DMA ops
  arm64: Make default dma_ops to be noncoherent
  arm64: fixmap: fix missing sub-page offset for earlyprintk
  arm64: Fix for the arm64 kern_addr_valid() function
2 parent s e3fb7d4 + e715eb2
History
Tip revision: 8a9f5ecd4800ae43da17ea7bd93c75fde8f6ab20 authored by Linus Torvalds on 04 May 2014, 21:34:50 UTC
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Tip revision: 8a9f5ec
File Mode Size
partitions
Kconfig -rw-r--r-- 3.6 KB
Kconfig.iosched -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 844 bytes
blk-cgroup.c -rw-r--r-- 28.8 KB
blk-cgroup.h -rw-r--r-- 16.8 KB
blk-core.c -rw-r--r-- 87.8 KB
blk-exec.c -rw-r--r-- 3.4 KB
blk-flush.c -rw-r--r-- 15.1 KB
blk-integrity.c -rw-r--r-- 11.7 KB
blk-ioc.c -rw-r--r-- 10.2 KB
blk-iopoll.c -rw-r--r-- 5.9 KB
blk-lib.c -rw-r--r-- 7.3 KB
blk-map.c -rw-r--r-- 8.3 KB
blk-merge.c -rw-r--r-- 14.1 KB
blk-mq-cpu.c -rw-r--r-- 1.4 KB
blk-mq-cpumap.c -rw-r--r-- 2.1 KB
blk-mq-sysfs.c -rw-r--r-- 10.1 KB
blk-mq-tag.c -rw-r--r-- 4.7 KB
blk-mq-tag.h -rw-r--r-- 894 bytes
blk-mq.c -rw-r--r-- 33.4 KB
blk-mq.h -rw-r--r-- 1.5 KB
blk-settings.c -rw-r--r-- 26.4 KB
blk-softirq.c -rw-r--r-- 4.4 KB
blk-sysfs.c -rw-r--r-- 16.1 KB
blk-tag.c -rw-r--r-- 9.8 KB
blk-throttle.c -rw-r--r-- 45.7 KB
blk-timeout.c -rw-r--r-- 5.1 KB
blk.h -rw-r--r-- 7.8 KB
bsg-lib.c -rw-r--r-- 6.0 KB
bsg.c -rw-r--r-- 23.6 KB
cfq-iosched.c -rw-r--r-- 119.7 KB
cmdline-parser.c -rw-r--r-- 4.9 KB
compat_ioctl.c -rw-r--r-- 20.8 KB
deadline-iosched.c -rw-r--r-- 11.3 KB
elevator.c -rw-r--r-- 24.1 KB
genhd.c -rw-r--r-- 44.1 KB
ioctl.c -rw-r--r-- 10.7 KB
noop-iosched.c -rw-r--r-- 2.7 KB
partition-generic.c -rw-r--r-- 14.0 KB
scsi_ioctl.c -rw-r--r-- 19.2 KB

back to top