index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-01
x86/mtrr: Unify debugging printing
Borislav Petkov (AMD)
4
-40
/
+29
2023-06-01
x86/mtrr: Remove unused code
Juergen Gross
1
-9
/
+0
2023-06-01
x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
Juergen Gross
1
-2
/
+2
2023-06-01
x86/mtrr: Use new cache_map in mtrr_type_lookup()
Juergen Gross
1
-194
/
+43
2023-06-01
x86/mtrr: Add mtrr=debug command line option
Juergen Gross
1
-19
/
+45
2023-06-01
x86/mtrr: Construct a memory map with cache modes
Juergen Gross
3
-2
/
+314
2023-06-01
x86/mtrr: Add get_effective_type() service function
Juergen Gross
1
-20
/
+19
2023-06-01
x86/mtrr: Allocate mtrr_value array dynamically
Juergen Gross
1
-1
/
+7
2023-06-01
x86/mtrr: Move 32-bit code from mtrr.c to legacy.c
Juergen Gross
4
-75
/
+98
2023-06-01
x86/mtrr: Have only one set_mtrr() variant
Juergen Gross
1
-20
/
+8
2023-06-01
x86/mtrr: Replace vendor tests in MTRR code
Juergen Gross
7
-29
/
+31
2023-06-01
x86/mtrr: Support setting MTRR state for software defined MTRRs
Juergen Gross
2
-2
/
+72
2023-06-01
x86/mtrr: Replace size_or_mask and size_and_mask with a much easier concept
Juergen Gross
4
-43
/
+35
2023-05-30
x86/resctrl: Only show tasks' pid in current pid namespace
Shawn Wang
1
-2
/
+6
2023-05-25
x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
Zhang Rui
1
-2
/
+3
2023-05-16
x86/MCE: Check a hw error's address to determine proper recovery action
Yazen Ghannam
1
-1
/
+1
2023-05-15
x86/cpu: Remove X86_FEATURE_NAMES
Lukas Bulwahn
2
-7
/
+1
2023-05-15
x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
Thomas Gleixner
1
-5
/
+1
2023-05-15
x86/smpboot: Move synchronization masks to SMP boot code
Thomas Gleixner
1
-17
/
+0
2023-05-15
x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
Thomas Gleixner
1
-4
/
+17
2023-05-15
x86/smpboot: Get rid of cpu_init_secondary()
Thomas Gleixner
1
-27
/
+0
2023-05-09
x86/mtrr: Remove physical address size calculation
Juergen Gross
4
-64
/
+29
2023-05-08
x86/microcode/amd: Remove unneeded pointer arithmetic
Nathan Fontenot
1
-2
/
+0
2023-05-08
x86/microcode/AMD: Get rid of __find_equiv_id()
Borislav Petkov (AMD)
1
-6
/
+3
2023-04-28
Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-24
/
+19
2023-04-27
Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-11
/
+2
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-7
/
+16
2023-04-25
Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+7
2023-04-25
Merge tag 'x86_cpu_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-46
/
+43
2023-04-25
Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-13
/
+13
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-6
/
+5
2023-04-24
Merge tag 'docs-6.4' of git://git.lwn.net/linux
Linus Torvalds
3
-3
/
+3
2023-04-20
convert sgx_set_attribute() to fdget()/fdput()
Al Viro
1
-6
/
+5
2023-04-18
x86: set FSRS automatically on AMD CPUs that have FSRM
Linus Torvalds
1
-0
/
+4
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
1
-1
/
+1
2023-04-18
x86/hyperv: VTL support for Hyper-V
Saurabh Sengar
1
-0
/
+1
2023-04-18
x86/hyperv: Make hv_get_nmi_reason public
Saurabh Sengar
1
-5
/
+0
2023-04-17
swiotlb: Remove bounce buffer remapping for Hyper-V
Michael Kelley
1
-6
/
+1
2023-04-17
Merge remote-tracking branch 'tip/x86/sev' into hyperv-next
Wei Liu
1
-8
/
+7
2023-04-05
x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPIN
Tony Luck
1
-0
/
+1
2023-04-03
Merge tag 'hyperv-fixes-signed-20230402' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-4
/
+8
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
5
-11
/
+36
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
3
-3
/
+3
2023-03-27
x86/hyperv: Change vTOM handling to use standard coco mechanisms
Michael Kelley
1
-8
/
+7
2023-03-19
x86/MCE/AMD: Use an u64 for bank_map
Muralidhara M K
1
-7
/
+7
2023-03-19
Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-03-17
x86/umwait: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-2
/
+6
2023-03-17
x86/microcode: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-4
/
+9
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
[prev]
[next]