summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/rtc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov7-21/+20
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov5-9/+8
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov4-4/+3
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov10-11/+13
2016-04-13x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageBorislav Petkov3-3/+5
2016-04-13x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov5-5/+4
2016-04-13x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani1-19/+0
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-13x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2-2/+4
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski6-37/+7
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov1-5/+5
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov3-1/+4
2016-04-13x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski1-25/+25
2016-04-13x86/asm, sched/x86: Rewrite the FS and GS context switch codeAndy Lutomirski1-55/+93
2016-04-13x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski2-0/+32
2016-04-13x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GSAndy Lutomirski1-12/+7
2016-04-13selftests/x86: Test the FSBASE/GSBASE API and context switchingAndy Lutomirski2-0/+399
2016-04-01x86/cpufeature: Fix build bug caused by merge artifact with the removal of cp...Ingo Molnar1-1/+1
2016-04-01lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gatesRusty Russell3-2/+11
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov8-10/+9
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov8-12/+11
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov6-7/+6
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov6-8/+7
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov6-7/+7
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov4-5/+3
2016-03-31x86/cpufeature: Remove cpu_has_osxsaveBorislav Petkov5-6/+6
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov5-5/+4
2016-03-31x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov3-4/+3
2016-03-31x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov2-2/+1
2016-03-31nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGuenter Roeck1-2/+1
2016-03-29dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price1-2/+1
2016-03-29x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov1-4/+3
2016-03-29x86/build: Build compressed x86 kernels as PIEH.J. Lu3-1/+49
2016-03-29x86/pat: Document the PAT initialization sequenceToshi Kani1-0/+32
2016-03-29x86/xen, pat: Remove PAT table init code from XenToshi Kani3-11/+1
2016-03-29x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani3-10/+18
2016-03-29x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2-2/+14
2016-03-29x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()Toshi Kani1-2/+2
2016-03-29x86/mm/pat: Add pat_disable() interfaceToshi Kani2-1/+13
2016-03-29x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani3-22/+55