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
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
x86/mm/highmem: Use generic kmap atomic implementation
Thomas Gleixner
5
-29
/
+21
2020-11-06
x86/mce: Correct the detection of invalid notifier priorities
Zhen Lei
1
-1
/
+2
2020-11-06
ima: generalize x86/EFI arch glue for other EFI architectures
Chester Lin
1
-0
/
+3
2020-11-04
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
1
-3
/
+0
2020-11-04
x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports it
Dexuan Cui
1
-0
/
+7
2020-11-02
x86/mce: Enable additional error logging on certain Intel CPUs
Tony Luck
1
-0
/
+1
2020-10-29
x86/build: Fix vmlinux size check on 64-bit
Arvind Sankar
3
-15
/
+17
2020-10-29
x86: Wire up TIF_NOTIFY_SIGNAL
Jens Axboe
1
-0
/
+2
2020-10-28
x86/apic: Support 15 bits of APIC ID in MSI where available
David Woodhouse
2
-1
/
+4
2020-10-28
x86/ioapic: Handle Extended Destination ID field in RTE
David Woodhouse
1
-1
/
+2
2020-10-28
x86: Kill all traces of irq_remapping_get_irq_domain()
David Woodhouse
2
-11
/
+0
2020-10-28
x86/apic: Add select() method on vector irqdomain
David Woodhouse
1
-0
/
+3
2020-10-28
x86/ioapic: Generate RTE directly from parent irqchip's MSI message
David Woodhouse
1
-6
/
+5
2020-10-28
x86/ioapic: Cleanup IO/APIC route entry structs
Thomas Gleixner
1
-50
/
+28
2020-10-28
x86/io_apic: Cleanup trigger/polarity helpers
Thomas Gleixner
1
-3
/
+3
2020-10-28
x86/msi: Remove msidef.h
Thomas Gleixner
1
-57
/
+0
2020-10-28
x86/msi: Provide msi message shadow structs
Thomas Gleixner
1
-0
/
+49
2020-10-28
x86/hpet: Move MSI support into hpet.c
David Woodhouse
1
-11
/
+0
2020-10-28
x86/apic: Always provide irq_compose_msi_msg() method for vector domain
David Woodhouse
1
-5
/
+3
2020-10-28
x86/apic: Cleanup destination mode
Thomas Gleixner
1
-1
/
+1
2020-10-28
x86/apic: Get rid of apic:: Dest_logical
Thomas Gleixner
1
-2
/
+0
2020-10-28
x86/apic: Cleanup delivery mode defines
Thomas Gleixner
2
-10
/
+9
2020-10-28
x86/apic: Fix x2apic enablement without interrupt remapping
David Woodhouse
1
-0
/
+1
2020-10-27
x86: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
1
-0
/
+6
2020-10-26
x86, libnvdimm/test: Remove COPY_MC_TEST
Dan Williams
1
-75
/
+0
2020-10-26
x86: Reclaim TIF_IA32 and TIF_X32
Gabriel Krisman Bertazi
1
-4
/
+0
2020-10-26
x86/mm: Convert mmu context ia32_compat into a proper flags field
Gabriel Krisman Bertazi
2
-3
/
+8
2020-10-26
x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()
Gabriel Krisman Bertazi
1
-2
/
+4
2020-10-26
x86/elf: Use e_machine to select start_thread for x32
Gabriel Krisman Bertazi
1
-2
/
+3
2020-10-26
x86/elf: Use e_machine to choose DLINFO in compat
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
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
6
-7
/
+7
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
3
-43
/
+117
2020-10-23
kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU
Ben Gardon
1
-0
/
+4
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
5
-86
/
+51
2020-10-21
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
1
-0
/
+1
2020-10-21
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
1
-0
/
+9
2020-10-21
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
1
-1
/
+1
2020-10-21
KVM: x86: bump KVM_MAX_CPUID_ENTRIES
Vitaly Kuznetsov
1
-1
/
+1
2020-10-21
KVM: x86: allocate vcpu->arch.cpuid_entries dynamically
Vitaly Kuznetsov
1
-1
/
+1
2020-10-21
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
1
-0
/
+15
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-8
/
+8
2020-10-15
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-11
/
+9
2020-10-15
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-0
/
+1
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+0
2020-10-14
Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT
Michael Kelley
1
-0
/
+1
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+2
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
24
-71
/
+431
[prev]
[next]