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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-15
x86/ibt,entry: Sprinkle ENDBR dust
Peter Zijlstra
6
-13
/
+29
2022-03-15
x86/ibt,xen: Sprinkle the ENDBR
Peter Zijlstra
6
-3
/
+22
2022-03-15
x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()
Peter Zijlstra
7
-15
/
+17
2022-03-15
x86/entry: Cleanup PARAVIRT
Peter Zijlstra
1
-2
/
+2
2022-03-15
x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()
Peter Zijlstra
2
-26
/
+17
2022-03-15
x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR
Peter Zijlstra
1
-1
/
+9
2022-03-15
x86/ibt: Base IBT bits
Peter Zijlstra
3
-2
/
+121
2022-03-15
objtool,efi: Update __efi64_thunk annotation
Peter Zijlstra
2
-3
/
+4
2022-03-15
Merge branch 'arm64/for-next/linkage'
Peter Zijlstra
6
-17
/
+13
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
25
-169
/
+540
2022-03-14
Merge branch 'for-next/linkage' into for-next/core
Will Deacon
6
-17
/
+13
2022-03-14
x86/gpu: include drm/i915_pciids.h directly in early quirks
Jani Nikula
1
-0
/
+1
2022-03-13
Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-62
/
+253
2022-03-11
x86/sgx: Free backing memory after faulting the enclave page
Jarkko Sakkinen
1
-9
/
+48
2022-03-11
x86/traps: Mark do_int3() NOKPROBE_SYMBOL
Li Huafei
1
-0
/
+1
2022-03-11
um: Cleanup syscall_handler_t definition/cast, fix warning
David Gow
1
-3
/
+2
2022-03-11
um: Remove duplicated include in syscalls_64.c
Yang Li
1
-1
/
+0
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-76
/
+192
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
2
-2
/
+0
2022-03-10
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
1
-2
/
+2
2022-03-10
task_work: Remove unnecessary include from posix_timers.h
Eric W. Biederman
1
-0
/
+1
2022-03-10
x86, ACPI: rename init_freq_invariance_cppc() to arch_init_invariance_cppc()
Ionela Voinescu
1
-1
/
+1
2022-03-10
x86/xen: Fix kerneldoc warning
Jiapeng Chong
1
-1
/
+1
2022-03-10
xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32
Dongli Zhang
2
-1
/
+29
2022-03-09
x86/boot: Add setup_indirect support in early_memremap_is_setup_data()
Ross Philipson
1
-2
/
+31
2022-03-09
x86/boot: Fix memremap of setup_indirect structures
Ross Philipson
5
-46
/
+165
2022-03-08
x86/hyperv: Output host build info as normal Windows version number
Michael Kelley
1
-4
/
+4
2022-03-08
ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board
Mark Cilissen
1
-0
/
+24
2022-03-08
x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPC
Huang Rui
3
-23
/
+15
2022-03-08
x86: Expose init_freq_invariance() to topology header
Huang Rui
2
-7
/
+5
2022-03-08
x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPC
Huang Rui
3
-43
/
+50
2022-03-08
x86/ACPI: CPPC: Rename cppc_msr.c to cppc.c
Huang Rui
2
-2
/
+2
2022-03-08
KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
Suravee Suthikulpanit
3
-7
/
+13
2022-03-08
KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTE
Sean Christopherson
1
-8
/
+7
2022-03-08
KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
Sean Christopherson
1
-1
/
+5
2022-03-08
KVM: x86/mmu: Zap defunct roots via asynchronous worker
Paolo Bonzini
1
-9
/
+11
2022-03-08
KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
Sean Christopherson
1
-17
/
+34
2022-03-08
KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
Paolo Bonzini
1
-41
/
+62
2022-03-08
KVM: x86/mmu: Zap invalidated roots via asynchronous worker
Paolo Bonzini
4
-87
/
+76
2022-03-08
KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
Sean Christopherson
3
-14
/
+26
2022-03-08
KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
Sean Christopherson
3
-39
/
+14
2022-03-08
KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
Sean Christopherson
1
-18
/
+6
2022-03-08
KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
Sean Christopherson
1
-16
/
+82
2022-03-08
KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
Sean Christopherson
1
-5
/
+6
2022-03-08
KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
Sean Christopherson
4
-24
/
+39
2022-03-08
KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw values
Sean Christopherson
1
-20
/
+31
2022-03-08
KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
Sean Christopherson
3
-6
/
+22
2022-03-08
KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
Sean Christopherson
1
-4
/
+4
[prev]
[next]