aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-6/+7
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds1-2/+0
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman1-21/+0
2006-10-04[PATCH] Initial generic hypertransport interrupt supportEric W. Biederman1-0/+42
2006-10-04[PATCH] genirq: x86_64 irq: Kill irq compressionEric W. Biederman1-1/+0
2006-10-04[PATCH] genirq: x86_64 irq: make vector_irq per cpuEric W. Biederman2-4/+6
2006-10-04[PATCH] genirq: x86_64 irq: Make the external irq handlers report their vector, not the irq numberEric W. Biederman1-0/+1
2006-10-04[PATCH] genirq: irq: generalize the check for HARDIRQ_BITSEric W. Biederman1-0/+3
2006-10-04[PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorEric W. Biederman1-2/+0
2006-10-04[PATCH] genirq: x86_64 irq: Remove the msi assumption that irq == vectorEric W. Biederman3-46/+0
2006-10-04[PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.cEric W. Biederman2-5/+49
2006-10-04[PATCH] genirq: convert the x86_64 architecture to irq-chipsIngo Molnar1-2/+0
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-2/+0
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03[PATCH] sched: introduce child field in sched_domainSiddha, Suresh B1-0/+1
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann1-87/+6
2006-10-02[PATCH] Add regs_return_value() helperAnanth N Mavinakayanahalli1-0/+2
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-3/+0
2006-10-01[PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky1-0/+4
2006-09-30[PATCH] Use early clobber in semaphoresAndi Kleen1-2/+2
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen1-0/+7
2006-09-30[PATCH] Add proper sparse __user casts to __copy_to_user_inatomicAndi Kleen1-1/+6
2006-09-29[PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer1-7/+0
2006-09-27[PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap1-2/+3
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman2-5/+2
2006-09-27[PATCH] fix x86_64-mm-spinlock-cleanupAndrew Morton1-0/+1
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds43-418/+397
2006-09-26[PATCH] Split i386 and x86_64 ptrace.hJeff Dike3-52/+59
2006-09-26[PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64Rafael J. Wysocki1-0/+1
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton1-2/+0
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-8/+8
2006-09-26[PATCH] trigger a syntax error if percpu macros are incorrectly usedJan Blunck1-3/+9
2006-09-26[PATCH] x86: Refactor thermal throttle processingDmitriy Zavin2-0/+3
2006-09-26[PATCH] Fix unwinder warning in traps.cAndi Kleen1-2/+2
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1Andi Kleen1-0/+2
2006-09-26[PATCH] x86: Move direct PCI scanning functions out of lineAndi Kleen1-38/+4
2006-09-26[PATCH] Don't leak NT bit into next taskAndi Kleen1-2/+3
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich2-0/+11
2006-09-26[PATCH] Fix idle notifiersAndi Kleen1-1/+2
2006-09-26[PATCH] Remove unused asm-x86_64/mmx.hAndi Kleen1-14/+0
2006-09-26[PATCH] Define __bad_pda_field as noreturnAndi Kleen1-1/+1
2006-09-26[PATCH] Reindent macros in pda.hAndi Kleen1-32/+53
2006-09-26[PATCH] Fix some stylistic issues in uaccess.hAndi Kleen1-10/+10
2006-09-26[PATCH] Add __must_check to copy_*_userAndi Kleen2-21/+29
2006-09-26[PATCH] Fix zeroing on exception in copy_*_userAndi Kleen1-3/+3
2006-09-26[PATCH] Type checking for write_pda()Jeremy Fitzhardinge1-1/+2
2006-09-26[PATCH] Use %c instead of %P modifier in pda accessAndi Kleen1-6/+6
2006-09-26[PATCH] Add the canary field to the PDA area and the task structArjan van de Ven1-1/+6
2006-09-26[PATCH] Add comments to the PDA structure to annotate offsetsArjan van de Ven1-7/+8
2006-09-26[PATCH] Avoid overwriting the current pgd (V4, x86_64)Magnus Damm1-0/+29