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
2020-10-28
x86/msi: Provide msi message shadow structs
Thomas Gleixner
2
-16
/
+68
2020-10-28
x86/hpet: Move MSI support into hpet.c
David Woodhouse
3
-128
/
+112
2020-10-28
x86/apic: Always provide irq_compose_msi_msg() method for vector domain
David Woodhouse
4
-42
/
+41
2020-10-28
x86/apic: Cleanup destination mode
Thomas Gleixner
15
-28
/
+20
2020-10-28
x86/apic: Get rid of apic:: Dest_logical
Thomas Gleixner
12
-38
/
+15
2020-10-28
x86/apic: Replace pointless apic:: Dest_logical usage
Thomas Gleixner
3
-5
/
+5
2020-10-28
x86/apic: Cleanup delivery mode defines
Thomas Gleixner
12
-28
/
+28
2020-10-28
x86/devicetree: Fix the ioapic interrupt type table
Thomas Gleixner
1
-15
/
+15
2020-10-28
x86/apic/uv: Fix inconsistent destination mode
Thomas Gleixner
1
-1
/
+1
2020-10-28
x86/msi: Only use high bits of MSI address for DMAR unit
David Woodhouse
1
-6
/
+27
2020-10-28
x86/apic: Fix x2apic enablement without interrupt remapping
David Woodhouse
3
-6
/
+18
2020-10-28
x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID
David Woodhouse
1
-0
/
+1
2020-10-28
x86/setup: Remove unused MCA variables
Borislav Petkov
1
-5
/
+0
2020-10-28
x86/mm/ident_map: Check for errors from ident_pud_init()
Arvind Sankar
1
-2
/
+10
2020-10-27
x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)
Peter Zijlstra
1
-3
/
+6
2020-10-27
x86/debug: Only clear/set ->virtual_dr6 for userspace #DB
Peter Zijlstra
1
-6
/
+6
2020-10-27
x86/debug: Fix BTF handling
Peter Zijlstra
1
-7
/
+21
2020-10-27
Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-14
/
+17
2020-10-27
x86/resctrl: Correct MBM total and local values
Fenghua Yu
3
-2
/
+85
2020-10-27
x86: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
1
-0
/
+6
2020-10-26
arch/um: partially revert the conversion to __section() macro
Linus Torvalds
1
-1
/
+1
2020-10-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+1
2020-10-26
x86, libnvdimm/test: Remove COPY_MC_TEST
Dan Williams
4
-92
/
+0
2020-10-26
x86/hyperv: Clarify comment on x2apic mode
Michael Kelley
1
-5
/
+9
2020-10-26
x86: Reclaim TIF_IA32 and TIF_X32
Gabriel Krisman Bertazi
2
-10
/
+0
2020-10-26
x86/mm: Convert mmu context ia32_compat into a proper flags field
Gabriel Krisman Bertazi
4
-10
/
+20
2020-10-26
x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()
Gabriel Krisman Bertazi
2
-4
/
+6
2020-10-26
x86/elf: Use e_machine to select start_thread for x32
Gabriel Krisman Bertazi
2
-5
/
+5
2020-10-26
x86/elf: Use e_machine to choose DLINFO in compat
Gabriel Krisman Bertazi
1
-1
/
+1
2020-10-26
x86/oprofile: Avoid TIF_IA32 when checking 64bit mode
Gabriel Krisman Bertazi
1
-1
/
+1
2020-10-26
x86/compat: Simplify compat syscall userspace allocation
Gabriel Krisman Bertazi
1
-7
/
+6
2020-10-26
perf/x86: Avoid TIF_IA32 when checking 64bit mode
Gabriel Krisman Bertazi
4
-4
/
+4
2020-10-26
x86/mce: Remove unneeded break
Tom Rix
1
-2
/
+0
2020-10-26
x86/microcode/amd: Remove unneeded break
Tom Rix
1
-1
/
+0
2020-10-26
efi/libstub/x86: simplify efi_is_native()
Heinrich Schuchardt
1
-2
/
+0
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
18
-29
/
+29
2020-10-25
Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
2
-8
/
+13
2020-10-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-9
/
+6
2020-10-24
Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-16
/
+40
2020-10-24
KVM: ioapic: break infinite recursion on lazy EOI
Vitaly Kuznetsov
1
-4
/
+1
2020-10-24
KVM: vmx: rename pi_init to avoid conflict with paride
Paolo Bonzini
3
-4
/
+4
2020-10-24
KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 build
Sean Christopherson
1
-1
/
+1
2020-10-24
crypto: x86/poly1305 - add back a needed assignment
Eric Biggers
1
-0
/
+1
2020-10-23
x86/uaccess: fix code generation in put_user()
Rasmus Villemoes
1
-1
/
+9
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
44
-2354
/
+5008
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+2
2020-10-23
xen/events: only register debug interrupt for 2-level events
Juergen Gross
2
-8
/
+13
2020-10-23
kvm: x86/mmu: NX largepage recovery for TDP MMU
Ben Gardon
3
-4
/
+18
2020-10-23
kvm: x86/mmu: Don't clear write flooding count for direct roots
Ben Gardon
1
-1
/
+7
2020-10-23
kvm: x86/mmu: Support MMIO in the TDP MMU
Ben Gardon
3
-21
/
+72
[prev]
[next]