summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: efi: replace open coded constants with symbolic onesArd Biesheuvel2017-04-041-17/+21
* arm64: efi: remove pointless dummy .reloc sectionArd Biesheuvel2017-04-041-21/+1
* arm64: efi: remove forbidden values from the PE/COFF headerArd Biesheuvel2017-04-041-3/+3
* arm64: efi: clean up Image header after PE header has been split offArd Biesheuvel2017-04-041-9/+3
* arm64: efi: move EFI header and related data to a separate .S fileArd Biesheuvel2017-04-042-147/+161
* arm64: relocation testing moduleArd Biesheuvel2017-04-044-0/+170
* arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin2017-04-047-16/+16
* arm64: drop unnecessary newlines in show_regs()Kefeng Wang2017-03-231-2/+0
* arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2017-03-232-43/+107
* arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel2017-03-231-4/+0
* arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel2017-03-231-18/+27
* arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel2017-03-231-1/+9
* arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel2017-03-231-4/+3
* arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel2017-03-231-4/+4
* arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel2017-03-233-13/+26
* arm64: mmu: map .text as read-only from the outsetArd Biesheuvel2017-03-231-4/+14
* arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-234-10/+25
* arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel2017-03-231-8/+8
* arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y"Ard Biesheuvel2017-03-231-5/+0
* arm64: move !VHE work to end of el2_setupMark Rutland2017-03-221-20/+17
* arm64: reduce el2_setup branchingMark Rutland2017-03-221-8/+7
* arm64: struct debug_info: Check CONFIG_HAVE_HW_BREAKPOINTChris Redmon2017-03-221-0/+2
* arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMUGeert Uytterhoeven2017-03-221-15/+48
* arm64: define BUG() instruction without CONFIG_BUGArnd Bergmann2017-03-221-14/+19
* arm64: v8.3: Support for weaker release consistencySuzuki K Poulose2017-03-204-0/+5
* arm64: v8.3: Support for complex number instructionsSuzuki K Poulose2017-03-204-0/+5
* arm64: v8.3: Support for Javascript conversion instructionSuzuki K Poulose2017-03-204-1/+12
* arm64: KVM: Add support for VPIPT I-cachesWill Deacon2017-03-202-4/+27
* arm64: cache: Identify VPIPT I-cachesWill Deacon2017-03-202-0/+11
* arm64: cache: Merge cachetype.h into cache.hWill Deacon2017-03-205-59/+33
* arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2017-03-206-22/+6
* arm64: cacheinfo: Remove CCSIDR-based cache information probingWill Deacon2017-03-202-62/+0
* arm64: cpuinfo: remove I-cache VIPT aliasing detectionWill Deacon2017-03-202-26/+10
* Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-194-2/+6
|\
| * powerpc/pseries: Don't give a warning when HPT resizing isn't availableMichael Ellerman2017-03-171-1/+3
| * powerpc: Wire up statx() syscallChandan Rajendra2017-03-163-1/+3
* | Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-198-68/+88
|\ \
| * | parisc: Fix system shutdown haltHelge Deller2017-03-181-0/+2
| * | parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-03-181-45/+49
| * | parisc: Avoid compiler warnings with access_ok()Helge Deller2017-03-151-1/+2
| * | parisc: Wire up statx system callHelge Deller2017-03-152-1/+3
| * | parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin2017-03-152-21/+24
| * | parisc: support R_PARISC_SECREL32 relocation in modulesMikulas Patocka2017-03-151-0/+8
* | | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-03-184-3/+12
|\ \ \
| * | | openrisc: Export symbols needed by modulesStafford Horne2017-03-162-0/+5
| * | | openrisc: fix issue handling 8 byte get_user callsStafford Horne2017-03-161-1/+1
| * | | openrisc: xchg: fix `computed is not used` warningStafford Horne2017-03-161-2/+6
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-1711-24/+126
|\ \ \ \
| * | | | x86/mpx: Make unnecessarily global function staticTobias Klauser2017-03-161-1/+1
| * | | | x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa2017-03-141-1/+1