Age | Commit message (Expand) | Author | Files | Lines |
2018-02-14 | arm64: proc: Set PTE_NG for table entries to avoid traversing them twice | Will Deacon | 1 | -5/+9 |
2018-02-10 | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -10/+22 |
2018-02-08 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -14/+221 |
2018-02-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+2 |
2018-02-06 | kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage | Andrey Konovalov | 1 | -1/+2 |
2018-02-06 | arm64: entry: Apply BP hardening for suspicious interrupts from EL0 | Will Deacon | 1 | -0/+6 |
2018-02-06 | arm64: entry: Apply BP hardening for high-priority synchronous exceptions | Will Deacon | 1 | -0/+9 |
2018-02-06 | arm64: Make USER_DS an inclusive limit | Robin Murphy | 1 | -2/+2 |
2018-02-06 | arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives | Will Deacon | 1 | -4/+4 |
2018-02-06 | arm64: assembler: Change order of macro arguments in phys_to_ttbr | Will Deacon | 1 | -3/+3 |
2018-02-06 | arm64: kpti: Add ->enable callback to remap swapper using nG mappings | Will Deacon | 1 | -8/+196 |
2018-02-06 | arm64: mm: Permit transitioning from Global to Non-Global without BBM | Will Deacon | 1 | -0/+4 |
2018-02-06 | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+6 |
2018-02-01 | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Radim Krčmář | 3 | -5/+5 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -55/+15 |
2018-01-30 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -57/+57 |
2018-01-30 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 7 | -113/+142 |
2018-01-26 | arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mm | Steve Capper | 1 | -3/+3 |
2018-01-23 | arm64: Move BP hardening to check_and_switch_context | Marc Zyngier | 1 | -2/+3 |
2018-01-19 | arm64: mm: ignore memory above supported physical address size | Kristina Martsenko | 1 | -0/+3 |
2018-01-17 | arm64: mm: Add additional parameter to uaccess_ttbr0_disable | Christoffer Dall | 1 | -2/+2 |
2018-01-16 | arm64: kpti: Fix the interaction between ASID switching and software PAN | Catalin Marinas | 2 | -1/+4 |
2018-01-16 | arm64: kernel: Prepare for a DISR user | James Morse | 1 | -0/+5 |
2018-01-16 | arm64: sysreg: Move to use definitions for all the SCTLR bits | James Morse | 1 | -23/+1 |
2018-01-15 | arm64: Stop printing the virtual memory layout | Laura Abbott | 1 | -43/+0 |
2018-01-15 | arm64: use swiotlb_alloc and swiotlb_free | Christoph Hellwig | 1 | -43/+3 |
2018-01-15 | arm64: replace ZONE_DMA with ZONE_DMA32 | Christoph Hellwig | 2 | -11/+11 |
2018-01-15 | arm64: rename swiotlb_dma_ops | Christoph Hellwig | 1 | -2/+2 |
2018-01-14 | arm64: Extend early page table code to allow for larger kernels | Steve Capper | 1 | -1/+2 |
2018-01-14 | arm64: mmu: add the entry trampolines start/end section markers into sections.h | James Morse | 1 | -2/+0 |
2018-01-13 | arm64: alternatives: use tpidr_el2 on VHE hosts | James Morse | 1 | -0/+8 |
2018-01-12 | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS | Eric W. Biederman | 1 | -57/+57 |
2018-01-10 | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 1 | -1/+1 |
2018-01-09 | arm64: mm: Add additional parameter to uaccess_ttbr0_enable | Christoffer Dall | 1 | -2/+2 |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_free | Christoph Hellwig | 1 | -1/+2 |
2018-01-08 | mm: pass the vmem_altmap to vmemmap_populate | Christoph Hellwig | 1 | -2/+4 |
2018-01-08 | arm64: Add skeleton to harden the branch predictor against aliasing attacks | Will Deacon | 2 | -0/+19 |
2018-01-08 | arm64: Move post_ttbr_update_workaround to C code | Marc Zyngier | 2 | -2/+10 |
2018-01-08 | arm64: KVM: Add invalidate_icache_range helper | Marc Zyngier | 1 | -10/+22 |
2018-01-05 | arm64: asid: Do not replace active_asids if already 0 | Catalin Marinas | 1 | -8/+11 |
2017-12-22 | Merge branch 'for-next/52-bit-pa' into for-next/core | Catalin Marinas | 3 | -12/+26 |
2017-12-22 | arm64: allow ID map to be extended to 52 bits | Kristina Martsenko | 1 | -0/+1 |
2017-12-22 | arm64: don't open code page table entry creation | Kristina Martsenko | 1 | -5/+9 |
2017-12-22 | arm64: handle 52-bit addresses in TTBR | Kristina Martsenko | 2 | -5/+16 |
2017-12-22 | arm64: limit PA size to supported range | Kristina Martsenko | 1 | -4/+2 |
2017-12-14 | arm64: fix CONFIG_DEBUG_WX address reporting | Mark Rutland | 1 | -1/+1 |
2017-12-13 | arm64: fault: avoid send SIGBUS two times | Dongjiu Geng | 1 | -3/+2 |
2017-12-11 | arm64: Initialise high_memory global variable earlier | Steve Capper | 1 | -1/+2 |
2017-12-11 | arm64: kaslr: Put kernel vectors address in separate data page | Will Deacon | 1 | -1/+9 |
2017-12-11 | arm64: mm: Map entry trampoline into trampoline and kernel page tables | Will Deacon | 1 | -0/+23 |