summaryrefslogtreecommitdiffstats
path: root/drivers/hid (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-03x86, numa, 32-bit: print out debug info on all kvasYinghai Lu2-2/+12
2008-06-03x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu4-7/+6
2008-06-03x86: set node_remap_size[0] in fallback pathYinghai Lu1-0/+1
2008-06-03x86, numa, 32-bit: increase max_elements to 1024Yinghai Lu2-9/+9
2008-06-03x86 mpparse: build fixIngo Molnar1-0/+1
2008-06-02x86: remove duplicated e820 func in setup.hYinghai Lu1-6/+0
2008-05-31x86: 32bit numa srat fix early_ioremap leakYinghai Lu1-11/+26
2008-05-31x86: extend e820 early_res support 32bit -fix #5Yinghai Lu3-12/+5
2008-05-31x86: extend e820 early_res support 32bit -fix #4Yinghai Lu1-2/+7
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu6-5/+19
2008-05-27x86: extend e820 ealy_res support 32bit - fix #2Yinghai Lu1-5/+9
2008-05-25x86: fix mpparse falloutThomas Gleixner1-32/+41
2008-05-25x86: allow MPPARSE to be deselected in SMP configsAlexey Starikovskiy3-2/+6
2008-05-25x86: move mp_bus_not_pci from mpparse.cAlexey Starikovskiy3-10/+8
2008-05-25x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy4-14/+2
2008-05-25x86: move smp_found_configAlexey Starikovskiy5-12/+12
2008-05-25x86: move pic_mode to apic_32.cAlexey Starikovskiy3-4/+2
2008-05-25x86: Set pic_mode only if local apic code is presentAlexey Starikovskiy1-1/+1
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu8-75/+43
2008-05-25x86: fix mpparse/acpi interactionAlexey Starikovskiy1-4/+5
2008-05-25x86: initialize all fields of mp_irqs[mp_irq_entries]Soeren Sandmann1-5/+4
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy5-85/+100
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy6-57/+69
2008-05-25x86: make mp_ioapic_routing definition localAlexey Starikovskiy2-8/+6
2008-05-25x86: complete move ACPI from mpparse.cAlexey Starikovskiy2-298/+305
2008-05-25x86: move es7000_plat out of mpparse.cAlexey Starikovskiy3-6/+8
2008-05-25x86: cleanup print out for mptableYinghai Lu1-7/+6
2008-05-25x86: include pci.h in e820_64.cThomas Gleixner1-0/+1
2008-05-25x86: fix shadow variables of global end_pnf in e820_64.cThomas Gleixner1-18/+18
2008-05-25x86: move mp_ioapic_routing to mpparse and make it staticThomas Gleixner2-4/+2
2008-05-25x86: extend e820 ealy_res support 32bit - fixYinghai Lu1-24/+31
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu10-319/+320
2008-05-25x86 boot: add code to add BIOS provided EFI memory entries to kernelPaul Jackson1-0/+26
2008-05-25x86 boot: longer comment explaining sanitize_e820_map routinePaul Jackson1-38/+56
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger...Paul Jackson5-7/+17
2008-05-25x86 boot: extend some internal memory map arrays to handle larger EFI inputPaul Jackson2-5/+40
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson7-11/+19
2008-05-25x86 boot: minor code format fixes in e820 and efi routinesPaul Jackson2-2/+2
2008-05-25x86 boot: simplify pageblock_bits enum declarationPaul Jackson1-5/+3
2008-05-25x86 boot: add header comment to dmi.h stating what it isPaul Jackson1-0/+5
2008-05-25x86 boot: remove some unused extern function declarationsPaul Jackson2-5/+1
2008-05-25x86 boot: include missing smp.h headerPaul Jackson1-0/+1
2008-05-25x86: mtrr cleanup for converting continuous to discrete layout - fix #2Yinghai Lu1-31/+48
2008-05-25x86: amd opteron TOM2 mask val fixYinghai Lu2-3/+3
2008-05-25x86: make e820.c to have common functionsYinghai Lu8-876/+496
2008-05-25x86: process fam 10h like k8 with fixed mtrr settingYinghai Lu1-1/+1
2008-05-25x86: mtrr cleanup for converting continuous to discrete - auto detect v4Yinghai Lu3-148/+484
2008-05-25x86: mtrr cleanup for converting continuous to discrete layout v8 - fixYinghai Lu2-79/+94
2008-05-25x86: fix trimming e820 with MTRR holes. - fixYinghai Lu3-31/+19
2008-05-25x86: fix trimming e820 with MTRR holes.Yinghai Lu5-21/+97