aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki2-11/+0
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-10-16x86_64: SPARSEMEM_VMEMMAP 2M page size supportChristoph Lameter1-0/+45
2007-10-16x86: optimize page faults like all other achitectures and kill notifier cruftChristoph Hellwig4-52/+39
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis7-38/+38
2007-10-16x86: Convert cpu_core_map to be a per cpu variableMike Travis8-42/+54
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan2-10/+0
2007-10-11lockdep: annotate kprobes irq fiddlingPeter Zijlstra2-0/+14
2007-10-11lockdep: x86_64: connect the sysexit hookPeter Zijlstra2-12/+15
2007-10-11lockdep: i386: connect the sysexit hookPeter Zijlstra1-0/+4
2007-10-14x86: force timer broadcast on late AMD C1E detectionThomas Gleixner1-0/+26
2007-10-14x86: move local APIC timer init to the end of start_secondary()Thomas Gleixner1-5/+2
2007-10-14x86: fix missing include for vsyscallDave Jones1-0/+1
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro1-1/+1
2007-10-13Delete filenames in comments.Dave Jones49-97/+15
2007-10-12x86/pci/acpi: fix DMI const-ification falloutJeff Garzik1-1/+1
2007-10-12x86: fence oostores on 64-bitNick Piggin1-0/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds9-9/+315
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds14-22/+9
2007-10-12PCI: X86: Introduce and enable PCI domain supportJeff Garzik2-8/+11
2007-10-12PCI: modify PCI bridge control ISA flag for clarityGary Hade1-1/+1
2007-10-12PCI: use _CRS for PCI resource allocationGary Hade3-0/+143
2007-10-12PCI: skip ISA ioresource alignment on some systemsGary Hade3-0/+56
2007-10-12PCI: i386: Compaq EVO N800c needs PCI bus renumberingJuha Laiho1-0/+10
2007-10-12PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"Johannes Goecke1-0/+47
2007-10-12i386: add support for picopower irq routerThomas Backlund1-0/+39
2007-10-12PCI: pci_get_device call from interrupt in reboot fixupsDenis V. Lunev1-0/+6
2007-10-12dma_free_coherent() needs irqs enabled (sigh)David Brownell2-1/+3
2007-10-12x86: HPET add another ICH7 PCI idVenki Pallipadi1-0/+2
2007-10-12x86: HPET force enable ICH5 suspend/resume fixVenki Pallipadi1-1/+1
2007-10-12x86: HPET force enable for ICH5Venki Pallipadi2-2/+103
2007-10-12x86: HPET try to activate force detected hpetVenki Pallipadi1-2/+25
2007-10-12x86: HPET force enable o ICH7 and laterVenki Pallipadi1-0/+102
2007-10-12x86: HPET restructure hpet code for hpet force enableVenki Pallipadi1-65/+83
2007-10-12i386/x8664: cleanup the shared hpet codeChris Wright1-5/+1
2007-10-12x86_64: cleanup apic.c after clock events switchChris Wright1-8/+14
2007-10-12x86_64: remove now unused codeThomas Gleixner7-595/+5
2007-10-12x86: unify timex.h variantsThomas Gleixner2-2/+2
2007-10-12x86: kill 8253pit.hThomas Gleixner1-1/+0
2007-10-12x86: disable apic timer for AMD C1E enabled CPUsThomas Gleixner2-1/+35
2007-10-12x86: Fix irq0 / local apic timer accountingThomas Gleixner2-1/+3
2007-10-12x86_64: convert to clock eventsThomas Gleixner5-186/+65
2007-10-12x86_64: Add (not yet used) clock event functionsThomas Gleixner1-0/+79
2007-10-12x86_64: prepare idle loop for dynamic ticksChris Wright1-0/+4
2007-10-12x86_64: remove nested irq disablesThomas Gleixner1-6/+6
2007-10-12x86_64: apic change setup_APIC_timer calling conventionThomas Gleixner1-4/+4
2007-10-12x86_64: Remove APIC_DIVISORThomas Gleixner1-5/+3
2007-10-12x86_64: Move apic calibration code aroundThomas Gleixner1-9/+6
2007-10-12x86_64: remove pit synchronizationThomas Gleixner1-18/+0
2007-10-12x86_64: prepare apic code for clock eventsThomas Gleixner1-8/+15