aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-27[PATCH] sched: mc/smt power savings sched policySiddha, Suresh B1-3/+5
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexesJim Cromie1-4/+4
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump to common moduleJim Cromie1-16/+0
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: refactor scx200_probe to better segregate _gpio initializationJim Cromie1-5/+10
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add 'v' command to device-fileJim Cromie1-2/+1
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: put gpio_dump on a dietJim Cromie1-28/+11
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: device minor numbers are unsigned intsJim Cromie1-1/+1
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-cleanJim Cromie1-7/+0
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman3-3/+3
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap1-1/+2
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar7-12/+150
2006-06-27[PATCH] voyager: fix compile after setup reworkJames Bottomley1-3/+2
2006-06-27[PATCH] fix subarchitecture breakage with CONFIG_SCHED_SMTJames Bottomley3-6/+6
2006-06-27[PATCH] fix broken vm86 interrupt/signal handlingAleksey Gorelov1-2/+9
2006-06-27[PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86Rohit Seth4-24/+17
2006-06-27[PATCH] x86: constify some parts of arch/i386/kernel/cpu/Andreas Mohr2-5/+5
2006-06-27[PATCH] x86: increase interrupt vector rangeRusty Russell2-4/+4
2006-06-27[PATCH] x86: cpu_init(): avoid GFP_KERNEL allocation while atomicShaohua Li2-1/+20
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-19/+4
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeYasunori Goto1-6/+3
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto1-1/+1
2006-06-27[PATCH] i386: export memory more than 4G through /proc/iomemVivek Goyal1-0/+2
2006-06-27[PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman1-0/+1
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-2/+2
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman1-2/+4
2006-06-27Pull bugzilla-5737 into release branchThomas Renninger2-2/+14
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds6-7/+7
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-25/+27
2006-06-26Merge branch 'x86-64'Linus Torvalds23-140/+689
2006-06-26[PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2-1/+70
2006-06-26[PATCH] x86_64: fix apic error on bootupSiddha, Suresh B1-2/+13
2006-06-26[PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTORKeith Owens2-7/+12
2006-06-26[PATCH] i386/x86-64: adjust /proc/interrupts column headingsJan Beulich1-1/+1
2006-06-26[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_statusAndi Kleen2-6/+6
2006-06-26[PATCH] x86_64: Move VM86 config into arch/i386/KconfigAndi Kleen1-0/+9
2006-06-26[PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/shareAndi Kleen1-2/+7
2006-06-26[PATCH] i386/x86-64: Consolidate arch/{i386,x86_64}/boot/compressed/misc.cCarl-Daniel Hailfinger1-20/+12
2006-06-26[PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich1-13/+33
2006-06-26[PATCH] i386: reliable stack trace support i386 entry.SJan Beulich1-11/+223
2006-06-26[PATCH] i386: reliable stack trace support (i386)Jan Beulich4-11/+79
2006-06-26[PATCH] x86_64: fix vector_lock deadlock in io_apic.cIngo Molnar1-4/+5
2006-06-26[PATCH] x86_64: nmi watchdog header cleanupDon Zickus7-6/+7
2006-06-26[PATCH] i386/x86-64: simplify ioapic_register_intr()Jan Beulich1-15/+8
2006-06-26[PATCH] x86_64: serialize assign_irq_vector() use of static variablesJan Beulich1-6/+18
2006-06-26[PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen2-0/+8
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann1-33/+85
2006-06-26[PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen2-13/+102
2006-06-26[PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD platformsAndi Kleen1-6/+8