| Commit message (Expand) | Author | Files | Lines |
2008-02-04 | Explain kmem_cache_cpu fields | Christoph Lameter | 1 | -5/+5 |
2008-02-04 | SLUB: Do not upset lockdep | root | 1 | -0/+8 |
2008-02-04 | SLUB: Fix coding style violations | Pekka Enberg | 1 | -23/+23 |
2008-02-04 | Add parameter to add_partial to avoid having two functions | Christoph Lameter | 1 | -16/+15 |
2008-02-04 | SLUB: rename defrag to remote_node_defrag_ratio | Christoph Lameter | 2 | -9/+13 |
2008-02-04 | Move count_partial before kmem_cache_shrink | Christoph Lameter | 1 | -13/+13 |
2008-02-04 | SLUB: Fix sysfs refcounting | Christoph Lameter | 1 | -2/+13 |
2008-02-04 | slub: fix shadowed variable sparse warnings | Harvey Harrison | 1 | -21/+18 |
2008-02-04 | [ARM] 4822/1: RealView: Change the REALVIEW_MPCORE configuration option | Catalin Marinas | 4 | -18/+15 |
2008-02-04 | [ARM] 4821/1: RealView: Remove the platform dependencies from localtimer.c | Catalin Marinas | 3 | -5/+16 |
2008-02-04 | [ARM] 4820/1: RealView: Select the timer IRQ at run-time | Catalin Marinas | 3 | -13/+24 |
2008-02-04 | [ARM] 4819/1: RealView: Fix entry-macro.S to work with multiple platforms | Catalin Marinas | 4 | -8/+10 |
2008-02-04 | [ARM] 4818/1: RealView: Add core-tile detection | Catalin Marinas | 3 | -44/+80 |
2008-02-04 | [ARM] 4817/1: RealView: Move the AMBA resource definitions to realview_eb.c | Catalin Marinas | 3 | -83/+123 |
2008-02-04 | [ARM] 4816/1: RealView: Move the platform-specific definitions into board-eb.h | Catalin Marinas | 10 | -262/+186 |
2008-02-04 | [ARM] 4815/1: RealView: Add clockevents suport for the local timers | Catalin Marinas | 2 | -30/+71 |
2008-02-04 | [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore | Catalin Marinas | 7 | -17/+69 |
2008-02-04 | [ARM] 4813/1: Add SMP helper functions for clockevents support | Catalin Marinas | 2 | -2/+37 |
2008-02-04 | [ARM] 4812/1: RealView: clockevents support for the RealView platforms | Catalin Marinas | 2 | -12/+67 |
2008-02-04 | [ARM] 4811/1: RealView: clocksource support for the RealView platforms | Catalin Marinas | 2 | -42/+32 |
2008-02-04 | kbuild: Fix instrumentation removal breakage on avr32 | Haavard Skinnemoen | 1 | -2/+0 |
2008-02-04 | vm audit: add VM_DONTEXPAND to mmap for drivers that need it | Nick Piggin | 8 | -16/+13 |
2008-02-04 | ADB: Add missing #include <linux/platform_device.h> | Geert Uytterhoeven | 1 | -0/+1 |
2008-02-04 | x86: fix RTC lockdep warning: potential hardirq recursion | Andrew Morton | 1 | -4/+7 |
2008-02-04 | x86: cpa, micro-optimization | Thomas Gleixner | 1 | -4/+2 |
2008-02-04 | x86: cpa, clean up code flow | Ingo Molnar | 1 | -11/+9 |
2008-02-04 | x86: cpa, eliminate CPA_ enum | Ingo Molnar | 1 | -19/+15 |
2008-02-04 | x86: cpa, cleanups | Ingo Molnar | 1 | -6/+15 |
2008-02-04 | x86: implement gbpages support in change_page_attr() | Andi Kleen | 1 | -2/+15 |
2008-02-04 | x86: support gbpages in pagetable dump | Andi Kleen | 1 | -1/+2 |
2008-02-04 | x86: add gbpages support to lookup_address | Andi Kleen | 1 | -0/+5 |
2008-02-04 | x86: add pgtable accessor functions for gbpages | Andi Kleen | 2 | -0/+8 |
2008-02-04 | x86: add PUD_PAGE_SIZE | Andi Kleen | 1 | -0/+3 |
2008-02-04 | x86: add feature macros for the gbpages cpuid bit | Andi Kleen | 1 | -0/+2 |
2008-02-04 | x86: switch direct mapping setup over to set_pte | Andi Kleen | 1 | -4/+2 |
2008-02-04 | x86: fix page-present check in cpa_flush_range | Thomas Gleixner | 1 | -1/+1 |
2008-02-04 | x86: remove cpa warning | Ingo Molnar | 1 | -3/+1 |
2008-02-04 | x86: remove now unused clear_kernel_mapping | Andi Kleen | 2 | -44/+0 |
2008-02-04 | x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_ma... | Andi Kleen | 1 | -1/+2 |
2008-02-04 | x86: cpa selftest, skip non present entries | Thomas Gleixner | 1 | -1/+2 |
2008-02-04 | x86: CPA fix pagetable split | Thomas Gleixner | 1 | -3/+7 |
2008-02-04 | x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE | Andi Kleen | 6 | -15/+15 |
2008-02-04 | x86: cpa, fix lookup_address | Thomas Gleixner | 1 | -1/+9 |
2008-02-04 | x86: AMD Athlon X2 hard hang fix | Ingo Molnar | 1 | -0/+11 |
2008-02-04 | x86: cpa, preserve large pages if possible | Thomas Gleixner | 1 | -12/+130 |
2008-02-04 | x86: cpa, check if we changed anything and tlb flushing is necessary | Thomas Gleixner | 1 | -1/+17 |
2008-02-04 | x86: introduce struct cpa_data | Thomas Gleixner | 1 | -37/+38 |
2008-02-04 | x86: cpa, only flush the cache if the caching attributes have changed | Andi Kleen | 1 | -7/+24 |
2008-02-04 | x86: cpa, add the PAT bit defines | Andi Kleen | 1 | -0/+4 |
2008-02-04 | x86: CPA return early when requested feature is not available | Thomas Gleixner | 1 | -2/+12 |