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-04-14
x86/mce: Add a struct mce.kflags field
Tony Luck
2
-0
/
+9
2020-04-14
x86/mce: Convert the CEC to use the MCE notifier
Tony Luck
1
-19
/
+0
2020-04-14
x86/mce: Rename "first" function as "early"
Tony Luck
2
-12
/
+14
2020-04-14
x86/mce/amd, edac: Remove report_gart_errors
Borislav Petkov
2
-3
/
+9
2020-04-14
x86/mce/amd: Make threshold bank setting hotplug robust
Thomas Gleixner
1
-3
/
+11
2020-04-14
x86/mce/amd: Cleanup threshold device remove path
Thomas Gleixner
2
-42
/
+38
2020-04-14
x86/mce/amd: Straighten CPU hotplug path
Thomas Gleixner
1
-17
/
+15
2020-04-14
x86/mce/amd: Sanitize thresholding device creation hotplug path
Thomas Gleixner
2
-41
/
+27
2020-04-14
x86/mce/amd: Protect a not-fully initialized bank from the thresholding interrupt
Thomas Gleixner
1
-2
/
+17
2020-04-14
x86/mce/amd: Init thresholding machinery only on relevant vendors
Thomas Gleixner
3
-5
/
+17
2020-04-14
x86/mce/amd: Do proper cleanup on error paths
Thomas Gleixner
1
-7
/
+8
2020-04-14
x86/32: Remove CONFIG_DOUBLEFAULT
Borislav Petkov
8
-26
/
+3
2020-04-14
KVM: VMX: Enable machine check support for 32bit targets
Uros Bizjak
1
-1
/
+1
2020-04-14
KVM: SVM: move more vmentry code to assembly
Paolo Bonzini
3
-28
/
+9
2020-04-14
KVM: SVM: fix compilation with modular PSP and non-modular KVM
Paolo Bonzini
1
-1
/
+4
2020-04-14
efi/x86: Revert struct layout change to fix kexec boot regression
Ard Biesheuvel
1
-0
/
+2
2020-04-14
efi/x86: Don't remap text<->rodata gap read-only for mixed mode
Ard Biesheuvel
1
-2
/
+10
2020-04-14
efi/x86: Fix the deletion of variables in mixed mode
Gary Lin
1
-2
/
+2
2020-04-13
x86/smpboot: Remove the last ICPU() macro
Borislav Petkov
1
-8
/
+9
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
266
-11965
/
+12406
2020-04-12
Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-9
/
+79
2020-04-12
Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-0
/
+522
2020-04-11
Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
20
-277
/
+91
2020-04-11
x86/Hyper-V: Report crash data in die() when panic_on_oops is set
Tianyu Lan
1
-1
/
+5
2020-04-11
x86/Hyper-V: Report crash register data or kmsg before running crash kernel
Tianyu Lan
1
-0
/
+10
2020-04-11
KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guest
Xiaoyao Li
1
-3
/
+34
2020-04-11
KVM: x86: Emulate split-lock access as a write in emulator
Xiaoyao Li
1
-1
/
+11
2020-04-11
x86/split_lock: Provide handle_guest_split_lock()
Thomas Gleixner
2
-5
/
+34
2020-04-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
13
-43
/
+77
2020-04-10
Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
2
-2
/
+2
2020-04-10
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
2
-1
/
+13
2020-04-10
x86/mm: introduce __set_memory_prot()
Logan Gunthorpe
2
-0
/
+14
2020-04-10
x86/mm: thread pgprot_t through init_memory_mapping()
Logan Gunthorpe
8
-25
/
+34
2020-04-10
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
2
-6
/
+6
2020-04-10
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
1
-1
/
+1
2020-04-10
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2
-11
/
+3
2020-04-10
mm: define pte_index as macro for x86
Arjun Roy
1
-0
/
+3
2020-04-10
mm: hugetlb: optionally allocate gigantic hugepages using cma
Roman Gushchin
1
-0
/
+4
2020-04-10
Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2020-04-10
Merge branches 'acpi-ec' and 'acpi-x86'
Rafael J. Wysocki
1
-1
/
+1
2020-04-09
x86: hyperv: report value of misc_features
Olaf Hering
1
-2
/
+2
2020-04-09
x86/xen: fix booting 32-bit pv guest
Juergen Gross
1
-1
/
+1
2020-04-08
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2
-15
/
+53
2020-04-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-3513
/
+3737
2020-04-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+0
2020-04-09
x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
Jason A. Donenfeld
12
-62
/
+6
2020-04-09
crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'
Masahiro Yamada
1
-2
/
+0
2020-04-09
crypto: x86 - rework configuration based on Kconfig
Jason A. Donenfeld
1
-87
/
+65
2020-04-09
x86: add comments about the binutils version to support code in as-instr
Masahiro Yamada
1
-0
/
+10
2020-04-09
x86: probe assembler capabilities via kconfig instead of makefile
Jason A. Donenfeld
3
-10
/
+19
[prev]
[next]