summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-232-72/+1
|\
| * Pull bugzilla-5653 into release branchLen Brown2006-06-152-72/+1
| |\
| | * [ACPI] enable SMP C-states on x86_64David Shaohua Li2006-02-092-72/+1
* | | [PATCH] don't use flush_tlb_all in suspend timeShaohua Li2006-06-231-2/+5
* | | [PATCH] swsusp: x86_64 mark special saveable/unsaveable pagesShaohua Li2006-06-231-0/+95
* | | [PATCH] x86: make i387 mxcsr_feature_mask __read_mostlyAndreas Mohr2006-06-231-1/+1
* | | [PATCH] x86: make using_apic_timer __read_mostlyAndreas Mohr2006-06-231-1/+1
|/ /
* | [PATCH] Fix HPET operation on 64-bit NVIDIA platformsAndy Currid2006-06-081-5/+25
* | [PATCH] x86_64: Don't do syscall exit tracing twiceAndi Kleen2006-05-301-6/+1
* | [PATCH] x86_64: Fix off by one in bad_addr checking in find_e820_areaRobert Hentosh2006-05-301-1/+1
* | [PATCH] x86_64: Handle empty node zeroDaniel Yeisley2006-05-302-1/+5
* | [PATCH] x86_64: fix last_tsc calculation of PM timerJan Beulich2006-05-301-1/+1
* | [PATCH] x86_64: Fix no IOMMU warning in PCI-GART driverAndi Kleen2006-05-301-4/+2
* | [PATCH] kprobes: bad manipulation of 2 byte opcode on x86_64Satoshi Oshima2006-05-211-3/+3
* | [PATCH] x86_64: Don't schedule on exception stack on preemptive kernelsAndi Kleen2006-05-161-4/+17
* | [PATCH] x86_64: Don't warn for overflow in nommu case when dma_mask is < 32bitAndi Kleen2006-05-161-3/+4
* | [PATCH] x86_64: Avoid EBDA area in early boot allocatorAndi Kleen2006-05-082-8/+28
* | [PATCH] x86_64: add nmi_exit to die_nmiCorey Minyard2006-05-081-0/+2
* | [PATCH] x86_64: fix die_lock nestingCorey Minyard2006-05-081-1/+9
* | [PATCH] x86_64: Check for too many northbridges in IOMMU codeAndi Kleen2006-05-081-0/+8
* | [PATCH] x86_64: avoid IRQ0 ioapic pin collisionKimball Murray2006-05-082-1/+16
* | Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-05-011-3/+3
|\ \
| * | [PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro2006-05-011-3/+3
* | | [PATCH] x86_64: make PC Speaker driver workMikael Pettersson2006-05-011-0/+19
|/ /
* | [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-262-2/+2
* | [PATCH] x86_64: Fix a race in the free_iommu pathMike Waychison2006-04-221-4/+0
* | [PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen2006-04-202-1/+7
* | [PATCH] Switch Kprobes inline functions to __kprobes for x86_64Prasanna S Panchamukhi2006-04-191-5/+5
* | [PATCH] x86_64: x86_64 add crashdump trigger pointsVivek Goyal2006-04-181-0/+5
* | [PATCH] DMI: move dmi_scan.c from arch/i386 to drivers/firmware/Bjorn Helgaas2006-04-141-3/+1
* | [PATCH] x86_64: Remove check for canonical RIPAndi Kleen2006-04-111-5/+0
* | [PATCH] No arch-specific strpbrk implementationsKyle McMartin2006-04-111-1/+0
* | [PATCH] x86_64: Plug GS leak in arch_prctl()John Blackwood2006-04-091-2/+8
* | [PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave2006-04-091-0/+2
* | [PATCH] x86_64: Fixup read_mostly section on internode cache line size for vSMPRavikiran G Thirumalai2006-04-091-1/+1
* | [PATCH] x86_64: Don't return error for HPET initialization in initcallAndi Kleen2006-04-091-1/+1
* | [PATCH] x86_64: Don't export strlen twiceAndi Kleen2006-04-091-2/+0
* | [PATCH] x86_64: When user could have changed RIP always force IRETAndi Kleen2006-04-091-2/+10
* | [PATCH] x86_64: Don't run NMI watchdog during machine checksAndi Kleen2006-04-092-1/+14
* | [PATCH] x86_64: Clear APIC feature bit when local APIC is disabledAndi Kleen2006-04-091-1/+3
* | [PATCH] x86_64: Fix compilation with CONFIG_PCI=n / allnoconfigAndi Kleen2006-04-091-0/+2
* | [PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven2006-04-091-0/+33
* | [PATCH] x86_64: Rename e820_mapped to e820_any_mappedArjan van de Ven2006-04-092-2/+3
* | [PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen2006-04-091-1/+1
* | [PATCH] x86_64: Clean up execve pathAndi Kleen2006-04-091-16/+0
* | [PATCH] unexport get_wchanAdrian Bunk2006-03-311-2/+0
* | [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-319-19/+19
* | [PATCH] RTC: Remove RTC UIP synchronization on x86_64Matt Mackall2006-03-281-29/+12
* | [PATCH] Notifier chain update: API changesAlan Stern2006-03-272-21/+14
* | [PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B2006-03-272-1/+26
OpenPOWER on IntegriCloud