summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
...
* | [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/+8
|\ \
| * | [CPUFREQ] kzalloc conversions for i386 drivers.Dave Jones2005-10-204-15/+6
| * | [CPUFREQ] Remove preempt_disable from powernow-k8Dave Jones2005-09-231-14/+2
* | | [PATCH] unexport phys_proc_id and cpu_core_idAdrian Bunk2005-11-071-2/+0
* | | [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/+7
* | | [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/+2
* | | [PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menuPrasanna S Panchamukhi2005-11-073-16/+13
* | | [PATCH] x86: add MCE resumeShaohua Li2005-11-078-12/+10
* | | [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/+6
* | | [PATCH] reset tss->io_bitmap_owner in sys_ioperm()Bart Oldeman2005-11-051-0/+3
| |/ |/|
* | [PATCH] toshiba_ohci1394_dmi_table should be __devinitdata, not __devinitRoland Dreier2005-11-011-1/+1
* | Revert "i386: move apic init in init_IRQs"Linus Torvalds2005-10-315-97/+70
* | [PATCH] i386: CONFIG_PC removalArthur Othieno2005-10-311-5/+0
* | [PATCH] fix missing includesTim Schmielau2005-10-305-0/+5
* | [PATCH] hpet-RTC: cache the comparator registerClemens Ladisch2005-10-301-1/+4
* | [PATCH] hpet-RTC: fix timer config register accessesClemens Ladisch2005-10-301-7/+2
* | [PATCH] hpet-RTC: disable interrupt when no longer neededClemens Ladisch2005-10-301-1/+5
* | [PATCH] sparse cleanups: NULL pointers, C99 struct init.Randy Dunlap2005-10-301-1/+1
* | [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-301-4/+0
* | [PATCH] unify sys_ptrace prototypeChristoph Hellwig2005-10-301-1/+1
* | [PATCH] i386: use -mcpu, not -mtune, for GCCs older than 3.4Paolo 'Blaisorblade' Giarrusso2005-10-301-5/+13
* | [PATCH] uml: reuse i386 cpu-specific tuningPaolo 'Blaisorblade' Giarrusso2005-10-304-337/+345
* | [PATCH] create and destroy cache sysfs entries based on cpu notifiersAshok Raj2005-10-301-17/+43
* | [PATCH] i386: srat on non-acpi hw fixMagnus Damm2005-10-301-1/+6
* | [PATCH] i386 mpparse: Only ignore lapic information we can't storeEric W. Biederman2005-10-301-16/+19
* | [PATCH] kdump/i386: apic verification failure fixVivek Goyal2005-10-301-2/+1
* | [PATCH] Clean up mtrr compat ioctl codeBrian Gerst2005-10-301-45/+74
* | [PATCH] x86: vmx cpu feature detectionKamble, Nitin A2005-10-301-1/+1
* | [PATCH] i386 kexec-on-panic: Don't shutdown the apics.Eric W. Biederman2005-10-301-7/+0
* | [PATCH] i386: move apic init in init_IRQsEric W. Biederman2005-10-305-71/+100
* | [PATCH] i386 nmi_watchdog: Merge check_nmi_watchdog fixes from x86_64Eric W. Biederman2005-10-301-2/+37
* | [PATCH] i386 io_apic.c: Memorize at bootup where the i8259 is connectedEric W. Biederman2005-10-301-35/+112
* | [PATCH] ES7000 platform updateNatalie.Protasevich@unisys.com2005-10-302-5/+17
* | [PATCH] x86: when L3 is present show its size in /proc/cpuinfoVenkatesh Pallipadi2005-10-301-7/+1
* | [PATCH] fixup bogus e820 entry with mem=Dave Hansen2005-10-301-7/+17
* | [PATCH] asus vt8235 router buggy bios workaroundaleksey_gorelov@phoenix.com2005-10-301-19/+36
* | [PATCH] x86: bug fix in P6 Machine check initializationVenkatesh Pallipadi2005-10-301-3/+8
* | [PATCH] x86: add an accessor function for getting the per-CPU gdtZachary Amsden2005-10-303-24/+27
* | [PATCH] x86: bogus tls from gdtZachary Amsden2005-10-301-6/+0
* | [PATCH] x86: hot plug CPU to support physical add of new processorsNatalie Protasevich2005-10-303-7/+11
* | [PATCH] intel_cacheinfo: remove MAX_CACHE_LEAVES limitSiddha, Suresh B2005-10-301-12/+6
* | [PATCH] x86: initialise tss->io_bitmap_owner to somethingBart Oldeman2005-10-301-0/+1
OpenPOWER on IntegriCloud