Age | Commit message (Expand) | Author | Files | Lines |
2013-11-12 | Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next | Russell King | 13 | -84/+36 |
2013-11-12 | Merge branch 'devel-stable' into for-next | Russell King | 69 | -220/+7135 |
2013-11-12 | Merge branch 'misc' into for-next | Russell King | 30 | -244/+447 |
2013-11-09 | ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h" | Chen Gang | 1 | -24/+0 |
2013-11-09 | ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ... | Chen Gang | 1 | -1/+2 |
2013-11-09 | ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.h | Chen Gang | 1 | -24/+25 |
2013-11-09 | ARM: 7887/1: Don't smp_cross_call() on UP devices in arch_irq_work_raise() | Stephen Boyd | 1 | -1/+2 |
2013-11-07 | ARM: 7872/1: Support arch_irq_work_raise() via self IPIs | Stephen Boyd | 2 | -1/+19 |
2013-11-07 | ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode | T.J. Purtell | 1 | -4/+10 |
2013-11-07 | ARM: 7878/1: nommu: Implement dummy early_paging_init() | Thierry Reding | 1 | -0/+9 |
2013-11-07 | ARM: 7876/1: clear Thumb-2 IT state on exception handling | Marc Zyngier | 2 | -1/+7 |
2013-11-07 | ARM: 7874/2: bL_switcher: Remove cpu_hotplug_driver_{lock,unlock}() | Tushar Behera | 1 | -5/+5 |
2013-10-31 | ARM: footbridge: fix build warnings for netwinder | Russell King | 1 | -4/+4 |
2013-10-31 | Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/... | Russell King | 63 | -188/+452 |
2013-10-31 | ARM: 7873/1: vfp: clear vfp_current_hw_state for dying cpu | Yuanyuan Zhong | 1 | -3/+3 |
2013-10-30 | ARM: fix misplaced arch_virt_to_idmap() | Russell King | 1 | -1/+2 |
2013-10-29 | ARM: 7848/1: mcpm: Implement cpu_kill() to synchronise on powerdown | Dave Martin | 3 | -0/+56 |
2013-10-29 | ARM: 7847/1: mcpm: Factor out logical-to-physical CPU translation | Dave Martin | 1 | -4/+13 |
2013-10-29 | ARM: 7869/1: remove unused XSCALE_PMU Kconfig param | Michael Opdenacker | 1 | -5/+0 |
2013-10-29 | ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_t | Magnus Damm | 1 | -4/+12 |
2013-10-29 | ARM: 7863/1: Let arm_add_memory() always use 64-bit arguments | Magnus Damm | 2 | -4/+4 |
2013-10-29 | ARM: 7862/1: pcpu: replace __get_cpu_var_uses | Christoph Lameter | 4 | -15/+15 |
2013-10-29 | ARM: 7861/1: cacheflush: consolidate single-CPU ARMv7 cache disabling code | Nicolas Pitre | 3 | -98/+52 |
2013-10-29 | ARM: 7860/1: debug: msm: Add DEBUG_LL support for ARCH_MSM8974 | Rohit Vaswani | 2 | -0/+14 |
2013-10-29 | ARM: 7859/1: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects ... | Rohit Vaswani | 1 | -5/+10 |
2013-10-29 | ARM: 7856/1: timer-sp: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2013-10-29 | ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page aware | Steven Capper | 3 | -3/+48 |
2013-10-29 | ARM: 7855/1: Add check for Cortex-A15 errata 798181 ECO | Rob Herring | 4 | -33/+54 |
2013-10-29 | ARM: 7854/1: lockref: add support for lockless lockrefs using cmpxchg64 | Will Deacon | 2 | -2/+7 |
2013-10-29 | ARM: 7853/1: cmpxchg: implement cmpxchg64_relaxed | Will Deacon | 1 | -1/+3 |
2013-10-29 | ARM: 7852/1: cmpxchg: implement barrier-less cmpxchg64_local | Will Deacon | 1 | -10/+42 |
2013-10-29 | ARM: 7850/1: DEBUG_LL on efm32 SoCs | Uwe Kleine-König | 2 | -0/+62 |
2013-10-29 | ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GB | Sergey Dyasly | 1 | -4/+2 |
2013-10-29 | ARM: sa11x0/assabet: ensure CS2 is configured appropriately | Russell King | 1 | -0/+3 |
2013-10-29 | ARM: 7849/2: h3600: update defconfig | Linus Walleij | 1 | -16/+6 |
2013-10-29 | ARM: 7841/1: sa1100: remove complex GPIO interface | Linus Walleij | 3 | -56/+2 |
2013-10-29 | ARM: 7865/1: sa1100: fix simpad compilation warning | Linus Walleij | 1 | -0/+1 |
2013-10-29 | ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align k... | Sricharan R | 1 | -1/+2 |
2013-10-25 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+4 |
2013-10-24 | ARM: dma-mapping: don't allow DMA mappings to be marked executable | Russell King | 1 | -2/+2 |
2013-10-24 | Merge branch 'for-rmk/prefetch' of git://git.kernel.org/pub/scm/linux/kernel/... | Russell King | 6 | -23/+56 |
2013-10-24 | Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Russell King | 6 | -2/+58 |
2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+1 |
2013-10-21 | ARM: fix build errors caused by selection of errata 798181 | Russell King | 2 | -2/+2 |
2013-10-19 | ARM: tlb: ASID macro should give 32bit result for BE correct operation | Victor Kamensky | 1 | -1/+1 |
2013-10-19 | ARM: mcpm: fix big endian issue in mcpm startup code | Victor Kamensky | 1 | -0/+2 |
2013-10-19 | ARM: signal: sigreturn_codes should be endian neutral to work in BE8 | Victor Kamensky | 3 | -24/+83 |
2013-10-19 | ARM: atomic64: fix endian-ness in atomic.h | Victor Kamensky | 1 | -13/+13 |
2013-10-19 | ARM: kdgb: use <asm/opcodes.h> for data to be assembled as intruction | Ben Dooks | 1 | -1/+2 |
2013-10-19 | ARM: Correct BUG() assembly to ensure it is endian-agnostic | Ben Dooks | 2 | -7/+11 |