index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-17
x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptr
Thomas Gleixner
2
-11
/
+12
2019-04-17
x86/dumpstack/64: Speedup in_exception_stack()
Thomas Gleixner
1
-31
/
+51
2019-04-17
x86/exceptions: Split debug IST stack
Thomas Gleixner
4
-16
/
+29
2019-04-17
x86/exceptions: Disconnect IST index and stack order
Thomas Gleixner
2
-9
/
+9
2019-04-17
x86/cpu: Remove orig_ist array
Thomas Gleixner
1
-6
/
+0
2019-04-17
x86/cpu: Prepare TSS.IST setup for guard pages
Thomas Gleixner
1
-28
/
+7
2019-04-17
x86/dumpstack/64: Use cpu_entry_area instead of orig_ist
Thomas Gleixner
1
-12
/
+27
2019-04-17
x86/irq/64: Use cpu entry area instead of orig_ist
Thomas Gleixner
1
-6
/
+7
2019-04-17
x86/exceptions: Add structs for exception stacks
Thomas Gleixner
1
-1
/
+1
2019-04-17
x86/exceptions: Make IST index zero based
Thomas Gleixner
4
-16
/
+19
2019-04-17
x86/idt: Remove unused macro SISTG
Thomas Gleixner
1
-4
/
+0
2019-04-17
x86/irq/64: Sanitize the top/bottom confusion
Thomas Gleixner
1
-11
/
+11
2019-04-17
x86/irq/64: Remove a hardcoded irq_stack_union access
Andy Lutomirski
1
-2
/
+1
2019-04-17
x86/dumpstack: Fix off-by-one errors in stack identification
Andy Lutomirski
2
-4
/
+4
2019-04-17
x86/irq/64: Limit IST stack overflow check to #DB stack
Thomas Gleixner
1
-5
/
+14
2019-04-16
perf/x86: Support outputting XMM registers
Kan Liang
1
-7
/
+20
2019-04-16
x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T
Jian-Hong Pan
1
-0
/
+21
2019-04-16
x86/build/lto: Fix truncated .bss with -fdata-sections
Sami Tolvanen
1
-1
/
+1
2019-04-14
x86/speculation: Prevent deadlock on ssb_state::lock
Thomas Gleixner
1
-2
/
+6
2019-04-14
x86/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
1
-12
/
+2
2019-04-14
x86/resctrl: Do not repeat rdtgroup mode initialization
Xiaochen Shen
1
-1
/
+2
2019-04-12
x86/pkeys: Add PKRU value to init_fpstate
Sebastian Andrzej Siewior
1
-0
/
+5
2019-04-12
x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpath
Sebastian Andrzej Siewior
1
-12
/
+13
2019-04-12
x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-12
/
+22
2019-04-12
x86/fpu: Add a fastpath to __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-2
/
+21
2019-04-12
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
5
-50
/
+117
2019-04-12
x86/fpu: Merge the two code paths in __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-85
/
+54
2019-04-12
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
1
-13
/
+49
2019-04-11
x86/fpu: Inline copy_user_to_fpregs_zeroing()
Sebastian Andrzej Siewior
1
-1
/
+19
2019-04-11
x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
Rik van Riel
1
-1
/
+11
2019-04-11
x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
Rik van Riel
1
-5
/
+14
2019-04-10
x86/microcode: Fix the ancient deprecated microcode loading method
Borislav Petkov
1
-1
/
+2
2019-04-10
x86/ima: add missing include
Mimi Zohar
1
-0
/
+1
2019-04-10
x86/microcode/intel: Refactor Intel microcode blob loading
Jann Horn
1
-35
/
+36
2019-04-10
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
2
-13
/
+11
2019-04-10
x86/fpu: Make __raw_xsave_addr() use a feature number instead of mask
Sebastian Andrzej Siewior
1
-11
/
+11
2019-04-10
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
2
-4
/
+1
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
7
-83
/
+35
2019-04-10
x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-4
/
+0
2019-04-09
x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-27
/
+8
2019-04-09
x86/fpu: Always init the state in fpu__clear()
Sebastian Andrzej Siewior
1
-3
/
+2
2019-04-09
x86/fpu: Remove preempt_disable() in fpu__clear()
Sebastian Andrzej Siewior
1
-2
/
+0
2019-04-09
x86/fpu: Remove fpu__restore()
Sebastian Andrzej Siewior
3
-30
/
+2
2019-04-09
x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
Sebastian Andrzej Siewior
2
-28
/
+17
2019-04-08
x86/dma: Remove the x86_dma_fallback_dev hack
Christoph Hellwig
2
-26
/
+0
2019-04-08
x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
10
-23
/
+23
2019-04-07
PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS sysfs interface
Rafael J. Wysocki
1
-4
/
+89
2019-04-07
PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handling
Rafael J. Wysocki
5
-53
/
+132
2019-04-05
x86/kexec/crash: Use struct_size() in vzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-04-04
acpi: Create subtable parsing infrastructure
Keith Busch
1
-18
/
+18
[prev]
[next]