summaryrefslogtreecommitdiffstats
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
| * [PATCH] x86-64: Minor white space cleanup in traps.cAndi Kleen2007-05-021-3/+1
| * [PATCH] x86-64: Allow sys_uselib unconditionallyAndi Kleen2007-05-021-4/+0
| * [PATCH] x86-64: Don't disable basic block reorderingAndi Kleen2007-05-021-3/+0
| * [PATCH] x86-64: Move cpu verification code to common fileVivek Goyal2007-05-025-123/+152
| * [PATCH] x86-64: Extend bzImage protocol for relocatable bzImageVivek Goyal2007-05-021-2/+11
| * [PATCH] x86-64: build-time checkingVivek Goyal2007-05-022-1/+8
| * [PATCH] x86-64: Relocatable Kernel SupportVivek Goyal2007-05-028-330/+593
| * [PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal2007-05-026-32/+39
| * [PATCH] x86: Move swsusp __pa() dependent code to arch portionVivek Goyal2007-05-021-0/+14
| * [PATCH] x86-64: Remove the identity mapping as early as possibleVivek Goyal2007-05-025-58/+25
| * [PATCH] x86-64: Modify discover_ebda to use virtual addressesVivek Goyal2007-05-021-2/+2
| * [PATCH] x86-64: 64bit ACPI wakeup trampolineVivek Goyal2007-05-023-51/+41
| * [PATCH] x86-64: wakeup.S misc cleanupsVivek Goyal2007-05-021-72/+40
| * [PATCH] x86-64: wakeup.S rename registers to reflect right namesVivek Goyal2007-05-021-18/+18
| * [PATCH] x86-64: Get rid of dead code in suspend resumeVivek Goyal2007-05-021-56/+1
| * [PATCH] x86-64: 64bit PIC SMP trampolineVivek Goyal2007-05-023-22/+156
| * [PATCH] x86-64: Add EFER to the register set saved by save_processor_stateVivek Goyal2007-05-021-1/+2
| * [PATCH] x86-64: cleanup segmentsVivek Goyal2007-05-021-6/+6
| * [PATCH] x86-64: modify copy_bootdata to use virtual addressesVivek Goyal2007-05-021-9/+8
| * [PATCH] x86-64: Fix early printk to use standard ISA mappingVivek Goyal2007-05-021-2/+1
| * [PATCH] x86-64: Clean up the early boot page tableVivek Goyal2007-05-021-33/+28
| * [PATCH] x86-64: Kill temp boot pmdsVivek Goyal2007-05-022-58/+45
| * [PATCH] x86-64: dma_ops as constStephen Hemminger2007-05-025-5/+5
| * [PATCH] x86-64: fix cpu MHz reporting on constant_tsc cpusJoerg Roedel2007-05-024-10/+64
| * [PATCH] x86-64: Correct max number of CPUs in KconfigAndi Kleen2007-05-021-2/+2
| * [PATCH] x86-64: x86_64 make NMI use PERFCTR1 for architectural perfmon (take 2)Stephane Eranian2007-05-021-4/+4
| * [PATCH] x86-64: Some cleanup in time.cAndi Kleen2007-05-021-4/+1
| * [PATCH] x86: Fix i386 and x86_64 fault information pollutionAndi Kleen2007-05-021-7/+23
| * [PATCH] x86-64: a few missing entry.S annotationsJan Beulich2007-05-021-0/+5
| * [PATCH] x86: consolidate smp_send_stop()Jan Beulich2007-05-021-18/+10
| * [PATCH] x86-64: adjust inclusion of asm/vsyscall32.hJan Beulich2007-05-021-0/+1
| * [PATCH] x86: adjust inclusion of asm/fixmap.hJan Beulich2007-05-022-0/+2
| * [PATCH] x86: default to physical mode on hotplug CPU kernelsIngo Molnar2007-05-022-14/+4
| * [PATCH] x86-64: remove clustered APIC modeIngo Molnar2007-05-022-139/+1
| * [PATCH] x86-64: always use physical delivery mode on > 8 CPUsIngo Molnar2007-05-021-56/+15
| * [PATCH] x86-64: optimize & fix APIC mode setupIngo Molnar2007-05-021-24/+15
| * [PATCH] x86: revert x86_64-mm-fix-the-irqbalance-quirk-for-e7320-e7520-e7525Andrew Morton2007-05-022-21/+0
| * [PATCH] x86-64: revert x86_64-mm-add-genapic_forceAndrew Morton2007-05-021-8/+1
| * [PATCH] x86-64: Update defconfigAndi Kleen2007-05-021-134/+49
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-05-042-2/+3
|\ \
| * | MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-021-2/+2
| * | msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Dan Williams2007-05-021-0/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-05-041-4/+15
|\ \ | |/ |/|
| * [CPUFREQ] cleanup kconfig optionsMike Frysinger2007-04-261-4/+15
* | libata/IDE: remove combined mode quirkJeff Garzik2007-04-281-1/+0
|/
* [PATCH] x86-64: Always flush all pages in change_page_attrAndi Kleen2007-04-241-1/+1
* [PATCH] x86-64: make GART PTEs uncacheableJoachim Deguara2007-04-241-1/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-171-1/+0
|\
| * [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-171-1/+0
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-04-172-5/+7
|\ \ | |/ |/|
OpenPOWER on IntegriCloud