summaryrefslogtreecommitdiff
path: root/arch/i386/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern1-4/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells3-0/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells4-26/+28
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-12-04[PATCH] severing module.h->sched.hAl Viro2-0/+2
2006-12-02Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/lenb/li...Linus Torvalds1-5/+5
2006-12-02Revert "ACPI: SCI interrupt source override"Len Brown1-5/+5
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+3
2006-12-01Driver core: convert cpuid code to use struct deviceGreg Kroah-Hartman1-10/+10
2006-12-01Driver core: convert msr code to use struct deviceGreg Kroah-Hartman1-10/+10
2006-12-01PCI: arch/i386/kernel/pci-dma.c: ioremap balanced with iounmapAmol Lad1-1/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells3-10/+11
2006-11-17x86: be more careful when walking back the frame pointer chainLinus Torvalds1-3/+7
2006-11-17[PATCH] i386/x86_64: ACPI cpu_idle_wait() fixIngo Molnar1-1/+3
2006-11-15[PATCH] Use delayed disable mode of ioapic edge triggered interruptsEric W. Biederman1-1/+3
2006-11-14[PATCH] x86: Add acpi_user_timer_override option for Asus boardsAndi Kleen2-1/+15
2006-11-08[PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman1-14/+12
2006-11-08[PATCH] kretprobe: fix kretprobe-booster to save regs and set statusMasami Hiramatsu1-7/+15
2006-11-08[PATCH] i386: Force data segment to be 4K alignedVivek Goyal1-0/+1
2006-11-08[PATCH] Regression in 2.6.19-rc microcode driverArjan van de Ven1-1/+1
2006-11-03[PATCH] acpi_noirq section fixAndrew Morton1-1/+1
2006-11-01i386: write IO APIC irq routing entries in correct orderLinus Torvalds1-3/+23
2006-11-01i386: clean up io-apic accessesLinus Torvalds1-0/+40
2006-10-30[PATCH] APM: URL of APM 1.2 specs has changedKristian Mueller1-1/+1
2006-10-28[PATCH] fix efi_memory_present_wrapper()bibo,mao1-1/+1
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton1-7/+1
2006-10-21[PATCH] x86: Revert new unwind kernel stack terminationAndi Kleen1-5/+1
2006-10-21[PATCH] i386: Disable nmi watchdog on all ThinkPadsAndi Kleen1-5/+5
2006-10-21[PATCH] i386: Fix fake return addressJeremy Fitzhardinge1-1/+1
2006-10-20[PATCH] Fix potential interrupts during alternative patchingZachary Amsden1-0/+4
2006-10-17[PATCH] lockdep: annotate i386 apmPeter Zijlstra1-10/+27
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar3-11/+15
2006-10-17[PATCH] i386 Time: Avoid PIT SMP lockupsjohn stultz2-4/+4
2006-10-14Pull sci into test branchLen Brown1-5/+5
2006-10-14ACPI: SCI interrupt source overrideKimball Murray1-5/+5
2006-10-14ACPI: Processor native C-states using MWAITVenkatesh Pallipadi2-8/+136
2006-10-13[PATCH] thermal throttle: sysfs error checkingStephen Hemminger1-9/+12
2006-10-11[PATCH] x86/microcode: handle sysfs errorJeff Garzik1-2/+6
2006-10-11[PATCH] epoll_pwait()Davide Libenzi1-0/+1
2006-10-11[PATCH] use struct irq_chip instead of struct hw_interrupt_typeAneesh Kumar K.V1-1/+1
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman1-7/+6
2006-10-09Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2006-10-08[PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman1-6/+6
2006-10-06Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanupsJeff Garzik1-2/+2
2006-10-06arch/i386/kernel/time: don't shadow 'irq' function argJeff Garzik1-2/+2
2006-10-06[PATCH] i386: irqs build fixAndrew Morton1-1/+1
2006-10-05Merge git://git.infradead.org/~dhowells/irq-2.6Linus Torvalds7-21/+31
2006-10-05[PATCH] x86: Terminate the kernel stacks for the unwinderAndi Kleen1-1/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells7-21/+31