| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization" | Eric W. Biederman | 2007-05-10 | 1 | -5/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-05-09 | 3 | -3/+3 |
|\ |
|
| * | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 2007-05-09 | 3 | -3/+3 |
* | | i386: msr.h: be paranoid about types and parentheses | H. Peter Anvin | 2007-05-09 | 1 | -27/+22 |
* | | i386: remove unused rdtsc() macro | H. Peter Anvin | 2007-05-09 | 2 | -12/+0 |
* | | i386 mmzone: use __maybe_unused | David Rientjes | 2007-05-09 | 1 | -3/+3 |
* | | wrap access to thread_info | Roman Zippel | 2007-05-09 | 1 | -1/+1 |
* | | Use the APIC to determine the hardware processor id - i386 | Fernando Luis Vazquez Cao | 2007-05-09 | 1 | -15/+21 |
* | | Remove hardcoding of hard_smp_processor_id on UP systems | Fernando Luis Vazquez Cao | 2007-05-09 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2007-05-08 | 1 | -1/+11 |
|\ |
|
| * | i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu | Rudolf Marek | 2007-05-08 | 1 | -1/+11 |
* | | x86, serial: convert legacy COM ports to platform devices | Bjorn Helgaas | 2007-05-08 | 1 | -16/+0 |
* | | Some grammatical fixups and additions to atomic.h kernel-doc content | Robert P. J. Day | 2007-05-08 | 1 | -2/+9 |
* | | x86: create asm/cmpxchg.h | Jeff Dike | 2007-05-08 | 3 | -288/+295 |
* | | Remove tas() | Jeff Dike | 2007-05-08 | 1 | -2/+0 |
* | | local_t: i386 extension | Mathieu Desnoyers | 2007-05-08 | 2 | -28/+236 |
* | | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 2007-05-08 | 1 | -14/+15 |
* | | atomic.h: i386 type safety fix | Mathieu Desnoyers | 2007-05-08 | 1 | -3/+3 |
* | | utimensat implementation | Ulrich Drepper | 2007-05-08 | 1 | -1/+2 |
* | | Clean up mostly unused IOSPACE macros | David Gibson | 2007-05-08 | 1 | -4/+0 |
* | | i386: sched.h inclusion from module.h is baack | Alexey Dobriyan | 2007-05-08 | 1 | -2/+0 |
* | | kdump/kexec: calculate note size at compile time | Simon Horman | 2007-05-08 | 1 | -2/+0 |
* | | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 2 | -26/+0 |
* | | tty: i386/x86_64 arbitary speed support | Alan Cox | 2007-05-08 | 3 | -2/+22 |
* | | ipmi: add new IPMI nmi watchdog handling | Corey Minyard | 2007-05-08 | 1 | -0/+1 |
|/ |
|
* | i386: use page allocator to allocate thread_info structure | Christoph Lameter | 2007-05-07 | 1 | -3/+5 |
* | i386: use pte_update_defer in ptep_test_and_clear_{dirty,young} | Zachary Amsden | 2007-05-07 | 1 | -20/+18 |
* | i386: add ptep_test_and_clear_{dirty,young} | David Rientjes | 2007-05-07 | 1 | -8/+17 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 57 | -1230/+2130 |
|\ |
|
| * | [PATCH] i386: avoid redundant preempt_disable in __unlazy_fpu | Jan Kiszka | 2007-05-02 | 1 | -5/+6 |
| * | [PATCH] i386: white space fixes in i387.h | Jan Kiszka | 2007-05-02 | 1 | -3/+3 |
| * | [PATCH] x86: Use RDTSCP for synchronous get_cycles if possible | Andi Kleen | 2007-05-02 | 1 | -0/+9 |
| * | [PATCH] i386: Add X86_FEATURE_RDTSCP | Andi Kleen | 2007-05-02 | 1 | -0/+1 |
| * | [PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386 | Andi Kleen | 2007-05-02 | 2 | -4/+1 |
| * | [PATCH] i386: Implement alternative_io for i386 | Andi Kleen | 2007-05-02 | 1 | -0/+15 |
| * | [PATCH] i386: Evaluate constant cpu features at runtime | Andi Kleen | 2007-05-02 | 1 | -2/+6 |
| * | [PATCH] i386: Verify important CPUID bits in real mode | Andi Kleen | 2007-05-02 | 2 | -0/+37 |
| * | [PATCH] i386: Clean up NMI watchdog code | Andi Kleen | 2007-05-02 | 1 | -0/+8 |
| * | [PATCH] i386: pte simplify ops | Zachary Amsden | 2007-05-02 | 3 | -22/+15 |
| * | [PATCH] i386: pte xchg optimization | Zachary Amsden | 2007-05-02 | 2 | -0/+28 |
| * | [PATCH] i386: pte clear optimization | Zachary Amsden | 2007-05-02 | 2 | -1/+6 |
| * | [PATCH] i386: safe_apic_wait_icr_idle - i386 | Fernando Luis VazquezCao | 2007-05-02 | 1 | -6/+3 |
| * | [PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in sync | Bernhard Kaindl | 2007-05-02 | 1 | -0/+5 |
| * | [PATCH] x86: Save the MTRRs of the BSP before booting an AP | Bernhard Kaindl | 2007-05-02 | 1 | -0/+2 |
| * | [PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches. | Bernhard Kaindl | 2007-05-02 | 1 | -0/+2 |
| * | [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org> | Jeremy Fitzhardinge | 2007-05-02 | 1 | -2/+2 |
| * | [PATCH] i386: Convert VMI timer to use clock events | Zachary Amsden | 2007-05-02 | 1 | -16/+2 |
| * | [PATCH] x86: update for i386 and x86-64 check_bugs | Jeremy Fitzhardinge | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: Fix UP gdt bugs | Jeremy Fitzhardinge | 2007-05-02 | 2 | -0/+5 |
| * | [PATCH] i386: Define per_cpu_offset | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+2 |