aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu4-12/+37
2010-03-29x86: Make smp_locks end with page alignmentYinghai Lu1-1/+1
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-9/+18
2010-03-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-12/+61
2010-03-25x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas1-1/+12
2010-03-25x86/PCI: for host bridge address space collisions, show conflicting resourceBjorn Helgaas1-3/+6
2010-03-25x86/PCI: remove redundant warningsBjorn Helgaas1-5/+0
2010-03-22x86 / perf: Fix suspend to RAM on HP nx6325Rafael J. Wysocki1-3/+5
2010-03-19x86, amd: Restrict usage of c1e_idle()Andreas Herrmann2-8/+26
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-155/+176
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker1-1/+2
2010-03-16x86: Fix placement of FIX_OHCI1394_BASEJan Beulich1-3/+3
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha4-1/+32
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown252-7258/+10334
2010-03-14ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang1-0/+3
2010-03-14ACPI: plan to delete "acpi=ht" boot optionLen Brown1-1/+3
2010-03-14ACPI: remove "acpi=ht" DMI blacklistLen Brown1-93/+0
2010-03-14x86/mce: Fix build bug with CONFIG_PROVE_LOCKING=y && CONFIG_X86_MCE_INTEL=yIngo Molnar1-2/+2
2010-03-13Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2010-03-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-11/+44
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+8
2010-03-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-69/+85
2010-03-13x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systemsBorislav Petkov3-3/+17
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds10-23/+23
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-2/+0
2010-03-12pci-dma: x86: use include/linux/pci-dma.hFUJITA Tomonori2-28/+5
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig1-7/+0
2010-03-12Add generic sys_olduname()Christoph Hellwig7-115/+4
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig4-17/+3
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig3-86/+1
2010-03-12Add generic sys_old_mmap()Christoph Hellwig6-42/+7
2010-03-12Add generic sys_old_select()Christoph Hellwig7-41/+3
2010-03-12x86, UV: Fix target_cpus() in x2apic_uv_x.cJack Steiner1-3/+1
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11perf, x86: Fix hw_perf_enable() event assignmentPeter Zijlstra1-9/+3
2010-03-11x86: Reduce per cpu warning boot up messagesMike Travis1-1/+1
2010-03-11x86: Reduce per cpu MCA boot up messagesMike Travis1-2/+2
2010-03-11x86/mce: Fix RCU lockdep splatsPaul E. McKenney1-3/+8
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker2-0/+27
2010-03-10perf/x86-64: Use frame pointer to walk on irq and process stacksFrederic Weisbecker1-2/+2
2010-03-10perf, x86: Fix double enable callsPeter Zijlstra1-0/+4
2010-03-10perf, x86: Fix double disable callsPeter Zijlstra1-1/+2
2010-03-10perf, x86: Properly account n_addedPeter Zijlstra1-2/+2
2010-03-10perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra2-15/+7
2010-03-10perf, x86: Fix x86_pmu_startPeter Zijlstra1-13/+10
2010-03-10perf, x86: Use unlocked bitopsPeter Zijlstra3-6/+5
2010-03-10perf, x86: Change x86_pmu.{enable,disable} calling conventionPeter Zijlstra3-33/+38
2010-03-10perf, x86: Remove superfluous arguments to x86_perf_event_update()Peter Zijlstra2-13/+8
2010-03-10perf, x86: Remove superfluous arguments to x86_perf_event_set_period()Peter Zijlstra2-9/+8
2010-03-10perf, x86, Do not user perf_disable from NMI contextPeter Zijlstra1-6/+5