| Commit message (Expand) | Author | Age | Files | Lines |
* | blackfin architecture | Bryan Wu | 2007-05-07 | 144 | -0/+23352 |
* | page migration: Only migrate pages if allocation in the highest zone is possible | Christoph Lameter | 2007-05-07 | 1 | -1/+14 |
* | Slab allocators: remove useless __GFP_NO_GROW flag | Christoph Lameter | 2007-05-07 | 1 | -2/+1 |
* | slab allocators: Remove SLAB_CTOR_ATOMIC | Christoph Lameter | 2007-05-07 | 1 | -1/+0 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -2/+0 |
* | KMEM_CACHE(): simplify slab cache creation | Christoph Lameter | 2007-05-07 | 1 | -0/+12 |
* | slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN | Christoph Lameter | 2007-05-07 | 1 | -1/+0 |
* | mm: optimize kill_bdev() | Peter Zijlstra | 2007-05-07 | 1 | -0/+1 |
* | mm: remove destroy_dirty_buffers from invalidate_bdev() | Peter Zijlstra | 2007-05-07 | 1 | -2/+2 |
* | Quicklist support for sparc64 | David Miller | 2007-05-07 | 1 | -12/+14 |
* | Quicklists for page table pages | Christoph Lameter | 2007-05-07 | 1 | -0/+94 |
* | slub: enable tracking of full slabs | Christoph Lameter | 2007-05-07 | 1 | -0/+1 |
* | Add virt_to_head_page and consolidate code in slab and slub | Christoph Lameter | 2007-05-07 | 1 | -0/+6 |
* | mm: optimize compound_head() by avoiding a shared page flag | Christoph Lameter | 2007-05-07 | 2 | -20/+28 |
* | Make page->private usable in compound pages | Christoph Lameter | 2007-05-07 | 2 | -5/+42 |
* | SLUB: allocate smallest object size if the user asks for 0 bytes | Christoph Lameter | 2007-05-07 | 1 | -2/+6 |
* | SLUB core | Christoph Lameter | 2007-05-07 | 4 | -6/+229 |
* | i386: use page allocator to allocate thread_info structure | Christoph Lameter | 2007-05-07 | 1 | -3/+5 |
* | readahead: code cleanup | Jan Kara | 2007-05-07 | 1 | -2/+2 |
* | readahead: improve heuristic detecting sequential reads | Jan Kara | 2007-05-07 | 1 | -0/+1 |
* | smaps: add clear_refs file to clear reference | David Rientjes | 2007-05-07 | 1 | -0/+1 |
* | 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 |
* | Add unitialized_var() macro for suppressing gcc warnings | Borislav Petkov | 2007-05-07 | 3 | -0/+14 |
* | add pfn_valid_within helper for sub-MAX_ORDER hole detection | Andy Whitcroft | 2007-05-07 | 1 | -0/+12 |
* | mm/slab.c: proper prototypes | Adrian Bunk | 2007-05-07 | 1 | -0/+3 |
* | Introduce CONFIG_HAS_DMA | Heiko Carstens | 2007-05-07 | 1 | -2/+0 |
* | mm: make read_cache_page synchronous | Nick Piggin | 2007-05-07 | 1 | -0/+11 |
* | mm: remove gcc workaround | Nick Piggin | 2007-05-07 | 1 | -0/+18 |
* | proper prototype for hugetlb_get_unmapped_area() | Adrian Bunk | 2007-05-07 | 1 | -0/+6 |
* | Add apply_to_page_range() which applies a function to a pte range | Jeremy Fitzhardinge | 2007-05-07 | 1 | -0/+5 |
* | serial: define FIXED_PORT flag for serial_core | David Gibson | 2007-05-07 | 1 | -0/+1 |
* | RM9000 serial driver | Thomas Koeller | 2007-05-07 | 1 | -1/+3 |
* | serial driver PMC MSP71xx | Marc St-Jean | 2007-05-07 | 2 | -0/+4 |
* | add new_id to PCMCIA drivers | Bernhard Walle | 2007-05-07 | 1 | -0/+6 |
* | slab: introduce krealloc | Pekka Enberg | 2007-05-07 | 1 | -1/+2 |
* | Revert "[PATCH] x86: __pa and __pa_symbol address space separation" | Linus Torvalds | 2007-05-07 | 2 | -13/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-05-06 | 2 | -0/+5 |
|\ |
|
| * | kbuild: remove dependency on input.h from file2alias | Sam Ravnborg | 2007-05-02 | 2 | -0/+5 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi... | Linus Torvalds | 2007-05-06 | 3 | -38/+97 |
|\ \ |
|
| * | | KVM: Remove unused 'instruction_length' | Avi Kivity | 2007-05-03 | 1 | -3/+2 |
| * | | KVM: Don't require explicit indication of completion of mmio or pio | Avi Kivity | 2007-05-03 | 1 | -3/+2 |
| * | | KVM: Add fpu get/set operations | Avi Kivity | 2007-05-03 | 1 | -0/+17 |
| * | | KVM: Add physical memory aliasing feature | Avi Kivity | 2007-05-03 | 1 | -1/+9 |
| * | | KVM: Avoid guest virtual addresses in string pio userspace interface | Avi Kivity | 2007-05-03 | 1 | -9/+2 |
| * | | KVM: Allow kernel to select size of mmap() buffer | Avi Kivity | 2007-05-03 | 1 | -0/+4 |
| * | | KVM: Add guest mode signal mask | Avi Kivity | 2007-05-03 | 1 | -0/+7 |
| * | | KVM: Add a special exit reason when exiting due to an interrupt | Avi Kivity | 2007-05-03 | 1 | -1/+2 |
| * | | KVM: Fold kvm_run::exit_type into kvm_run::exit_reason | Avi Kivity | 2007-05-03 | 1 | -7/+8 |
| * | | KVM: Allow userspace to process hypercalls which have no kernel handler | Avi Kivity | 2007-05-03 | 1 | -1/+9 |