summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
2015-02-05ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAESteven Capper2-3/+4
2015-02-05ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclearSteven Capper1-5/+9
2015-02-05ARM: 7931/1: Correct virt_addr_validLaura Abbott1-1/+2
2015-02-05ARM: fix asm/memory.h build errorRussell King1-16/+15
2015-02-05ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ...Chen Gang1-1/+2
2015-02-05ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.hChen Gang1-24/+25
2015-02-05ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon1-1/+1
2015-02-05ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy1-1/+1
2015-02-05ARM: LPAE: use signed arithmetic for mask definitionsCyril Chemparathy2-4/+4
2015-02-05ARM: mm: correct pte_same behaviour for LPAE.Steve Capper1-0/+17
2015-02-05ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson1-0/+2
2014-11-21ARM: Correct BUG() assembly to ensure it is endian-agnosticBen Dooks1-4/+6
2014-06-11ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin1-1/+2
2014-05-06ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott1-4/+4
2014-05-06ARM: 8027/1: fix do_div() bug in big-endian systemsXiangyu Lu1-1/+1
2014-05-06ARM: 8007/1: Remove extraneous kcmp syscall ignoreChristopher Covington1-1/+0
2014-05-06ARM: 7954/1: mm: remove remaining domain support from ARMv6Will Deacon2-6/+1
2014-03-31ARM: move outer_cache declaration out of ifdefRob Herring1-2/+2
2014-03-23ARM: 7811/1: locks: use early clobber in arch_spin_trylockWill Deacon1-1/+1
2014-03-06ARM: 7812/1: rwlocks: retry trylock operation if strex fails on free lockWill Deacon1-19/+30
2014-03-06ARM: 7749/1: spinlock: retry trylock operation if strex fails on free lockWill Deacon1-11/+14
2014-03-06ARM: 7957/1: add DSB after icache flush in __flush_icache_all()Vinayak Kale1-0/+1
2014-01-09clocksource: arch_timer: use virtual countersMark Rutland1-9/+0
2013-12-11ARM: fix booting low-vectors machinesRussell King1-1/+1
2013-11-04ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro1-0/+6
2013-10-18compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-1/+1
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+5
2013-08-20ARM: KVM: perform save/restore of PARMarc Zyngier1-10/+12
2013-08-11ARM: 7791/1: a.out: remove partial a.out supportWill Deacon2-49/+0
2013-08-11ARM: 7790/1: Fix deferred mm switch on VIVT processorsCatalin Marinas3-5/+18
2013-08-11ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King1-0/+2
2013-08-11ARM: make vectors page inaccessible from userspaceRussell King1-0/+2
2013-08-11ARM: move signal handlers into a vdso-like pageRussell King2-0/+5
2013-07-21ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier1-1/+9
2013-06-24ARM: 7773/1: PJ4B: Add support for errata 4742Gregory CLEMENT1-0/+9
2013-06-24ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi2-1/+3
2013-06-19Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+1
2013-06-17ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_pageSimon Baatz1-3/+1
2013-06-09Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+9
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra1-23/+4
2013-06-05ARM: 7747/1: pcpu: ensure __my_cpu_offset cannot be re-ordered across barrier()Will Deacon1-2/+9
2013-05-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+4
2013-05-13ARM: 7720/1: ARM v6/v7 cmpxchg64 shouldn't clear upper 32 bits of the old/new...Jaccon Bastiaansen1-4/+4
2013-05-07Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+15
2013-05-06Merge branch 'late/clksrc' into late/cleanupArnd Bergmann4-24/+15
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-21/+55
2013-05-04Merge tag 'firmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+66
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds15-48/+594
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King11-21/+75