summaryrefslogtreecommitdiffstats
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-02-1430-416/+761
|\ \ \
| * | | [PATCH] x86-64: Remove mk_pte_phys()Andi Kleen2007-02-131-1/+3
| * | | [PATCH] x86: Unify pcspeaker platform device code between i386/x86-64Andi Kleen2007-02-132-20/+2
| * | | [PATCH] x86_64: Wire up compat epoll_pwaitRalf Baechle2007-02-131-0/+1
| * | | [PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen2007-02-131-1/+6
| * | | [PATCH] x86: Enable NMI watchdog for AMD Family 0x10 CPUsAndi Kleen2007-02-131-1/+1
| * | | [PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfoAndi Kleen2007-02-131-4/+10
| * | | [PATCH] x86-64: survive having no irq mapping for a vectorEric W. Biederman2007-02-131-3/+9
| * | | [PATCH] x86-64: Minor patch for compilation warning in x86_64 signal codeEvgeniy Polyakov2007-02-131-2/+2
| * | | [PATCH] x86-64: avoid warning message livelockRoland Dreier2007-02-131-2/+3
| * | | [PATCH] x86-64: update IO-APIC dest field to 8-bit for xAPICBenjamin Romer2007-02-131-13/+11
| * | | [PATCH] x86-64: clean up sparsemem memory_present callBob Picco2007-02-131-15/+2
| * | | [PATCH] x86: fix laptop bootup hang in init_acpi()Ingo Molnar2007-02-131-0/+27
| * | | [PATCH] x86-64: robustify bad_dma_address handlingMuli Ben-Yehuda2007-02-131-2/+15
| * | | [PATCH] x86-64: Don't reserve ROMsAndi Kleen2007-02-131-128/+2
| * | | [PATCH] x86-64: Fix off by one error in IOMMU boundary checkingAndi Kleen2007-02-131-2/+2
| * | | [PATCH] x86-64: x86_64 - Fix FS/GS registers for VT executionZachary Amsden2007-02-131-6/+14
| * | | [PATCH] x86-64: Unexport __supported_pte_maskAndi Kleen2007-02-131-1/+0
| * | | [PATCH] x86-64: Check return value of putreg in PTRACE_SETREGSAndi Kleen2007-02-131-2/+6
| * | | [PATCH] x86-64: - Ignore long SMI interrupts in clock calibration code - upda...Jack Steiner2007-02-131-2/+7
| * | | [PATCH] x86-64: Kconfig typosNicolas Kaiser2007-02-131-6/+6
| * | | [PATCH] x86-64: Allow to run a program when a machine check event is detectedAndi Kleen2007-02-132-12/+58
| * | | [PATCH] x86-64: Tighten mce_amd driver MSR readsJan Beulich2007-02-131-15/+25
| * | | [PATCH] x86: simplify notify_page_fault()Jan Beulich2007-02-131-10/+8
| * | | [PATCH] x86-64: Handle 32 bit PerfMon Counter writes cleanly in x86_64 nmi_wa...Venkatesh Pallipadi2007-02-131-14/+32
| * | | [PATCH] x86-64: Use constant instead of raw number in x86_64 ioperm.cGlauber de Oliveira Costa2007-02-131-1/+1
| * | | [PATCH] x86-64: Remove fastcall references in x86_64 codeGlauber de Oliveira Costa2007-02-132-3/+3
| * | | [PATCH] x86-64: Fix fake numa for x86_64 machines with big IO holeRohit Seth2007-02-132-14/+127
| * | | [PATCH] x86-64: do not always end the stack trace with ULONG_MAXCatalin Marinas2007-02-131-2/+3
| * | | [PATCH] x86-64: improved iommu documentationKarsten Weiss2007-02-132-26/+12
| * | | [PATCH] mmconfig: fix unreachable_devices()OGAWA Hirofumi2007-02-131-0/+6
| * | | [PATCH] mmconfig: minor cleanup in mmconfig codeOGAWA Hirofumi2007-02-131-12/+4
| * | | [PATCH] mmconfig: remove #define MMCONFIG_APER_XXXOGAWA Hirofumi2007-02-131-4/+0
| * | | [PATCH] mmconfig: Reject a broken MCFG tables on Asus etcOGAWA Hirofumi2007-02-131-36/+14
| * | | [PATCH] mmconfig: Fix x86_64 ioremap base_addressOGAWA Hirofumi2007-02-131-11/+35
| * | | [PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64Olivier Galibert2007-02-132-65/+14
| * | | [PATCH] x86-64: x86_64-make-the-numa-hash-function-nodemap-allocation fix fixAmul Shah2007-02-131-7/+8
| * | | [PATCH] x86-64: Allocate the NUMA hash function nodemap dynamicallyAmul Shah2007-02-133-9/+77
| * | | [PATCH] x86-64: Add __copy_from_user_nocacheAndi Kleen2007-02-133-1/+219
| * | | [PATCH] x86-64: Update defconfigAndi Kleen2007-02-131-11/+34
| |/ /
* | | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-143-3/+3
* | | [PATCH] sysctl: C99 convert ctl_tables in arch/x86_64/mm/init.cEric W. Biederman2007-02-141-6/+16
* | | [PATCH] sysctl: C99 convert ctl_tables in arch/x86_64/kernel/vsyscall.cEric W. Biederman2007-02-141-2/+2
* | | [PATCH] sysctl: C99 convert ctl_tables in arch/x86_64/ia32/ia32_binfmt.cEric W. Biederman2007-02-141-10/+20
* | | [PATCH] sysctl: x86_64: remove unnecessary use of insert_at_headEric W. Biederman2007-02-142-2/+2
|/ /
* | [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-121-1/+1
* | [PATCH] Dynamic kernel command-line: fixupsAlon Bar-Lev2007-02-121-2/+0
* | [PATCH] Dynamic kernel command-line: x86_64Alon Bar-Lev2007-02-122-5/+5
* | [PATCH] Consolidate bust_spinlocks()Kirill Korotaev2007-02-111-21/+0
* | [PATCH] Common compat_sys_sysinfoKyle McMartin2007-02-112-67/+1
OpenPOWER on IntegriCloud