summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] i386: don't blindly enable interrupts in die()Jan Beulich2006-01-061-2/+5
* [PATCH] x86: GDT alignment fixZachary Amsden2006-01-065-5/+11
* [PATCH] i386: PTRACE_POKEUSR: allow changing RF bit in EFLAGS register.Chuck Ebbert2006-01-061-3/+6
* [PATCH] i386: "invalid operand" -> "invalid opcode"Chuck Ebbert2006-01-051-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-01-058-44/+105
|\
| * [CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi2005-12-071-1/+5
| * [CPUFREQ] Move PMBASE reading away and do it only once at initialization timeMattia Dongili2005-12-071-13/+30
| * [CPUFREQ] Measure transition latency at driver initializationMattia Dongili2005-12-074-3/+35
| * Merge ../linus/Dave Jones2005-12-073-2/+17
| |\
| * | [CPUFREQ] Change loglevels on powernow-k8 bios error printk's.Dave Jones2005-12-071-2/+2
| * | [PATCH] cpufreq-nforce2.c fix u32<0 testGabriel A. Devenyi2005-12-011-1/+2
| * | [CPUFREQ] Fix indentation in powernow-k8Dave Jones2005-11-301-4/+4
| * | Merge ../linusDave Jones2005-11-294-12/+8Star
| |\ \
| * | | [PATCH] Support 100 MHz frequency transitionsLangsdorf, Mark2005-11-292-14/+12Star
| * | | [CPUFREQ] Improve Error reporting in powernow-k8Jacob Shin2005-11-211-11/+20
* | | | [PATCH] x86: teach dump_task_regs() about the -8 offset.Stas Sergeev2006-01-011-1/+3
* | | | [PATCH] Fix build with CONFIG_PCI_MMCONFIGAndi Kleen2005-12-201-1/+1
* | | | [PATCH] PCI: Fix dumb bug in mmconfig fixAndi Kleen2005-12-161-1/+1
* | | | [PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro2005-12-151-1/+1
* | | | [PATCH] i386,amd64: mmconfig __iomem annotationsAl Viro2005-12-151-1/+1
* | | | [PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systemsAndi Kleen2005-12-131-3/+42
* | | | [PATCH] i386/x86-64 Fall back to type 1 access when no entry foundAndi Kleen2005-12-133-10/+25
* | | | [PATCH] i386/x86-64: Don't call change_page_attr with a spinlock heldAndi Kleen2005-12-131-8/+29
* | | | [PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li2005-12-131-2/+1Star
* | | | [PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S2005-12-121-1/+1
* | | | [PATCH] x86: fix NMI with CPU hotplugShaohua Li2005-12-121-7/+0Star
| |_|/ |/| |
* | | [ACPI] properly detect pmtimer on ASUS a8v motherboardDavid Shaohua Li2005-12-011-0/+7
* | | [PATCH] setting irq affinity is broken in ia32 with MSI enabledShaohua Li2005-11-301-2/+2
* | | [PATCH] fix rebooting on HP nc6120 laptopThierry Vignaud2005-11-301-0/+8
| |/ |/|
* | [PATCH] PCI: direct.c: DBGDaniel Marjamäki2005-11-241-1/+1
* | [PATCH] PCI: remove bogus resource collision errorRajesh Shah2005-11-241-2/+5
* | [PATCH] PCI: trivial printk updates in common.cDaniel Marjamäkia2005-11-241-2/+2
* | [PATCH] kprobes: Fix return probes on sys_execveJim Keniston2005-11-241-7/+0Star
|/
* [PATCH] Register disabled CPUsAshok Raj2005-11-201-3/+1Star
* [PATCH] i386: Use bigsmp for > 8 core Opteron systemsAndi Kleen2005-11-201-2/+3
* [PATCH] drop "[PATCH] i386 kexec-on-panic: Don't shutdown the apics"Vivek Goyal2005-11-151-0/+7
* Merge x86-64 update from AndiLinus Torvalds2005-11-159-80/+129
|\
| * [PATCH] x86_64: x86_64/i386 fix Intel cache detection code assumption about t...Siddha, Suresh B2005-11-151-14/+32
| * [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-156-54/+78
| * [PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel...Shaohua Li2005-11-151-0/+8
| * [PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B2005-11-151-1/+1
| * [PATCH] x86-64/i386: Fix CPU model for family 6Suresh Siddha2005-11-151-2/+2
| * [PATCH] i386/x86-64: Share interrupt vectors when there is a large number of ...James Cleverdon2005-11-151-8/+7Star
| * [PATCH] x86_64: Make i386 compile again with fourth DMA32 zoneAndi Kleen2005-11-151-2/+2
* | [PATCH] i386: generic cmpxchgNick Piggin2005-11-141-0/+48
* | [PATCH] x86: fix cpu_khz with clock=pitTim Mann2005-11-141-2/+3
* | [PATCH] i386: NMI pointer comparison fixJan Beulich2005-11-141-4/+3Star
* | [PATCH] arch/i386/mm/init.c: small cleanupsAdrian Bunk2005-11-141-1/+2
* | [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-142-1/+2
* | [PATCH] PCI: fix for Toshiba ohci1394 quirkJesse Barnes2005-11-111-2/+1Star