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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
x86/kvmclock: Mark kvm_get_preset_lpj() as __init
Dou Liyang
1
-1
/
+1
2018-07-30
x86/tsc: Consolidate init code
Dou Liyang
1
-10
/
+12
2018-07-30
x86/kexec: Allocate 8k PGDs for PTI
Joerg Roedel
1
-2
/
+3
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
9
-14
/
+53
2018-07-27
dma-mapping: Generalise dma_32bit_limit flag
Robin Murphy
1
-1
/
+1
2018-07-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
10
-17
/
+65
2018-07-25
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
3
-9
/
+11
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+5
2018-07-24
x86/apic: Future-proof the TSC_DEADLINE quirk for SKX
Len Brown
1
-0
/
+3
2018-07-24
x86/platform/pcspeaker: Use PTR_ERR_OR_ZERO() to fix ptr_ret.cocci warning
YueHaibing
1
-1
/
+1
2018-07-21
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+0
2018-07-21
Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+5
2018-07-20
kernfs: allow creating kernfs objects with arbitrary uid/gid
Dmitry Torokhov
1
-1
/
+3
2018-07-20
Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+18
2018-07-20
x86/ldt: Enable LDT user-mapping for PAE
Joerg Roedel
1
-0
/
+53
2018-07-20
x86/ldt: Split out sanity check in map_ldt_struct()
Joerg Roedel
1
-24
/
+58
2018-07-20
x86/ldt: Define LDT_END_ADDR
Joerg Roedel
1
-1
/
+1
2018-07-20
x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
Joerg Roedel
1
-7
/
+10
2018-07-20
x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
Joerg Roedel
1
-5
/
+15
2018-07-20
x86/entry: Rename update_sp0 to update_task_stack
Joerg Roedel
3
-4
/
+4
2018-07-20
x86/entry/32: Enter the kernel via trampoline stack
Joerg Roedel
4
-6
/
+4
2018-07-20
x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
Joerg Roedel
2
-2
/
+9
2018-07-20
x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
Joerg Roedel
1
-2
/
+3
2018-07-20
x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
Joerg Roedel
2
-2
/
+4
2018-07-20
x86/tsc: Make use of tsc_calibrate_cpu_early()
Pavel Tatashin
2
-7
/
+20
2018-07-20
x86/tsc: Split native_calibrate_cpu() into early and late parts
Pavel Tatashin
1
-18
/
+36
2018-07-20
x86/tsc: Use TSC as sched clock early
Pavel Tatashin
1
-0
/
+1
2018-07-20
x86/tsc: Initialize cyc2ns when tsc frequency is determined
Pavel Tatashin
1
-41
/
+53
2018-07-20
x86/tsc: Calibrate tsc only once
Pavel Tatashin
2
-41
/
+48
2018-07-20
x86/tsc: Redefine notsc to behave as tsc=unstable
Pavel Tatashin
1
-15
/
+3
2018-07-20
x86/CPU: Call detect_nopl() only on the BSP
Borislav Petkov
1
-6
/
+4
2018-07-20
x86/jump_label: Initialize static branching early
Pavel Tatashin
3
-25
/
+30
2018-07-20
x86/alternatives, jumplabel: Use text_poke_early() before mm_init()
Pavel Tatashin
2
-4
/
+14
2018-07-20
x86/kvmclock: Switch kvmclock data to a PER_CPU variable
Thomas Gleixner
1
-37
/
+62
2018-07-20
x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
Thomas Gleixner
2
-30
/
+27
2018-07-20
x86/kvmclock: Mark variables __initdata and __ro_after_init
Thomas Gleixner
1
-5
/
+5
2018-07-20
x86/kvmclock: Cleanup the code
Thomas Gleixner
1
-50
/
+22
2018-07-20
x86/kvmclock: Decrapify kvm_register_clock()
Thomas Gleixner
1
-23
/
+10
2018-07-20
x86/kvmclock: Remove page size requirement from wall_clock
Thomas Gleixner
1
-8
/
+4
2018-07-20
x86/kvmclock: Remove memblock dependency
Pavel Tatashin
3
-59
/
+12
2018-07-19
Merge branch 'linus' into x86/timers
Thomas Gleixner
7
-11
/
+48
2018-07-19
x86: Avoid pr_cont() in show_opcodes()
Rasmus Villemoes
1
-19
/
+9
2018-07-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+6
2018-07-18
kvmclock: fix TSC calibration for nested guests
Peng Hao
1
-0
/
+1
2018-07-17
x86/MCE: Remove min interval polling limitation
Dewet Thibaut
1
-3
/
+0
2018-07-16
x86/apm: Don't access __preempt_count with zeroed fs
Ville Syrjälä
1
-0
/
+5
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
7
-8
/
+54
2018-07-15
Merge tag 'v4.18-rc5' into sched/core, to pick up fixes
Ingo Molnar
6
-5
/
+42
2018-07-15
x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
Radim Krčmář
1
-6
/
+5
2018-07-13
x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
Jiri Kosina
1
-0
/
+44
[prev]
[next]