| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [PATCH] i386: fix wrong comment for syscall stack layout | Andi Kleen | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: convert to the kthread API | Eric W. Biederman | 2007-05-02 | 1 | -5/+3 |
| * | [PATCH] i386: remove xtime_lock'ing around cpufreq notifier | Daniel Walker | 2007-05-02 | 1 | -7/+1 |
| * | [PATCH] i386: check capability | Joachim Deguara | 2007-05-02 | 2 | -2/+4 |
| * | [PATCH] i386: clean up flush_tlb_others fn | Keshavamurthy, Anil S | 2007-05-02 | 1 | -11/+1 |
| * | [PATCH] i386: replace spin_lock_irqsave with spin_lock | Hisashi Hifumi | 2007-05-02 | 1 | -4/+2 |
| * | [PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not defined | Keshavamurthy, Anil S | 2007-05-02 | 1 | -1/+3 |
| * | [PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependency | Jeremy Fitzhardinge | 2007-05-02 | 1 | -2/+1 |
| * | [PATCH] i386: fix mtrr sections | Randy Dunlap | 2007-05-02 | 1 | -3/+4 |
| * | [PATCH] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386 | Fernando Luis [** ISO-8859-1 charset **] V�zquezCao | 2007-05-02 | 1 | -1/+4 |
| * | [PATCH] i386: __send_IPI_dest_field - i386 | Fernando Luis [** ISO-8859-1 charset **] V�zquezCao | 2007-05-02 | 1 | -29/+18 |
| * | [PATCH] i386: use safe_apic_wait_icr_idle in smpboot.c | Fernando Luis VazquezCao | 2007-05-02 | 1 | -2/+5 |
| * | [PATCH] i386: use safe_apic_wait_icr_idle - i386 | Fernando Luis VazquezCao | 2007-05-02 | 1 | -28/+8 |
| * | [PATCH] i386: safe_apic_wait_icr_idle - i386 | Fernando Luis VazquezCao | 2007-05-02 | 1 | -0/+22 |
| * | [PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in sync | Bernhard Kaindl | 2007-05-02 | 1 | -25/+60 |
| * | [PATCH] x86: Save and restore the fixed-range MTRRs of the BSP when suspending | Bernhard Kaindl | 2007-05-02 | 1 | -0/+1 |
| * | [PATCH] x86: Save the MTRRs of the BSP before booting an AP | Bernhard Kaindl | 2007-05-02 | 2 | -0/+18 |
| * | [PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches. | Bernhard Kaindl | 2007-05-02 | 1 | -1/+6 |
| * | [PATCH] i386: Clean up ELF note generation | Jeremy Fitzhardinge | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules too | Andi Kleen | 2007-05-02 | 1 | -7/+1 |
| * | [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org> | Jeremy Fitzhardinge | 2007-05-02 | 3 | -10/+6 |
| * | [PATCH] i386: Convert VMI timer to use clock events | Zachary Amsden | 2007-05-02 | 5 | -508/+325 |
| * | [PATCH] i386: Implement vmi_kmap_atomic_pte | Zachary Amsden | 2007-05-02 | 1 | -12/+22 |
| * | [PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI co... | Zachary Amsden | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.c | Zachary Amsden | 2007-05-02 | 1 | -12/+4 |
| * | [PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patching | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+13 |
| * | [PATCH] i386: In compat mode, the return value here was uninitialized. | Zachary Amsden | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: map enough initial memory to create lowmem mappings | Jeremy Fitzhardinge | 2007-05-02 | 2 | -4/+25 |
| * | [PATCH] i386: Fix UP gdt bugs | Jeremy Fitzhardinge | 2007-05-02 | 2 | -12/+13 |
| * | [PATCH] i386: Convert PDA into the percpu section | Jeremy Fitzhardinge | 2007-05-02 | 10 | -74/+38 |
| * | [PATCH] i386: Page-align the GDT | Jeremy Fitzhardinge | 2007-05-02 | 4 | -6/+6 |
| * | [PATCH] x86: deflate stack usage in lib/inflate.c | Jeremy Fitzhardinge | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: PARAVIRT: drop unused ptep_get_and_clear | Jeremy Fitzhardinge | 2007-05-02 | 1 | -2/+0 |
| * | [PATCH] i386: PARAVIRT: flush lazy mmu updates on kunmap_atomic | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+1 |
| * | [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pages | Jeremy Fitzhardinge | 2007-05-02 | 2 | -2/+12 |
| * | [PATCH] i386: PARAVIRT: revert map_pt_hook. | Jeremy Fitzhardinge | 2007-05-02 | 2 | -2/+2 |
| * | [PATCH] i386: PARAVIRT: add flush_tlb_others paravirt_op | Jeremy Fitzhardinge | 2007-05-02 | 2 | -6/+8 |
| * | [PATCH] i386: PARAVIRT: add common patching machinery | Jeremy Fitzhardinge | 2007-05-02 | 2 | -27/+132 |
| * | [PATCH] i386: PARAVIRT: Fix patch site clobbers to include return register | Jeremy Fitzhardinge | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: PARAVIRT: Use patch site IDs computed from offset in paravirt_o... | Jeremy Fitzhardinge | 2007-05-02 | 2 | -41/+12 |
| * | [PATCH] i386: PARAVIRT: rename struct paravirt_patch to paravirt_patch_site f... | Jeremy Fitzhardinge | 2007-05-02 | 1 | -3/+4 |
| * | [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+4 |
| * | [PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharing | Jeremy Fitzhardinge | 2007-05-02 | 5 | -24/+90 |
| * | [PATCH] i386: PARAVIRT: Hooks to set up initial pagetable | Jeremy Fitzhardinge | 2007-05-02 | 2 | -47/+94 |
| * | [PATCH] i386: PARAVIRT: Add pagetable accessors to pack and unpack pagetable ... | Jeremy Fitzhardinge | 2007-05-02 | 2 | -75/+15 |
| * | [PATCH] i386: PARAVIRT: use paravirt_nop to consistently mark no-op operations | Jeremy Fitzhardinge | 2007-05-02 | 1 | -12/+12 |
| * | [PATCH] i386: PARAVIRT: Remove CONFIG_DEBUG_PARAVIRT | Jeremy Fitzhardinge | 2007-05-02 | 2 | -23/+1 |
| * | [PATCH] i386: i386 separate hardware-defined TSS from Linux additions | Rusty Russell | 2007-05-02 | 7 | -28/+31 |
| * | [PATCH] i386: Allow boot-time disable of SMP altinstructions | Jeremy Fitzhardinge | 2007-05-02 | 1 | -4/+19 |
| * | [PATCH] i386: Remove smp_alt_instructions | Jeremy Fitzhardinge | 2007-05-02 | 2 | -47/+2 |