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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-20
x86/crash: Add e820 reserved ranges to kdump kernel's e820 table
Lianbo Jiang
1
-0
/
+6
2019-06-20
x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVED
Lianbo Jiang
1
-1
/
+1
2019-06-20
x86/mm: Create a workarea in the kernel for SME early encryption
Thomas Lendacky
1
-0
/
+25
2019-06-20
x86/mm: Identify the end of the kernel area to be reserved
Thomas Lendacky
2
-2
/
+15
2019-06-19
x86/cacheinfo: Fix a -Wtype-limits warning
Qian Cai
1
-2
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2
-8
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 477
Thomas Gleixner
1
-1
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243
Thomas Gleixner
2
-4
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
6
-18
/
+6
2019-06-19
x86/microcode: Fix the microcode load on CPU hotplug for real
Thomas Gleixner
1
-5
/
+10
2019-06-17
x86/fpu: Remove the fpu__save() export
Christoph Hellwig
1
-1
/
+0
2019-06-17
x86/fpu: Simplify kernel_fpu_begin()
Christoph Hellwig
1
-24
/
+12
2019-06-17
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
Ingo Molnar
28
-171
/
+48
2019-06-17
x86/jump_label: Batch jump label updates
Daniel Bristot de Oliveira
1
-0
/
+69
2019-06-17
x86/alternative: Batch of patch operations
Daniel Bristot de Oliveira
1
-34
/
+120
2019-06-17
x86/jump_label: Add a __jump_label_set_jump_code() helper
Daniel Bristot de Oliveira
1
-25
/
+27
2019-06-17
Merge tag 'v5.2-rc5' into x86/asm, to refresh the branch
Ingo Molnar
58
-420
/
+88
2019-06-17
x86/fpu: Simplify kernel_fpu_end()
Christoph Hellwig
1
-12
/
+3
2019-06-16
x86/apic: Make apic_bsp_setup() static
Thomas Gleixner
1
-4
/
+3
2019-06-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-13
/
+19
2019-06-15
x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback
Borislav Petkov
1
-1
/
+1
2019-06-14
Merge tag 'v5.2-rc4' into mauro
Jonathan Corbet
85
-434
/
+99
2019-06-14
x86/amd_nb: Make hygon_nb_misc_ids static
YueHaibing
1
-1
/
+1
2019-06-14
x86/tsc: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
1
-2
/
+2
2019-06-14
x86/mce: Do not check return value of debugfs_create functions
Greg Kroah-Hartman
3
-54
/
+13
2019-06-13
x86/fpu: Don't use current->mm to check for a kthread
Christoph Hellwig
1
-1
/
+1
2019-06-12
x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()
Matt Mullins
1
-1
/
+1
2019-06-12
x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status
Aubrey Li
1
-0
/
+47
2019-06-12
x86/resctrl: Prevent NULL pointer dereference when local MBM is disabled
Prarit Bhargava
1
-0
/
+3
2019-06-12
x86/resctrl: Don't stop walking closids when a locksetup group is found
James Morse
1
-1
/
+6
2019-06-11
x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vector
Zhao Yakui
1
-0
/
+30
2019-06-11
x86: Add support for Linux guests on an ACRN hypervisor
Zhao Yakui
3
-0
/
+44
2019-06-11
x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol
Zhao Yakui
1
-1
/
+1
2019-06-11
x86/MCE: Determine MCA banks' init state properly
Yazen Ghannam
1
-0
/
+39
2019-06-11
x86/MCE: Make the number of MCA banks a per-CPU variable
Yazen Ghannam
3
-30
/
+36
2019-06-11
x86/MCE/AMD: Don't cache block addresses on SMCA systems
Yazen Ghannam
1
-36
/
+37
2019-06-11
x86/MCE: Make mce_banks a per-CPU array
Yazen Ghannam
1
-28
/
+48
2019-06-11
x86/MCE: Make struct mce_banks[] static
Yazen Ghannam
2
-11
/
+10
2019-06-10
x86/resctrl: Use _ASM_BX to avoid ifdeffery
Uros Bizjak
1
-5
/
+1
2019-06-10
x86/kexec: Add the ACPI NVS region to the ident map
Kairui Song
1
-3
/
+15
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
22
-136
/
+24
2019-06-08
docs: fix broken documentation links
Mauro Carvalho Chehab
3
-3
/
+3
2019-06-08
x86/fpu: Update kernel's FPU state before using for the fsave header
Sebastian Andrzej Siewior
1
-0
/
+5
2019-06-07
treewide: trivial: fix s/poped/popped/ typo
George G. Davis
1
-1
/
+1
2019-06-07
Merge branch 'pm-x86'
Rafael J. Wysocki
2
-22
/
+5
2019-06-06
x86/kexec: Add the EFI system tables and ACPI tables to the ident map
Kairui Song
1
-0
/
+75
2019-06-06
x86/fpu: Use fault_in_pages_writeable() for pre-faulting
Hugh Dickins
1
-9
/
+2
2019-06-05
ptrace: move clearing of TIF_SYSCALL_EMU flag to core
Sudeep Holla
1
-3
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
4
-20
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437
Thomas Gleixner
2
-4
/
+2
[prev]
[next]