index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-12
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
57
-402
/
+485
2021-02-10
x86/softirq/64: Inline do_softirq_own_stack()
Thomas Gleixner
3
-7
/
+12
2021-02-10
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2
-0
/
+2
2021-02-10
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
2
-2
/
+1
2021-02-10
x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK
Thomas Gleixner
3
-12
/
+10
2021-02-10
x86/softirq: Remove indirection in do_softirq_own_stack()
Thomas Gleixner
3
-76
/
+17
2021-02-10
x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcall
Thomas Gleixner
1
-13
/
+6
2021-02-10
x86/entry: Convert device interrupts to inline stack switching
Thomas Gleixner
4
-34
/
+36
2021-02-10
x86/entry: Convert system vectors to irq stack macro
Thomas Gleixner
3
-30
/
+66
2021-02-10
x86/irq: Provide macro for inlining irq stack switching
Thomas Gleixner
1
-0
/
+98
2021-02-10
x86/apic: Split out spurious handling code
Thomas Gleixner
1
-12
/
+19
2021-02-10
x86/irq/64: Adjust the per CPU irq stack pointer by 8
Thomas Gleixner
5
-16
/
+27
2021-02-10
x86/irq: Sanitize irq stack tracking
Thomas Gleixner
4
-10
/
+10
2021-02-10
x86/entry: Fix instrumentation annotation
Thomas Gleixner
1
-1
/
+1
2021-02-10
Merge branch 'objtool/core' into x86/entry
Thomas Gleixner
17
-153
/
+207
2021-02-10
x86/unwind/orc: Change REG_SP_INDIRECT
Peter Zijlstra
1
-1
/
+4
2021-02-10
x86/pv: Rework arch_local_irq_restore() to not use popf
Juergen Gross
10
-93
/
+8
2021-02-10
x86/xen: Drop USERGS_SYSRET64 paravirt call
Juergen Gross
10
-61
/
+8
2021-02-10
x86/pv: Switch SWAPGS to ALTERNATIVE
Juergen Gross
8
-47
/
+13
2021-02-10
x86/xen: Use specific Xen pv interrupt entry for DF
Juergen Gross
3
-3
/
+12
2021-02-10
x86/xen: Use specific Xen pv interrupt entry for MCE
Juergen Gross
3
-2
/
+19
2021-02-07
Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+8
2021-02-07
Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-55
/
+76
2021-02-06
x86/efi: Remove EFI PGD build time checks
Borislav Petkov
1
-19
/
+0
2021-02-06
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
2
-4
/
+8
2021-02-05
x86/debug: Prevent data breakpoints on cpu_dr7
Lai Jiangshan
1
-0
/
+8
2021-02-05
x86/debug: Prevent data breakpoints on __per_cpu_offset
Lai Jiangshan
1
-0
/
+14
2021-02-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-38
/
+61
2021-02-04
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
5
-15
/
+32
2021-02-04
Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"
Mike Rapoport
1
-9
/
+11
2021-02-04
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
Ben Gardon
1
-3
/
+3
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
3
-13
/
+5
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
2
-0
/
+6
2021-02-02
KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
Sean Christopherson
1
-0
/
+2
2021-02-01
x86/split_lock: Enable the split lock feature on another Alder Lake CPU
Fenghua Yu
1
-0
/
+1
2021-02-01
KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check
Vitaly Kuznetsov
1
-0
/
+2
2021-02-01
KVM/x86: assign hva with the right value to vm_munmap the pages
Zheng Zhan Liang
1
-1
/
+1
2021-02-01
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
2
-13
/
+30
2021-02-01
x86/debug: Fix DR6 handling
Peter Zijlstra
1
-21
/
+18
2021-01-31
Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+5
2021-01-29
x86/build: Disable CET instrumentation in the kernel
Josh Poimboeuf
1
-0
/
+3
2021-01-28
Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-1
/
+16
2021-01-28
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
1
-7
/
+10
2021-01-28
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
Michael Roth
1
-1
/
+1
2021-01-27
x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabled
Juergen Gross
3
-1
/
+16
2021-01-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-53
/
+90
2021-01-26
x86/power: Support objtool validation in hibernate_asm_64.S
Josh Poimboeuf
2
-5
/
+4
2021-01-26
x86/power: Move restore_registers() to top of the file
Josh Poimboeuf
1
-46
/
+46
2021-01-26
x86/power: Annotate indirect branches as safe
Josh Poimboeuf
1
-0
/
+3
[next]