aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-2/+2
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+3
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+3
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini1-6/+2
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei1-6/+2
2015-09-16ARM: Remove ununsed set_irq_flagsRob Herring1-6/+0
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-3/+3
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds4-8/+5
2015-09-11Merge branch 'uaccess' into fixesRussell King6-22/+186
2015-09-11ARM: 8431/1: fix alignement of __bug_table section entriesRobert Jarzmik1-0/+1
2015-09-11ARM: domains: add memory dependencies to get_domain/set_domainRussell King1-2/+4
2015-09-11ARM: domains: thread_info.h no longer needs asm/domains.hRussell King1-1/+0
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-60/+8
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-8/+20
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-5/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-3/+3
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-9/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-15/+6
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-29/+0
2015-09-09ARM: uaccess: remove unneeded uaccess_save_and_disable macroRussell King1-5/+0
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus 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/kernel/git/xen/tipLinus Torvalds2-14/+8
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-6/+7
2015-09-08arm/xen: implement correctly pfn_to_mfnJulien Grall1-8/+0
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall1-2/+21
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/kernel/git/tip/tipLinus 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 for-linusRussell King20-83/+346
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-2/+18
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus 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-22Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini3-16/+2
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