summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2015-02-09Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-20/+31
2015-02-09Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+10
2015-02-09Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-293/+287
2015-02-09Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-269/+317
2015-02-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-28/+36
2015-02-09x86/mce: Fix regression. All error records should report via /dev/mcelogTony Luck-4/+1
2015-02-06Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds-1/+1
2015-02-06ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo-14/+2
2015-02-04perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski-1/+20
2015-02-04perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski-19/+40
2015-02-04perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski-1/+2
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski-10/+20
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski-15/+22
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf-1/+1
2015-02-04Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patchesIngo Molnar-293/+287
2015-02-03Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-54/+77
2015-02-03Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar-18/+16
2015-02-02Specify PCI based UART for earlyprintkStuart R. Anderson-16/+166
2015-02-02x86, mrst: remove Moorestown specific serial driversAndy Shevchenko-5/+0
2015-02-01x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski-47/+5
2015-02-01x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski-0/+54
2015-02-01x86, traps: Fix ist_enter from userspaceAndy Lutomirski-7/+18
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar-28/+36
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-245/+215
2015-01-28Merge commit 3669ef9fa7d3 ("x86, tls: Interpret an all-zero struct user_desc ...Ingo Molnar-35/+87
2015-01-28perf/x86/intel: Add model number for AirmontKan Liang-0/+1
2015-01-28perf/rapl: Fix crash in rapl_scale()Stephane Eranian-1/+1
2015-01-28perf/x86/intel/uncore: Move uncore_box_init() out of driver initializationKan Liang-15/+12
2015-01-28x86, microcode: Return error from driver init code when loader is disabledBoris Ostrovsky-1/+1
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-17/+39
2015-01-23x86, e820: Clean up sanitize_e820_map() usersWANG Chao-18/+8
2015-01-23x86, setup: Let early_memremap() handle page alignmentWANG Chao-5/+3
2015-01-23x86/tsc: Change Fast TSC calibration failed from error to infoAlexandre Demers-1/+1
2015-01-23x86/rtc: Remove duplicate const specifierColin King-1/+1
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski-2/+23
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2015-01-22x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner-0/+2
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner-6/+2
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner-33/+24
2015-01-22x86/smpboot: Sanitize uniprocessor initThomas Gleixner-11/+26
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner-34/+44
2015-01-22init: Get rid of x86ismsThomas Gleixner-0/+7
2015-01-22x86/apic: Move apic_init_uniprocessor codeThomas Gleixner-63/+62
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner-40/+7
2015-01-22x86/apic: Sanitize ioapic handlingThomas Gleixner-14/+3
2015-01-22x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner-4/+7
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner-1/+65
2015-01-22x86/x2apic: Use state information for disableThomas Gleixner-16/+10
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner-26/+39
2015-01-22x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner-35/+24