aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-07-30x86/kvmclock: Mark kvm_get_preset_lpj() as __initDou Liyang1-1/+1
2018-07-30x86/tsc: Consolidate init codeDou Liyang1-10/+12
2018-07-30x86/kexec: Allocate 8k PGDs for PTIJoerg Roedel1-2/+3
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie9-14/+53
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy1-1/+1
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar10-17/+65
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar3-9/+11
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+5
2018-07-24x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown1-0/+3
2018-07-24x86/platform/pcspeaker: Use PTR_ERR_OR_ZERO() to fix ptr_ret.cocci warningYueHaibing1-1/+1
2018-07-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2018-07-21Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+5
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+3
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+18
2018-07-20x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel1-0/+53
2018-07-20x86/ldt: Split out sanity check in map_ldt_struct()Joerg Roedel1-24/+58
2018-07-20x86/ldt: Define LDT_END_ADDRJoerg Roedel1-1/+1
2018-07-20x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel1-7/+10
2018-07-20x86/pgtable/32: Allocate 8k page-tables when PTI is enabledJoerg Roedel1-5/+15
2018-07-20x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel3-4/+4
2018-07-20x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel4-6/+4
2018-07-20x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handlerJoerg Roedel2-2/+9
2018-07-20x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel1-2/+3
2018-07-20x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.cJoerg Roedel2-2/+4
2018-07-20x86/tsc: Make use of tsc_calibrate_cpu_early()Pavel Tatashin2-7/+20
2018-07-20x86/tsc: Split native_calibrate_cpu() into early and late partsPavel Tatashin1-18/+36
2018-07-20x86/tsc: Use TSC as sched clock earlyPavel Tatashin1-0/+1
2018-07-20x86/tsc: Initialize cyc2ns when tsc frequency is determinedPavel Tatashin1-41/+53
2018-07-20x86/tsc: Calibrate tsc only oncePavel Tatashin2-41/+48
2018-07-20x86/tsc: Redefine notsc to behave as tsc=unstablePavel Tatashin1-15/+3
2018-07-20x86/CPU: Call detect_nopl() only on the BSPBorislav Petkov1-6/+4
2018-07-20x86/jump_label: Initialize static branching earlyPavel Tatashin3-25/+30
2018-07-20x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin2-4/+14
2018-07-20x86/kvmclock: Switch kvmclock data to a PER_CPU variableThomas Gleixner1-37/+62
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner2-30/+27
2018-07-20x86/kvmclock: Mark variables __initdata and __ro_after_initThomas Gleixner1-5/+5
2018-07-20x86/kvmclock: Cleanup the codeThomas Gleixner1-50/+22
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner1-23/+10
2018-07-20x86/kvmclock: Remove page size requirement from wall_clockThomas Gleixner1-8/+4
2018-07-20x86/kvmclock: Remove memblock dependencyPavel Tatashin3-59/+12
2018-07-19Merge branch 'linus' into x86/timersThomas Gleixner7-11/+48
2018-07-19x86: Avoid pr_cont() in show_opcodes()Rasmus Villemoes1-19/+9
2018-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+6
2018-07-18kvmclock: fix TSC calibration for nested guestsPeng Hao1-0/+1
2018-07-17x86/MCE: Remove min interval polling limitationDewet Thibaut1-3/+0
2018-07-16x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä1-0/+5
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman7-8/+54
2018-07-15Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar6-5/+42
2018-07-15x86/kvmclock: set pvti_cpu0_va after enabling kvmclockRadim Krčmář1-6/+5
2018-07-13x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina1-0/+44