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
2018-02-23
x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations
Samuel Neves
1
-0
/
+1
2018-02-23
x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system
Wang Hui
1
-0
/
+1
2018-02-23
x86/apic/vector: Handle vector release on CPU unplug correctly
Thomas Gleixner
1
-3
/
+22
2018-02-22
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
H.J. Lu
2
-0
/
+2
2018-02-21
x86/mce/AMD: Carve out SMCA get_block_address() code
Yazen Ghannam
1
-26
/
+31
2018-02-21
x86/mce/AMD: Get address from already initialized block
Yazen Ghannam
1
-0
/
+15
2018-02-21
x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
Yazen Ghannam
1
-0
/
+7
2018-02-21
x86/mce/AMD: Pass the bank number to smca_get_bank_type()
Yazen Ghannam
1
-8
/
+7
2018-02-21
x86/mce/AMD: Collect error info even if valid bits are not set
Borislav Petkov
1
-0
/
+14
2018-02-21
x86/mce: Issue the 'mcelog --ascii' message only on !AMD
Borislav Petkov
1
-1
/
+3
2018-02-21
x86/mce: Convert 'struct mca_config' bools to a bitfield
Borislav Petkov
2
-13
/
+16
2018-02-21
x86/mce: Put private structures and definitions into the internal header
Borislav Petkov
1
-2
/
+54
2018-02-21
extable: Make init_kernel_text() global
Josh Poimboeuf
1
-2
/
+1
2018-02-21
x86/mm: Optimize boot-time paging mode switching cost
Kirill A. Shutemov
2
-3
/
+8
2018-02-21
x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVEL
Kirill A. Shutemov
1
-6
/
+6
2018-02-21
x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
Peter Zijlstra
1
-0
/
+2
2018-02-20
x86/speculation: Use IBRS if available before calling into firmware
David Woodhouse
1
-1
/
+11
2018-02-20
x86/IO-APIC: Avoid warning in 32-bit builds
Jan Beulich
1
-1
/
+1
2018-02-17
x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specified
Baoquan He
1
-1
/
+1
2018-02-17
x86/apic: Rename variables and functions related to x86_io_apic_ops
Baoquan He
2
-5
/
+5
2018-02-17
x86/apic: Remove the (now) unused disable_IO_APIC() function
Baoquan He
3
-19
/
+4
2018-02-17
x86/apic: Fix restoring boot IRQ mode in reboot and kexec/kdump
Baoquan He
2
-2
/
+4
2018-02-17
x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y
Baoquan He
3
-3
/
+5
2018-02-17
x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()
Baoquan He
1
-0
/
+5
2018-02-17
x86/xen: Calculate __max_logical_packages on PV domains
Prarit Bhargava
1
-2
/
+8
2018-02-17
x86/CPU: Check CPU feature bits after microcode upgrade
Borislav Petkov
1
-0
/
+20
2018-02-17
x86/CPU: Add a microcode loader callback
Borislav Petkov
2
-2
/
+16
2018-02-17
x86/microcode: Propagate return value from updating functions
Borislav Petkov
3
-26
/
+27
2018-02-16
x86/mm: Support boot-time switching of paging modes in the early boot code
Kirill A. Shutemov
2
-16
/
+25
2018-02-16
x86/mm: Initialize vmemmap_base at boot-time
Kirill A. Shutemov
1
-1
/
+2
2018-02-16
x86/mm: Adjust vmalloc base and size at boot-time
Kirill A. Shutemov
1
-1
/
+2
2018-02-16
x86/mm: Initialize 'page_offset_base' at boot-time
Kirill A. Shutemov
2
-5
/
+10
2018-02-16
x86/mm: Initialize 'pgdir_shift' and 'ptrs_per_p4d' at boot-time
Kirill A. Shutemov
1
-2
/
+4
2018-02-16
x86/mm: Initialize 'pgtable_l5_enabled' at boot-time
Kirill A. Shutemov
1
-1
/
+23
2018-02-16
x86/apic: Make setup_local_APIC() static
Dou Liyang
1
-1
/
+1
2018-02-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-11
/
+39
2018-02-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
18
-85
/
+70
2018-02-15
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
3
-4
/
+4
2018-02-15
x86/spectre: Fix an error message
Dan Carpenter
1
-1
/
+1
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
15
-46
/
+46
2018-02-15
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]()
Andy Lutomirski
1
-3
/
+3
2018-02-15
x86/debug: Use UD2 for WARN()
Peter Zijlstra
1
-1
/
+1
2018-02-14
x86/mm: Make MAX_PHYSADDR_BITS and MAX_PHYSMEM_BITS dynamic
Kirill A. Shutemov
1
-3
/
+2
2018-02-14
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
2
-13
/
+11
2018-02-14
x86/mm: Introduce 'pgtable_l5_enabled'
Kirill A. Shutemov
1
-0
/
+5
2018-02-14
x86/mm: Make virtual memory layout dynamic for CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
1
-0
/
+9
2018-02-13
x86/apic: Simplify init_bsp_APIC() usage
Dou Liyang
1
-2
/
+7
2018-02-13
x86/x2apic: Mark set_x2apic_phys_mode() as __init
Dou Liyang
1
-1
/
+1
2018-02-13
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
Tony Luck
2
-6
/
+26
2018-02-13
x86/platform/UV: Fix GAM Range Table entries less than 1GB
mike.travis@hpe.com
1
-3
/
+12
[prev]
[next]