summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen2006-06-262-2/+2
* [PATCH] x86_64: remove unused gart header fileJon Mason2006-06-261-16/+0Star
* [PATCH] x86_64: Remove long obsolete CVSAndi Kleen2006-06-262-3/+1Star
* [PATCH] x86_64: nmi watchdog header cleanupDon Zickus2006-06-262-22/+24
* [PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen2006-06-261-0/+14
* [PATCH] x86_64: Remove bogus comment in topology.hAndi Kleen2006-06-261-2/+0Star
* [PATCH] x86_64: Remove most of ia32_unistd.hAndi Kleen2006-06-261-305/+3Star
* [PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann2006-06-269-123/+190
* [PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen2006-06-261-0/+1
* [PATCH] x86_64: Use __always_inline for __inline_memcpyAndi Kleen2006-06-261-1/+2
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-251-0/+2
* [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driverMatt Mackall2006-06-251-4/+2Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-232-2/+2
|\
| * Pull bugzilla-5653 into release branchLen Brown2006-06-151-0/+2
| |\
| | * [ACPI] enable SMP C-states on x86_64David Shaohua Li2006-02-091-0/+2
| * | Pull trivial1 into release branchLen Brown2006-06-151-2/+0Star
| |\ \
| | * | x86_64: Remove stale lapic definition from apicdef.h Ashok Raj2006-04-021-2/+0Star
* | | | [PATCH] sys_move_pages: x86_64 supportChristoph Lameter2006-06-231-1/+3
* | | | [PATCH] Delete unused definitions of kvaddr_to_nidRalf Baechle2006-06-231-1/+0Star
* | | | [PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2006-06-231-1/+0Star
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-231-1/+9
|\ \ \ \
| * | | | [PATCH] PCI: cleanup unused variable about msi driverbibo,mao2006-06-211-1/+1
| * | | | [PATCH] PCI: msi abstractions and support for altixMark Maule2006-06-211-0/+8
* | | | | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra useBjorn Helgaas2006-06-231-1/+1
|/ / / /
* | | | Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-2131-39/+10Star
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-242-0/+3
| |\ \ \
| * | | | Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.hDavid Woodhouse2006-05-211-4/+4
| * | | | Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse2006-04-291-3/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-04-291-1/+3
| |\ \ \ \
| * | | | | Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.hDavid Woodhouse2006-04-271-2/+2
| * | | | | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-2630-30/+0Star
* | | | | | [PATCH] x86_64: Fix stack/mmap randomization for compat tasksAndi Kleen2006-05-311-1/+1
| |_|/ / / |/| | | |
* | | | | [PATCH] x86_64: Avoid EBDA area in early boot allocatorAndi Kleen2006-05-081-0/+2
* | | | | [PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray2006-05-081-0/+1
| |/ / / |/| | |
* | | | [PATCH] Add support for the sys_vmsplice syscallJens Axboe2006-04-261-1/+3
|/ / /
* | | [PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2Eric Dumazet2006-04-201-2/+2
* | | [PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen2006-04-202-1/+20
* | | [PATCH] for_each_possible_cpu: x86_64KAMEZAWA Hiroyuki2006-04-191-1/+1
* | | [PATCH] x86_64: Add tee and sync_file_rangeAndi Kleen2006-04-181-1/+3
* | | [PATCH] x86_64: Increase NUMA hash function nodemapAndi Kleen2006-04-181-1/+2
* | | [PATCH] splice: add support for sys_tee()Jens Axboe2006-04-111-1/+3
* | | [PATCH] x86_64: inline function prefix with __always_inline in vsyscallmao, bibo2006-04-111-1/+1
* | | [PATCH] x86_64: fix sync before RDTSC on Intel cpusSiddha, Suresh B2006-04-111-1/+1
* | | [PATCH] Configurable NODES_SHIFTYasunori Goto2006-04-112-11/+0Star
* | | [PATCH] x86_64: Eliminate IA32_NR_syscalls defineAndi Kleen2006-04-091-2/+0Star
* | | [PATCH] x86_64: fix CONFIG_REORDERSam Ravnborg2006-04-091-1/+1
* | | [PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave2006-04-091-0/+2
* | | [PATCH] x86_64: Don't run NMI watchdog during machine checksAndi Kleen2006-04-091-0/+7
* | | [PATCH] x86_64: extra NODES_SHIFT definitionDave Hansen2006-04-091-2/+0Star
* | | [PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven2006-04-091-0/+1