summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-02-14x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-2/+8
2015-02-14x86_64: add KASan supportAndrey Ryabinin5-3/+46
2015-02-14x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-14/+12
2015-02-13Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds1-2/+1
2015-02-13kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2-3/+3
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+2
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-0/+91
2015-02-11Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+2
2015-02-10Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables'Rafael J. Wysocki1-14/+2
2015-02-10Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+13
2015-02-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-23/+11
2015-02-10Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-25/+64
2015-02-10Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+31
2015-02-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+10
2015-02-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-293/+287
2015-02-10Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-269/+317
2015-02-10Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-28/+36
2015-02-07Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds1-1/+1
2015-02-06ACPI / table: remove duplicate NULL check for the handler of acpi_table_parse()Hanjun Guo1-14/+2
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf1-1/+1
2015-02-03Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-54/+77
2015-02-03Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar6-18/+16
2015-02-01x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski1-47/+5
2015-02-01x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski1-0/+54
2015-02-01x86, traps: Fix ist_enter from userspaceAndy Lutomirski1-7/+18
2015-01-28Merge branch 'perf/hw_breakpoints' into perf/coreIngo Molnar2-28/+36
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar7-245/+215
2015-01-28Merge commit 3669ef9fa7d3 ("x86, tls: Interpret an all-zero struct user_desc ...Ingo Molnar7-35/+87
2015-01-28perf/x86/intel: Add model number for AirmontKan Liang1-0/+1
2015-01-28perf/rapl: Fix crash in rapl_scale()Stephane Eranian1-1/+1
2015-01-28perf/x86/intel/uncore: Move uncore_box_init() out of driver initializationKan Liang2-15/+12
2015-01-28x86, microcode: Return error from driver init code when loader is disabledBoris Ostrovsky1-1/+1
2015-01-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-17/+39
2015-01-23x86, e820: Clean up sanitize_e820_map() usersWANG Chao1-18/+8
2015-01-23x86, setup: Let early_memremap() handle page alignmentWANG Chao1-5/+3
2015-01-23x86/tsc: Change Fast TSC calibration failed from error to infoAlexandre Demers1-1/+1
2015-01-23x86/rtc: Remove duplicate const specifierColin King1-1/+1
2015-01-22x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski1-2/+23
2015-01-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2015-01-22x86/acpi: Make acpi_[un]register_gsi_ioapic() depend on CONFIG_X86_LOCAL_APICThomas Gleixner1-0/+2
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner2-6/+2
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner2-33/+24
2015-01-22x86/smpboot: Sanitize uniprocessor initThomas Gleixner1-11/+26
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner2-34/+44
2015-01-22init: Get rid of x86ismsThomas Gleixner1-0/+7
2015-01-22x86/apic: Move apic_init_uniprocessor codeThomas Gleixner1-63/+62
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner1-40/+7
2015-01-22x86/apic: Sanitize ioapic handlingThomas Gleixner1-14/+3
2015-01-22x86/ioapic: Add proper checks to setp/enable_IO_APIC()Thomas Gleixner1-4/+7