summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
Commit message (Expand)AuthorAgeFilesLines
* [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] 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] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-141-0/+1
* | [PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VTAdrian Bunk2005-11-091-2/+0Star
* | [PATCH] sched: resched and cpu_idle reworkNick Piggin2005-11-092-37/+47
* | [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-092-1/+4
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2005-11-074-29/+8Star
|\ \
| * | [CPUFREQ] kzalloc conversions for i386 drivers.Dave Jones2005-10-214-15/+6Star
| * | [CPUFREQ] Remove preempt_disable from powernow-k8Dave Jones2005-09-231-14/+2Star
* | | [PATCH] unexport phys_proc_id and cpu_core_idAdrian Bunk2005-11-071-2/+0Star
* | | [PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli2005-11-071-10/+15
* | | [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changesAnanth N Mavinakayanahalli2005-11-071-15/+7Star
* | | [PATCH] Kprobes: Track kprobe on a per_cpu basis - i386 changesAnanth N Mavinakayanahalli2005-11-071-57/+69
* | | [PATCH] Kprobes: rearrange preempt_disable/enable() callsAnanth N Mavinakayanahalli2005-11-071-17/+18
* | | [PATCH] consolidate sys_ptrace()Christoph Hellwig2005-11-071-42/+2Star
* | | [PATCH] x86: add MCE resumeShaohua Li2005-11-077-12/+9Star
* | | [PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>Adrian Bunk2005-11-071-0/+1
* | | [PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>Adrian Bunk2005-11-071-0/+1
* | | [PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h>Adrian Bunk2005-11-071-0/+1
* | | [PATCH] i386: LVT entries remaining unmasked on rebootZwane Mwaikambo2005-11-071-2/+8
* | | [PATCH] arch/i386: Use ARRAY_SIZE macroTobias Klauser2005-11-075-7/+6Star
* | | [PATCH] reset tss->io_bitmap_owner in sys_ioperm()Bart Oldeman2005-11-061-0/+3
| |/ |/|
* | Revert "i386: move apic init in init_IRQs"Linus Torvalds2005-11-015-97/+70Star
* | [PATCH] fix missing includesTim Schmielau2005-10-315-0/+5
* | [PATCH] hpet-RTC: cache the comparator registerClemens Ladisch2005-10-311-1/+4
* | [PATCH] hpet-RTC: fix timer config register accessesClemens Ladisch2005-10-311-7/+2Star
* | [PATCH] hpet-RTC: disable interrupt when no longer neededClemens Ladisch2005-10-311-1/+5
* | [PATCH] sparse cleanups: NULL pointers, C99 struct init.Randy Dunlap2005-10-311-1/+1
* | [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-311-4/+0Star
* | [PATCH] unify sys_ptrace prototypeChristoph Hellwig2005-10-311-1/+1
* | [PATCH] create and destroy cache sysfs entries based on cpu notifiersAshok Raj2005-10-311-17/+43