summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Generic BUG for x86-64Jeremy Fitzhardinge2006-12-081-22/+22
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-0721-87/+244
|\
| * [PATCH] x86-64: Fix constraints in atomic_add_return()Andi Kleen2006-12-071-3/+3
| * [PATCH] x86-64: include/asm-x86_64/cpufeature.h isn't a userspace headerAdrian Bunk2006-12-071-1/+0
| * [PATCH] x86-64: Fix interrupt race in idle callback (3rd try)Venkatesh Pallipadi2006-12-071-0/+8
| * [PATCH] unwinder: more sanity checks in Dwarf2 unwinderJan Beulich2006-12-071-6/+2
| * [PATCH] x86: add sysctl for kstack_depth_to_printChuck Ebbert2006-12-071-0/+2
| * [PATCH] x86-64: Fix comments for MSR_FS_BASE and MSR_GS_BASE.Wink Saville2006-12-071-2/+2
| * [PATCH] x86-64: x86-64 add Intel BTS cpufeature bit and detection (take 2)Stephane Eranian2006-12-071-0/+2
| * [PATCH] x86: fix the irqbalance quirk for E7320/E7520/E7525Siddha, Suresh B2006-12-071-0/+1
| * [PATCH] x86-64: add genapic_forceSiddha, Suresh B2006-12-071-1/+1
| * [PATCH] x86: add write_pci_config_byte() to direct PCI access routinesSiddha, Suresh B2006-12-071-0/+1
| * [PATCH] x86-64: adjust pmd_bad()Jan Beulich2006-12-071-12/+10
| * [PATCH] x86-64: remove prototype of free_bootmem_generic()Jan Beulich2006-12-071-1/+0
| * [PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/mapsErnie Petrides2006-12-071-0/+1
| * [PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell2006-12-071-0/+12
| * [PATCH] x86: comment magic constants in delay.hPaolo 'Blaisorblade' Giarrusso2006-12-071-1/+4
| * [PATCH] x86-64: Make x86_64 udelay() round up instead of down.Paolo 'Blaisorblade' Giarrusso2006-12-071-1/+1
| * [PATCH] Calgary: allow compiling Calgary in but not using it by defaultMuli Ben-Yehuda2006-12-071-0/+2
| * [PATCH] Calgary: check BBAR ioremap success when ioremappingMuli Ben-Yehuda2006-12-071-5/+3
| * [PATCH] Calgary: use BIOS supplied BBARs and topology informationLaurent Vivier2006-12-071-0/+76
| * [PATCH] x86-64: Extract segment descriptor definitions for use outsideAvi Kivity2006-12-072-52/+70
| * [PATCH] x86-64: x86-64 add Intel Core related PMU MSRs definitionsStephane Eranian2006-12-071-0/+13
| * [PATCH] x86: all cpu backtraceAndrew Morton2006-12-071-0/+3
| * [PATCH] x86-64: remove duplicated cpu_mask_to_apicid in x86_64 smp.hYinghai Lu2006-12-071-5/+0
| * [PATCH] x86-64: add X86_FEATURE_PEBS and detectionStephane Eranian2006-12-071-0/+2
| * [PATCH] x86-64: x86_64 rename X86_FEATURE_DTES to X86_FEATURE_DSStephane Eranian2006-12-071-1/+2
| * [PATCH] x86-64: Don't keep interrupts disabled while spinning in spinlocksAndi Kleen2006-12-071-1/+28
* | [PATCH] cleanup asm/setup.h userspace visibilityAdrian Bunk2006-12-071-1/+0
* | [PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle2006-12-071-1/+2
* | [PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle2006-12-071-1/+1
* | [PATCH] declare smp_call_function_single in generic codeRandy Dunlap2006-12-071-7/+0
* | [PATCH] remove kernel syscallsArnd Bergmann2006-12-071-99/+0
* | [PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra2006-12-071-2/+2
* | x86[-64]:Remove 'volatile' from atomic_tLinus Torvalds2006-12-061-1/+1
* | [PATCH] Remove 'volatile' from spinlock_typesArt Haas2006-12-061-2/+2
|/
* [PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox2006-12-041-3/+0
* [PATCH] severing uaccess.h -> sched.hAl Viro2006-12-041-1/+0
* [PATCH] severing module.h->sched.hAl Viro2006-12-041-1/+0
* [NET]: X86_64 checksum annotations and cleanups.Al Viro2006-12-021-26/+28
* ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt2006-12-011-1/+9
* Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-011-0/+7
* [PATCH] x86-64: Fix race in exit_idleAndi Kleen2006-11-141-0/+9
* [PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabledAndi Kleen2006-11-141-2/+0
* [PATCH] x86: Add acpi_user_timer_override option for Asus boardsAndi Kleen2006-11-141-0/+1
* x86-64: clean up io-apic accessesLinus Torvalds2006-11-081-34/+0
* [PATCH] x86-64: Only look at per_cpu data for online cpus.Eric W. Biederman2006-10-251-0/+2
* [PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 stateAndi Kleen2006-10-211-0/+2
* [PATCH] x86-64: x86_64 add NX mask for PTE entrybibo,mao2006-10-211-0/+1
* ACPI: Processor native C-states using MWAITVenkatesh Pallipadi2006-10-141-0/+2
OpenPOWER on IntegriCloud