summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2012-11-26ARM: 7582/2: rename kvm_seq to vmalloc_seq so to avoid confusion with KVMNicolas Pitre2-4/+4
2012-11-23ARM: 7584/1: perf: fix link error when CONFIG_HW_PERF_EVENTS is not selectedMarc Zyngier1-0/+2
2012-11-21Merge branch 'bl-cpuinfo' of git://linux-arm.org/linux-2.6-lp into devel-stableRussell King1-0/+1
2012-11-21Merge branch 'cluster-boot-protocol' of git://linux-arm.org/linux-2.6-lp into...Russell King3-0/+32
2012-11-19ARM: kernel: add logical mappings look-upLorenzo Pieralisi1-0/+17
2012-11-19ARM: kernel: add device tree init map functionLorenzo Pieralisi1-0/+2
2012-11-19ARM: kernel: enhance MPIDR macro definitionsLorenzo Pieralisi1-0/+13
2012-11-19ARM: kernel: add MIDR to per-CPU information dataLorenzo Pieralisi1-0/+1
2012-11-19Merge branch 'asid-allocation' of git://git.kernel.org/pub/scm/linux/kernel/g...Russell King2-86/+7
2012-11-19Merge branch 'for-rmk/prot-none' of git://git.kernel.org/pub/scm/linux/kernel...Russell King3-7/+9
2012-11-19Merge branch 'hw-breakpoint' of git://git.kernel.org/pub/scm/linux/kernel/git...Russell King2-22/+6
2012-11-19Merge branch 'perf/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2-16/+17
2012-11-16ARM: cti: fix manipulation of debug lock registersWill Deacon1-18/+2
2012-11-09ARM: mm: introduce present, faulting entries for PAGE_NONEWill Deacon3-3/+5
2012-11-09ARM: mm: introduce L_PTE_VALID for page table entriesWill Deacon3-4/+4
2012-11-09ARM: hw_breakpoint: use CRn as argument for debug reg accessor macrosDietmar Eggemann1-4/+4
2012-11-09ARM: perf: consistently use arm_pmu->name for PMU nameWill Deacon1-1/+1
2012-11-09ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha1-15/+11
2012-11-09ARM: perf: add guest vs host discriminationMarc Zyngier1-0/+5
2012-11-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-11/+10
2012-11-05ARM: mm: remove IPI broadcasting on ASID rolloverWill Deacon2-86/+7
2012-10-29ARM: 7567/1: io: avoid GCC's offsettable addressing modes for halfword accessesWill Deacon1-2/+2
2012-10-29ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley2-7/+8
2012-10-29ARM: 7565/1: sched: stop sched_clock() during suspendFelipe Balbi 21-2/+0
2012-10-28Merge tag 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds3-17/+33
2012-10-26Revert "ARM: dma-mapping: support debug_dma_mapping_error"Marek Szyprowski1-1/+0
2012-10-26Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+3
2012-10-26Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-0/+1
2012-10-25ARM: socfpga: Fix socfpga compilation with early_printk() enabledPavel Machek3-17/+33
2012-10-23ARM: dma-mapping: support debug_dma_mapping_errorMing Lei1-0/+1
2012-10-23Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King2-3/+3
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk82-1789/+1904
2012-10-19xen: arm: comment on why 64-bit xen_pfn_t is safe even on 32 bitIan Campbell1-1/+7
2012-10-19xen: arm: make p2m operations NOPsIan Campbell1-3/+10
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell1-2/+0
2012-10-19xen: sysfs: fix build warning.Ian Campbell1-0/+2
2012-10-15Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+2
2012-10-14Merge branch 'late-for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds24-926/+1006
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro1-1/+0
2012-10-12UAPI: (Scripted) Disintegrate arch/arm/include/asmDavid Howells24-926/+1006
2012-10-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-2/+127
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-10-11Merge branch 'fixes' into for-linusRussell King58-829/+814
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+7
2012-10-09ARM: warnings in arch/arm/include/asm/uaccess.hArnd Bergmann1-2/+2
2012-10-09ARM: binfmt_flat: unused variable 'persistent'Arnd Bergmann1-1/+1
2012-10-09ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernelsRussell King1-2/+2
2012-10-09ARM: 7549/1: HYP: fix boot on some ARM1136 coresMarc Zyngier1-4/+5
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds30-697/+323