aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Merge tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds3-1/+11
2012-01-17Kernel: Audit Support For The ARM PlatformNathaniel Husted3-1/+11
2012-01-16Merge branch 'fixes-for-arm-soc' of git://sources.calxeda.com/kernel/linux into fixesOlof Johansson1-2/+2
2012-01-16Merge branch 'fixes' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-armLinus Torvalds2-1/+3
2012-01-16ARM: make BSYM macro assembly onlyRob Herring1-2/+2
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds3-4/+11
2012-01-13ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King1-0/+2
2012-01-13Merge branch 'master' into fixesRussell King9-55/+4
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds2-13/+1
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-35/+1
2012-01-08ARM: 7271/1: Fix typo in conversion of ARCH_NR_GPIOS to KconfigStephen Warren1-1/+1
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-2/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+0
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds31-327/+744
2012-01-06arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-1/+1
2012-01-06PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-12/+0
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-2/+0
2012-01-05Merge branch 'restart' into for-linusRussell King2-1/+1
2012-01-05Merge branch 'devel-stable' into for-linusRussell King22-301/+664
2012-01-05Merge branches 'fixes' and 'misc' into for-linusRussell King8-24/+79
2012-01-05ARM: 7267/1: Remove BUILD_BUG_ON from asm/bug.hSimon Glass1-1/+0
2012-01-05ARM: restart: remove the now empty arch_reset()Russell King1-1/+0
2012-01-05ARM: restart: iop3xx: use new restart hookRussell King1-0/+1
2012-01-05Merge branch 'restart-cleanup' into restartRussell King6-23/+10
2012-01-04ARM: prom.h: Fix build error by removing unneeded header fileFabio Estevam1-1/+0
2012-01-04Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-7/+0
2012-01-03consolidate a bunch of ipcbuf.h instancesAl Viro1-29/+1
2012-01-03consolidate umode_t declarationsAl Viro1-6/+0
2012-01-02Revert "ARM: move VMALLOC_END down temporarily for shmobile"Nicolas Pitre1-7/+0
2011-12-27ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König1-1/+1
2011-12-23ARM: 7240/1: Make ARCH_NR_GPIO a Kconfig variablePeter De Schrijver (NVIDIA)1-0/+4
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+4
2011-12-22arm: time.h: remove device.h #includeGreg Kroah-Hartman1-2/+0
2011-12-21arm: convert sysdev_class to a regular subsystemKay Sievers1-1/+1
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki3-23/+5
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier1-107/+1
2011-12-13UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells3-4/+11
2011-12-13ARM: 7206/1: Add generic ARM instruction set condition code checks.Leif Lindholm1-0/+20
2011-12-13ARM: Allow Kconfig to control the definition of NR_BANKSRussell King1-5/+1
2011-12-11ARM: 7201/1: add EDAC atomic_scrub functionRob Herring1-0/+48
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stableRussell King12-39/+433
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas1-0/+8
2011-12-08ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas1-1/+10
2011-12-08ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas3-0/+98
2011-12-08ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas6-0/+261
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon1-0/+11
2011-12-08ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas2-38/+41