summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: ptdump: Indicate whether memory should be faultingLaura Abbott2016-02-161-0/+5
* arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott2016-02-163-12/+63
* arm64: Drop alloc function from create_mappingLaura Abbott2016-02-161-9/+20
* arm64: prefetch: add missing #include for spin_lock_prefetchWill Deacon2016-02-161-0/+1
* arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski2016-02-161-0/+17
* arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon2016-02-161-8/+38
* arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2016-02-164-17/+38
* arm64: prefetch: don't provide spin_lock_prefetch with LSEWill Deacon2016-02-161-2/+5
* arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi2016-02-168-6/+242
* arm64: mm: create new fine-grained mappings at bootMark Rutland2016-02-163-62/+109
* arm64: ensure _stext and _etext are page-alignedMark Rutland2016-02-161-3/+2
* arm64: mm: allow passing a pgdir to alloc_init_*Mark Rutland2016-02-161-14/+19
* arm64: mm: allocate pagetables anywhereMark Rutland2016-02-161-35/+0
* arm64: mm: use fixmap when creating page tablesMark Rutland2016-02-161-20/+41
* arm64: mm: add functions to walk tables in fixmapMark Rutland2016-02-162-0/+36
* arm64: mm: add __{pud,pgd}_populateMark Rutland2016-02-161-4/+22
* arm64: mm: avoid redundant __pa(__va(x))Mark Rutland2016-02-161-2/+2
* arm64: mm: add functions to walk page tables by PAMark Rutland2016-02-161-16/+23
* arm64: mm: move pte_* macrosMark Rutland2016-02-161-10/+10
* arm64: kasan: avoid TLB conflictsMark Rutland2016-02-161-13/+4
* arm64: mm: add code to safely replace TTBR1_EL1Mark Rutland2016-02-162-0/+47
* arm64: add function to install the idmapMark Rutland2016-02-161-2/+14
* arm64: unmap idmap earlierMark Rutland2016-02-162-6/+6
* arm64: unify idmap removalMark Rutland2016-02-165-22/+32
* arm64: mm: place empty_zero_page in bssMark Rutland2016-02-164-11/+5
* arm64: mm: specialise pagetable allocatorsMark Rutland2016-02-161-25/+27
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-141-0/+1
|\
| * irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla2016-02-111-0/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-142-2/+2
|\ \
| * | x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernelsIngo Molnar2016-02-081-1/+1
| * | x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov2016-02-051-1/+1
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-02-1420-63/+46
|\ \ \
| * | | mips: Differentiate between 32 and 64 bit ELF headerDaniel Wagner2016-02-113-4/+9
| * | | MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon IIIZubair Lutfullah Kakakhel2016-02-101-1/+2
| * | | MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()Wei Yongjun2016-02-101-4/+4
| * | | MIPS: Fix early CM probingPaul Burton2016-02-093-18/+1
| * | | MIPS: Wire up copy_file_range syscall.Ralf Baechle2016-02-055-6/+13
| * | | MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle2016-02-041-1/+1
| * | | MIPS: R6000: Don't allow 64k pages for R6000.Ralf Baechle2016-02-031-1/+1
| * | | MIPS: traps.c: Correct microMIPS RDHWR emulationMaciej W. Rozycki2016-02-021-4/+5
| * | | MIPS: traps.c: Don't emulate RDHWR in the CpU #0 exception handlerMaciej W. Rozycki2016-02-021-15/+1
| * | | MIPS: Fix FPU disable with preemptionJames Hogan2016-02-012-2/+6
| * | | MIPS: Properly disable FPU in start_thread()James Hogan2016-02-011-4/+2
| * | | MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan2016-02-011-3/+1
| | |/ | |/|
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-02-141-2/+7
|\ \ \
| * | | ARM: 8519/1: ICST: try other dividends than 1Linus Walleij2016-02-111-0/+1
| * | | ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()Linus Walleij2016-02-081-2/+6
* | | | Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds2016-02-1311-61/+119
|\ \ \ \
| * | | | ARC: mm: Introduce explicit super page size supportVineet Gupta2016-02-122-19/+45
| * | | | ARCv2: intc: Allow interruption by lowest priority interruptVineet Gupta2016-02-102-19/+29