index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-30
x86/alternatives: Initialize temporary mm for patching
Nadav Amit
2
-0
/
+5
2019-04-30
x86/mm: Save debug registers when loading a temporary mm
Nadav Amit
1
-0
/
+23
2019-04-30
x86/mm: Introduce temporary mm structs
Andy Lutomirski
1
-0
/
+33
2019-04-30
mm/tlb: Provide default nmi_uaccess_okay()
Nadav Amit
1
-0
/
+2
2019-04-30
x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging
Nadav Amit
1
-0
/
+1
2019-04-29
x86: make ZERO_PAGE() at least parse its argument
Linus Torvalds
1
-1
/
+1
2019-04-29
perf/x86: Make perf callchains work without CONFIG_FRAME_POINTER
Kairui Song
2
-19
/
+1
2019-04-24
x86/uaccess: Dont leak the AC flag into __put_user() argument evaluation
Peter Zijlstra
1
-3
/
+4
2019-04-22
x86/irq: Fix outdated comments
Jiang Biao
1
-2
/
+2
2019-04-19
asm-generic: generalize asm/sockios.h
Arnd Bergmann
1
-1
/
+0
2019-04-17
x86/irq/64: Split the IRQ stack into its own pages
Andy Lutomirski
2
-21
/
+17
2019-04-17
x86/irq/64: Init hardirq_stack_ptr during CPU hotplug
Thomas Gleixner
1
-4
/
+0
2019-04-17
x86/irq/32: Handle irq stack allocation failure proper
Thomas Gleixner
2
-3
/
+3
2019-04-17
x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
Thomas Gleixner
1
-1
/
+1
2019-04-17
x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptr
Thomas Gleixner
1
-2
/
+2
2019-04-17
x86/irq/32: Make irq stack a character array
Thomas Gleixner
1
-1
/
+1
2019-04-17
x86/irq/32: Define IRQ_STACK_SIZE
Thomas Gleixner
2
-2
/
+4
2019-04-17
x86/exceptions: Split debug IST stack
Thomas Gleixner
3
-9
/
+10
2019-04-17
x86/exceptions: Enable IST guard pages
Thomas Gleixner
1
-6
/
+2
2019-04-17
x86/exceptions: Disconnect IST index and stack order
Thomas Gleixner
3
-5
/
+17
2019-04-17
x86/cpu: Remove orig_ist array
Thomas Gleixner
1
-9
/
+0
2019-04-17
x86/cpu_entry_area: Provide exception stack accessor
Thomas Gleixner
1
-0
/
+4
2019-04-17
x86/exceptions: Add structs for exception stacks
Thomas Gleixner
1
-5
/
+47
2019-04-17
x86/exceptions: Make IST index zero based
Thomas Gleixner
1
-5
/
+8
2019-04-17
x86/exceptions: Remove unused stack defines on 32bit
Thomas Gleixner
1
-5
/
+1
2019-04-17
x86/64: Remove stale CURRENT_MASK
Thomas Gleixner
1
-1
/
+0
2019-04-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-8
/
+14
2019-04-16
KVM: x86: Open code kvm_set_hflags
Sean Christopherson
1
-0
/
+1
2019-04-16
KVM: x86: Load SMRAM in a single shot when leaving SMM
Sean Christopherson
2
-2
/
+6
2019-04-16
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
1
-6
/
+6
2019-04-16
KVM: nVMX: always use early vmcs check when EPT is disabled
Paolo Bonzini
1
-0
/
+1
2019-04-16
perf/x86/intel: Add Icelake support
Kan Liang
2
-2
/
+2
2019-04-16
perf/x86/intel: Support adaptive PEBS v4
Kan Liang
2
-0
/
+44
2019-04-16
perf/x86: Support outputting XMM registers
Kan Liang
2
-1
/
+27
2019-04-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-23
/
+18
2019-04-12
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
3
-17
/
+42
2019-04-12
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
1
-0
/
+43
2019-04-11
x86/fpu: Update xstate's PKRU value on write_pkru()
Sebastian Andrzej Siewior
1
-2
/
+19
2019-04-11
x86/entry: Add TIF_NEED_FPU_LOAD
Sebastian Andrzej Siewior
2
-0
/
+10
2019-04-11
x86/fpu: Eager switch PKRU state
Rik van Riel
3
-3
/
+31
2019-04-11
x86/fpu: Only write PKRU if it is different from current
Sebastian Andrzej Siewior
1
-0
/
+7
2019-04-11
x86/pkeys: Provide *pkru() helpers
Sebastian Andrzej Siewior
2
-4
/
+10
2019-04-10
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
1
-2
/
+2
2019-04-10
x86/fpu: Add an __fpregs_load_activate() internal helper
Rik van Riel
2
-8
/
+25
2019-04-10
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
1
-17
/
+0
2019-04-10
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
3
-21
/
+11
2019-04-10
x86/asm: Modernize sync_bitops.h
Jan Beulich
1
-22
/
+9
2019-04-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2
-109
/
+36
2019-04-09
x86/fpu: Always init the state in fpu__clear()
Sebastian Andrzej Siewior
1
-1
/
+0
2019-04-09
x86/fpu: Remove fpu__restore()
Sebastian Andrzej Siewior
1
-1
/
+0
[prev]
[next]