summaryrefslogtreecommitdiffstats
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-07-041-1/+1
|\
| * kbuild: introduce utsrelease.hSam Ravnborg2006-07-031-1/+1
* | [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-041-0/+2
* | [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-041-1/+1
* | [PATCH] lockdep: enable on x86_64Ingo Molnar2006-07-041-0/+4
* | [PATCH] lockdep: x86_64 early initIngo Molnar2006-07-041-0/+5
* | [PATCH] lockdep: irqtrace cleanup of include/asm-x86_64/irqflags.hIngo Molnar2006-07-041-0/+5
* | [PATCH] lockdep: irqtrace subsystem, x86_64 supportIngo Molnar2006-07-044-54/+161
* | [PATCH] lockdep: stacktrace subsystem, x86_64 supportIngo Molnar2006-07-043-0/+226
* | [PATCH] lockdep: x86_64 document stack frame internalsIngo Molnar2006-07-041-1/+60
* | [PATCH] lockdep: beautify x86_64 stacktracesIngo Molnar2006-07-043-41/+32Star
|/
* [PATCH] irq-flags: x86_64: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-07-014-0/+44
|\
| * [PATCH] audit syscall classesAl Viro2006-07-014-0/+44
* | [PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens2006-07-011-4/+3Star
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3029-29/+0Star
* typo fixes: occuring -> occurringAdrian Bunk2006-06-301-1/+1
* [NET]: make skb_release_data() staticAdrian Bunk2006-06-301-1/+0Star
* [PATCH] KConfig: Spellchecking 'similarity' and 'independent'Matt LaPlante2006-06-291-2/+2
* [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-0/+9
* [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-293-13/+15
* [PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto2006-06-291-0/+2
* [PATCH] x86_64: oprofile build fixAndrew Morton2006-06-281-0/+2
* [PATCH] x86: do_IRQ(): check irq numberAndrew Morton2006-06-281-0/+6
* [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-281-3/+5
* [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-281-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-281-1/+1
* [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-281-2/+5
* [PATCH] x86: increase interrupt vector rangeRusty Russell2006-06-283-5/+5
* [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-281-28/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-264-5/+5
|\
| * Storage class should be firstTobias Klauser2006-06-261-2/+2
| * spelling fixesAndreas Mohr2006-06-261-1/+1
| * fix paniced->panicked typosLee Revell2006-06-262-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-06-263-14/+31
|\ \
| * | [CRYPTO] aes: Add wrappers for assembly routinesHerbert Xu2006-06-262-6/+16
| * | [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-263-12/+19
| |/
* | Merge branch 'x86-64'Linus Torvalds2006-06-2655-888/+2635
|\ \
| * | [PATCH] x86_64: x86_64 stack usage debuggingEric Sandeen2006-06-261-0/+9
| * | [PATCH] x86_64: (resend) x86_64 stack overflow debuggingEric Sandeen2006-06-262-1/+34
| * | [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2006-06-262-5/+83
| * | [PATCH] x86_64: Avoid broadcasting NMI IPIsKeith Owens2006-06-261-9/+16
| * | [PATCH] x86_64: fix apic error on bootupSiddha, Suresh B2006-06-261-2/+13
| * | [PATCH] x86_64: enlarge window for stack growthChuck Ebbert2006-06-261-2/+4
| * | [PATCH] x86_64: Minor string functions optimizationsAndi Kleen2006-06-262-2/+2
| * | [PATCH] x86_64: Move export symbols to their C functionsAndi Kleen2006-06-2616-110/+49Star
| * | [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTORKeith Owens2006-06-261-1/+1
| * | [PATCH] x86_64: Fix modular pc speakerPiotr Kaczuba2006-06-261-1/+1
| * | [PATCH] x86_64: remove sys32_ni_syscall()Adrian Bunk2006-06-262-17/+0Star