summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2012-01-162-1/+3
|\
| * ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King2012-01-131-0/+2
| * Merge branch 'master' into fixesRussell King2012-01-139-55/+4
| |\
| * | ARM: 7271/1: Fix typo in conversion of ARCH_NR_GPIOS to KconfigStephen Warren2012-01-081-1/+1
* | | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-143-4/+11
|\ \ \ | |_|/ |/| |
| * | UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells2011-12-133-4/+11
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-112-13/+1
|\ \ \
| * | | arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-1/+1
| * | | PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-12/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-101-1/+1
|\ \ \ \
| * | | | arm: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-281-1/+1
* | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-213-23/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-35/+1
|\ \ \ \ \
| * | | | | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-031-29/+1
| * | | | | consolidate umode_t declarationsAl Viro2012-01-031-6/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-072-2/+1
|\ \ \ \ \
| * | | | | ARM: prom.h: Fix build error by removing unneeded header fileFabio Estevam2012-01-041-1/+0
| * | | | | ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König2011-12-271-1/+1
| |/ / / /
* | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-2/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-2/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | arm: time.h: remove device.h #includeGreg Kroah-Hartman2011-12-221-2/+0
| | * | | arm: convert sysdev_class to a regular subsystemKay Sievers2011-12-211-1/+1
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-0631-327/+744
|\ \ \ \ \
| * \ \ \ \ Merge branch 'restart' into for-linusRussell King2012-01-052-1/+1
| |\ \ \ \ \
| | * | | | | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-1/+0
| | * | | | | ARM: restart: iop3xx: use new restart hookRussell King2012-01-051-0/+1
| | * | | | | Merge branch 'restart-cleanup' into restartRussell King2012-01-056-23/+10
| | |\ \ \ \ \ | | | |/ / / /
| * | | | | | Merge branch 'devel-stable' into for-linusRussell King2012-01-0522-301/+664
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2012-01-041-7/+0
| | |\ \ \ \ \ \
| | | * | | | | | Revert "ARM: move VMALLOC_END down temporarily for shmobile"Nicolas Pitre2012-01-021-7/+0
| | * | | | | | | ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier2011-12-181-107/+1
| | * | | | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King2011-12-0812-39/+433
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-081-0/+8
| | | * | | | | | | ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas2011-12-081-1/+10
| | | * | | | | | | ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas2011-12-083-0/+98
| | | * | | | | | | ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas2011-12-086-0/+261
| | | * | | | | | | ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2011-12-081-0/+11
| | | * | | | | | | ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas2011-12-082-38/+41
| | | * | | | | | | ARM: pgtable: switch to use pgtable-nopud.hRussell King2011-12-083-11/+15
| | * | | | | | | | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King2011-12-062-3/+14
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon2011-12-061-3/+0
| | | * | | | | | | ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon2011-12-062-3/+17
| | * | | | | | | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-6/+7
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | ARM: move VMALLOC_END down temporarily for shmobileNicolas Pitre2011-11-261-0/+7
| | | * | | | | | | ARM: move iotable mappings within the vmalloc regionNicolas Pitre2011-11-261-7/+1
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-057-17/+197
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | | | | | | |
| | | | \ \ \ \ \
| | | *-. \ \ \ \ \ Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon2011-12-023-6/+191
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | | | * | | | | arm: pmu: allow platform specific irq enable/disable handlingMing Lei2011-12-021-3/+12
OpenPOWER on IntegriCloud