summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
Commit message (Expand)AuthorAgeFilesLines
* manual update from upstream:Tony Luck2005-10-318-12/+43
|\
| * [PATCH] semaphore: Remove __MUTEX_INITIALIZER()Arthur Othieno2005-10-311-3/+0Star
| * [PATCH] vm: remove unused/broken page_pte[_prot] macrosTejun Heo2005-10-311-2/+0Star
| * [PATCH] unify sys_ptrace prototypeChristoph Hellwig2005-10-311-2/+0Star
| * [PATCH] Clean up mtrr compat ioctl codeBrian Gerst2005-10-311-0/+33
| * [PATCH] add sem_is_read/write_locked()Rik Van Riel2005-10-301-0/+5
| * [PATCH] gfp_t: dma-mapping (amd64)Al Viro2005-10-281-1/+1
| * [PATCH] gfp_t: dma-mapping (ia64)Al Viro2005-10-281-1/+1
| * Revert "x86-64: Avoid unnecessary double bouncing for swiotlb"Linus Torvalds2005-10-281-3/+3
* | Update from upstream with manual merge of Yasunori Goto'sTony Luck2005-10-204-1/+5
|\|
| * [PATCH] x86_64: Allocate cpu local data for all possible CPUsAndi Kleen2005-10-111-0/+1
| * [PATCH] x86_64: Add missing () around arguments of pte_index macroKirill Korotaev2005-09-301-1/+1
| * [PATCH] Fix up TLB flush filter disablingAndi Kleen2005-09-301-0/+1
| * [PATCH] x86_64: desc.h-needs smp.hAndrew Morton2005-09-171-0/+2
* | [PATCH] x86_64: implement dma_sync_single_range_for_{cpu,device}John W. Linville2005-09-291-4/+27
* | [PATCH] swiotlb: support syncing sub-ranges of mappingsJohn W. Linville2005-09-291-0/+8
|/
* [PATCH] feature removal of io_remap_page_range()Randy Dunlap2005-09-131-3/+0Star
* [PATCH] x86-64: clean up local_add/sub argumentsAndi Kleen2005-09-121-2/+2
* [PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert2005-09-121-0/+2
* [PATCH] x86-64: reduce x86-64 bug frame by 4 bytesJan Beulich2005-09-121-6/+4Star
* [PATCH] x86-64: Lose constraints on cmpxchgJan Beulich2005-09-121-3/+3
* [PATCH] x86-64: Declare NMI_VECTOR and handle it in the IPI sending code.Jan Beulich2005-09-122-3/+15
* [PATCH] x86-64: Remove unused vxtime.hz fieldAndi Kleen2005-09-121-1/+0Star
* [PATCH] x86-64: Set the stack pointer correctly in init_thread and init_tssAndi Kleen2005-09-121-1/+7
* [PATCH] x86-64: Safe interrupts in oops_begin/endJan Beulich2005-09-122-5/+2Star
* [PATCH] x86-64: Merge msr.c with i386 versionAndi Kleen2005-09-121-12/+27
* [PATCH] x86-64: Fix CFI informationJan Beulich2005-09-122-8/+23
* [PATCH] x86-64: Add dma_sync_single_range_for_{cpu,device}Andi Kleen2005-09-121-0/+5
* [PATCH] Replace extern inline with static inline in asm-x86_64/*Adrian Bunk2005-09-1210-30/+30
* [PATCH] Increase nodemap hash.Nakul Saraiya2005-09-121-1/+1
* [PATCH] x86-64: Fix off by one in pfn_validJim Paradis2005-09-121-1/+1
* [PATCH] x86-64: Increase TLB flush array sizeAndi Kleen2005-09-121-0/+4
* [PATCH] x86-64: Don't include config.h in asm/timex.hAndi Kleen2005-09-121-1/+0Star
* [PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen2005-09-122-10/+11
* [PATCH] x86-64: Make remote TLB flush more scalableAndi Kleen2005-09-121-8/+9
* [PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignmentsAndi Kleen2005-09-122-2/+2
* [PATCH] x86-64: Remove redundant max_mapnr and replace with end_pfnAndi Kleen2005-09-122-3/+3
* [PATCH] x86-64: Avoid unnecessary double bouncing for swiotlbAndi Kleen2005-09-121-3/+3
* [PATCH] x86-64: Support dualcore and 8 socket systems in k8 fallback node par...Andi Kleen2005-09-121-0/+1
* [PATCH] x86-64: Don't cache align PDA on UP buildsAndi Kleen2005-09-121-1/+1
* [PATCH] x86-64: Don't assign CPU numbers in SRAT parsingAndi Kleen2005-09-121-0/+2
* [PATCH] x86-64: Remove esr disable hack in APIC codeAndi Kleen2005-09-121-1/+0Star
* [PATCH] x86-64: Remove obsolete APIC "write around" bug workaroundAndi Kleen2005-09-121-3/+3
* [PATCH] i386/x86_64: make get_cpu_vendor() staticAdrian Bunk2005-09-101-1/+0Star
* [PATCH] spinlock consolidationIngo Molnar2005-09-102-122/+62Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2005-09-101-1/+1
|\
| * kbuild: alpha,x86_64 use generic asm-offsets.h supportSam Ravnborg2005-09-091-1/+1
* | [PATCH] remove unnecessary handle_IRQ_event() prototypesKenji Kaneshige2005-09-091-4/+0Star
|/
* Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-0810-114/+138
|\
| * [PATCH] Clean up struct flock definitionsStephen Rothwell2005-09-081-13/+0Star