| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Generic BUG for x86-64 | Jeremy Fitzhardinge | 2006-12-08 | 1 | -22/+22 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-12-07 | 21 | -87/+244 |
|\ |
|
| * | [PATCH] x86-64: Fix constraints in atomic_add_return() | Andi Kleen | 2006-12-07 | 1 | -3/+3 |
| * | [PATCH] x86-64: include/asm-x86_64/cpufeature.h isn't a userspace header | Adrian Bunk | 2006-12-07 | 1 | -1/+0 |
| * | [PATCH] x86-64: Fix interrupt race in idle callback (3rd try) | Venkatesh Pallipadi | 2006-12-07 | 1 | -0/+8 |
| * | [PATCH] unwinder: more sanity checks in Dwarf2 unwinder | Jan Beulich | 2006-12-07 | 1 | -6/+2 |
| * | [PATCH] x86: add sysctl for kstack_depth_to_print | Chuck Ebbert | 2006-12-07 | 1 | -0/+2 |
| * | [PATCH] x86-64: Fix comments for MSR_FS_BASE and MSR_GS_BASE. | Wink Saville | 2006-12-07 | 1 | -2/+2 |
| * | [PATCH] x86-64: x86-64 add Intel BTS cpufeature bit and detection (take 2) | Stephane Eranian | 2006-12-07 | 1 | -0/+2 |
| * | [PATCH] x86: fix the irqbalance quirk for E7320/E7520/E7525 | Siddha, Suresh B | 2006-12-07 | 1 | -0/+1 |
| * | [PATCH] x86-64: add genapic_force | Siddha, Suresh B | 2006-12-07 | 1 | -1/+1 |
| * | [PATCH] x86: add write_pci_config_byte() to direct PCI access routines | Siddha, Suresh B | 2006-12-07 | 1 | -0/+1 |
| * | [PATCH] x86-64: adjust pmd_bad() | Jan Beulich | 2006-12-07 | 1 | -12/+10 |
| * | [PATCH] x86-64: remove prototype of free_bootmem_generic() | Jan Beulich | 2006-12-07 | 1 | -1/+0 |
| * | [PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/maps | Ernie Petrides | 2006-12-07 | 1 | -0/+1 |
| * | [PATCH] paravirt: Patch inline replacements for paravirt intercepts | Rusty Russell | 2006-12-07 | 1 | -0/+12 |
| * | [PATCH] x86: comment magic constants in delay.h | Paolo 'Blaisorblade' Giarrusso | 2006-12-07 | 1 | -1/+4 |
| * | [PATCH] x86-64: Make x86_64 udelay() round up instead of down. | Paolo 'Blaisorblade' Giarrusso | 2006-12-07 | 1 | -1/+1 |
| * | [PATCH] Calgary: allow compiling Calgary in but not using it by default | Muli Ben-Yehuda | 2006-12-07 | 1 | -0/+2 |
| * | [PATCH] Calgary: check BBAR ioremap success when ioremapping | Muli Ben-Yehuda | 2006-12-07 | 1 | -5/+3 |
| * | [PATCH] Calgary: use BIOS supplied BBARs and topology information | Laurent Vivier | 2006-12-07 | 1 | -0/+76 |
| * | [PATCH] x86-64: Extract segment descriptor definitions for use outside | Avi Kivity | 2006-12-07 | 2 | -52/+70 |
| * | [PATCH] x86-64: x86-64 add Intel Core related PMU MSRs definitions | Stephane Eranian | 2006-12-07 | 1 | -0/+13 |
| * | [PATCH] x86: all cpu backtrace | Andrew Morton | 2006-12-07 | 1 | -0/+3 |
| * | [PATCH] x86-64: remove duplicated cpu_mask_to_apicid in x86_64 smp.h | Yinghai Lu | 2006-12-07 | 1 | -5/+0 |
| * | [PATCH] x86-64: add X86_FEATURE_PEBS and detection | Stephane Eranian | 2006-12-07 | 1 | -0/+2 |
| * | [PATCH] x86-64: x86_64 rename X86_FEATURE_DTES to X86_FEATURE_DS | Stephane Eranian | 2006-12-07 | 1 | -1/+2 |
| * | [PATCH] x86-64: Don't keep interrupts disabled while spinning in spinlocks | Andi Kleen | 2006-12-07 | 1 | -1/+28 |
* | | [PATCH] cleanup asm/setup.h userspace visibility | Adrian Bunk | 2006-12-07 | 1 | -1/+0 |
* | | [PATCH] Pass struct dev pointer to dma_cache_sync() | Ralf Baechle | 2006-12-07 | 1 | -1/+2 |
* | | [PATCH] Add struct dev pointer to dma_is_consistent() | Ralf Baechle | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] declare smp_call_function_single in generic code | Randy Dunlap | 2006-12-07 | 1 | -7/+0 |
* | | [PATCH] remove kernel syscalls | Arnd Bergmann | 2006-12-07 | 1 | -99/+0 |
* | | [PATCH] mm: pagefault_{disable,enable}() | Peter Zijlstra | 2006-12-07 | 1 | -2/+2 |
* | | x86[-64]:Remove 'volatile' from atomic_t | Linus Torvalds | 2006-12-06 | 1 | -1/+1 |
* | | [PATCH] Remove 'volatile' from spinlock_types | Art Haas | 2006-12-06 | 1 | -2/+2 |
|/ |
|
* | [PATCH] Centralise definitions of sector_t and blkcnt_t | Matthew Wilcox | 2006-12-04 | 1 | -3/+0 |
* | [PATCH] severing uaccess.h -> sched.h | Al Viro | 2006-12-04 | 1 | -1/+0 |
* | [PATCH] severing module.h->sched.h | Al Viro | 2006-12-04 | 1 | -1/+0 |
* | [NET]: X86_64 checksum annotations and cleanups. | Al Viro | 2006-12-02 | 1 | -26/+28 |
* | ACPI: Change ACPI to use dev_archdata instead of firmware_data | Benjamin Herrenschmidt | 2006-12-01 | 1 | -1/+9 |
* | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 2006-12-01 | 1 | -0/+7 |
* | [PATCH] x86-64: Fix race in exit_idle | Andi Kleen | 2006-11-14 | 1 | -0/+9 |
* | [PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabled | Andi Kleen | 2006-11-14 | 1 | -2/+0 |
* | [PATCH] x86: Add acpi_user_timer_override option for Asus boards | Andi Kleen | 2006-11-14 | 1 | -0/+1 |
* | x86-64: clean up io-apic accesses | Linus Torvalds | 2006-11-08 | 1 | -34/+0 |
* | [PATCH] x86-64: Only look at per_cpu data for online cpus. | Eric W. Biederman | 2006-10-25 | 1 | -0/+2 |
* | [PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 state | Andi Kleen | 2006-10-21 | 1 | -0/+2 |
* | [PATCH] x86-64: x86_64 add NX mask for PTE entry | bibo,mao | 2006-10-21 | 1 | -0/+1 |
* | ACPI: Processor native C-states using MWAIT | Venkatesh Pallipadi | 2006-10-14 | 1 | -0/+2 |