aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAge
* Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixesRussell King2011-04-29
|\
| * ARM: kprobes: Fix probing of conditionally executed instructionsJon Medhurst2011-04-28
* | ARM: 6881/1: cputype.h uses __attribute_const__ which requires including kern...Jonathan Cameron2011-04-16
* | ARM: Add new syscallsRussell King2011-04-15
* | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2011-04-13
|\ \
| * | Fix common misspellingsLucas De Marchi2011-03-31
| |/
* / ARM: 6867/1: Introduce THREAD_NOTIFY_COPY for copy_thread() hooksCatalin Marinas2011-04-10
|/
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-30
|\
| * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2011-03-26
| |\
| | * ARM: pxa: drop gpio_vbus field from pxa2xx_udc_mach_infoDmitry Eremin-Solenikov2011-03-16
* | | arm: dove: Use proper irq accessor functionsThomas Gleixner2011-03-29
|/ /
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-23
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-20
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * ARM: 6759/1: smp: Select local timers vs broadcast timer support runtimeSantosh Shilimkar2011-02-23
| | | * | ARM: pgtable: add pud-level codeRussell King2011-02-21
| | | * | ARM: 6673/1: LPAE: use phys_addr_t instead of unsigned long for start of memb...Will Deacon2011-02-21
| | | * | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon2011-02-15
| | | * | ARM: 6671/1: LPAE: use phys_addr_t instead of unsigned long in outercache fun...Will Deacon2011-02-15
* | | | | remove dma64_addr_tFUJITA Tomonori2011-03-23
* | | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-23
* | | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-23
* | | | | arm: introduce little-endian bitopsAkinobu Mita2011-03-23
* | | | | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-22
* | | | | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Russell King2011-03-12
| |\| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King2011-03-06
| |\ \ \ \
| | * | | | [ARM] add machine-specific hook to machine_kexecEric Cooper2011-03-03
| * | | | | ARM: perf_event: allow platform-specific interrupt handlerRabin Vincent2011-02-17
* | | | | | Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-16
|\ \ \ \ \ \
| * | | | | | ARM: lh7a40x: remove unmaintained platform supportRussell King2011-01-24
* | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-16
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'p2v' into develRussell King2011-03-16
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: 6766/1: Thumb-2: Reflect ARM/Thumb-2 configuration in module vermagicDave Martin2011-02-26
| | * | | | | | | ARM: 6675/1: use phys_addr_t instead of unsigned long in conversion codeWill Deacon2011-02-17
| | * | | | | | | ARM: P2V: extend to 16-bit translation offsetsRussell King2011-02-17
| | * | | | | | | ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King2011-02-17
| | * | | | | | | ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-17
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'v6v7' into develRussell King2011-03-16
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: 6655/1: Correct WFE() in asm/spinlock.h for Thumb-2Dave Martin2011-02-10
| | * | | | | | | ARM: v6/v7 cache: allow cache calls to be optimizedRussell King2011-02-02
| | * | | | | | | ARM: v6k: select TLS register code according to V6 variantsRussell King2011-02-02
| | * | | | | | | ARM: v6k: select cmpxchg code sequences according to V6 variantsRussell King2011-02-02
| | * | | | | | | ARM: v6k: introduce CPU_V6K optionRussell King2011-02-02
| | * | | | | | | ARM: v6k: remove CPU_32v6K dependencies in asm/spinlock.hRussell King2011-02-02
| | * | | | | | | ARM: bitops: switch set/clear/change bitops to use ldrex/strexRussell King2011-02-02
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'misc' into develRussell King2011-03-16
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: 6806/1: irq: introduce entry and exit functions for chained handlersWill Deacon2011-03-15
| | * | | | | | | ARM: 6798/1: aout-core: zero thread debug registers in a.out core dumpWill Deacon2011-03-10
| | * | | | | | | ARM: 6777/1: gic: Add hooks for architecture specific extensionsSantosh Shilimkar2011-03-08
| | * | | | | | | ARM: 6795/1: l2x0: Errata fix for flush by Way operation can cause data corruptiSantosh Shilimkar2011-03-08