| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: kernel: implement stack pointer save array through MPIDR hashing | Lorenzo Pieralisi | 2013-06-20 | 5 | -20/+118 |
* | ARM: kernel: build MPIDR hash function data structure | Lorenzo Pieralisi | 2013-06-20 | 2 | -0/+79 |
* | Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in... | Russell King | 2013-06-18 | 8 | -24/+16 |
|\ |
|
| * | ARM: arch_timer: stop virtual timer when booted in HYP mode | Marc Zyngier | 2013-06-07 | 1 | -0/+5 |
| * | arm: fix up ARM_ARCH_TIMER selects | Mark Rutland | 2013-06-07 | 4 | -5/+5 |
| * | clocksource: arch_timer: use virtual counters | Mark Rutland | 2013-06-07 | 2 | -19/+0 |
| * | ARM: KVM: arch_timers: zero CNTVOFF upon return to host | Mark Rutland | 2013-06-07 | 1 | -0/+4 |
| * | ARM: hyp: initialize CNTVOFF to zero | Marc Zyngier | 2013-06-07 | 1 | -0/+2 |
* | | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Russell King | 2013-06-18 | 13 | -96/+139 |
|\ \ |
|
| * | | ARM: elf: add new hwcap for identifying atomic ldrd/strd instructions | Will Deacon | 2013-05-30 | 2 | -2/+8 |
| * | | ARM: lpae: fix definition of PTE_HWTABLE_PTRS | Will Deacon | 2013-05-30 | 1 | -1/+1 |
| * | | ARM: mm: clean up membank size limit checks | Cyril Chemparathy | 2013-05-30 | 1 | -8/+11 |
| * | | ARM: mm: cleanup checks for membank overlap with vmalloc area | Cyril Chemparathy | 2013-05-30 | 1 | -18/+1 |
| * | | ARM: fix type of PHYS_PFN_OFFSET to unsigned long | Cyril Chemparathy | 2013-05-30 | 1 | -1/+1 |
| * | | ARM: mm: use physical addresses in highmem sanity checks | Cyril Chemparathy | 2013-05-30 | 1 | -12/+10 |
| * | | ARM: LPAE: accomodate >32-bit addresses for page table base | Cyril Chemparathy | 2013-05-30 | 4 | -8/+37 |
| * | | ARM: LPAE: factor out T1SZ and TTBR1 computations | Cyril Chemparathy | 2013-05-30 | 2 | -21/+28 |
| * | | ARM: LPAE: use 64-bit accessors for TTBR registers | Cyril Chemparathy | 2013-05-30 | 2 | -12/+19 |
| * | | ARM: LPAE: use phys_addr_t in switch_mm() | Cyril Chemparathy | 2013-05-30 | 2 | -6/+14 |
| * | | ARM: LPAE: use phys_addr_t for initrd location | Vitaly Andrianov | 2013-05-30 | 1 | -6/+7 |
| * | | ARM: LPAE: use phys_addr_t in free_memmap() | Vitaly Andrianov | 2013-05-30 | 1 | -3/+3 |
| * | | ARM: LPAE: use phys_addr_t in alloc_init_pud() | Vitaly Andrianov | 2013-05-30 | 1 | -1/+2 |
| * | | ARM: LPAE: use signed arithmetic for mask definitions | Cyril Chemparathy | 2013-05-30 | 2 | -4/+4 |
| |/ |
|
* | | Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l... | Russell King | 2013-06-18 | 138 | -702/+1133 |
|\ \ |
|
| * | | ARM: mm: Transparent huge page support for LPAE systems. | Catalin Marinas | 2013-06-04 | 7 | -1/+78 |
| * | | ARM: mm: HugeTLB support for LPAE systems. | Catalin Marinas | 2013-06-04 | 9 | -2/+276 |
| * | | ARM: mm: Add support for flushing HugeTLB pages. | Steve Capper | 2013-06-04 | 1 | -10/+15 |
| * | | ARM: mm: correct pte_same behaviour for LPAE. | Steve Capper | 2013-06-04 | 1 | -0/+17 |
| |/ |
|
| * | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-05-26 | 9 | -57/+57 |
| |\ |
|
| | * | parisc: fix irq stack on UP and SMP | Helge Deller | 2013-05-24 | 3 | -41/+26 |
| | * | parisc: make interrupt and interruption stack allocation reentrant | John David Anglin | 2013-05-24 | 2 | -10/+10 |
| | * | parisc: show number of FPE and unaligned access handler calls in /proc/interr... | Helge Deller | 2013-05-24 | 4 | -0/+14 |
| | * | parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.S | Helge Deller | 2013-05-24 | 1 | -6/+6 |
| | * | parisc: add rp5470 entry to machine database | Helge Deller | 2013-05-24 | 1 | -0/+1 |
| * | | score: remove redundant kcore_list entries | Kyle McMartin | 2013-05-25 | 1 | -2/+0 |
| * | | Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-05-25 | 11 | -70/+41 |
| |\ \ |
|
| | * | | ARC: lazy dcache flush broke gdb in non-aliasing configs | Vineet Gupta | 2013-05-25 | 2 | -19/+11 |
| | * | | ARC: Use enough bits for determining page's cache color | Vineet Gupta | 2013-05-23 | 1 | -1/+1 |
| | * | | ARC: Brown paper bag bug in macro for checking cache color | Vineet Gupta | 2013-05-23 | 2 | -2/+5 |
| | * | | ARC: copy_(to|from)_user() to honor usermode-access permissions | Vineet Gupta | 2013-05-23 | 3 | -15/+19 |
| | * | | ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach() | Vineet Gupta | 2013-05-23 | 1 | -1/+1 |
| | * | | ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanism | Christian Ruppert | 2013-05-15 | 4 | -32/+4 |
| * | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-05-25 | 3 | -3/+2 |
| |\ \ \ |
|
| | * | | | ARM: 7729/1: vfp: ensure VFP_arch is non-zero when VFP is not supported | Will Deacon | 2013-05-22 | 1 | -1/+1 |
| | * | | | ARM: 7727/1: remove the .vm_mm value from gate_vma | Steven Capper | 2013-05-22 | 1 | -1/+0 |
| | * | | | ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handling | Ard Biesheuvel | 2013-05-22 | 1 | -1/+1 |
| * | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-05-25 | 46 | -207/+176 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Merge tag 'sunxi-fixes-for-3.10' of git://github.com/mripard/linux into fixes | Olof Johansson | 2013-05-25 | 3 | -3/+6 |
| | |\ \ \ |
|
| | | * | | | ARM: sunxi: select ARCH_REQUIRE_GPIOLIB | Maxime Ripard | 2013-05-15 | 1 | -0/+1 |
| | | * | | | ARM: sunxi: Fix Mini X-plus device tree build | Maxime Ripard | 2013-05-13 | 2 | -3/+5 |
| | | | |/
| | | |/| |
|