summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: add KASAN supportAndrey Ryabinin2015-10-1216-5/+277
* arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin2015-10-122-2/+1
* arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon2015-10-124-262/+371
* arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel2015-10-124-14/+49
* arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-1210-13/+24
* arm64: Fix missing #include in hw_breakpoint.cCatalin Marinas2015-10-121-0/+1
* arm64: fix a migrating irq bug when hotplug cpuYang Yingliang2015-10-094-64/+3
* arm64: Mark kernel page ranges contiguousJeremy Linton2015-10-081-8/+61
* arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton2015-10-081-1/+17
* arm64: Default kernel pages should be contiguousJeremy Linton2015-10-081-0/+1
* arm64: Macros to check/set/unset the contiguous bitJeremy Linton2015-10-081-0/+11
* arm64: PTE/PMD contiguous bit definitionJeremy Linton2015-10-081-0/+9
* arm64: Add contiguous page flag shifts and constantsJeremy Linton2015-10-081-1/+7
* arm64: dts: juno: describe PMUs separatelyMark Rutland2015-10-072-14/+22
* arm64: perf: add Cortex-A57 supportMark Rutland2015-10-071-0/+61
* arm64: perf: add Cortex-A53 supportMark Rutland2015-10-071-2/+62
* arm64: perf: move to shared arm_pmu frameworkMark Rutland2015-10-073-950/+92
* arm64: hw_breakpoint: use target state to determine ABI behaviourWill Deacon2015-10-071-2/+16
* arm64: mm: remove dsb from update_mmu_cacheWill Deacon2015-10-071-3/+3
* arm64: tlb: remove redundant barrier from __flush_tlb_pgtableWill Deacon2015-10-071-1/+0
* arm64: mm: kill mm_cpumask usageWill Deacon2015-10-072-9/+0
* arm64: switch_mm: simplify mm and CPU checksWill Deacon2015-10-072-3/+5
* arm64: tlbflush: avoid flushing when fullmm == 1Will Deacon2015-10-071-11/+15
* arm64: tlbflush: remove redundant ASID casts to (unsigned long)Will Deacon2015-10-071-5/+4
* arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-077-169/+166
* arm64: flush: use local TLB and I-cache invalidationWill Deacon2015-10-077-7/+22
* arm64: proc: de-scope TLBI operation during cold bootWill Deacon2015-10-071-2/+2
* arm64: mm: remove unused cpu_set_idmap_tcr_t0sz functionWill Deacon2015-10-071-23/+12
* arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin2015-10-072-1/+3
* arm64: copy_to-from-in_user optimization using copy templateFeng Kan2015-10-073-92/+120
* arm64: Change memcpy in kernel to use the copy template fileFeng Kan2015-10-072-153/+219
* arm64: defconfig: Enable samsung serial and mmcAlim Akhtar2015-10-071-0/+8
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0422-29/+25
|\
| * tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0821-0/+21
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82
|\ \
| * | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42
| * | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| * | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1
| * | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1
| * | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
| * | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| * | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| * | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| * | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| * | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| * | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
|\ \ \
| * | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1