summaryrefslogtreecommitdiff
path: root/arch/x86_64/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar3-6/+2
2006-12-07[PATCH] smp_call_function_single() check that local interrupts are enabledAndrew Morton1-0/+4
2006-12-07[PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu1-1/+1
2006-12-07[PATCH] initrd: remove unused false condition for initrd_startHenry Nestler1-2/+1
2006-12-07[PATCH] remove kernel syscallsArnd Bergmann1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells3-4/+10
2006-11-28Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-3/+9
2006-11-28[PATCH] x86-64: Use stricter in process stack check for unwinderAndi Kleen1-1/+9
2006-11-28[PATCH] x86-64: Fix warning in io_apic.cAndi Kleen1-2/+0
2006-11-28[PATCH] x86_64: fix 'earlyprintk=...,keep' regressionIngo Molnar1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells3-10/+12
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+1
2006-11-21[PATCH] x86_64: Align data segment to PAGE_SIZE boundaryVivek Goyal1-0/+1
2006-11-21[PATCH] x86_64: Align data segment to PAGE_SIZE boundaryVivek Goyal1-0/+1
2006-11-17[PATCH] i386/x86_64: ACPI cpu_idle_wait() fixIngo Molnar1-1/+3
2006-11-17[PATCH] x86_64: stack unwinder crash fixIngo Molnar1-0/+6
2006-11-16[PATCH] x86-64: Fix vsyscall.c compilation on UPAndi Kleen1-0/+2
2006-11-15[PATCH] Use delayed disable mode of ioapic edge triggered interruptsEric W. Biederman1-1/+3
2006-11-14[PATCH] x86-64: Fix race in exit_idleAndi Kleen1-2/+1
2006-11-14[PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabledAndi Kleen3-33/+26
2006-11-14[PATCH] x86: Add acpi_user_timer_override option for Asus boardsAndi Kleen1-0/+8
2006-11-14[PATCH] x86-64: setup saved_max_pfn correctly (kdump)Magnus Damm1-0/+2
2006-11-14[PATCH] x86-64: Fix partial page check to ensure unusable memory is not being...Aaron Durbin1-1/+1
2006-11-08[PATCH] htirq: refactor so we only have one function that writes to the chipEric W. Biederman1-16/+15
2006-11-08x86-64: write IO APIC irq routing entries in correct orderLinus Torvalds1-3/+23
2006-11-08x86-64: clean up io-apic accessesLinus Torvalds1-0/+46
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton1-7/+1
2006-10-25[PATCH] x86-64: Only look at per_cpu data for online cpus.Eric W. Biederman2-6/+43
2006-10-25[PATCH] x86-64: Simplify the vector allocator.Eric W. Biederman1-13/+7
2006-10-22[PATCH] x86-64: increase PHB1 split transaction timeoutMuli Ben-Yehuda1-1/+43
2006-10-22[PATCH] x86-64: Fix C3 timer testAndi Kleen1-1/+1
2006-10-21[PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 stateAndi Kleen2-5/+6
2006-10-21[PATCH] x86-64: Overlapping program headers in physical addr space fixVivek Goyal1-1/+2
2006-10-21[PATCH] x86-64: Put more than one cpu in TARGET_CPUSEric W. Biederman1-1/+1
2006-10-21[PATCH] x86: Revert new unwind kernel stack terminationAndi Kleen1-5/+0
2006-10-21[PATCH] x86-64: Use irq_domain in ioapic_retrigger_irqEric W. Biederman1-2/+5
2006-10-21[PATCH] x86-64: Revert interrupt backlink changesAndi Kleen1-3/+0
2006-10-21[PATCH] x86-64: Fix ENOSYS in system call tracingJan Beulich1-0/+2
2006-10-21[PATCH] x86-64: fix page align in e820 allocatorVivek Goyal1-7/+7
2006-10-21[PATCH] x86-64: typo in __assign_irq_vector when updating pos for vector and ...Yinghai Lu1-3/+3
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar3-11/+13
2006-10-14ACPI: Processor native C-states using MWAITVenkatesh Pallipadi1-7/+15
2006-10-12[PATCH] Fix build breakage with CONFIG_X86_VSMPRavikiran Thirumalai1-0/+1
2006-10-12[PATCH] x86_64 irq: Properly update vector_irqEric W. Biederman1-1/+1
2006-10-11[PATCH] use struct irq_chip instead of struct hw_interrupt_typeAneesh Kumar K.V1-1/+1
2006-10-09[PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irqEric W. Biederman1-7/+7
2006-10-08[PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat.Eric W. Biederman3-48/+115
2006-10-08[PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman1-4/+4
2006-10-06[PATCH] x86_64 irq_regs fixAndrew Morton1-1/+4
2006-10-05Merge git://git.infradead.org/~dhowells/irq-2.6Linus Torvalds3-18/+21