aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-30typo fixes: specfic -> specificAdrian Bunk1-1/+1
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-29[PATCH] KConfig: Spellchecking 'similarity' and 'independent'Matt LaPlante1-1/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds4-4/+9
2006-06-29[PATCH] genirq MSI fixesIngo Molnar1-0/+5
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-0/+9
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar5-20/+22
2006-06-29[PATCH] arch/i386/mach-visws/setup.c: remove dummy function callsAdrian Bunk1-4/+0
2006-06-29[PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto1-0/+3
2006-06-29[PATCH] fix sgivwfb compileAdrian Bunk1-2/+2
2006-06-28[PATCH] x86: do_IRQ(): check irq numberAndrew Morton1-0/+6
2006-06-28[PATCH] small fix for not releasing the mmap semaphore in i386/arch_setup_additional_pagespageexec@freemail.hu1-6/+4
2006-06-27[PATCH] voyager: add cpu_present_mapJames Bottomley1-0/+2
2006-06-27[PATCH] do_IRQ() warning fixAndrew Morton1-2/+2
2006-06-27[PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar1-2/+2
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-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