Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | sh: SH7780 Solution Engine board support. | Nobuhiro Iwamatsu | 2007-05-07 | 1 | -0/+108 | |
| * | | | | | | | | | sh: Tidy up L-BOX area5 addresses. | Paul Mundt | 2007-05-07 | 1 | -7/+2 | |
| * | | | | | | | | | sh: bootmem tidying for discontig/sparsemem preparation. | Paul Mundt | 2007-05-07 | 2 | -7/+9 | |
| * | | | | | | | | | sh: MS7712SE01 board support. | Nobuhiro Iwamatsu | 2007-05-07 | 3 | -1/+3 | |
| * | | | | | | | | | sh: L-BOX RE2 support. | Nobuhiro Iwamatsu | 2007-05-07 | 1 | -0/+32 | |
| * | | | | | | | | | sh: Add SH7785 Highlander board support (R7785RP). | Paul Mundt | 2007-05-07 | 3 | -17/+57 | |
| * | | | | | | | | | sh: NR_IRQS consolidation. | Paul Mundt | 2007-05-07 | 1 | -86/+5 | |
| * | | | | | | | | | sh: generic BUG() support. | Paul Mundt | 2007-05-07 | 1 | -31/+61 | |
| * | | | | | | | | | sh: Bring kgdb back from the dead. | Paul Mundt | 2007-05-07 | 2 | -47/+6 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | uml: more page fault path trimming | Jeff Dike | 2007-05-07 | 2 | -14/+13 | |
* | | | | | | | | | uml: improve checking and diagnostics of ethernet MACs | Paolo 'Blaisorblade' Giarrusso | 2007-05-07 | 1 | -0/+12 | |
* | | | | | | | | | ARRAY_SIZE: check for type | Rusty Russell | 2007-05-07 | 3 | -1/+8 | |
* | | | | | | | | | swsusp: free more memory | Rafael J. Wysocki | 2007-05-07 | 1 | -6/+0 | |
* | | | | | | | | | remove software_suspend() | Johannes Berg | 2007-05-07 | 2 | -9/+1 | |
* | | | | | | | | | mm: remove unused page flags | Rafael J. Wysocki | 2007-05-07 | 1 | -12/+0 | |
* | | | | | | | | | swsusp: do not use page flags | Rafael J. Wysocki | 2007-05-07 | 1 | -40/+18 | |
* | | | | | | | | | swsusp: use inline functions for changing page flags | Rafael J. Wysocki | 2007-05-07 | 1 | -0/+33 | |
* | | | | | | | | | ALPHA: "prctl" macros | Ivan Kokshaysky | 2007-05-07 | 1 | -0/+22 | |
* | | | | | | | | | h8300 generic irq | Yoshinori Sato | 2007-05-07 | 3 | -1/+2 | |
* | | | | | | | | | blackfin: serial driver | Bryan Wu | 2007-05-07 | 1 | -0/+3 | |
* | | | | | | | | | 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 |