summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] typo fix in last cpufreq powernow patchChris Wright2005-10-221-1/+1
* [PATCH] cpufreq: fix pending powernow timer stuck conditionDave Jones2005-10-211-11/+19
* [PATCH] i386: Don't discard upper 32bits of HWCR on K8Andi Kleen2005-10-111-1/+1
* [PATCH] i386: fix stack alignment for signal handlersMarkus F.X.J. Oberhumer2005-10-101-1/+5
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-091-1/+1
* [PATCH] i386: include linux/irq.h rather than asm/hw_irq.hNick Piggin2005-09-303-3/+3
* [PATCH] Fix up TLB flush filter disablingAndi Kleen2005-09-301-0/+16
* [PATCH] useless includes of linux/irq.h in arch/i386Al Viro2005-09-2729-51/+1Star
* [LIB]: Consolidate _atomic_dec_and_lock()David S. Miller2005-09-153-48/+0Star
* Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets"Linus Torvalds2005-09-151-10/+0Star
* [PATCH] Even more fallout from ATI Xpress timer workaroundCal Peake2005-09-141-3/+1Star
* [PATCH] i386: Ignore masked FPU exceptionsChuck Ebbert2005-09-131-2/+3
* [PATCH] arch/i386: Replace custom macro with isdigit()Tobias Klauser2005-09-131-4/+3Star
* [PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap2005-09-131-1/+1
* Fix fallout from ATI Xpress timer workaroundLinus Torvalds2005-09-121-0/+3
* [PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert2005-09-123-0/+16
* [PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignmentsAndi Kleen2005-09-122-2/+23
* [PATCH] x86{-64}: Remove old hack that disabled mmconfig support on AMD systems.Andi Kleen2005-09-121-7/+0Star
* [PATCH] i386: Don't miss pending signals returning to user mode after signal ...Roland McGrath2005-09-121-2/+2
* [PATCH] i386 / uml: add dwarf sections to static link scriptPaolo 'Blaisorblade' Giarrusso2005-09-101-8/+3Star
* [PATCH] i386: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-101-2/+1Star
* [PATCH] i386/x86_64: make get_cpu_vendor() staticAdrian Bunk2005-09-101-1/+1
* [PATCH] remove ACPI S4bios supportPavel Machek2005-09-101-6/+0Star
* [PATCH] i386/smpboot: use msleep() instead of schedule_timeout()Nishanth Aravamudan2005-09-101-2/+1Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2005-09-105-13/+4Star
|\
| * kbuild: full dependency check on asm-offsets.hSam Ravnborg2005-09-095-13/+4Star
* | [PATCH] Update PCI IOMEM allocation startDaniel Ritz2005-09-101-8/+8
* | [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-2/+1Star
* | [PATCH] fbdev: Resurrect hooks to get EDID from firmwareAntonino A. Daplas2005-09-092-1/+2
* | [PATCH] vesafb: Add blanking supportAntonino A. Daplas2005-09-091-0/+5
* | [PATCH] i386: seccomp fix for auditing/ptraceAndrea Arcangeli2005-09-091-8/+14
* | [PATCH] x86: MP_processor_info fixAndrew Morton2005-09-091-14/+10Star
* | [PATCH] Fix misspelled i8259 typo in io_apic.cKarsten Wiese2005-09-091-2/+2
* | [PATCH] __user annotations for pointers in i386 sigframeviro@ZenIV.linux.org.uk2005-09-091-4/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq Linus Torvalds2005-09-093-13/+13
|\ \
| * | [CPUFREQ] Remove trailing whitespace before \n's in printks.Dave Jones2005-09-012-3/+3
| * | [CPUFREQ] Remove extra arg from dprintk in cpufreq/speedstep-smi.cMika Kukkonen2005-09-011-1/+1
| * | [CPUFREQ] dprintf format fixes in cpufreq/speedstep-centrino.cMika Kukkonen2005-09-011-2/+2
| * | [CPUFREQ] speedstep-centrino: skip extract_clock logic for acpi based centrinoVenkatesh Pallipadi2005-09-011-7/+7
* | | [PATCH] arch/386/pci: remap_pfn_range -> io_remap_pfn_rangeMichael S. Tsirkin2005-09-081-3/+3
| |/ |/|
* | Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-0862-693/+794
|\ \
| * | [PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk2005-09-081-0/+4
| * | [PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S2005-09-081-1/+2
| * | [PATCH] kprobes: fix handling of simultaneous probe hit/unregisterJim Keniston2005-09-081-0/+3
| * | [PATCH] kprobes: prevent possible race conditions i386 changesPrasanna S Panchamukhi2005-09-085-25/+34
| * | [PATCH] fix: dmi_check_systemRobert Love2005-09-081-1/+1
| * | [PATCH] dmi: add onboard devices discoveryAndrey Panin2005-09-081-12/+90
| * | [PATCH] dmi: make dmi_string() behave like strdup()Andrey Panin2005-09-081-16/+23
| * | [PATCH] dmi: remove old debugging codeAndrey Panin2005-09-081-21/+0Star
| * | [PATCH] dmi: remove uneeded functionAndrey Panin2005-09-081-45/+40Star