aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
AgeCommit message (Expand)AuthorFilesLines
2005-12-20[PATCH] Fix build with CONFIG_PCI_MMCONFIGAndi Kleen1-1/+1
2005-12-16[PATCH] PCI: Fix dumb bug in mmconfig fixAndi Kleen1-1/+1
2005-12-15[PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro1-1/+1
2005-12-15[PATCH] i386,amd64: mmconfig __iomem annotationsAl Viro1-1/+1
2005-12-12[PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systemsAndi Kleen1-3/+42
2005-12-12[PATCH] i386/x86-64 Fall back to type 1 access when no entry foundAndi Kleen3-10/+25
2005-12-12[PATCH] i386/x86-64: Don't call change_page_attr with a spinlock heldAndi Kleen1-8/+29
2005-12-12[PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li1-2/+1
2005-12-12[PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S1-1/+1
2005-12-12[PATCH] x86: fix NMI with CPU hotplugShaohua Li1-7/+0
2005-11-30[ACPI] properly detect pmtimer on ASUS a8v motherboardDavid Shaohua Li1-0/+7
2005-11-29[PATCH] setting irq affinity is broken in ia32 with MSI enabledShaohua Li1-2/+2
2005-11-29[PATCH] fix rebooting on HP nc6120 laptopThierry Vignaud1-0/+8
2005-11-23[PATCH] PCI: direct.c: DBGDaniel Marjamäki1-1/+1
2005-11-23[PATCH] PCI: remove bogus resource collision errorRajesh Shah1-2/+5
2005-11-23[PATCH] PCI: trivial printk updates in common.cDaniel Marjamäkia1-2/+2
2005-11-23[PATCH] kprobes: Fix return probes on sys_execveJim Keniston1-7/+0
2005-11-20[PATCH] Register disabled CPUsAshok Raj1-3/+1
2005-11-20[PATCH] i386: Use bigsmp for > 8 core Opteron systemsAndi Kleen1-2/+3
2005-11-15[PATCH] drop "[PATCH] i386 kexec-on-panic: Don't shutdown the apics"Vivek Goyal1-0/+7
2005-11-14Merge x86-64 update from AndiLinus Torvalds9-80/+129
2005-11-14[PATCH] x86_64: x86_64/i386 fix Intel cache detection code assumption about t...Siddha, Suresh B1-14/+32
2005-11-14[PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B6-54/+78
2005-11-14[PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel...Shaohua Li1-0/+8
2005-11-14[PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B1-1/+1
2005-11-14[PATCH] x86-64/i386: Fix CPU model for family 6Suresh Siddha1-2/+2
2005-11-14[PATCH] i386/x86-64: Share interrupt vectors when there is a large number of ...James Cleverdon1-8/+7
2005-11-14[PATCH] x86_64: Make i386 compile again with fourth DMA32 zoneAndi Kleen1-2/+2
2005-11-13[PATCH] i386: generic cmpxchgNick Piggin1-0/+48
2005-11-13[PATCH] x86: fix cpu_khz with clock=pitTim Mann1-2/+3
2005-11-13[PATCH] i386: NMI pointer comparison fixJan Beulich1-4/+3
2005-11-13[PATCH] arch/i386/mm/init.c: small cleanupsAdrian Bunk1-1/+2
2005-11-13[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2-1/+2
2005-11-10[PATCH] PCI: fix for Toshiba ohci1394 quirkJesse Barnes1-2/+1
2005-11-09[PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VTAdrian Bunk1-2/+0
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin2-37/+47
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-1/+4
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-29/+8
2005-11-07[PATCH] unexport phys_proc_id and cpu_core_idAdrian Bunk1-2/+0
2005-11-07[PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli1-10/+15
2005-11-07[PATCH] Kprobes: Use RCU for (un)register synchronization - arch changesAnanth N Mavinakayanahalli1-15/+7
2005-11-07[PATCH] Kprobes: Track kprobe on a per_cpu basis - i386 changesAnanth N Mavinakayanahalli1-57/+69
2005-11-07[PATCH] Kprobes: rearrange preempt_disable/enable() callsAnanth N Mavinakayanahalli1-17/+18
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-42/+2
2005-11-07[PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menuPrasanna S Panchamukhi3-16/+13
2005-11-07[PATCH] x86: add MCE resumeShaohua Li8-12/+10
2005-11-07[PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>Adrian Bunk1-0/+1
2005-11-07[PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>Adrian Bunk1-0/+1
2005-11-07[PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h>Adrian Bunk1-0/+1
2005-11-07[PATCH] i386: LVT entries remaining unmasked on rebootZwane Mwaikambo1-2/+8
2005-11-07[PATCH] arch/i386: Use ARRAY_SIZE macroTobias Klauser5-7/+6
2005-11-05[PATCH] reset tss->io_bitmap_owner in sys_ioperm()Bart Oldeman1-0/+3
2005-11-01[PATCH] toshiba_ohci1394_dmi_table should be __devinitdata, not __devinitRoland Dreier1-1/+1
2005-10-31Revert "i386: move apic init in init_IRQs"Linus Torvalds5-97/+70
2005-10-31[PATCH] i386: CONFIG_PC removalArthur Othieno1-5/+0
2005-10-30[PATCH] fix missing includesTim Schmielau5-0/+5
2005-10-30[PATCH] hpet-RTC: cache the comparator registerClemens Ladisch1-1/+4
2005-10-30[PATCH] hpet-RTC: fix timer config register accessesClemens Ladisch1-7/+2
2005-10-30[PATCH] hpet-RTC: disable interrupt when no longer neededClemens Ladisch1-1/+5
2005-10-30[PATCH] sparse cleanups: NULL pointers, C99 struct init.Randy Dunlap1-1/+1
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-1/+1
2005-10-30[PATCH] i386: use -mcpu, not -mtune, for GCCs older than 3.4Paolo 'Blaisorblade' Giarrusso1-5/+13
2005-10-30[PATCH] uml: reuse i386 cpu-specific tuningPaolo 'Blaisorblade' Giarrusso4-337/+345
2005-10-30[PATCH] create and destroy cache sysfs entries based on cpu notifiersAshok Raj1-17/+43
2005-10-30[PATCH] i386: srat on non-acpi hw fixMagnus Damm1-1/+6
2005-10-30[PATCH] i386 mpparse: Only ignore lapic information we can't storeEric W. Biederman1-16/+19
2005-10-30[PATCH] kdump/i386: apic verification failure fixVivek Goyal1-2/+1
2005-10-30[PATCH] Clean up mtrr compat ioctl codeBrian Gerst1-45/+74
2005-10-30[PATCH] x86: vmx cpu feature detectionKamble, Nitin A1-1/+1
2005-10-30[PATCH] i386 kexec-on-panic: Don't shutdown the apics.Eric W. Biederman1-7/+0
2005-10-30[PATCH] i386: move apic init in init_IRQsEric W. Biederman5-71/+100
2005-10-30[PATCH] i386 nmi_watchdog: Merge check_nmi_watchdog fixes from x86_64Eric W. Biederman1-2/+37
2005-10-30[PATCH] i386 io_apic.c: Memorize at bootup where the i8259 is connectedEric W. Biederman1-35/+112
2005-10-30[PATCH] ES7000 platform updateNatalie.Protasevich@unisys.com2-5/+17
2005-10-30[PATCH] x86: when L3 is present show its size in /proc/cpuinfoVenkatesh Pallipadi1-7/+1
2005-10-30[PATCH] fixup bogus e820 entry with mem=Dave Hansen1-7/+17
2005-10-30[PATCH] asus vt8235 router buggy bios workaroundaleksey_gorelov@phoenix.com1-19/+36
2005-10-30[PATCH] x86: bug fix in P6 Machine check initializationVenkatesh Pallipadi1-3/+8
2005-10-30[PATCH] x86: add an accessor function for getting the per-CPU gdtZachary Amsden3-24/+27
2005-10-30[PATCH] x86: bogus tls from gdtZachary Amsden1-6/+0
2005-10-30[PATCH] x86: hot plug CPU to support physical add of new processorsNatalie Protasevich3-7/+11
2005-10-30[PATCH] intel_cacheinfo: remove MAX_CACHE_LEAVES limitSiddha, Suresh B1-12/+6
2005-10-30[PATCH] x86: initialise tss->io_bitmap_owner to somethingBart Oldeman1-0/+1
2005-10-30[PATCH] FPU context corrupted after resumeShaohua Li1-7/+5
2005-10-30[PATCH] x86: cmpxchg improvementsJan Beulich1-0/+5
2005-10-30[PATCH] i386 and x86_64 TSC set_cyc2ns_scale imprecisionMathieu Desnoyers2-14/+24
2005-10-30[PATCH] CONFIG_IA32Brian Gerst1-1/+5
2005-10-29[PATCH] memory hotplug: i386 addition functionsDave Hansen2-7/+59
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-0/+3
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-4/+4
2005-10-29[PATCH] mm: i386 sh sh64 ready for split ptlockHugh Dickins1-10/+7
2005-10-29[PATCH] mm: kill check_user_page_readableHugh Dickins1-25/+13
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-3/+1
2005-10-28[PATCH] PCI fixup for Toshiba laptops and ohci1394Jesse Barnes1-0/+59
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2-2/+2
2005-10-21[PATCH] typo fix in last cpufreq powernow patchChris Wright1-1/+1
2005-10-21[PATCH] cpufreq: fix pending powernow timer stuck conditionDave Jones1-11/+19
2005-10-20[CPUFREQ] kzalloc conversions for i386 drivers.Dave Jones4-15/+6
2005-10-10[PATCH] i386: Don't discard upper 32bits of HWCR on K8Andi Kleen1-1/+1
2005-10-10[PATCH] i386: fix stack alignment for signal handlersMarkus F.X.J. Oberhumer1-1/+5
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-09-30[PATCH] i386: include linux/irq.h rather than asm/hw_irq.hNick Piggin3-3/+3
2005-09-29[PATCH] Fix up TLB flush filter disablingAndi Kleen1-0/+16
2005-09-26[PATCH] useless includes of linux/irq.h in arch/i386Al Viro29-51/+1
2005-09-23[CPUFREQ] Remove preempt_disable from powernow-k8Dave Jones1-14/+2
2005-09-14[LIB]: Consolidate _atomic_dec_and_lock()David S. Miller3-48/+0
2005-09-14Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets"Linus Torvalds1-10/+0
2005-09-13[PATCH] Even more fallout from ATI Xpress timer workaroundCal Peake1-3/+1
2005-09-13[PATCH] i386: Ignore masked FPU exceptionsChuck Ebbert1-2/+3
2005-09-13[PATCH] arch/i386: Replace custom macro with isdigit()Tobias Klauser1-4/+3
2005-09-13[PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap1-1/+1
2005-09-12Fix fallout from ATI Xpress timer workaroundLinus Torvalds1-0/+3
2005-09-12[PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert3-0/+16
2005-09-12[PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignmentsAndi Kleen2-2/+23
2005-09-12[PATCH] x86{-64}: Remove old hack that disabled mmconfig support on AMD systems.Andi Kleen1-7/+0
2005-09-12[PATCH] i386: Don't miss pending signals returning to user mode after signal ...Roland McGrath1-2/+2
2005-09-10[PATCH] i386 / uml: add dwarf sections to static link scriptPaolo 'Blaisorblade' Giarrusso1-8/+3
2005-09-10[PATCH] i386: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-09-10[PATCH] i386/x86_64: make get_cpu_vendor() staticAdrian Bunk1-1/+1
2005-09-10[PATCH] remove ACPI S4bios supportPavel Machek1-6/+0
2005-09-10[PATCH] i386/smpboot: use msleep() instead of schedule_timeout()Nishanth Aravamudan1-2/+1
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds5-13/+4
2005-09-09[PATCH] Update PCI IOMEM allocation startDaniel Ritz1-8/+8
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+1
2005-09-09[PATCH] fbdev: Resurrect hooks to get EDID from firmwareAntonino A. Daplas2-1/+2
2005-09-09[PATCH] vesafb: Add blanking supportAntonino A. Daplas1-0/+5
2005-09-09[PATCH] i386: seccomp fix for auditing/ptraceAndrea Arcangeli1-8/+14
2005-09-09[PATCH] x86: MP_processor_info fixAndrew Morton1-14/+10
2005-09-09[PATCH] Fix misspelled i8259 typo in io_apic.cKarsten Wiese1-2/+2
2005-09-09[PATCH] __user annotations for pointers in i386 sigframeviro@ZenIV.linux.org.uk1-4/+4
2005-09-09kbuild: full dependency check on asm-offsets.hSam Ravnborg5-13/+4
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq Linus Torvalds3-13/+13
2005-09-08[PATCH] arch/386/pci: remap_pfn_range -> io_remap_pfn_rangeMichael S. Tsirkin1-3/+3
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown62-693/+794
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk1-0/+4
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S1-1/+2
2005-09-07[PATCH] kprobes: fix handling of simultaneous probe hit/unregisterJim Keniston1-0/+3
2005-09-07[PATCH] kprobes: prevent possible race conditions i386 changesPrasanna S Panchamukhi5-25/+34
2005-09-07[PATCH] fix: dmi_check_systemRobert Love1-1/+1
2005-09-07[PATCH] dmi: add onboard devices discoveryAndrey Panin1-12/+90
2005-09-07[PATCH] dmi: make dmi_string() behave like strdup()Andrey Panin1-16/+23
2005-09-07[PATCH] dmi: remove old debugging codeAndrey Panin1-21/+0
2005-09-07[PATCH] dmi: remove uneeded functionAndrey Panin1-45/+40
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-5/+2
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai4-11/+11
2005-09-07[PATCH] remove the second arg of do_timer_interrupt()Adrian Bunk1-3/+2
2005-09-07[PATCH] Fix function/macro name collision on i386 oprofileDavid Gibson3-9/+9
2005-09-07[PATCH] Make the bzImage format self-terminatingH. Peter Anvin2-2/+4
2005-09-07[PATCH] NMI: Update NMI users of RCU to use new APIPaul E. McKenney1-2/+2
2005-09-07[PATCH] More __read_mostly variablesChristoph Lameter2-2/+2
2005-09-07[PATCH] detect soft lockupsIngo Molnar2-0/+6
2005-09-07[PATCH] x86_64: create sysfs entries for cpu only for present cpusAshok Raj1-2/+2
2005-09-07[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2-26/+34
2005-09-05[PATCH] uml: SYSEMU: slight cleanup and speedupPaolo 'Blaisorblade' Giarrusso1-7/+1
2005-09-05[PATCH] SYSEMU: fix sysaudit / singlestep interactionBodo Stroesser1-3/+20
2005-09-05[PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386Bodo Stroesser1-4/+17
2005-09-05[PATCH] Uml support: reorganize PTRACE_SYSEMU supportBodo Stroesser2-30/+21
2005-09-05[PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and gener...Laurent Vivier2-21/+45
2005-09-05[PATCH] Ptrace/i386: fix "syscall audit" interaction with singlestepBodo Stroesser1-2/+13
2005-09-05[PATCH] add suspend/resume for timerShaohua Li5-27/+47
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek1-1/+1
2005-09-05[PATCH] ISA DMA suspend for i386Pierre Ossman2-1/+68
2005-09-05[PATCH] unify x86/x86-64 semaphore codeBenjamin LaHaise2-162/+4
2005-09-05[PATCH] i386 boottime for_each_cpu brokenZwane Mwaikambo3-1/+13
2005-09-05[PATCH] i386: encapsulate copying of pgd entriesZachary Amsden2-7/+7
2005-09-05[PATCH] x86 NMI: better support for debuggersGeorge Anzinger2-1/+8
2005-09-05[PATCH] x86: introduce a write acessor for updating the current LDTZachary Amsden1-5/+2
2005-09-05[PATCH] x86: remove redundant TSS clearingZachary Amsden1-1/+0
2005-09-05[PATCH] x86: make IOPL explicitZachary Amsden2-3/+10
2005-09-05[PATCH] x86: privilege cleanupZachary Amsden2-5/+4
2005-09-05[PATCH] x86: more asm cleanupsZachary Amsden7-50/+20
2005-09-05[PATCH] i386: use set_pte macros in a couple places where they were missingZachary Amsden2-3/+4
2005-09-05[PATCH] i386: load_tls() fixZachary Amsden1-7/+12
2005-09-05[PATCH] i386: inline assembler: cleanup and encapsulate descriptor and task r...Zachary Amsden9-38/+31
2005-09-05[PATCH] i386: cleanup serialize msrZachary Amsden1-2/+5
2005-09-05[PATCH] i386: inline asm cleanupZachary Amsden10-52/+32
2005-09-05[PATCH] i386: clean up vDSO alignment paddingRoland McGrath1-1/+2
2005-09-05[PATCH] ES7000 platform update (i386)Natalie.Protasevich@unisys.com2-25/+25
2005-09-05[PATCH] x86: Add the check for all the cores in a package in cache informationVenkatesh Pallipadi1-2/+7
2005-09-05[PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUsVenkatesh Pallipadi5-2/+43
2005-09-05[PATCH] kdump: Save parameter segment in protected mode (x86)Vivek Goyal1-22/+26
2005-09-05[PATCH] vm86: Honor TF bit when emulating an instructionPetr Tesarik1-1/+5
2005-09-05[PATCH] x86: fix EFI memory map parsingMatt Tolentino3-58/+62
2005-09-05[PATCH] hpet: use read_timer_tsc only when CPU has TSCVenkatesh Pallipadi1-1/+4
2005-09-05[PATCH] x86: compress the stack layout of do_page_fault()Ingo Molnar1-14/+17
2005-09-05[PATCH] remove hugetlb_clean_stale_pgtable() and fix huge_pte_alloc()Chen, Kenneth W1-20/+3
2005-09-05[PATCH] hugetlb: check p?d_present in huge_pte_offset()Adam Litke1-2/+5
2005-09-05[PATCH] hugetlb: move stale pte check into huge_pte_alloc()Adam Litke1-2/+11
2005-09-05[PATCH] sparsemem extreme implementationBob Picco1-0/+1
2005-09-03Merge linux-2.6 into linux-acpi-2.6 testLen Brown2-34/+16
2005-09-01[CPUFREQ] Remove trailing whitespace before \n's in printks.Dave Jones2-3/+3
2005-08-31[CPUFREQ] Remove extra arg from dprintk in cpufreq/speedstep-smi.cMika Kukkonen1-1/+1
2005-08-31[CPUFREQ] dprintf format fixes in cpufreq/speedstep-centrino.cMika Kukkonen1-2/+2
2005-08-31[CPUFREQ] speedstep-centrino: skip extract_clock logic for acpi based centrinoVenkatesh Pallipadi1-7/+7
2005-08-30[PATCH] x86: pci_assign_unassigned_resources() updateIvan Kokshaysky2-34/+16
2005-08-29Auto-update from upstreamLen Brown1-2/+3
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt1-2/+3
2005-08-26[ACPI] Reduce acpi-cpufreq switching latency by 50%Venkatesh Pallipadi1-21/+36
2005-08-25Merge HEAD from ../from-linus Len Brown1-4/+6