summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-08-284-19/+65
|\
| * ARM: cacheflush: don't bother rounding to nearest vmaWill Deacon2013-08-201-15/+2
| * ARM: cacheflush: don't round address range up to nearest pageWill Deacon2013-08-201-2/+1
| * ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon2013-08-202-8/+68
| * ARM: entry: allow ARM-private syscalls to be restartedWill Deacon2013-07-221-2/+2
* | Merge branch 'for-rmk/barriers' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King2013-08-28178-1793/+2122
|\ \
| * | ARM: cacheflush: use -ishst dsb variant for ensuring flush completionWill Deacon2013-08-121-1/+1
| * | ARM: l2x0: use -st dsb option for ordering writel_relaxed with unlockWill Deacon2013-08-121-1/+1
| * | ARM: mcpm: use -st dsb option prior to sev instructionsWill Deacon2013-08-122-3/+3
| * | ARM: kvm: use inner-shareable barriers after TLB flushingWill Deacon2013-08-122-3/+3
| * | ARM: spinlock: use inner-shareable dsb variant prior to sev instructionWill Deacon2013-08-122-1/+11
| * | ARM: mm: use inner-shareable barriers for TLB and user cache operationsWill Deacon2013-08-123-7/+7
| * | ARM: tlb: reduce scope of barrier domains for TLB invalidationWill Deacon2013-08-121-18/+18
| * | ARM: barrier: allow options to be passed to memory barrier instructionsWill Deacon2013-08-122-18/+18
| * | ARM: tlb: don't perform inner-shareable invalidation for local BP opsWill Deacon2013-08-122-3/+21
| * | ARM: tlb: don't bother with barriers for branch predictor maintenanceWill Deacon2013-08-121-3/+4
| * | ARM: tlb: don't perform inner-shareable invalidation for local TLB opsWill Deacon2013-08-123-30/+123
| * | ARM: mm: remove redundant dsb() prior to range TLB invalidationWill Deacon2013-08-121-1/+0
| * | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-08-033-28/+31
| |\ \
| | * \ Merge branch 'security-fixes' into fixesRussell King2013-08-033-28/+31
| | |\ \
| | | * | ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King2013-08-032-2/+7
| | | * | ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King2013-08-032-26/+24
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-08-028-25/+73
| |\ \ \ \
| | * | | | powerpc: VPHN topology change updates all siblingsRobert Jennings2013-08-012-15/+48
| | * | | | powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspaceMichael Ellerman2013-08-015-9/+24
| | * | | | powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman2013-08-011-1/+1
| * | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-08-0234-234/+385
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'security-fixes' into fixesRussell King2013-08-0113-99/+253
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | ARM: make vectors page inaccessible from userspaceRussell King2013-08-013-1/+12
| | | * | | ARM: move signal handlers into a vdso-like pageRussell King2013-08-016-31/+87
| | | * | | ARM: allow kuser helpers to be removed from the vector pageRussell King2013-07-313-9/+51
| | | * | | ARM: update FIQ support for relocation of vectorsRussell King2013-07-312-5/+17
| | | * | | ARM: use linker magic for vectors and vector stubsRussell King2013-07-312-18/+27
| | | * | | ARM: move vector stubsRussell King2013-07-314-30/+37
| | | * | | ARM: poison memory between kuser helpersRussell King2013-07-311-9/+16
| | | * | | ARM: poison the vectors pageRussell King2013-07-311-0/+10
| | | | |/ | | | |/|
| | * | | ARM: Add .text annotations where required after __CPUINIT removalRussell King2013-08-012-0/+2
| | * | | ARM: 7803/1: Fix deadlock scenario with smp_send_stop()Stephen Boyd2013-08-011-0/+3
| | * | | ARM: 7801/1: v6: prevent gcc 4.5 from reordering extended CP15 reads above is...Paul Walmsley2013-07-311-1/+6
| | * | | ARM: 7800/1: ARMv7-M: Fix name of NVIC handler functionUwe Kleine-König2013-07-311-1/+1
| | * | | ARM: Fix sorting of machine- initializersRussell King2013-07-271-9/+9
| | * | | ARM: 7791/1: a.out: remove partial a.out supportWill Deacon2013-07-265-85/+0
| | * | | ARM: 7790/1: Fix deferred mm switch on VIVT processorsCatalin Marinas2013-07-263-5/+18
| | * | | ARM: 7789/1: Do not run dummy_flush_tlb_a15_erratum() on non-Cortex-A15Fabio Estevam2013-07-263-18/+18
| | * | | ARM: 7787/1: virt: ensure visibility of __boot_cpu_modeMark Rutland2013-07-262-0/+14
| | * | | ARM: 7788/1: elf: fix lpae hwcap feature reporting in proc/cpuinfoTetsuyuki Kobayashi2013-07-221-0/+1
| | * | | ARM: 7786/1: hyp: fix macro parameterisationMark Rutland2013-07-221-2/+2
| | * | | ARM: 7785/1: mm: restrict early_alloc to section-aligned memoryRussell King2013-07-221-5/+38
| | * | | ARM: 7784/1: mm: ensure SMP alternates assemble to exactly 4 bytes with Thumb-2Will Deacon2013-07-223-7/+8
| | * | | ARM: document DEBUG_UNCOMPRESS Kconfig optionRussell King2013-07-221-2/+12
| | |/ /