summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2013-09-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-12/+79
2013-09-04Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-10/+3
2013-09-04Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-21/+21
2013-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+14
2013-09-04Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+386
2013-09-04Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds19-45/+41
2013-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+19
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds14-260/+525
2013-09-02perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node()Joe Perches3-6/+5
2013-09-02perf/x86: Add Silvermont (22nm Atom) supportYan, Zheng3-0/+186
2013-09-02perf/x86: use INTEL_UEVENT_EXTRA_REG to define MSR_OFFCORE_RSP_XYan, Zheng1-9/+13
2013-09-02Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro1-3/+3
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar6-46/+35
2013-08-27Merge branch 'acpi-sleep'Rafael J. Wysocki1-0/+10
2013-08-26x86/ioapic: Check attr against the previous setting when programmed more than...Liu Ping Fan2-4/+10
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea1-1/+1
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds1-1/+1
2013-08-20x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE2-1/+8
2013-08-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-43/+31
2013-08-16perf/x86/intel/uncore: Enable EV_SEL_EXT bit for PCUYan, Zheng2-1/+2
2013-08-16perf/x86/intel/uncore: Add filter support for QPI boxesYan, Zheng2-18/+123
2013-08-16perf/x86/intel/uncore: Add auxiliary pci device supportYan, Zheng2-52/+68
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar4-9/+20
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-08-14Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/b...Ingo Molnar4-9/+29
2013-08-14x86: avoid remapping data in parse_setup_data()Linn Crosetto2-12/+12
2013-08-14x86: Use memblock_set_current_limit() to set limit for memblock.Tang Chen1-2/+2
2013-08-14x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea1-1/+1
2013-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2013-08-12Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-2/+2
2013-08-12x86, microcode, AMD: Fix early microcode loadingTorsten Kaiser2-28/+26
2013-08-12x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinf...Torsten Kaiser1-15/+5
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar4-10/+68
2013-08-12x86, amd_nb: Clarify F15h, model 30h GART and L3 supportAravind Gopalakrishnan1-2/+11
2013-08-12perf/x86: Add Haswell ULT model number used in Macbook Air and other systemsAndi Kleen1-0/+1
2013-08-07x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen1-2/+2
2013-08-07x86, asmlinkage, apm: Make APM data structure used from assembler visibleAndi Kleen1-1/+1
2013-08-07x86, asmlinkage: Make syscall tables visibleAndi Kleen2-2/+2
2013-08-07x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen6-9/+9
2013-08-07x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen2-5/+2
2013-08-07x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen1-2/+2
2013-08-07x86, asmlinkage: Make 32bit/64bit __switch_to visibleAndi Kleen2-2/+2
2013-08-07x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen2-2/+2
2013-08-07x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen4-18/+18
2013-08-07x86: Fix sys_call_table type in asm/syscall.hAndi Kleen1-2/+1
2013-08-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+18
2013-08-05x86: Correctly detect hypervisorJason Wang4-21/+21
2013-08-05perf/x86: Fix intel QPI uncore event definitionsVince Weaver1-2/+2