aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: 6838/1: etm: fix section mismatch warningMing Lei2011-03-281-2/+2
| * | ARM: 6837/1: remove unused pci_fixup_prpmc1100Colin Cross2011-03-281-25/+0
| * | ARM: 6836/1: kprobes/fix emulation of LDR/STR instruction when Rn == PCViktor Rosendahl2011-03-281-4/+6
| * | ARM: 6835/1: perf: ensure overflows aren't missed due to IRQ latencyWill Deacon2011-03-264-12/+15
| * | ARM: 6834/1: perf: reset counters on all CPUs during initialisationWill Deacon2011-03-262-6/+30
| * | ARM: 6833/1: perf: add required isbs() to ARMv7 backendWill Deacon2011-03-261-0/+2
| * | ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issuesNicolas Pitre2011-03-261-3/+11
| |/
* | 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
| | | |/ / / / / / / | | |/| | | | | | |