summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdataMuli Ben-Yehuda2007-07-229-31/+89
* x86_64: make k8topology multi-core awareJoachim Deguara2007-07-221-6/+7
* x86_64: remove __smp_alt* sectionsJan Beulich2007-07-221-9/+0Star
* i386: Update alignment when 4K stacks are used.Robert P. J. Day2007-07-221-6/+2Star
* i386: remove old IRQ balancing debug cruftStefan Richter2007-07-221-22/+2Star
* i386: insert HPET firmware resource after PCI enumeration has completedAaron Durbin2007-07-221-0/+36
* i386: basic infrastructure support for AMD geode-class machinesAndres Salomon2007-07-223-0/+315
* x86_64: arch/x86_64/kernel/e820.c lower printk severityDan Aloni2007-07-221-1/+1
* x86_64: arch/x86_64/kernel/aperture.c lower printk severityDan Aloni2007-07-221-1/+1
* i386: fix iounmap's use of vm_struct's size fieldJeremy Fitzhardinge2007-07-222-1/+8
* i386: move PIT function declarations and constants to correct header fileThomas Gleixner2007-07-225-8/+8
* i386: hpet assumes boot cpu is 0Chris Wright2007-07-221-1/+1
* i386: remove volatile in apic.cThomas Gleixner2007-07-221-2/+2
* x86_64: move iommu declaration from proto to iommu.hYinghai Lu2007-07-2210-31/+37
* x86_64: disable srat when numa emulation succeedsDavid Rientjes2007-07-221-1/+5
* x86_64: fix e820_hole_size based on address rangesDavid Rientjes2007-07-222-37/+25Star
* x86_64: disable the GART in shutdownYinghai Lu2007-07-224-0/+36
* i386: replace hard-coded constant with appropriate macro from kernel.hRobert P. J. Day2007-07-221-1/+1
* i386: add cpu_relax() to cmos_lock()Andreas Mohr2007-07-221-1/+4
* x86_64: flush_tlb_kernel_range() warning fixAndrew Morton2007-07-221-1/+5
* x86_64: change _map_single to static in pci_gart.c etcYinghai Lu2007-07-222-6/+6
* x86_64: Geode HW Random Number Generator depends on X86_32Yinghai Lu2007-07-221-1/+1
* x86_64: fix wrong comment regarding set_fixmap()Jiri Kosina2007-07-221-3/+3
* x86_64: lower printk severityDan Aloni2007-07-221-1/+1
* x86_64: fix typo in acpi_pm.cAlessio Igor Bogani2007-07-221-1/+1
* x86_64: use the global PIT lockThomas Gleixner2007-07-223-3/+16
* x86_64: During VM oom condition, kill all threads in process groupWill Schmidt2007-07-221-1/+1
* x86_64: Move functions declarations to header fileGlauber de Oliveira Costa2007-07-222-18/+20
* i386: move the kernel to 16MB for NUMA-QAndy Whitcroft2007-07-221-0/+1
* i386: Remove unneeded test of 'task' in dump_trace()Jesper Juhl2007-07-221-1/+1
* i386: divorce CONFIG_X86_PAE from CONFIG_HIGHMEM64GWilliam Lee Irwin III2007-07-222-9/+15
* i386: HPET, check if the counter worksThomas Gleixner2007-07-221-1/+23
* i386: DMI_MATCH patch in reboot.c for SFF Dell OptiPlex 745 - fixes hang on r...James Jarvis2007-07-221-0/+9
* i386: do not restore reserved memory after hibernationRafael J. Wysocki2007-07-223-0/+41
* i386: fix section mismatch warning in intel_cacheinfoSam Ravnborg2007-07-221-1/+1
* i386: pgd_{c,d}tor() staticAdrian Bunk2007-07-221-3/+3
* x86_64: Calgary - fold in redundant functionsMuli Ben-Yehuda2007-07-221-21/+9Star
* x86_64: Calgary - change _map_single, etc to staticYinghai Lu2007-07-221-4/+4
* x86_64: Calgary - tighten up the bitmap lockingMuli Ben-Yehuda2007-07-221-23/+17Star
* x86_64: Calgary - fix few style problems pointed out by checkpatch.plMuli Ben-Yehuda2007-07-221-3/+6
* x86_64: tidy up debug printksMuli Ben-Yehuda2007-07-221-10/+3Star
* x86_64: only reserve the first 1MB of IO space for CalIOC2Muli Ben-Yehuda2007-07-221-2/+2
* x86_64: tabify and trim trailing whitespaceMuli Ben-Yehuda2007-07-221-20/+20
* x86_64: cleanup of unneeded macrosGuillaume Thouvenin2007-07-221-5/+0Star
* x86_64: reserve TCEs with the same address as MEM regionsMuli Ben-Yehuda2007-07-221-0/+67
* x86_64: grab PLSSR too when a DMA error occursMuli Ben-Yehuda2007-07-221-3/+6
* x86_64: make dump_error_regs a chip opMuli Ben-Yehuda2007-07-222-8/+35
* x86_64: implement CalIOC2 TCE cache flush sequenceMuli Ben-Yehuda2007-07-221-1/+87
* x86_64: add chip_ops and a quirk function for CalIOC2Muli Ben-Yehuda2007-07-221-4/+33
* x86_64: introduce CalIOC2 supportMuli Ben-Yehuda2007-07-221-40/+156