summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-226-21/+27
* x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-221-13/+5
* x86/ldt: Rework lockingPeter Zijlstra2017-12-221-12/+21
* x86/cpufeatures: Make CPU bugs stickyThomas Gleixner2017-12-171-3/+3
* x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner2017-12-171-2/+0
* x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-178-23/+31
* x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-173-19/+8
* x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski2017-12-173-10/+1
* x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski2017-12-172-32/+45
* x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski2017-12-173-1/+24
* x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski2017-12-172-12/+15
* x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski2017-12-171-9/+28
* x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski2017-12-173-0/+12
* x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-173-7/+40
* x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski2017-12-171-0/+21
* x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski2017-12-171-10/+14
* x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2017-12-172-23/+21
* x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski2017-12-171-7/+7
* x86/dumpstack: Add get_stack_info() support for the SYSENTER stackAndy Lutomirski2017-12-173-0/+31
* x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-175-10/+9
* x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski2017-12-171-2/+2
* x86/irq: Remove an old outdated comment about context tracking racesAndy Lutomirski2017-12-171-12/+0
* x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf2017-12-173-60/+57
* x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski2017-12-171-2/+12
* x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky2017-12-171-0/+3
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-171-1/+1
* x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-171-2/+5
* Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-177-44/+56
|\
| * x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-104-9/+15
| * x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-106-33/+40
| * Merge branch 'linus' into x86/platform, to refresh the branchIngo Molnar2017-11-10116-119/+246
| |\
| * | x86/platform/UV: Convert timers to use timer_setup()Kees Cook2017-10-171-3/+2
* | | Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-173-21/+19
|\ \ \
| * \ \ Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07113-102/+168
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-062-6/+8
| |\ \ \
| | * \ \ Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2017-10-302-14/+56
| | |\ \ \
| | * | | | x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov2017-10-201-5/+6
| | * | | | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-201-1/+2
| * | | | | Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar2017-11-061-15/+11
| |\ \ \ \ \
| | * | | | | x86/cpuid: Replace set/clear_bit32()Thomas Gleixner2017-11-021-15/+11
* | | | | | | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-1716-80/+239
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2017-11-021-2/+1
| * | | | | | x86/entry/64: Remove thread_struct::sp0Andy Lutomirski2017-11-021-1/+0
| * | | | | | x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski2017-11-021-2/+1
| * | | | | | x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski2017-11-023-4/+4
| * | | | | | x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski2017-11-022-4/+17
| * | | | | | x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-024-12/+10
| * | | | | | x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski2017-11-023-3/+9
| * | | | | | x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski2017-11-021-1/+1
| * | | | | | Merge branch 'x86/fpu' into x86/asmIngo Molnar2017-11-025-29/+167
| |\ \ \ \ \ \ | | |/ / / / /
OpenPOWER on IntegriCloud