| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: 7299/1: ftrace: clear zero bit in reported IPs for Thumb-2 | Rabin Vincent | 2012-01-25 | 1 | -6/+9 |
* | ARM: 7297/1: smp_twd: make sure timer is stopped before registering it | Marc Zyngier | 2012-01-23 | 1 | -0/+2 |
* | ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMP | Will Deacon | 2012-01-23 | 2 | -14/+14 |
* | ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundary | Will Deacon | 2012-01-23 | 1 | -1/+1 |
* | ARM: 7289/1: vmlinux.lds.S: do not hardcode cacheline size as 32 bytes | Will Deacon | 2012-01-23 | 1 | -3/+4 |
* | ARM: 7277/1: setup.c: Fix build warning by removing unneeded header file | Fabio Estevam | 2012-01-19 | 1 | -1/+0 |
* | ARM: 7279/1: standardize /proc/iomem "Kernel code" name | Kees Cook | 2012-01-19 | 1 | -1/+1 |
* | ARM: fix rcu stalls on SMP platforms | Russell King | 2012-01-19 | 1 | -2/+8 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-17 | 2 | -7/+13 |
|\ |
|
| * | Kernel: Audit Support For The ARM Platform | Nathaniel Husted | 2012-01-17 | 2 | -7/+13 |
* | | Merge branch 'master' into fixes | Russell King | 2012-01-13 | 2 | -29/+26 |
|\ \
| |/ |
|
| * | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-11 | 1 | -19/+15 |
| |\ |
|
| | * | arm/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -19/+8 |
| | * | PCI: ARM: convert pcibios_set_master() to a non-inlined function | Myron Stowe | 2012-01-06 | 1 | -0/+7 |
| * | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | 1 | -10/+11 |
| |\ \ |
|
| | * \ | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 1 | -10/+11 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | arm: leds: convert sysdev_class to a regular subsystem | Kay Sievers | 2011-12-21 | 1 | -10/+11 |
* | | | | ARM: 7275/1: LPAE: Check the CPU support for the long descriptor format | Catalin Marinas | 2012-01-13 | 1 | -0/+8 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g... | Linus Torvalds | 2012-01-06 | 21 | -463/+648 |
|\ \ \ |
|
| * \ \ | Merge branch 'restart' into for-linus | Russell King | 2012-01-05 | 1 | -8/+2 |
| |\ \ \ |
|
| | * | | | ARM: restart: remove the now empty arch_reset() | Russell King | 2012-01-05 | 1 | -8/+2 |
| | * | | | Merge branch 'restart-cleanup' into restart | Russell King | 2012-01-05 | 14 | -129/+234 |
| | |\ \ \
| | | |/ / |
|
| * | | | | Merge branch 'devel-stable' into for-linus | Russell King | 2012-01-05 | 15 | -392/+450 |
| |\ \ \ \ |
|
| | * | | | | ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtime | Marc Zyngier | 2011-12-18 | 1 | -13/+105 |
| | * | | | | ARM: kexec: use soft_restart for branching to the reboot buffer | Will Deacon | 2011-12-12 | 1 | -12/+3 |
| | * | | | | ARM: stop: execute platform callback from cpu_stop code | Will Deacon | 2011-12-12 | 1 | -0/+4 |
| | * | | | | ARM: reset: implement soft_restart for jumping to a physical address | Will Deacon | 2011-12-12 | 1 | -10/+40 |
| | * | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari... | Russell King | 2011-12-08 | 3 | -6/+51 |
| | |\ \ \ \ |
|
| | | * | | | | ARM: LPAE: Add fault handling support | Catalin Marinas | 2011-12-08 | 1 | -4/+4 |
| | | * | | | | ARM: LPAE: MMU setup for the 3-level page table format | Catalin Marinas | 2011-12-08 | 1 | -2/+43 |
| | | * | | | | ARM: LPAE: add ISBs around MMU enabling code | Will Deacon | 2011-12-08 | 2 | -0/+4 |
| | * | | | | | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Russell King | 2011-12-06 | 5 | -53/+24 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting | Will Deacon | 2011-12-06 | 2 | -31/+4 |
| | | * | | | | ARM: head.S: only include __turn_mmu_on in the initial identity mapping | Will Deacon | 2011-12-06 | 1 | -7/+7 |
| | | * | | | | ARM: suspend: use idmap_pgd instead of suspend_pgd | Will Deacon | 2011-12-06 | 2 | -15/+5 |
| | | * | | | | ARM: idmap: populate identity map pgd at init time using .init.text | Will Deacon | 2011-12-06 | 2 | -0/+8 |
| | * | | | | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 2011-12-05 | 1 | -0/+8 |
| | |\ \ \ \ \ |
|
| | | * | | | | | ARM: sort the meminfo array earlier | Nicolas Pitre | 2011-11-18 | 1 | -0/+8 |
| | | | |_|_|/
| | | |/| | | |
|
| | * | | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/... | Russell King | 2011-12-05 | 16 | -353/+326 |
| | |\ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | | | | | | | |
| | | | \ \ \ | |
| | | *-. \ \ \ | Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmk | Will Deacon | 2011-12-02 | 1 | -10/+9 |
| | | |\ \ \ \ \ |
|
| | | | | * | | | | arm: pmu: allow platform specific irq enable/disable handling | Ming Lei | 2011-12-02 | 1 | -2/+8 |
| | | | * | | | | | ARM: perf: remove unused armpmu_get_max_events | Will Deacon | 2011-12-02 | 1 | -8/+1 |
| | | | |/ / / / |
|
| | | * | | | | | ARM: perf: add support for stalled cycle ABI events | Will Deacon | 2011-12-02 | 3 | -49/+66 |
| | | * | | | | | ARM: perf: clean and update ARMv7 event numbers | Will Deacon | 2011-12-02 | 1 | -233/+125 |
| | | |/ / / / |
|
| | * | | | | | Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke... | Russell King | 2011-11-21 | 1 | -4/+3 |
| | |\ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | | * | | | | ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusive | Marc Zyngier | 2011-11-15 | 1 | -4/+3 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | ARM: restart: only perform setup for restart when soft-restarting | Russell King | 2011-11-21 | 1 | -2/+11 |
| | * | | | | ARM: restart: remove argument to setup_mm_for_reboot() | Russell King | 2011-11-10 | 2 | -4/+4 |
| | * | | | | ARM: restart: move reboot failure handing into machine_restart() | Russell King | 2011-11-10 | 1 | -11/+9 |
| | * | | | | ARM: restart: allow platforms more flexibility specifying restart mode | Russell King | 2011-11-10 | 1 | -2/+2 |