| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -2/+1 |
* | i386: Allow KVM on i386 nonpae | Avi Kivity | 2007-07-19 | 2 | -6/+0 |
* | Update .gitignore for arch/i386/boot | Matthew Wilcox | 2007-07-19 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-07-19 | 1 | -1/+1 |
|\ |
|
| * | kbuild: remove hardcoded apic_es7000 from modpost | Sam Ravnborg | 2007-07-16 | 1 | -1/+1 |
* | | drivers/edac: add new nmi rescan | Dave Jiang | 2007-07-19 | 1 | -0/+12 |
* | | lguest: the asm offsets | Rusty Russell | 2007-07-19 | 1 | -0/+20 |
* | | lguest: the host code | Rusty Russell | 2007-07-19 | 1 | -1/+3 |
* | | lguest: export symbols for lguest as a module | Rusty Russell | 2007-07-19 | 1 | -0/+1 |
* | | i386: Put allocated ELF notes in read-only data segment | Roland McGrath | 2007-07-19 | 1 | -3/+3 |
* | | use the new percpu interface for shared data | Fenghua Yu | 2007-07-19 | 2 | -2/+2 |
* | | define new percpu interface for shared data | Fenghua Yu | 2007-07-19 | 1 | -0/+1 |
* | | PM: Integrate beeping flag with existing acpi_sleep flags | Pavel Machek | 2007-07-19 | 2 | -14/+16 |
* | | PM: Optional beeping during resume from suspend to RAM | Nigel Cunningham | 2007-07-19 | 1 | -0/+27 |
* | | mm: fault feedback #2 | Nick Piggin | 2007-07-19 | 1 | -12/+11 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa... | Linus Torvalds | 2007-07-18 | 10 | -12/+24 |
|\ \ |
|
| * | | [PATCH] x86: do not recompile boot for each build | Sam Ravnborg | 2007-07-18 | 1 | -1/+1 |
| * | | [x86 setup] Save/restore DS around invocations of INT 10h | H. Peter Anvin | 2007-07-18 | 2 | -2/+9 |
| * | | [x86 setup] VGA: Clear the Protect bit before setting the vertical height | H. Peter Anvin | 2007-07-18 | 1 | -1/+6 |
| * | | [x86 setup] Fix assembly constraints | H. Peter Anvin | 2007-07-18 | 6 | -7/+7 |
| * | | [x86 setup] build/tools.c: fix comment | H. Peter Anvin | 2007-07-18 | 1 | -1/+1 |
* | | | i386: fixup TRACE_IRQ breakage | Peter Zijlstra | 2007-07-18 | 2 | -6/+6 |
* | | | Handle bogus %cs selector in single-step instruction decoding | Roland McGrath | 2007-07-18 | 1 | -7/+15 |
|/ / |
|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2007-07-18 | 1 | -0/+1 |
|\ \ |
|
| * | | sys_fallocate() implementation on i386, x86_64 and powerpc | Amit Arora | 2007-07-17 | 1 | -0/+1 |
* | | | xen: disable all non-virtual drivers | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+2 |
* | | | xen: use iret directly when possible | Jeremy Fitzhardinge | 2007-07-18 | 5 | -5/+199 |
* | | | xen: suppress abs symbol warnings for unused reloc pointers | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+2 |
* | | | xen: Attempt to patch inline versions of common operations | Jeremy Fitzhardinge | 2007-07-18 | 5 | -54/+190 |
* | | | xen: Place vcpu_info structure into per-cpu memory | Jeremy Fitzhardinge | 2007-07-18 | 4 | -16/+151 |
* | | | xen: handle external requests for shutdown, reboot and sysrq | Jeremy Fitzhardinge | 2007-07-18 | 2 | -1/+144 |
* | | | xen: machine operations | Jeremy Fitzhardinge | 2007-07-18 | 2 | -3/+44 |
* | | | xen: use the hvc console infrastructure for Xen console | Jeremy Fitzhardinge | 2007-07-18 | 1 | -1/+2 |
* | | | xen: hack to prevent bad segment register reload | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+12 |
* | | | xen: lazy-mmu operations | Jeremy Fitzhardinge | 2007-07-18 | 3 | -32/+72 |
* | | | xen: Add support for preemption | Jeremy Fitzhardinge | 2007-07-18 | 5 | -42/+76 |
* | | | xen: SMP guest support | Jeremy Fitzhardinge | 2007-07-18 | 10 | -49/+682 |
* | | | xen: Implement sched_clock | Jeremy Fitzhardinge | 2007-07-18 | 3 | -4/+28 |
* | | | xen: Account for stolen time | Jeremy Fitzhardinge | 2007-07-18 | 1 | -9/+150 |
* | | | xen: ignore RW mapping of RO pages in pagetable_init | Jeremy Fitzhardinge | 2007-07-18 | 1 | -2/+25 |
* | | | xen: Complete pagetable pinning | Jeremy Fitzhardinge | 2007-07-18 | 4 | -109/+242 |
* | | | xen: configuration | Jeremy Fitzhardinge | 2007-07-18 | 2 | -0/+13 |
* | | | xen: time implementation | Jeremy Fitzhardinge | 2007-07-18 | 3 | -1/+414 |
* | | | xen: event channels | Jeremy Fitzhardinge | 2007-07-18 | 3 | -1/+514 |
* | | | xen: virtual mmu | Jeremy Fitzhardinge | 2007-07-18 | 4 | -5/+494 |
* | | | xen: Core Xen implementation | Jeremy Fitzhardinge | 2007-07-18 | 12 | -1/+1152 |
* | | | Add nosegneg capability to the vsyscall page notes | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+28 |
* | | | Add a sched_clock paravirt_op | Jeremy Fitzhardinge | 2007-07-18 | 4 | -13/+20 |
* | | | paravirt: helper to disable all IO space | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+35 |
* | | | paravirt: export __supported_pte_mask | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+1 |