aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Merge branch 'ras' of git://amd64.org/linux/bp into perf/coreIngo Molnar1-6/+14
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar1-11/+12
2011-09-28x86-64: Fix CFI data for interrupt framesJan Beulich1-5/+9
2011-09-28apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatchesJan Beulich2-12/+18
2011-09-28x86, amd: Include linux/elf.h since we use stuff from asm/elf.hStephen Rothwell1-0/+1
2011-09-27x86: Perf_event_amd.c needs <asm/apicdef.h>Randy Dunlap1-0/+1
2011-09-27doc: fix broken referencesPaul Bolle3-5/+3
2011-09-26x86, perf: Clean up perf_event cpu codeKevin Winchester9-460/+604
2011-09-26Merge commit 'v3.1-rc7' into perf/coreIngo Molnar5-10/+6
2011-09-21x86/rtc: Don't recursively acquire rtc_lockMatt Fleming1-11/+12
2011-09-21x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner1-2/+5
2011-09-21x86, ioapic: Consolidate the explicit EOI codeSuresh Siddha1-74/+65
2011-09-21x86, ioapic: Restore the mask bit correctly in eoi_ioapic_irq()Suresh Siddha1-16/+27
2011-09-21x86, kdump, ioapic: Reset remote-IRR in clear_IO_APICSuresh Siddha1-1/+47
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2-5/+5
2011-09-21x86, ioapic: Define irq_remap_modify_chip_defaults()Suresh Siddha1-45/+19
2011-09-21x86, msi, intr-remap: Use the ioapic set affinity routineSuresh Siddha1-42/+12
2011-09-21x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha1-16/+15
2011-09-15Merge branch 'master' into for-nextJiri Kosina25-147/+160
2011-09-15sched: x86_32 Fix typo in switch_to() descriptionKamalesh Babulal1-1/+1
2011-09-14x86, mce: Do not call del_timer_sync() in IRQ contextHidetoshi Seto1-6/+14
2011-09-13locking, x86: mce: Annotate cmci_discover_lock as rawThomas Gleixner1-5/+5
2011-09-12x86: cache_info: Update calculation of AMD L3 cache indicesFrank Arnold1-0/+6
2011-09-12x86: cache_info: Kill the atomic allocation in amd_init_l3_cache()Thomas Gleixner1-48/+26
2011-09-12x86: cache_info: Kill the moronic shadow structThomas Gleixner1-38/+22
2011-09-12x86: cache_info: Remove bogus free of amd_l3_cache dataThomas Gleixner1-1/+0
2011-09-08x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan1-0/+23
2011-08-31x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin1-0/+3
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-25x86-32: Fix boot with CONFIG_X86_INVD_BUGAndy Lutomirski1-6/+2
2011-08-25mtrr: fix UP breakage caused during switch to stop_machineTejun Heo1-2/+0
2011-08-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2011-08-23x86, mm, trivial: Remove unnecessary get_order() in free_thread_info()Zhao Jin1-1/+1
2011-08-19x86: jump_label: arch_jump_label_text_poke_early: add missing __initKevin Winchester1-1/+1
2011-08-18Merge branch 'perf/urgent' into perf/coreIngo Molnar9-105/+117
2011-08-14perf, x86: Avoid kfree() in CPU_STARTINGPeter Zijlstra3-2/+10
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds9-105/+117
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski5-83/+72
2011-08-10x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2-16/+0
2011-08-10x86, amd: Include elf.h explicitly, prepare the code for the module.h splitStephen Rothwell1-0/+1
2011-08-09perf, x86: Add model 45 SandyBridge supportYouquan Song1-0/+1
2011-08-06x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov1-4/+0
2011-08-05x86, UV: Remove UV delay in starting slave cpusJack Steiner1-1/+0
2011-08-05x86, amd: Move BSP code to cpu_dev helperBorislav Petkov1-30/+29
2011-08-05x86: Add a BSP cpu_dev helperBorislav Petkov2-0/+4
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2-3/+91
2011-08-05Merge commit 'v3.0' into x86/cpuH. Peter Anvin1-0/+24
2011-08-04x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski2-0/+35
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski3-6/+6
2011-08-04x86-64: Work around gold bug 13023Andy Lutomirski1-6/+10