| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 2 | -2/+2 |
|\ |
|
| * | treewide: Fix printks with 0x%# | Joe Perches | 2013-08-27 | 1 | -1/+1 |
| * | ppc: init_32: Fix error typo "CONFIG_START_KERNEL" | Paul Bolle | 2013-08-20 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-09-06 | 93 | -1331/+1219 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linus | Russell King | 2013-09-05 | 93 | -1331/+1219 |
| |\ \ \ \ |
|
| | | | * | | ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo | Will Deacon | 2013-09-02 | 2 | -20/+2 |
| | | | * | | ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tables | Douglas Anderson | 2013-09-02 | 2 | -0/+10 |
| | | | * | | ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machines | Uwe Kleine-König | 2013-09-02 | 3 | -1/+32 |
| | | | * | | ARM: 7823/1: errata: workaround Cortex-A15 erratum 773022 | Will Deacon | 2013-09-02 | 2 | -1/+22 |
| | | | * | | ARM: 7822/1: add workaround for ambiguous C99 stdint.h types | Ard Biesheuvel | 2013-08-25 | 1 | -0/+40 |
| | | | * | | ARM: 7821/1: DT: binding fixup to align with vendor-prefixes.txt | Christian Daudt | 2013-08-20 | 1 | -1/+3 |
| | | | * | | ARM: 7820/1: mm: cache-l2x0: Print the cache size in kB | Fabio Estevam | 2013-08-20 | 1 | -3/+3 |
| | | | * | | ARM: 7818/1: feroceon: Add suspend/resume operation | Ezequiel Garcia | 2013-08-20 | 2 | -1/+27 |
| | | | * | | ARM: 7814/2: Allow forced irq threading | Thomas Gleixner | 2013-08-20 | 1 | -0/+1 |
| | | | * | | ARM: 7813/1: Mark pmu interupt IRQF_NO_THREAD | Thomas Gleixner | 2013-08-20 | 1 | -1/+2 |
| | | | * | | ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICE | Christoffer Dall | 2013-08-13 | 2 | -2/+1 |
| | | | * | | ARM: 7792/1: mm: Remove general hugetlb code from ARM | Steven Capper | 2013-07-31 | 2 | -43/+3 |
| | | | * | | ARM: Allow selection HZ values | Russell King | 2013-07-26 | 1 | -2/+38 |
| | | | * | | ARM: constify machine_desc structure uses | Russell King | 2013-07-26 | 10 | -25/+26 |
| | | * | | | Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke... | Russell King | 2013-08-28 | 4 | -19/+65 |
| | | |\ \ \ |
|
| | | | * | | | ARM: cacheflush: don't bother rounding to nearest vma | Will Deacon | 2013-08-20 | 1 | -15/+2 |
| | | | * | | | ARM: cacheflush: don't round address range up to nearest page | Will Deacon | 2013-08-20 | 1 | -2/+1 |
| | | | * | | | ARM: cacheflush: split user cache-flushing into interruptible chunks | Will Deacon | 2013-08-20 | 2 | -8/+68 |
| | | | * | | | ARM: entry: allow ARM-private syscalls to be restarted | Will Deacon | 2013-07-22 | 1 | -2/+2 |
| | | | |/ / |
|
| | | * | | | Merge branch 'for-rmk/barriers' of git://git.kernel.org/pub/scm/linux/kernel/... | Russell King | 2013-08-28 | 178 | -1793/+2122 |
| | | |\ \ \ |
|
| | | | * | | | ARM: cacheflush: use -ishst dsb variant for ensuring flush completion | Will Deacon | 2013-08-12 | 1 | -1/+1 |
| | | | * | | | ARM: l2x0: use -st dsb option for ordering writel_relaxed with unlock | Will Deacon | 2013-08-12 | 1 | -1/+1 |
| | | | * | | | ARM: mcpm: use -st dsb option prior to sev instructions | Will Deacon | 2013-08-12 | 2 | -3/+3 |
| | | | * | | | ARM: kvm: use inner-shareable barriers after TLB flushing | Will Deacon | 2013-08-12 | 2 | -3/+3 |
| | | | * | | | ARM: spinlock: use inner-shareable dsb variant prior to sev instruction | Will Deacon | 2013-08-12 | 2 | -1/+11 |
| | | | * | | | ARM: mm: use inner-shareable barriers for TLB and user cache operations | Will Deacon | 2013-08-12 | 3 | -7/+7 |
| | | | * | | | ARM: tlb: reduce scope of barrier domains for TLB invalidation | Will Deacon | 2013-08-12 | 1 | -18/+18 |
| | | | * | | | ARM: barrier: allow options to be passed to memory barrier instructions | Will Deacon | 2013-08-12 | 2 | -18/+18 |
| | | | * | | | ARM: tlb: don't perform inner-shareable invalidation for local BP ops | Will Deacon | 2013-08-12 | 2 | -3/+21 |
| | | | * | | | ARM: tlb: don't bother with barriers for branch predictor maintenance | Will Deacon | 2013-08-12 | 1 | -3/+4 |
| | | | * | | | ARM: tlb: don't perform inner-shareable invalidation for local TLB ops | Will Deacon | 2013-08-12 | 3 | -30/+123 |
| | | | * | | | ARM: mm: remove redundant dsb() prior to range TLB invalidation | Will Deacon | 2013-08-12 | 1 | -1/+0 |
| | | * | | | | Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm ... | Russell King | 2013-07-22 | 7 | -1/+237 |
| | | |\ \ \ \
| | | | |_|/ /
| | | |/| | | |
|
| | | | * | | | ARM: crypto: add NEON accelerated XOR implementation | Ard Biesheuvel | 2013-07-08 | 3 | -0/+121 |
| | | | * | | | ARM: add support for kernel mode NEON | Ard Biesheuvel | 2013-07-08 | 3 | -0/+90 |
| | | | * | | | ARM: be strict about FP exceptions in kernel mode | Ard Biesheuvel | 2013-07-08 | 2 | -0/+25 |
| | | | * | | | ARM: move VFP init to an earlier boot stage | Ard Biesheuvel | 2013-07-08 | 1 | -1/+1 |
| | * | | | | | ARM: 7826/1: debug: support debug ll on hisilicon soc | Haojian Zhuang | 2013-09-02 | 1 | -0/+19 |
| | * | | | | | ARM: 7827/1: highbank: fix debug uart virtual address for LPAE | Rob Herring | 2013-09-02 | 1 | -1/+1 |
| | * | | | | | ARM: 7806/1: allow DEBUG_UNCOMPRESS for Tegra | Stephen Warren | 2013-08-25 | 2 | -1/+30 |
| | * | | | | | ARM: 7793/1: debug: use generic option for ep93xx PL10x debug port | Hartley Sweeten | 2013-08-25 | 2 | -26/+2 |
| | * | | | | | ARM: debug: move SPEAr debug to generic PL01x code | Russell King | 2013-08-25 | 3 | -38/+7 |
| | * | | | | | ARM: debug: move davinci debug to generic 8250 code | Russell King | 2013-08-25 | 2 | -66/+15 |
| | * | | | | | ARM: debug: move keystone debug to generic 8250 code | Russell King | 2013-08-25 | 2 | -46/+8 |
| | * | | | | | ARM: debug: remove DEBUG_ROCKCHIP_UART | Russell King | 2013-08-25 | 1 | -11/+0 |