summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge branch 'misc' into develRussell King12-563/+94
2011-03-17Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King12-19/+228
2011-02-26ARM: 6768/1: hw_breakpoint: ensure debug logic is powered up on v7 coresWill Deacon1-3/+23
2011-02-26ARM: 6767/1: ptrace: fix register indexing in GETHBPREGS requestWill Deacon1-3/+3
2011-02-23ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon4-429/+2
2011-02-23ARM: irq migration: ensure migration is handled safelyRussell King1-19/+31
2011-02-23ARM: irq migration: force migration off CPU going downRussell King1-1/+1
2011-02-23ARM: 6608/1: enable bridges in pci_common_init.Colin Tuckley1-0/+5
2011-02-23ARM: improve module relocation fixup diagnosticsRussell King1-13/+14
2011-02-23ARM: fix some sparse errors in generic ARM codeRussell King2-1/+2
2011-02-22ARM: pm: allow generic sleep code to be used with SMP CPU idleRussell King1-1/+26
2011-02-22ARM: pm: add generic CPU suspend/resume supportRussell King3-0/+119
2011-02-21ARM: 6745/1: kprobes insn decoding fixNicolas Pitre1-1/+1
2011-02-21ARM: Keep exit text/data around for SMP_ON_UPRussell King1-0/+9
2011-02-21ARM: Ensure predictable endian state on signal handler entryRussell King1-1/+3
2011-02-21ARM: 6740/1: Place correctly notes section in the linker scriptPawel Moll1-0/+2
2011-02-19ARM: 6676/1: Correct the cpu_architecture() function for ARMv7Catalin Marinas1-2/+2
2011-02-19ARM: 6742/1: pmu: avoid setting IRQ affinity on UP systemsWill Deacon1-8/+14
2011-02-15ARM: Defer lookup of machine_type to setup.cRussell King4-101/+40
2011-02-12ARM: move cache/processor/fault glue to separate include filesRussell King2-1/+4
2011-02-12ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported ...Will Deacon1-5/+13
2011-02-12ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCRWill Deacon1-13/+13
2011-02-11ARM: pm: add function to set WFI low-power mode for SMP CPUsRussell King1-0/+23
2011-02-10ARM: 6654/1: perf/oprofile: fix off-by-one in stack checkRabin Vincent1-1/+1
2011-02-10ARM: fixup SMP alternatives in modulesRussell King2-13/+47
2011-02-01ARM: smp_on_up: allow non-ARM SMP processorsRussell King1-12/+10
2011-01-26ARM: twd: ensure timer reload is reprogrammed on entry to periodic modeRussell King1-5/+2
2011-01-15Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-21/+24
2011-01-15Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-18/+32
2011-01-15ARM: fix missing branch in __error_aRussell King1-0/+2
2011-01-15ARM: fix /proc/$PID/stack on SMPRussell King1-3/+6
2011-01-15ARM: 6625/1: use memblock memory regions for "System RAM" I/O resourcesDima Zavin1-10/+6
2011-01-14mm: unify module_alloc code for vmallocDavid Rientjes1-11/+3
2011-01-13ARM: ecard: irq_data conversion.Lennert Buytenhek1-14/+14
2011-01-13ARM: core irq_data conversion.Lennert Buytenhek1-7/+10
2011-01-12ARM: 6620/1: Change misleading warning when CONFIG_CMDLINE_FORCE is usedAlexander Holler1-2/+4
2011-01-11ARM: 6619/1: nommu: avoid mapping vectors page when !CONFIG_MMUWill Deacon1-0/+2
2011-01-11ARM: sched_clock: make minsec argument to clocks_calc_mult_shift() zeroRussell King1-1/+1
2011-01-11ARM: sched_clock: allow init_sched_clock() to be called earlyRussell King2-1/+10
2011-01-11ARM: twd: fix display of twd frequencyRussell King1-1/+1
2011-01-07Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-3189/+3989
2011-01-07Merge branch 'devel-stable' into develRussell King11-296/+538
2011-01-07Merge branch 'pgt' (early part) into develRussell King2-42/+6
2011-01-07Merge branch 'misc' into develRussell King13-351/+676
2011-01-07Merge branch 'smp' into miscRussell King13-301/+355
2011-01-05Merge branch 'clksrc' into develRussell King11-2488/+2733
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King3-61/+85
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar2-1/+6
2010-12-24ARM: provide an early platform initialization hookRussell King1-0/+3
2010-12-24ARM: simplify early machine init hooksRussell King3-16/+10