]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - arch
arm64: kpti: Fix the interaction between ASID switching and software PAN
[mirror_ubuntu-artful-kernel.git] / arch /
2018-02-27 Catalin Marinasarm64: kpti: Fix the interaction between ASID switching...
2018-02-27 Will Deaconarm64: mm: Introduce TTBR_ASID_MASK for getting at...
2018-02-27 Suzuki K Poulosearm64: capabilities: Handle duplicate entries for a...
2018-02-27 Will Deaconarm64: Take into account ID_AA64PFR0_EL1.CSV3
2018-02-27 Will Deaconarm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig...
2018-02-27 Will Deaconarm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
2018-02-27 Will Deaconarm64: use RET instruction for exiting the trampoline
2018-02-27 Will Deaconarm64: kaslr: Put kernel vectors address in separate...
2018-02-27 Will Deaconarm64: entry: Add fake CPU feature for unmapping the...
2018-02-27 Will Deaconarm64: tls: Avoid unconditional zeroing of tpidrro_el0...
2018-02-27 Stephen Boydarm64: cpu_errata: Add Kryo to Falkor 1003 errata
2018-02-27 Will Deaconarm64: erratum: Work around Falkor erratum #E1003 in...
2018-02-27 Will Deaconarm64: entry: Hook up entry trampoline to exception...
2018-02-27 Will Deaconarm64: entry: Explicitly pass exception level to kernel...
2018-02-27 Will Deaconarm64: mm: Map entry trampoline into trampoline and...
2018-02-27 Will Deaconarm64: entry: Add exception trampoline page for excepti...
2018-02-27 Will Deaconarm64: mm: Invalidate both kernel and user ASIDs when...
2018-02-27 Will Deaconarm64: mm: Add arm64_kernel_unmapped_at_el0 helper
2018-02-27 Will Deaconarm64: mm: Allocate ASIDs in pairs
2018-02-27 Will Deaconarm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
2018-02-27 Will Deaconarm64: mm: Rename post_ttbr0_update_workaround
2018-02-27 Will Deaconarm64: mm: Remove pre_ttbr0_update_workaround for Falko...
2018-02-27 Will Deaconarm64: mm: Move ASID from TTBR0 to TTBR1
2018-02-27 Will Deaconarm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
2018-02-27 Will Deaconarm64: mm: Use non-global mappings for kernel space
2018-02-27 Yury Norovarm64: move TASK_* definitions to <asm/processor.h>
2018-02-27 Dave Martinarm64: syscallno is secretly an int, make it official
2018-02-27 Marc Zyngierarm64: KVM: Fix SMCCC handling of unimplemented SMC...
2018-02-27 Jiri Slabyfutex: Remove duplicated code and fix undefined behaviour
2018-02-27 Thomas Garnierarm64/syscalls: Move address limit check in loop
2018-02-27 Thomas Garnierarm/syscalls: Optimize address limit check
2018-02-27 Thomas GarnierRevert "arm/syscalls: Check address limit on user-mode...
2018-02-27 Thomas Garnierarm64/syscalls: Check address limit on user-mode return
2018-02-27 Thomas Garnierarm/syscalls: Check address limit on user-mode return
2018-02-27 Thomas Garnierx86/syscalls: Check address limit on user-mode return
2018-02-27 Will Deaconarm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlb
2018-02-27 Will Deaconarm64: SW PAN: Point saved ttbr0 at the zero page when...
2018-02-27 Shanker Donthineniarm64: Define cputype macros for Falkor CPU
2018-02-27 Mark Rutlandarm64: Use larger stacks when KASAN is selected
2018-02-27 Christoffer DallKVM: arm/arm64: Extract GICv3 max APRn index calculation
2018-02-27 James MorseKVM: arm/arm64: Fix guest external abort matching
2018-02-27 Yury Norovarm64: cleanup {COMPAT_,}SET_PERSONALITY() macro
2018-02-27 Yury Norovarm64: introduce separated bits for mm_context_t flags
2018-02-27 Catalin Marinasarm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative...
2018-02-27 Catalin Marinasarm64: Ignore hardware dirty bit updates in ptep_set_wr...
2018-02-27 Catalin Marinasarm64: Move PTE_RDONLY bit handling out of set_pte_at()
2018-02-27 Catalin Marinaskvm: arm64: Convert kvm_set_s2pte_readonly() from inlin...
2018-02-27 Catalin Marinasarm64: Convert pte handling from inline asm to using...
2018-02-27 Mark Rutlandarm64: add VMAP_STACK overflow detection
2018-02-27 Mark Rutlandarm64: add on_accessible_stack()
2018-02-27 Mark Rutlandarm64: add basic VMAP_STACK support
2018-02-27 Mark Rutlandarm64: use an irq stack pointer
2018-02-27 Ard Biesheuvelarm64: assembler: allow adr_this_cpu to use the stack...
2018-02-27 Mark Rutlandarm64: factor out entry stack manipulation
2018-02-27 Mark Rutlandefi/arm64: add EFI_KIMG_ALIGN
2018-02-27 Mark Rutlandarm64: move SEGMENT_ALIGN to <asm/memory.h>
2018-02-27 Mark Rutlandarm64: clean up irq stack definitions
2018-02-27 Mark Rutlandarm64: clean up THREAD_* definitions
2018-02-27 Mark Rutlandarm64: factor out PAGE_* and CONT_* definitions
2018-02-27 Ard Biesheuvelarm64: kernel: remove {THREAD,IRQ_STACK}_START_SP
2018-02-27 Kevin Brodskyarm64: compat: Remove leftover variable declaration
2018-02-27 Arnd Bergmannarm64: fix pmem interface definition
2018-02-27 Robin Murphyarm64: uaccess: Add the uaccess_flushcache.c file
2018-02-27 Ard Biesheuvelarm64: unwind: remove sp from struct stackframe
2018-02-27 Ard Biesheuvelarm64: unwind: reference pt_regs via embedded stack...
2018-02-27 Dmitry Safonovarm64/vdso: Support mremap() for vDSO
2018-02-27 Robin Murphyarm64: uaccess: Implement *_flushcache variants
2018-02-27 Robin Murphyarm64: Implement pmem API support
2018-02-27 Robin Murphyarm64: Handle trapped DC CVAP
2018-02-27 Robin Murphyarm64: Expose DC CVAP to userspace
2018-02-27 Robin Murphyarm64: Convert __inval_cache_range() to area-based
2018-02-27 Robin Murphyarm64: mm: Fix set_memory_valid() declaration
2018-02-27 Ard Biesheuvelarm64: unwind: disregard frame.sp when validating frame...
2018-02-27 Mark Rutlandarm64: unwind: avoid percpu indirection for irq stack
2018-02-27 Mark Rutlandarm64: move non-entry code out of .entry.text
2018-02-27 Mark Rutlandarm64: consistently use bl for C exception entry
2018-02-27 Mark Rutlandarm64: Add ASM_BUG()
2018-02-16 Andy WhitcroftUBUNTU: SAUCE: turn off IBRS when full retpoline is...
2018-02-16 Andy WhitcroftRevert "UBUNTU: SAUCE: turn off IBPB when full retpolin...
2018-02-16 Christian BorntraegerKVM: s390: wire up bpb feature
2018-02-16 Colin Ian KingRevert "mm, memory_hotplug: do not associate hotadded...
2018-02-16 Andy WhitcroftUBUNTU: SAUCE: turn off IBPB when full retpoline is...
2018-02-16 Tom LendackyKVM: x86: Add speculative control CPUID support for...
2018-02-16 Tom Lendackyx86/svm: Set IBPB when running a different VCPU
2018-02-16 Tom Lendackyx86/svm: Set IBRS value on VM entry and exit
2018-02-16 Tom LendackyKVM: SVM: Do not intercept new speculative control...
2018-02-16 Tom Lendackyx86/microcode: Extend post microcode reload to support...
2018-02-16 Tom Lendackyx86/cpu/AMD: Add speculative control support for AMD
2018-02-16 Tim Chenx86/spec_ctrl: Add lock to serialize changes to ibrs...
2018-02-16 Tim Chenx86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_...
2018-02-16 Tim Chenx86/kvm: Toggle IBRS on VM entry and exit
2018-02-16 Tim Chenx86/kvm: Set IBPB when switching VM
2018-02-16 Wei Wangx86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD...
2018-02-16 Tim Chenx86/entry: Stuff RSB for entry to kernel for non-SMEP...
2018-02-16 Tim Chenx86/mm: Only set IBPB when the new thread cannot ptrace...
2018-02-16 Tim Chenx86/mm: Set IBPB upon context switch
2018-02-16 Tim Chenx86/idle: Disable IBRS when offlining cpu and re-enable...
2018-02-16 Tim Chenx86/idle: Disable IBRS entering idle and enable it...
2018-02-16 Tim Chenx86/enter: Use IBRS on syscall and interrupts
2018-02-16 Tim Chenx86/enter: MACROS to set/clear IBRS and set IBPB
next