summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Enable TSC for AMD Geode GX/LXJordan Crouse2006-04-111-1/+1
* [PATCH] i386: move SMP option above subarch selectionAdrian Bunk2006-04-111-29/+29
* [PATCH] mpparse: prevent table index out-of-boundsRandy Dunlap2006-04-111-0/+7
* [PATCH] menu: relocate DOUBLEFAULT optionRandy Dunlap2006-04-111-9/+0Star
* [PATCH] i386: print EIP/ESP lastRandy Dunlap2006-04-111-1/+15
* [PATCH] swsusp: don't require bigsmpAshok Raj2006-04-111-7/+8
* [PATCH] arch/i386/mach-voyager/voyager_cat.c: named initializersAdrian Bunk2006-04-111-2/+8
* Move request_standard_resources() back to before PCI probingLinus Torvalds2006-04-091-3/+3
* [PATCH] i386: Remove printk about reboot fixups at rebootAndi Kleen2006-04-091-2/+0Star
* [PATCH] i386/x86-64: Return defined error value for bad PCI config space acce...Andi Kleen2006-04-092-2/+6
* [PATCH] i386/x86_64: Check if MCFG works for the first 16 bussesAndi Kleen2006-04-091-22/+30
* [PATCH] x86_64: Proper null pointer check in powernow_k8_getJacob Shin2006-04-091-1/+10
* [PATCH] x86_64: Revert earlier powernow-k8 changeAndi Kleen2006-04-091-4/+3Star
* [PATCH] i386: Consolidate modern APIC handlingAndi Kleen2006-04-092-28/+16Star
* [PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen2006-04-091-1/+4
* [PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systemsAndi Kleen2006-04-091-0/+5
* [PATCH] i386/x86-64: Check that MCFG points to an e820 reserved areaArjan van de Ven2006-04-091-0/+11
* [PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven2006-04-091-0/+30
* [PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen2006-04-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-04-021-1/+1
|\
| * kexec: grammar fix for crash_save_this_cpu()Horms2006-04-011-1/+1
* | Manual merge with Linus.Dmitry Torokhov2006-04-0281-1403/+2506
|\|
| * [PATCH] unexport get_wchanAdrian Bunk2006-03-311-1/+0Star
| * [PATCH] sys_sync_file_range()Andrew Morton2006-03-311-0/+1
| * [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-314-5/+5
| * [PATCH] Mark unwind info for signal trampolines in vDSOsJakub Jelinek2006-03-311-1/+1
| * [PATCH] i386 kdump timer vector lockup fixVivek Goyal2006-03-311-0/+20
| * [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-03-282-5/+6
| |\
| | * [CPUFREQ] powernow: remove private for_each_cpu_mask()Andrew Morton2006-03-271-4/+0Star
| | * [CPUFREQ] hotplug cpu fix for powernow-k8shin, jacob2006-03-271-1/+6
| * | [PATCH] fix signed vs unsigned in nmi watchdogJesper Juhl2006-03-281-1/+2
| * | [PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctlAdrian Bunk2006-03-281-17/+0Star
| * | [PATCH] for_each_possible_cpu: i386KAMEZAWA Hiroyuki2006-03-284-7/+7
| |/
| * [PATCH] fbdev: Make BIOS EDID reading configurableAntonino A. Daplas2006-03-271-0/+2
| * [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-9/+8Star
| * [PATCH] lightweight robust futexes: i386Ingo Molnar2006-03-271-0/+2
| * [PATCH] unify PFN_* macrosDave Hansen2006-03-272-0/+2
| * [PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki2006-03-271-11/+0Star
| * [PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2006-03-271-1/+1
| * [PATCH] x86: don't use cpuid.2 to determine cache info if cpuid.4 is supportedShaohua Li2006-03-271-28/+41
| * [PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B2006-03-274-5/+60
| * [PATCH] PM-Timer: don't use workaround if chipset is not buggyOGAWA Hirofumi2006-03-271-15/+89
| * [PATCH] bitops: i386: use generic bitopsAkinobu Mita2006-03-261-0/+4
| * [PATCH] kprobes: fix broken fault handling for i386Prasanna S Panchamukhi2006-03-261-7/+50
| * [PATCH] kprobe handler: discard user space trapbibo,mao2006-03-261-13/+6Star
| * [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-261-8/+0Star
| * [PATCH] kretprobe: kretprobe-boosterMasami Hiramatsu2006-03-261-22/+39
| * [PATCH] x86: kprobes-boosterMasami Hiramatsu2006-03-261-2/+90
| * [PATCH] kprobes: clean up resume_execute()Masami Hiramatsu2006-03-261-16/+10Star