Age | Commit message (Expand) | Author | Files | Lines |
2015-08-21 | ARM: domains: move initial domain setting value to asm/domains.h | Russell King | 1 | -0/+6 |
2015-08-21 | ARM: domains: provide domain_mask() | Russell King | 1 | -2/+3 |
2015-08-21 | ARM: domains: switch to keeping domain value in register | Russell King | 2 | -8/+15 |
2015-08-20 | ARM/PCI: Remove msi_controller from struct pci_sys_data | Lorenzo Pieralisi | 1 | -3/+0 |
2015-08-20 | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() | Lorenzo Pieralisi | 1 | -2/+0 |
2015-08-20 | arm/xen: Remove helpers which are PV specific | Julien Grall | 1 | -14/+2 |
2015-08-20 | xen/events: Support event channel rebind on ARM | Julien Grall | 1 | -0/+6 |
2015-08-18 | Merge tag 'imx-soc-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw... | Olof Johansson | 1 | -0/+13 |
2015-08-18 | ARM: 8419/1: dma-mapping: harmonize definition of DMA_ERROR_CODE | Marek Szyprowski | 1 | -1/+1 |
2015-08-18 | ARM: 8417/1: refactor bitops functions with BIT_MASK() and BIT_WORD() | Masahiro Yamada | 1 | -12/+12 |
2015-08-18 | ARM: 8415/1: early fixmap support for earlycon | Stefan Agner | 1 | -1/+14 |
2015-08-12 | locking, ARM, atomics: Define our SMP atomics in terms of _relaxed() operations | Will Deacon | 2 | -60/+24 |
2015-08-12 | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 1 | -0/+14 |
2015-08-11 | firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area() | Russell King | 1 | -0/+17 |
2015-08-10 | Merge branch 'psci/for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Russell King | 1 | -23/+0 |
2015-08-05 | Merge tag 'zynq-soc-for-4.3' of https://github.com/Xilinx/linux-xlnx into nex... | Olof Johansson | 1 | -1/+1 |
2015-08-05 | ARM: at91/soc: add basic support for new sama5d2 SoC | Nicolas Ferre | 1 | -1/+4 |
2015-08-04 | sched, arm: Remove finish_arch_switch() | Will Deacon | 1 | -1/+4 |
2015-08-03 | ARM: migrate to common PSCI client code | Mark Rutland | 1 | -23/+0 |
2015-08-03 | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 1 | -8/+17 |
2015-08-03 | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 1 | -2/+2 |
2015-08-02 | ARM: reduce visibility of dmac_* functions | Russell King | 2 | -6/+0 |
2015-07-31 | ARM: 8407/1: switch_to: Remove finish_arch_switch | Will Deacon | 1 | -1/+4 |
2015-07-31 | ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggable | Stephen Boyd | 2 | -0/+10 |
2015-07-31 | arm: perf: factor arm_pmu core out to drivers | Mark Rutland | 1 | -154/+0 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -1/+0 |
2015-07-27 | arm: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+15 |
2015-07-25 | ARM: add soc memory barrier extension | Russell King | 1 | -0/+1 |
2015-07-25 | ARM: move heavy barrier support out of line | Russell King | 2 | -20/+9 |
2015-07-22 | ARM: zynq: Fix earlyprintk in big endian mode | Arun Chandran | 1 | -1/+1 |
2015-07-21 | KVM: arm64: introduce vcpu->arch.debug_ptr | Alex Bennée | 1 | -0/+1 |
2015-07-21 | KVM: arm: introduce kvm_arm_init/setup/clear_debug | Alex Bennée | 1 | -0/+4 |
2015-07-18 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2015-07-18 | mm: clean up per architecture MM hook header files | Laurent Dufour | 2 | -15/+1 |
2015-07-17 | ARM: fix __virt_to_idmap build error on !MMU | Russell King | 1 | -1/+1 |
2015-07-17 | ARM: add basic support for on-demand backtrace of other CPUs | Russell King | 1 | -0/+5 |
2015-07-14 | ARM: imx: add low-level debug support for i.mx6ul | Anson Huang | 1 | -0/+13 |
2015-07-10 | ARM: 8403/1: kbuild: don't use generic mcs_spinlock.h header | Will Deacon | 1 | -1/+0 |
2015-07-08 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 3 | -19/+89 |
2015-07-07 | Merge branches 'fixes' and 'ioremap' into for-linus | Russell King | 37 | -245/+323 |
2015-07-03 | ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variants | Russell King | 1 | -3/+6 |
2015-07-03 | ARM: pgtable: document mapping types | Russell King | 1 | -1/+30 |
2015-07-03 | ARM: io: convert ioremap*() to functions | Russell King | 1 | -11/+13 |
2015-07-03 | ARM: io: fix ioremap_wt() implementation | Russell King | 1 | -1/+1 |
2015-07-03 | ARM: io: document ARM specific behaviour of ioremap*() implementations | Russell King | 1 | -3/+39 |
2015-07-01 | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+8 |
2015-06-29 | ARM: 8396/1: use phys_addr_t in pfn_to_kaddr() | Vitaly Andrianov | 1 | -1/+1 |
2015-06-26 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 18 | -192/+166 |
2015-06-26 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 6 | -2/+38 |
2015-06-26 | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+1 |