summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2-3/+3
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2-3/+3
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski1-6/+0
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar9-81/+37
2016-01-27x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov1-1/+0
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-0/+2
2016-01-19x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin1-5/+8
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+5
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-1/+5
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-25/+4
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-107/+119
2016-01-14x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter1-2/+1
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-7/+14
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-46/+2
2016-01-12x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2016-01-12x86/boot: Hide local labels in verify_cpu()Borislav Petkov1-25/+25
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu1-0/+6
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2-14/+45
2016-01-12x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu1-0/+1
2016-01-12x86/fpu: Fix early FPU command-line parsingyu-cheng yu1-71/+38
2016-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+13
2016-01-11Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2016-01-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-40/+30
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-116/+59
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-51/+5
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-35/+157
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+11
2016-01-11Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-40/+42
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-61/+896
2016-01-06perf/x86/amd: Remove l1-dcache-stores event for AMDVince Weaver1-1/+1
2016-01-06perf/x86/intel/uncore: Add Knights Landing uncore PMU supportHarish Chegondi4-1/+499
2016-01-06perf/x86/intel/uncore: Remove hard coding of PMON box control MSR offsetHarish Chegondi1-1/+2
2016-01-06perf/x86/intel: Add perf core PMU support for Intel Knights LandingHarish Chegondi3-0/+78
2016-01-06perf/x86/intel/uncore: Add Broadwell-EP uncore supportKan Liang2-5/+149
2016-01-06perf/x86/rapl: Use unified perf_event_sysfs_show instead of special interfaceHuang Rui1-18/+5
2016-01-06perf/x86: Enable cycles:pp for Intel AtomStephane Eranian2-0/+3
2016-01-06perf/x86: fix PEBS issues on Intel Atom/Core2Stephane Eranian1-1/+8
2016-01-06perf/x86: Fix LBR related crashes on Intel AtomStephane Eranian1-4/+7
2016-01-06perf/x86: Fix filter_events() bug with event mappingsStephane Eranian1-1/+10
2016-01-06perf/x86: Use INST_RETIRED.PREC_DIST for cycles: pppAndi Kleen4-5/+57
2016-01-06perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for SkylakeAndi Kleen2-4/+3
2016-01-06perf/x86: Allow zero PEBS status with only single active eventAndi Kleen1-0/+12
2016-01-06perf/x86: Remove warning for zero PEBS statusAndi Kleen1-4/+1
2016-01-06x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macroJiri Olsa1-2/+11
2016-01-04x86: ftrace: Fix the comments for ftrace_modify_code_direct()Li Bin1-7/+5
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro6-7/+10
2015-12-30x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman1-4/+1
2015-12-29x86/LDT: Print the real LDT base addressJan Beulich1-1/+1