| Commit message (Expand) | Author | Age | Files | Lines |
*-------------. | Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci... | Russell King | 2011-07-22 | 12 | -106/+73 |
|\ \ \ \ \ \ \ \ |
|
| | | | | | | * | | ARM: pm: allow suspend finisher to return error codes | Russell King | 2011-07-02 | 1 | -4/+5 |
| | | | | | | * | | ARM: pm: ensure our temporary page table entry is removed from the TLB | Russell King | 2011-06-24 | 1 | -0/+2 |
| | | | | | | * | | ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform code | Russell King | 2011-06-24 | 2 | -2/+19 |
| | | | | | | * | | ARM: pm: convert cpu_suspend() to a normal function | Russell King | 2011-06-24 | 1 | -0/+2 |
| | | | | | | |/ |
|
| | | | | * | | | ARM: 6998/2: kernel: use proper memory barriers for bitops | Heechul Yun | 2011-07-22 | 1 | -2/+2 |
| | | | | * | | | ARM: 6997/1: ep93xx: increase NR_BANKS to 16 for support of 128MB RAM | Petr Štetiar | 2011-07-22 | 1 | -1/+5 |
| | | | | * | | | ARM: 6988/1: multi-cpu: remove arguments from CPU proc macros | Will Deacon | 2011-07-06 | 1 | -7/+7 |
| | | | | * | | | ARM: 6985/1: export functions to determine the presence of I/DTCM | Linus Walleij | 2011-07-06 | 1 | -0/+2 |
| | | | | * | | | ARM: 6974/1: pmu: refactor reservation | Mark Rutland | 2011-06-29 | 1 | -1/+1 |
| | | | | * | | | ARM: Allow SoCs to enable scatterlist chaining | Russell King | 2011-06-02 | 1 | -0/+4 |
| | | | | |/ / |
|
| | | | * | | | ARM: ensure tag tables are const | Russell King | 2011-07-07 | 1 | -1/+1 |
| | | | | |/
| | | | |/| |
|
| | | * | | | ARM: 7004/1: fix traps.h compile warnings | Mikael Pettersson | 2011-07-22 | 1 | -0/+3 |
| | | |/ / |
|
| | * | | | ARM: entry: re-allocate registers in irq entry assembly macros | Russell King | 2011-07-02 | 1 | -7/+7 |
| | |/ / |
|
| * | | | ARM: dma: replace ISA_DMA_THRESHOLD with a variable | Russell King | 2011-07-12 | 2 | -39/+2 |
| * | | | ARM: dmabounce: simplify dma_set_mask() | Russell King | 2011-07-08 | 1 | -8/+2 |
| * | | | ARM: dmabounce: get rid of dma_needs_bounce global function | Russell King | 2011-07-04 | 1 | -20/+2 |
| * | | | ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_page | Russell King | 2011-07-03 | 1 | -22/+9 |
| |/ / |
|
| * | | ARM: 6959/1: SMP build fix for entry-macro-multi.S | Magnus Damm | 2011-06-17 | 2 | -0/+6 |
| |/ |
|
* | | ARM: btc: avoid invalidating the branch target cache on kernel TLB maintanence | Russell King | 2011-07-19 | 1 | -48/+10 |
|/ |
|
* | Merge branch 'setns' | Linus Torvalds | 2011-05-28 | 1 | -0/+1 |
|\ |
|
| * | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-05-27 | 7 | -3/+74 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus | Russell King | 2011-05-27 | 6 | -1/+53 |
| |\ \ \ |
|
| | | * | | ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 | Catalin Marinas | 2011-05-26 | 1 | -0/+1 |
| | | * | | ARM: add sendmmsg syscall | Russell King | 2011-05-26 | 1 | -0/+1 |
| | | * | | ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM | Will Deacon | 2011-05-26 | 1 | -1/+1 |
| | | |/ |
|
| | * | | Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in... | Russell King | 2011-05-25 | 3 | -0/+50 |
| | |\ \ |
|
| | | * | | arm/dt: probe for platforms via the device tree | Grant Likely | 2011-05-23 | 3 | -0/+16 |
| | | * | | arm/dt: consolidate atags setup into setup_machine_atags | Grant Likely | 2011-05-23 | 1 | -0/+7 |
| | | * | | arm/dt: Allow CONFIG_OF on ARM | Grant Likely | 2011-05-11 | 2 | -0/+27 |
| * | | | | ARM: 6940/1: fiq: Briefly document driver responsibilities for suspend/resume | Dave Martin | 2011-05-26 | 1 | -0/+7 |
| * | | | | ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2 | Dave Martin | 2011-05-26 | 1 | -2/+14 |
| | |_|/
| |/| | |
|
* | | | | arm: use asm-generic/bitops/le.h | Akinobu Mita | 2011-05-26 | 1 | -38/+5 |
* | | | | arch: add #define for each of optimized find bitops | Akinobu Mita | 2011-05-26 | 1 | -0/+3 |
|/ / / |
|
* | | | Remove unused PROC_CHANGE_PENALTY constant | Stephen Boyd | 2011-05-25 | 1 | -6/+0 |
* | | | arm: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -16/+37 |
|/ / |
|
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-------. \ | Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and... | Russell King | 2011-05-23 | 4 | -47/+99 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | | * | | | ARM: 6883/1: ptrace: Migrate to regsets framework | Dave Martin | 2011-05-14 | 2 | -0/+7 |
| | | * | | | ARM: 6889/1: futex: add SMP futex support when !CPU_USE_DOMAINS | Will Deacon | 2011-05-12 | 1 | -47/+90 |
| | |/ / /
| |/| | | |
|
| | * | | | ARM: 6939/1: fix missing 'cpu_relax()' declaration | Marc Zyngier | 2011-05-23 | 1 | -0/+2 |
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*-------. \ \ \ \ | Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi... | Russell King | 2011-05-23 | 4 | -52/+10 |
|\ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / /
| |/| | | | | / /
| | | | | |_|/ /
| | | | |/| | | |
|
| | | | | * | | | ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes | Russell King | 2011-05-12 | 1 | -6/+0 |
| | | | | * | | | ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESS | Russell King | 2011-05-12 | 2 | -2/+6 |
| | | * | | | | | ARM: consolidate SMP cross call implementation | Russell King | 2011-05-23 | 1 | -4/+2 |
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | ARM: 6871/1: Use asm-generic/sizes.h | Stephen Boyd | 2011-04-16 | 1 | -40/+2 |
| | |/ / / / |
|
* | | | | | | clockevents: ARM sp804: allow clockevent name to be specified | Russell King | 2011-05-23 | 1 | -1/+1 |
* | | | | | | clocksource: ARM sp804: allow clocksource name to be specified | Russell King | 2011-05-23 | 1 | -1/+1 |
* | | | | | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 | 1 | -0/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | clocksource: convert footbridge to generic i8253 clocksource | Russell King | 2011-05-14 | 1 | -0/+15 |
| | |_|_|/ /
| |/| | | | |
|