summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+5
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+8
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds18-295/+285
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-70/+57
2015-09-03Merge branch 'devel-stable' into for-linusRussell King2-177/+0
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King20-83/+346
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-2/+18
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2015-08-27mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig1-6/+0
2015-08-26ARM: software-based priviledged-no-access supportRussell King3-2/+63
2015-08-26ARM: entry: provide uaccess assembly macro hooksRussell King1-0/+17
2015-08-25ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die()Stephen Boyd1-1/+0
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King2-7/+83
2015-08-25ARM: entry: efficiency cleanupsRussell King2-16/+20
2015-08-25ARM: entry: get rid of asm_trace_hardirqs_on_condRussell King1-6/+2
2015-08-25ARM: uaccess: simplify user access assemblyRussell King1-35/+12
2015-08-21ARM: domains: remove DOMAIN_TABLERussell King1-3/+0
2015-08-21ARM: domains: keep vectors in separate domainRussell King2-1/+4
2015-08-21ARM: domains: get rid of manager mode for user domainRussell King1-1/+1
2015-08-21ARM: domains: move initial domain setting value to asm/domains.hRussell King1-0/+6
2015-08-21ARM: domains: provide domain_mask()Russell King1-2/+3
2015-08-21ARM: domains: switch to keeping domain value in registerRussell King2-8/+15
2015-08-20ARM/PCI: Remove msi_controller from struct pci_sys_dataLorenzo Pieralisi1-3/+0
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi1-2/+0
2015-08-20arm/xen: Remove helpers which are PV specificJulien Grall1-14/+2
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-0/+6
2015-08-18Merge tag 'imx-soc-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson1-0/+13
2015-08-18ARM: 8419/1: dma-mapping: harmonize definition of DMA_ERROR_CODEMarek Szyprowski1-1/+1
2015-08-18ARM: 8417/1: refactor bitops functions with BIT_MASK() and BIT_WORD()Masahiro Yamada1-12/+12
2015-08-18ARM: 8415/1: early fixmap support for earlyconStefan Agner1-1/+14
2015-08-12locking, ARM, atomics: Define our SMP atomics in terms of _relaxed() operationsWill Deacon2-60/+24
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar1-0/+14
2015-08-11firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area()Russell King1-0/+17
2015-08-10Merge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King1-23/+0
2015-08-05Merge tag 'zynq-soc-for-4.3' of https://github.com/Xilinx/linux-xlnx into nex...Olof Johansson1-1/+1
2015-08-05ARM: at91/soc: add basic support for new sama5d2 SoCNicolas Ferre1-1/+4
2015-08-04sched, arm: Remove finish_arch_switch()Will Deacon1-1/+4
2015-08-03ARM: migrate to common PSCI client codeMark Rutland1-23/+0
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra1-8/+17
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov1-2/+2
2015-08-01ARM: reduce visibility of dmac_* functionsRussell King2-6/+0
2015-07-31ARM: 8407/1: switch_to: Remove finish_arch_switchWill Deacon1-1/+4
2015-07-31ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd2-0/+10
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland1-154/+0
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-1/+0
2015-07-27arm: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+15
2015-07-25ARM: add soc memory barrier extensionRussell King1-0/+1
2015-07-25ARM: move heavy barrier support out of lineRussell King2-20/+9