summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-291-2/+2
* arm: Cleanup the irq namespaceThomas Gleixner2011-03-291-3/+3
* arm: Use generic show_interrupts()Thomas Gleixner2011-03-291-50/+5
* arm: Use irq flag setter functionThomas Gleixner2011-03-291-9/+6
* arm: bios32: Remove non exisiting machine codeThomas Gleixner2011-03-291-25/+0
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-234-17/+17
|\
| *---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-204-17/+17
| |\ \ \
| | | | * ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar2011-02-231-4/+3
| | | * | ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of memb...Will Deacon2011-02-211-2/+3
| | | * | ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon2011-02-152-4/+4
| | * | | ARM: 6797/1: hw_breakpoint: Fix newlines in WARNingsStephen Boyd2011-03-101-7/+7
* | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-232-27/+0
* | | | | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-172-1/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Russell King2011-03-122-6/+26
| |\ \ \ \ | | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King2011-03-066-12/+38
| |\ \ \ \
| | * | | | [ARM] add machine-specific hook to machine_kexecEric Cooper2011-03-031-0/+7
| * | | | | Merge branch 'pmu-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Russell King2011-02-191-1/+16
| |\ \ \ \ \
| | * | | | | ARM: perf_event: allow platform-specific interrupt handlerRabin Vincent2011-02-171-1/+16
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*---. \ \ \ \ \ \ Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-171-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-1711-63/+142
| | |\ \ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-1623-624/+472
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'p2v' into develRussell King2011-03-166-61/+214
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: 6747/1: P2V: Thumb2 supportNicolas Pitre2011-03-101-1/+48
| | * | | | | | | | ARM: 6748/1: ignore mdesc->boot_params if out of rangeNicolas Pitre2011-02-231-2/+19
| | * | | | | | | | ARM: 6749/1: fold lookup_machine_type() into setup_machine()Nicolas Pitre2011-02-231-31/+17
| | * | | | | | | | ARM: 6648/1: map ATAGs when not in first 1MB of RAMRob Herring2011-02-171-4/+10
| | * | | | | | | | ARM: P2V: extend to 16-bit translation offsetsRussell King2011-02-171-1/+14
| | * | | | | | | | ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King2011-02-174-1/+98
| | * | | | | | | | ARM: P2V: eliminate head.S use of PHYS_OFFSET for !XIP_KERNELRussell King2011-02-171-22/+22
| | * | | | | | | | ARM: P2V: avoid initializers and assembly using PHYS_OFFSETRussell King2011-02-171-1/+3
| | * | | | | | | | ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-171-1/+1
| * | | | | | | | | Merge branch 'v6v7' into develRussell King2011-03-164-22/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: v6k: select clear exclusive code seqences according to V6 variantsRussell King2011-02-021-7/+7
| | * | | | | | | | | ARM: v6k: introduce CPU_V6K optionRussell King2011-02-022-3/+3
| | * | | | | | | | | ARM: bitops: switch set/clear/change bitops to use ldrex/strexRussell King2011-02-021-12/+6
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'misc' into develRussell King2011-03-1612-563/+94
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: 6668/1: ptrace: remove single-step emulation codeWill Deacon2011-02-234-429/+2
| | * | | | | | | | | ARM: irq migration: ensure migration is handled safelyRussell King2011-02-231-19/+31
| | * | | | | | | | | ARM: irq migration: force migration off CPU going downRussell King2011-02-231-1/+1
| | * | | | | | | | | ARM: 6608/1: enable bridges in pci_common_init.Colin Tuckley2011-02-231-0/+5
| | * | | | | | | | | ARM: improve module relocation fixup diagnosticsRussell King2011-02-231-13/+14
| | * | | | | | | | | ARM: fix some sparse errors in generic ARM codeRussell King2011-02-232-1/+2
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | ARM: Defer lookup of machine_type to setup.cRussell King2011-02-154-101/+40
| | | |_|_|_|/ / / | | |/| | | | | |
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '...Russell King2011-03-1612-19/+228
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / | | | | |/| | | / / / / / | | |_|_|_|_|_|/ / / / / | |/| | | | | | / / / / | | | |_|_|_|_|/ / / / | | |/| | | | | / / / | | | | | | | |/ / / | | | | | | |/| / / | | | | |_|_|_|/ / | | | |/| | | | |
| | | | | * | | | ARM: pm: allow generic sleep code to be used with SMP CPU idleRussell King2011-02-221-1/+26
| | | | | * | | | ARM: pm: add generic CPU suspend/resume supportRussell King2011-02-223-0/+119
| | | | | * | | | ARM: move cache/processor/fault glue to separate include filesRussell King2011-02-122-1/+4
| | | | | * | | | ARM: pm: add function to set WFI low-power mode for SMP CPUsRussell King2011-02-111-0/+23
| | | | | | |/ / | | | | | |/| |
* | | | | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud