objtool: Fix seg fault with gold linker
[linux.git] / arch / x86 / include /
2018-01-14 Tom Lendackyx86/retpoline: Add LFENCE to the retpoline/RSB filling...
2018-01-14 David Woodhousex86/retpoline: Fill RSB on context switch for affected...
2018-01-14 Thomas Gleixnerx86/pti: Fix !PCID and sanitize defines
2018-01-12 David Woodhousex86/retpoline: Fill return stack buffer on vmexit
2018-01-11 David Woodhousex86/retpoline/xen: Convert Xen hypercall indirect jumps
2018-01-11 David Woodhousex86/retpoline/hyperv: Convert assembler indirect jumps
2018-01-11 David Woodhousex86/spectre: Add boot time option to select Spectre...
2018-01-11 David Woodhousex86/retpoline: Add initial retpoline support
2018-01-09 Tom Lendackyx86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
2018-01-09 Tom Lendackyx86/cpu/AMD: Make LFENCE a serializing instruction
2018-01-06 David Woodhousex86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
2018-01-05 Thomas Gleixnerx86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
2018-01-05 David Woodhousex86/alternatives: Add missing '\n' at end of ALTERNATIV...
2018-01-04 Thomas Gleixnerx86/kaslr: Fix the vaddr_end mess
2018-01-04 Thomas Gleixnerx86/mm: Map cpu_entry_area at the same place on 4/5...
2018-01-04 Andrey Ryabininx86/mm: Set MODULES_END to 0xffffffffff000000
2018-01-03 Josh Poimboeufx86/dumpstack: Fix partial register dumps
2017-12-31 Thomas Gleixnerx86/mm: Remove preempt_disable/enable() from __native_f...
2017-12-23 Thomas Gleixnerx86/ldt: Make the LDT mapping RO
2017-12-23 Thomas Gleixnerx86/mm/dump_pagetables: Allow dumping current pagetables
2017-12-23 Thomas Gleixnerx86/mm/dump_pagetables: Check user space page table...
2017-12-23 Peter Zijlstrax86/mm: Clarify the whole ASID/kernel PCID/user PCID...
2017-12-23 Dave Hansenx86/mm: Use INVPCID for __native_flush_tlb_single()
2017-12-23 Peter Zijlstrax86/mm: Use/Fix PCID to optimize user/kernel switches
2017-12-23 Dave Hansenx86/mm: Allow flushing for future ASID switches
2017-12-23 Andy Lutomirskix86/pti: Map the vsyscall page if needed
2017-12-23 Andy Lutomirskix86/pti: Put the LDT in its own PGD if PTI is on
2017-12-23 Andy Lutomirskix86/mm/64: Make a full PGD-entry size hole in the memor...
2017-12-23 Thomas Gleixnerx86/cpu_entry_area: Add debugstore entries to cpu_entry...
2017-12-23 Dave Hansenx86/mm/pti: Populate user PGD
2017-12-23 Dave Hansenx86/mm/pti: Allocate a separate user PGD
2017-12-23 Dave Hansenx86/mm/pti: Allow NX poison to be set in p4d/pgd
2017-12-23 Dave Hansenx86/mm/pti: Add mapping helper functions
2017-12-23 Thomas Gleixnerx86/mm/pti: Add infrastructure for page table isolation
2017-12-23 Thomas Gleixnerx86/cpufeatures: Add X86_BUG_CPU_INSECURE
2017-12-22 Thomas Gleixnerinit: Invoke init_espfix_bsp() from mm_init()
2017-12-22 Thomas Gleixnerx86/cpu_entry_area: Move it out of the fixmap
2017-12-22 Thomas Gleixnerx86/cpu_entry_area: Move it to a separate unit
2017-12-22 Peter Zijlstrax86/mm: Create asm/invpcid.h
2017-12-22 Dave Hansenx86/mm: Put MMU to hardware ASID translation in one...
2017-12-22 Dave Hansenx86/mm: Remove hard-coded ASID limit checks
2017-12-22 Dave Hansenx86/mm: Move the CR3 construction functions to tlbflush.h
2017-12-22 Peter Zijlstrax86/mm: Add comments to clarify which TLB-flush functio...
2017-12-22 Peter Zijlstrax86/mm: Remove superfluous barriers
2017-12-22 Peter Zijlstrax86/microcode: Dont abuse the TLB-flush interface
2017-12-22 Dave Hansenx86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entr...
2017-12-22 Thomas Gleixnerx86/ldt: Prevent LDT inheritance on exec
2017-12-22 Peter Zijlstrax86/ldt: Rework locking
2017-12-22 Thomas Gleixnerarch, mm: Allow arch_dup_mmap() to fail
2017-12-17 Thomas Gleixnerx86/cpufeatures: Make CPU bugs sticky
2017-12-17 Thomas Gleixnerx86/paravirt: Provide a way to check for hypervisors
2017-12-17 Andy Lutomirskix86/entry/64: Make cpu_entry_area.tss read-only
2017-12-17 Andy Lutomirskix86/entry: Clean up the SYSENTER_stack code
2017-12-17 Andy Lutomirskix86/entry/64: Remove the SYSENTER stack canary
2017-12-17 Andy Lutomirskix86/entry/64: Move the IST stacks into struct cpu_entry...
2017-12-17 Andy Lutomirskix86/entry/64: Create a per-CPU SYSCALL entry trampoline
2017-12-17 Andy Lutomirskix86/entry/64: Use a per-CPU trampoline stack for IDT...
2017-12-17 Andy Lutomirskix86/entry/64: Separate cpu_current_top_of_stack from...
2017-12-17 Andy Lutomirskix86/entry: Remap the TSS into the CPU entry area
2017-12-17 Andy Lutomirskix86/entry: Move SYSENTER_stack to the beginning of...
2017-12-17 Andy Lutomirskix86/entry: Fix assumptions that the HW TSS is at the...
2017-12-17 Andy Lutomirskix86/mm/fixmap: Generalize the GDT fixmap mechanism...
2017-12-17 Andy Lutomirskix86/entry/gdt: Put per-CPU GDT remaps in ascending...
2017-12-17 Andy Lutomirskix86/dumpstack: Add get_stack_info() support for the...
2017-12-17 Andy Lutomirskix86/entry/64: Allocate and enable the SYSENTER stack
2017-12-17 Josh Poimboeufx86/unwinder: Handle stack overflows more gracefully
2017-12-17 Boris Ostrovskyx86/entry/64/paravirt: Use paravirt-safe macro to acces...
2017-12-17 Will Deaconlocking/barriers: Convert users of lockless_dereference...
2017-12-17 Rudolf Marekx86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
2017-12-17 Ricardo Nerix86/cpufeature: Add User-Mode Instruction Prevention...
2017-12-17 Ingo MolnarMerge commit 'upstream-x86-virt' into WIP.x86/mm
2017-12-17 Ingo MolnarMerge branch 'upstream-acpi-fixes' into WIP.x86/pti...
2017-12-17 Ingo MolnarMerge branch 'upstream-x86-selftests' into WIP.x86...
2017-12-17 Ingo MolnarMerge commit 'upstream-x86-entry' into WIP.x86/mm
2017-11-12 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2017-11-11 Ingo MolnarMerge branch 'perf/urgent' of git://git.kernel.org...
2017-11-10 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-11-10 Juergen Grossx86/virt: Add enum for hypervisors to replace x86_hyper
2017-11-10 Juergen Grossx86/virt, x86/platform: Merge 'struct x86_hyper' into...
2017-11-10 Ingo MolnarMerge branch 'linus' into x86/platform, to refresh...
2017-11-10 Linus TorvaldsMerge tag 'pci-v4.14-fixes-7' of git://git.kernel.org...
2017-11-10 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2017-11-09 Linus TorvaldsMerge tag 'sound-4.14' of git://git.kernel.org/pub...
2017-11-09 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2017-11-09 Kirill A. Shutemovx86/mm: Fix ELF_ET_DYN_BASE for 5-level paging
2017-11-09 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2017-11-08 Rafael J. WysockiMerge branch 'pm-cpufreq-sched'
2017-11-08 Radim KrčmářMerge tag 'kvm-ppc-fixes-4.14-2' of git://git.kernel...
2017-11-07 James MorseACPI / APEI: Replace ioremap_page_range() with fixmap
2017-11-07 Ingo Molnarx86/cpufeatures: Fix various details in the feature...
2017-11-07 Ingo Molnarx86/cpufeatures: Re-tabulate the X86_FEATURE definitions
2017-11-07 Ingo MolnarMerge branch 'x86/build' into x86/asm, to fix up conflicts
2017-11-07 Ingo MolnarMerge branch 'linus' into x86/asm, to pick up fixes...
2017-11-07 Dave AirlieMerge branch 'drm-vmwgfx-fixes' of git://people.freedes...
2017-11-06 Linus TorvaldsMerge branch 'for-4.14-fixes' of git://git.kernel.org...
2017-11-06 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2017-11-06 Borislav Petkovx86/mm: Define _PAGE_TABLE using _KERNPG_TABLE
2017-11-06 Ingo MolnarMerge branch 'x86/mm' into x86/asm, to pick up pending...
2017-11-06 Ingo MolnarMerge branch 'x86/fpu' into x86/asm, to pick up fix
2017-11-05 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
next
This page took 0.148762 seconds and 7 git commands to generate.