OSDN Git Service

Merge 4.4.110 into android-4.4
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / x86 /
2018-01-06 Greg Kroah-HartmanMerge 4.4.110 into android-4.4
2018-01-05 Guenter Roeckkaiser: Set _PAGE_NX only if supported
2018-01-05 Andrey Ryabininx86/kasan: Clear kasan_zero_page after TLB flush
2018-01-05 Andy Lutomirskix86/vdso: Get pvclock data from the vvar VMA instead...
2018-01-05 Andy Lutomirskix86, vdso, pvclock: Simplify and speed up the vdso...
2018-01-05 Kees CookKPTI: Report when enabled
2018-01-05 Kees CookKPTI: Rename to PAGE_TABLE_ISOLATION
2018-01-05 Borislav Petkovx86/kaiser: Move feature detection up
2018-01-05 Jiri Kosinakaiser: disabled on Xen PV
2018-01-05 Thomas Gleixnerx86/paravirt: Dont patch flush_tlb_single
2018-01-05 Hugh Dickinskaiser: kaiser_flush_tlb_on_return_to_user() check...
2018-01-05 Hugh Dickinskaiser: asm/tlbflush.h handle noPGE at lower level
2018-01-05 Hugh Dickinskaiser: drop is_atomic arg to kaiser_pagetable_walk()
2018-01-05 Hugh Dickinskaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
2018-01-05 Borislav Petkovx86/kaiser: Check boottime cmdline params
2018-01-05 Borislav Petkovx86/kaiser: Rename and simplify X86_FEATURE_KAISER...
2018-01-05 Hugh Dickinskaiser: add "nokaiser" boot option, using ALTERNATIVE
2018-01-05 Hugh Dickinskaiser: fix unlikely error in alloc_ldt_struct()
2018-01-05 Hugh Dickinskaiser: _pgd_alloc() without __GFP_REPEAT to avoid...
2018-01-05 Hugh Dickinskaiser: paranoid_entry pass cr3 need to paranoid_exit
2018-01-05 Hugh Dickinskaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
2018-01-05 Hugh Dickinskaiser: PCID 0 for kernel and 128 for user
2018-01-05 Hugh Dickinskaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush...
2018-01-05 Dave Hansenkaiser: enhanced by kernel and user PCIDs
2018-01-05 Hugh Dickinskaiser: vmstat show NR_KAISERTABLE as nr_overhead
2018-01-05 Hugh Dickinskaiser: delete KAISER_REAL_SWITCH option
2018-01-05 Hugh Dickinskaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
2018-01-05 Hugh Dickinskaiser: cleanups while trying for gold link
2018-01-05 Hugh Dickinskaiser: kaiser_remove_mapping() move along the pgd
2018-01-05 Hugh Dickinskaiser: tidied up kaiser_add/remove_mapping slightly
2018-01-05 Hugh Dickinskaiser: tidied up asm/kaiser.h somewhat
2018-01-05 Hugh Dickinskaiser: ENOMEM if kaiser_pagetable_walk() NULL
2018-01-05 Hugh Dickinskaiser: fix perf crashes
2018-01-05 Hugh Dickinskaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
2018-01-05 Hugh Dickinskaiser: fix build and FIXME in alloc_ldt_struct()
2018-01-05 Hugh Dickinskaiser: do not set _PAGE_NX on pgd_none
2018-01-05 Dave Hansenkaiser: merged update
2018-01-05 Richard FellnerKAISER: Kernel Address Isolation
2018-01-05 Tom Lendackyx86/boot: Add early cmdline parsing for options with...
2018-01-02 Greg Kroah-HartmanMerge 4.4.109 into android-4.4
2018-01-02 Thomas Gleixnerx86/smpboot: Remove stale TLB flush invocations
2018-01-02 Andy Lutomirskix86/mm/64: Fix reboot interaction with CR4.PCIDE
2018-01-02 Andy Lutomirskix86/mm: Enable CR4.PCIDE on supported systems
2018-01-02 Andy Lutomirskix86/mm: Add the 'nopcid' boot option to turn off PCID
2018-01-02 Andy Lutomirskix86/mm: Disable PCID on 32-bit kernels
2018-01-02 Andy Lutomirskix86/mm: Remove the UP asm/tlbflush.h code, always use...
2018-01-02 Andy Lutomirskix86/mm: Reimplement flush_tlb_page() using flush_tlb_mm...
2018-01-02 Andy Lutomirskix86/mm: Make flush_tlb_mm_range() more predictable
2018-01-02 Andy Lutomirskix86/mm: Remove flush_tlb() and flush_tlb_current_task()
2018-01-02 Andy Lutomirskix86/vm86/32: Switch to flush_tlb_mm_range() in mark_scr...
2018-01-02 Paolo Bonzinikvm: x86: fix RSM when PCID is non-zero
2018-01-02 Wanpeng LiKVM: X86: Fix load RFLAGS w/o the fixed bit
2017-12-27 Greg Kroah-HartmanMerge 4.4.108 into android-4.4
2017-12-25 Wanpeng LiKVM: VMX: Fix enable VPID conditions
2017-12-25 Wanpeng LiKVM: x86: correct async page present tracepoint
2017-12-25 Aaron Lux86/irq: Do not substract irq_tlb_count from irq_call_count
2017-12-25 Andy Lutomirskix86/mm, sched/core: Turn off IRQs in switch_mm()
2017-12-25 Andy Lutomirskix86/mm, sched/core: Uninline switch_mm()
2017-12-25 Andy Lutomirskix86/mm: Build arch/x86/mm/tlb.c even on !SMP
2017-12-25 Nadav Amitmm/rmap: batched invalidations should use existing api
2017-12-25 Andy Lutomirskix86/mm: If INVPCID is available, use it to flush global...
2017-12-25 Andy Lutomirskix86/mm: Add a 'noinvpcid' boot option to turn off INVPCID
2017-12-25 Borislav Petkovx86/mm: Fix INVPCID asm constraint
2017-12-25 Andy Lutomirskix86/mm: Add INVPCID helpers
2017-12-20 Greg Kroah-HartmanMerge 4.4.107 into android-4.4
2017-12-20 Eric Biggerscrypto: salsa20 - fix blkcipher_walk API usage
2017-12-18 Dmitry VyukovBACKPORT: kernel: add kcov code coverage
2017-12-18 Greg Kroah-HartmanMerge 4.4.106 into android-4.4
2017-12-16 Greg Kroah-HartmanRevert "x86/mm/pat: Ensure cpa->pfn only contains page...
2017-12-16 Greg Kroah-HartmanRevert "x86/efi: Hoist page table switching code into...
2017-12-16 Greg Kroah-HartmanRevert "x86/efi: Build our own page table structures"
2017-12-16 Wanpeng LiKVM: nVMX: reset nested_run_pending if the vCPU is...
2017-12-16 Jim Mattsonkvm: nVMX: VMCLEAR should not cause the vCPU to shut...
2017-12-16 Thomas Gleixnerx86/hpet: Prevent might sleep splat on resume
2017-12-16 Andrew HonigKVM: VMX: remove I/O port 0x80 bypass on Intel hosts
2017-12-16 Rafael J. Wysockix86/PCI: Make broadcom_postcore_init() check acpi_disabled
2017-12-14 Masami HiramatsuBACKPORT: irq: Make the irqentry text section unconditional
2017-12-14 Alexander PotapenkoUPSTREAM: arch, ftrace: for KASAN put hard/soft IRQ...
2017-12-14 Alexander PotapenkoUPSTREAM: x86, kasan, ftrace: Put APIC interrupt handle...
2017-12-14 Josh PoimboeufUPSTREAM: x86/suspend: fix false positive KASAN warning...
2017-12-14 Dmitry VyukovBACKPORT: kprobes: Unpoison stack in jprobe_return...
2017-12-14 Alexander PotapenkoBACKPORT: mm, kasan: stackdepot implementation. Enable...
2017-12-10 Greg Kroah-HartmanMerge 4.4.105 into android-4.4
2017-12-09 Masami Hiramatsukprobes/x86: Disable preemption in ftrace-based jprobes
2017-12-09 Dave Hansenx86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()
2017-12-05 Greg Kroah-HartmanMerge 4.4.104 into android-4.4
2017-12-05 Paolo BonziniKVM: x86: inject exceptions produced by x86_decode_insn
2017-12-05 Liran AlonKVM: x86: Exit to user-mode on #UD intercept when emula...
2017-12-05 Liran AlonKVM: x86: pvclock: Handle first-time write to pvclock...
2017-12-05 Matt Flemingx86/efi-bgrt: Replace early_memremap() with memremap()
2017-12-05 Sai Praneethx86/efi-bgrt: Fix kernel panic when mapping BGRT data
2017-12-05 Matt Flemingx86/efi: Build our own page table structures
2017-12-05 Matt Flemingx86/efi: Hoist page table switching code into efi_call_...
2017-12-05 Matt Flemingx86/mm/pat: Ensure cpa->pfn only contains page frame...
2017-11-30 Greg Kroah-HartmanMerge 4.4.103 into android-4.4
2017-11-30 Paolo BonziniKVM: SVM: obey guest PAT
2017-11-30 Ladi ProsekKVM: nVMX: set IDTR and GDTR limits when loading L1...
2017-11-30 Masami Hiramatsux86/decoder: Add new TEST instruction pattern
2017-11-24 Greg Kroah-HartmanMerge 4.4.102 into android-4.4
2017-11-24 Greg Kroah-HartmanMerge 4.4.101 into android-4.4
next