aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
AgeCommit message (Expand)AuthorFilesLines
2005-10-31manual update from upstream:Tony Luck8-12/+43
2005-10-30[PATCH] semaphore: Remove __MUTEX_INITIALIZER()Arthur Othieno1-3/+0
2005-10-30[PATCH] vm: remove unused/broken page_pte[_prot] macrosTejun Heo1-2/+0
2005-10-30[PATCH] unify sys_ptrace prototypeChristoph Hellwig1-2/+0
2005-10-30[PATCH] Clean up mtrr compat ioctl codeBrian Gerst1-0/+33
2005-10-29[PATCH] add sem_is_read/write_locked()Rik Van Riel1-0/+5
2005-10-28[PATCH] gfp_t: dma-mapping (amd64)Al Viro1-1/+1
2005-10-28[PATCH] gfp_t: dma-mapping (ia64)Al Viro1-1/+1
2005-10-27Revert "x86-64: Avoid unnecessary double bouncing for swiotlb"Linus Torvalds1-3/+3
2005-10-20Update from upstream with manual merge of Yasunori Goto'sTony Luck4-1/+5
2005-10-10[PATCH] x86_64: Allocate cpu local data for all possible CPUsAndi Kleen1-0/+1
2005-09-30[PATCH] x86_64: Add missing () around arguments of pte_index macroKirill Korotaev1-1/+1
2005-09-29[PATCH] Fix up TLB flush filter disablingAndi Kleen1-0/+1
2005-09-29[PATCH] x86_64: implement dma_sync_single_range_for_{cpu,device}John W. Linville1-4/+27
2005-09-29[PATCH] swiotlb: support syncing sub-ranges of mappingsJohn W. Linville1-0/+8
2005-09-17[PATCH] x86_64: desc.h-needs smp.hAndrew Morton1-0/+2
2005-09-13[PATCH] feature removal of io_remap_page_range()Randy Dunlap1-3/+0
2005-09-12[PATCH] x86-64: clean up local_add/sub argumentsAndi Kleen1-2/+2
2005-09-12[PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert1-0/+2
2005-09-12[PATCH] x86-64: reduce x86-64 bug frame by 4 bytesJan Beulich1-6/+4
2005-09-12[PATCH] x86-64: Lose constraints on cmpxchgJan Beulich1-3/+3
2005-09-12[PATCH] x86-64: Declare NMI_VECTOR and handle it in the IPI sending code.Jan Beulich2-3/+15
2005-09-12[PATCH] x86-64: Remove unused vxtime.hz fieldAndi Kleen1-1/+0
2005-09-12[PATCH] x86-64: Set the stack pointer correctly in init_thread and init_tssAndi Kleen1-1/+7
2005-09-12[PATCH] x86-64: Safe interrupts in oops_begin/endJan Beulich2-5/+2
2005-09-12[PATCH] x86-64: Merge msr.c with i386 versionAndi Kleen1-12/+27
2005-09-12[PATCH] x86-64: Fix CFI informationJan Beulich2-8/+23
2005-09-12[PATCH] x86-64: Add dma_sync_single_range_for_{cpu,device}Andi Kleen1-0/+5
2005-09-12[PATCH] Replace extern inline with static inline in asm-x86_64/*Adrian Bunk10-30/+30
2005-09-12[PATCH] Increase nodemap hash.Nakul Saraiya1-1/+1
2005-09-12[PATCH] x86-64: Fix off by one in pfn_validJim Paradis1-1/+1
2005-09-12[PATCH] x86-64: Increase TLB flush array sizeAndi Kleen1-0/+4
2005-09-12[PATCH] x86-64: Don't include config.h in asm/timex.hAndi Kleen1-1/+0
2005-09-12[PATCH] x86-64: Some cleanup and optimization to the processor data area.Andi Kleen2-10/+11
2005-09-12[PATCH] x86-64: Make remote TLB flush more scalableAndi Kleen1-8/+9
2005-09-12[PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignmentsAndi Kleen2-2/+2
2005-09-12[PATCH] x86-64: Remove redundant max_mapnr and replace with end_pfnAndi Kleen2-3/+3
2005-09-12[PATCH] x86-64: Avoid unnecessary double bouncing for swiotlbAndi Kleen1-3/+3
2005-09-12[PATCH] x86-64: Support dualcore and 8 socket systems in k8 fallback node par...Andi Kleen1-0/+1
2005-09-12[PATCH] x86-64: Don't cache align PDA on UP buildsAndi Kleen1-1/+1
2005-09-12[PATCH] x86-64: Don't assign CPU numbers in SRAT parsingAndi Kleen1-0/+2
2005-09-12[PATCH] x86-64: Remove esr disable hack in APIC codeAndi Kleen1-1/+0
2005-09-12[PATCH] x86-64: Remove obsolete APIC "write around" bug workaroundAndi Kleen1-3/+3
2005-09-10[PATCH] i386/x86_64: make get_cpu_vendor() staticAdrian Bunk1-1/+0
2005-09-10[PATCH] spinlock consolidationIngo Molnar2-122/+62
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-1/+1
2005-09-09[PATCH] remove unnecessary handle_IRQ_event() prototypesKenji Kaneshige1-4/+0
2005-09-09kbuild: alpha,x86_64 use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown10-114/+138
2005-09-07[PATCH] Clean up struct flock definitionsStephen Rothwell1-13/+0
2005-09-07[PATCH] Clean up the fcntl operationsStephen Rothwell1-21/+0
2005-09-07[PATCH] Clean up the open flagsStephen Rothwell1-17/+0
2005-09-07[PATCH] Create asm-generic/fcntl.hStephen Rothwell1-25/+1
2005-09-07[PATCH] remove verify_area(): remove verify_area() from various uaccess.h hea...Jesper Juhl1-7/+0
2005-09-07[PATCH] remove asm-*/hdreg.hChristoph Hellwig1-1/+0
2005-09-07[PATCH] auxiliary vector cleanupsH. J. Lu1-0/+4
2005-09-07[PATCH] compat: be more consistent about [ug]id_tStephen Rothwell1-10/+10
2005-09-07[PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedupJakub Jelinek1-0/+98
2005-09-07[PATCH] x86_64: prefetchw() can fall back to prefetch() if !3DNOWEric Dumazet1-1/+1
2005-09-05[PATCH] i386: cleanup serialize msrZachary Amsden1-0/+5
2005-09-05[PATCH] x86_64: avoid some atomic operations during address space destructionZachary Amsden1-0/+14
2005-09-05[PATCH] sab: consolidate kmem_bufctl_tKyle Moffett1-2/+0
2005-09-05[PATCH] remove hugetlb_clean_stale_pgtable() and fix huge_pte_alloc()Chen, Kenneth W1-1/+0
2005-09-05[PATCH] hugetlb: add pte_huge() macroAdam Litke1-1/+2
2005-09-05[PATCH] mm: correct _PAGE_FILE commentPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-09-05[PATCH] mm: consolidate get_orderStephen Rothwell1-14/+2
2005-09-03Merge linux-2.6 into linux-acpi-2.6 testLen Brown2-1/+3
2005-08-29[NET]: Fix ipl=>ihl typo in ip_fast_csumThomas Graf1-1/+1
2005-08-29[NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy1-0/+2
2005-08-29Auto-update from upstreamLen Brown1-0/+2
2005-08-26[PATCH] x86_64: Tell VM about holes in nodesAndi Kleen1-0/+2
2005-08-25[ACPI] delete CONFIG_ACPI_PCILen Brown1-14/+11
2005-08-24[ACPI] delete CONFIG_ACPI_BOOTLen Brown3-5/+5
2005-08-16[PATCH] i386 / desc_empty macro is incorrectZachary Amsden1-1/+1
2005-08-14Revert PCIBIOS_MIN_IO changes for 2.6.13Linus Torvalds1-1/+3
2005-08-02[PATCH] increase PCIBIOS_MIN_IO on x86Ivan Kokshaysky1-3/+1
2005-07-29[PATCH] Fix sync_tsc hangEric W. Biederman1-0/+3
2005-07-29[PATCH] x86_64 machine_kexec: Use standard pagetable helpersEric W. Biederman1-0/+2
2005-07-28[PATCH] x86_64: Fix gcc 4 warning in sched_find_first_bitJesse Millan1-2/+1
2005-07-28[PATCH] x86_64: Switch to the interrupt stack when running a softirq in local...Andi Kleen1-0/+2
2005-07-28[PATCH] x86_64: Turn BUG data into valid instructionAndi Kleen1-3/+10
2005-07-28[PATCH] x86_64: Fix incorrectly defined MSR_K8_SYSCFGAndi Kleen1-1/+1
2005-07-28[PATCH] x86_64: Fix some typos in system.h commentsAndi Kleen1-2/+2
2005-07-28[PATCH] x86_64: Remove obsolete eat_key prototypeAndi Kleen1-3/+0
2005-07-28[PATCH] x86_64: Fix some comments in tlbflush.hAndi Kleen1-3/+6
2005-07-28[PATCH] x86_64: Some cleanup in setup64.cAndi Kleen1-0/+1
2005-07-28[PATCH] x86_64: i386/x86_64: remove prototypes for not existing functions in ...Andi Kleen1-3/+0
2005-07-28[PATCH] x86_64: Use for_each_cpu_mask for clustered IPI flushAndi Kleen1-24/+21
2005-07-26[PATCH] x86_64: Implemenent machine_emergency_restartEric W. Biederman1-1/+1
2005-07-26[PATCH] Add emergency_restart()Eric W. Biederman1-0/+6
2005-07-26[PATCH] inotify: add x86-64 syscall entriesRobert Love2-3/+14
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown2-7/+3
2005-07-12[ACPI] enable C2 and C3 idle power states on SMPVenkatesh Pallipadi1-6/+2
2005-07-12[ACPI] PNPACPI vs sound IRQDavid Shaohua Li1-1/+1
2005-07-07[PATCH] MTRR suspend/resume cleanupShaohua Li1-0/+7
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar1-0/+2
2005-06-29[PATCH] Serial: Split 8250 port table (part 2)Russell King1-101/+1
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH2-6/+12
2005-06-27[PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=nAndrew Morton1-0/+2
2005-06-27[PATCH] PCI: DMA bursting adviceDavid S. Miller1-0/+8
2005-06-27[PATCH] seccomp: tsc disableAndrea Arcangeli1-5/+7
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-1/+5
2005-06-25[PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal1-0/+5
2005-06-25[PATCH] kexec: x86_64 kexec implementationEric W. Biederman2-1/+29
2005-06-25[PATCH] kexec: x86_64: add CONFIG_PHYSICAL_STARTEric W. Biederman1-2/+4
2005-06-25[PATCH] kexec: x86_64: restore apic virtual wire mode on shutdownEric W. Biederman1-1/+1
2005-06-25[PATCH] kexec: x86: rename APIC_MODE_EXINTEric W. Biederman1-1/+1
2005-06-25[PATCH] sched: sched tuningNick Piggin1-2/+1
2005-06-25[PATCH] sched: balance on forkNick Piggin1-0/+2
2005-06-25[PATCH] sched: no aggressive idle balancingNick Piggin1-1/+0
2005-06-25[PATCH] sched: balance timersNick Piggin1-1/+5
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-06-25[PATCH] swsusp: clean assembly partsPavel Machek1-1/+1
2005-06-25[PATCH] x86_64: Dont use broadcast shortcut to make it cpu hotplug safe.Ashok Raj1-0/+2
2005-06-25[PATCH] x86_64: CPU hotplug supportAshok Raj2-0/+7
2005-06-23[PATCH] compat: introduce compat_time_tStephen Rothwell1-1/+1
2005-06-23[PATCH] adjust per_cpu definition in non-SMP caseJan Beulich1-1/+1
2005-06-23[PATCH] x86_64 specific function return probesRusty Lynch1-0/+3
2005-06-23[PATCH] streamline preempt_count type across archsJesper Juhl1-1/+1
2005-06-23[PATCH] xen: x86_64: Add macro for debugregVincent Hanquez1-0/+8
2005-06-23[PATCH] xen: x86: Rename usermode macroVincent Hanquez1-0/+1
2005-06-23[PATCH] eliminate duplicate rdpmc definitionJan Beulich1-5/+0
2005-06-23[PATCH] i386: Selectable Frequency of the Timer InterruptChristoph Lameter1-2/+4
2005-06-23[PATCH] x86/x86_64: pcibus_to_nodeChristoph Lameter1-11/+3
2005-06-23[PATCH] Platform SMIs and their interferance with tsc based delay calibrationVenkatesh Pallipadi1-0/+3
2005-06-23[PATCH] add x86-64 specific support for sparsememMatt Tolentino2-2/+26
2005-06-23[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config optionsMatt Tolentino4-15/+13
2005-06-23[PATCH] remove non-DISCONTIG use of pgdat->node_mem_mapDave Hansen1-4/+1
2005-06-21[PATCH] Hugepage consolidationDavid Gibson2-1/+3
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-1/+1
2005-06-21[PATCH] x86_64: TASK_SIZE fixes for compatibility mode processesSuresh Siddha2-6/+7
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser1-0/+10
2005-05-25[PATCH] x86_64: CONFIG_BUG=n fixesAlexander Nyberg1-0/+2
2005-05-20Remove some left-over empty filesLinus Torvalds1-0/+0
2005-05-17[PATCH] kill <asm/ioctl32.h>Christoph Hellwig1-1/+0
2005-05-17[PATCH] x86_64: Collected NMI watchdog fixes.Andi Kleen1-0/+2
2005-05-17[PATCH] x86_64: Add pmtimer supportAndi Kleen2-0/+8
2005-05-17[PATCH] x86_64: Remove unique APIC/IO-APIC ID checkAndi Kleen1-1/+0
2005-05-17[PATCH] x86_64: Remove x86_apicid fieldAndi Kleen1-1/+0
2005-05-17[PATCH] x86_64: Increase number of IO-APICsAndi Kleen1-1/+1
2005-05-17[PATCH] x86_64: Add a guard page at the end of the 47bit address spaceAndi Kleen1-2/+2
2005-05-05[PATCH] make some things staticAdrian Bunk1-1/+1
2005-05-04[PATCH] asm/signal.h unificationAl Viro1-13/+1
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-1/+1
2005-05-01[PATCH] consolidate SIGEV_PAD_SIZEStephen Rothwell1-2/+0
2005-05-01[PATCH] move SA_xxx defines to linux/signal.hStas Sergeev1-14/+0
2005-05-01[PATCH] remove all kernel BUGsMatt Mackall1-1/+3
2005-05-01[PATCH] Increase number of e820 entries hard limit from 32 to 128Venkatesh Pallipadi2-2/+3
2005-05-01[PATCH] CPUID bug and inconsistency fixH. Peter Anvin1-4/+10
2005-05-01[PATCH] check nmi watchdog is brokenJack F Vogel1-1/+0
2005-04-19[PATCH] freepgt: arch FIRST_USER_ADDRESS 0Hugh Dickins1-1/+1
2005-04-16[PATCH] x86_64: Switch SMP bootup over to new CPU hotplug state machineAndi Kleen3-24/+8
2005-04-16[PATCH] x86_64: Rename the extended cpuid level fieldAndi Kleen1-1/+1
2005-04-16[PATCH] x86_64: add support for Intel dual-core detection and displayingAndi Kleen1-0/+2
2005-04-16[PATCH] x86_64: Remove duplicated syscall entry.Andi Kleen1-2/+0
2005-04-16[PATCH] x86_64: Keep only a single debug notifier chainAndi Kleen1-1/+0
2005-04-16[PATCH] x86_64: Port over e820 gap detection from i386Andi Kleen1-0/+1
2005-04-16[PATCH] x86_64: Correct wrong comment in local.hAndi Kleen1-1/+2
2005-04-16[PATCH] x86_64: Support constantly ticking TSCsAndi Kleen1-0/+1
2005-04-16[PATCH] x86_64: Use a common function to find code segment basesAndi Kleen1-0/+5
2005-04-16[PATCH] x86_64: Use a VMA for the 32bit vsyscallAndi Kleen1-2/+0
2005-04-16[PATCH] x86-64: Fix BUG()Andi Kleen1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds140-0/+13947