aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-25ARM: 7987/1: ARM : unwinder : Prevent data abort due to stack overflowAnurag Aggarwal1-37/+100
2014-02-25ARM: 7982/1: introduce HWCAP2 feature bits for ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+5
2014-02-25ARM: 7981/1: add support for AT_HWCAP2 ELF auxv entryArd Biesheuvel1-0/+11
2014-02-25ARM: 7986/1: bios32: use pci_enable_resource to enable PCI resourcesWill Deacon1-34/+3
2014-02-10ARM: 7948/1: hw_breakpoint: Add ARMv8 supportChristopher Covington1-1/+2
2014-01-28Merge branches 'fixes' and 'misc' into for-linusRussell King3-1/+39
2014-01-28ARM: 7947/1: Make pgtbl macro more robustChristopher Covington1-1/+2
2014-01-28ARM: 7946/1: asm: __und_usr_thumb need byteswap instructions in BE caseVictor Kamensky1-0/+2
2014-01-28ARM: 7930/1: Introduce atomic MMIO modifyEzequiel Garcia1-0/+35
2014-01-27memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu1-1/+1
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds8-41/+52
2014-01-21arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar2-2/+2
2014-01-21Merge branch 'devel-stable' into for-nextRussell King1-1/+1
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-nextRussell King10-45/+63
2014-01-21ARM: SMP implementations are not supposed to return from smp_ops.cpu_die()Russell King1-0/+3
2014-01-21ARM: ignore memory below PHYS_OFFSETRussell King1-0/+14
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-01-16Merge branch 'perf/urgent' into perf/coreIngo Molnar3-5/+12
2014-01-13Merge branch 'for_3.14/arm-no-bootmem' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stableRussell King1-1/+1
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameters ABIDario Faggioli1-0/+2
2014-01-11ARM: 7939/1: traps: fix opcode endianness when read from user memoryTaras Kondratiuk1-2/+3
2014-01-11ARM: 7937/1: perf_event: Silence sparse warningStephen Boyd1-1/+1
2014-01-11ARM: 7934/1: DT/kernel: fix arch_match_cpu_phys_id to avoid erroneous matchSudeep Holla1-1/+1
2014-01-05ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King1-1/+7
2013-12-29ARM: 7877/1: use built-in byte swap functionKim Phillips1-0/+4
2013-12-29ARM: 7920/1: topology: Staticise non-exported symbolsMark Brown1-6/+6
2013-12-29ARM: 7918/1: clean up cache handling in core codeNicolas Pitre1-2/+1
2013-12-29ARM: 7911/2: Clean up setup printks a bitOlof Johansson1-21/+20
2013-12-29ARM: 7905/1: etm: Remove unnecessary amba_set_drvdata()Michal Simek1-6/+0
2013-12-29ARM: 7890/1: v7-M: drop using mach/entry-macro.SUwe Kleine-König1-2/+0
2013-12-29ARM: make kernel oops easier to readRussell King1-1/+1
2013-12-17Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD"Will Deacon1-4/+0
2013-12-13ARM: fix asm/memory.h build errorRussell King2-3/+3
2013-12-11ARM: add permission annotations to MT_MEMORY* mapping typesRussell King1-2/+2
2013-12-09ARM: 7917/1: cacheflush: correctly limit range of memory region being flushedJon Medhurst1-1/+2
2013-12-09ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov1-1/+1
2013-12-09ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2013-12-09ARM: 7909/1: mm: Call setup_dma_zone() post early_paging_init()Santosh Shilimkar1-2/+1
2013-11-30ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2-9/+16
2013-11-30ARM: 7895/1: signal: fix armv7-m build issue in sigreturn_codes.SVictor Kamensky1-9/+31
2013-11-23ARM: mm: Remove bootmem code and switch to NO_BOOTMEMSantosh Shilimkar1-1/+1
2013-11-19ARM: 7892/1: Fix warning for V7M buildsOlof Johansson1-1/+1
2013-11-14ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky1-1/+5
2013-11-14ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky1-0/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds21-143/+389
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King2-4/+11
2013-11-12Merge branch 'devel-stable' into for-nextRussell King17-118/+296
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-37/+20
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+1