aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-21/+21
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-3/+0
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds25-26/+25
2009-09-22uml: fix order of pud and pmd_free()Roel Kluin1-2/+2
2009-09-22um: convert to asm-generic/hardirq.hChristoph Hellwig1-25/+1
2009-09-22m68k: convert to asm-generic/hardirq.hChristoph Hellwig1-10/+2
2009-09-22m68k: convert to use arch_gettimeoffset()john stultz2-68/+8
2009-09-22m32r: convert to asm-generic/hardirq.hChristoph Hellwig1-13/+2
2009-09-22m32r: convert to use arch_gettimeoffset()john stultz2-71/+9
2009-09-22m32r: remove redundant tests on unsignedRoel Kluin2-4/+3
2009-09-22alpha: convert to asm-generic/hardirq.hChristoph Hellwig1-11/+3
2009-09-22alpha: use printk_onceMarcin Slusarz1-5/+1
2009-09-22arch/alpha/boot/tools/objstrip.c: wrong variable tested after open()Roel Kluin1-1/+1
2009-09-22alpha: convert to use arch_gettimeoffset()john stultz2-72/+15
2009-09-22h8300: convert to asm-generic/hardirq.hChristoph Hellwig2-17/+3
2009-09-22mm: remove duplicate asm/mman.h filesArnd Bergmann10-194/+11
2009-09-22mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann16-0/+32
2009-09-22mm: ZERO_PAGE without PTE_SPECIALHugh Dickins1-0/+10
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2-3/+3
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven20-21/+21
2009-09-22ksm: define MADV_MERGEABLE and MADV_UNMERGEABLEHugh Dickins4-0/+12
2009-09-22const: make block_device_operations constAlexey Dobriyan2-2/+2
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan2-3/+3
2009-09-22perf_event, powerpc: Fix compilation after big perf_counter renamePaul Mackerras2-21/+21
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds92-876/+876
2009-09-21Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-7/+8
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+0
2009-09-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds19-78/+98
2009-09-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-12/+46
2009-09-21trivial: remove unnecessary semicolonsJoe Perches4-4/+4
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig3-4/+4
2009-09-21trivial: fix missing printk space in amd_k7_smp_checkMichael Tokarev1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar2-2/+2
2009-09-21trivial: fix typos in comments s/DGBU/DBGU/Samuel R. C. Vale11-11/+11
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar3-3/+3
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg1-1/+0
2009-09-21perf: Tidy up after the big renameIngo Molnar3-14/+14
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar92-856/+856
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar1-24/+24
2009-09-21Merge branch 'linus' into perfcounters/renameIngo Molnar572-5568/+43973
2009-09-21perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() changePaul Mackerras2-4/+2
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds5-5/+0
2009-09-20loongson: fix cut-and-paste mis-mergeLinus Torvalds1-1/+1
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-5/+5
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-3/+3
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-47/+45
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria1-0/+6
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar564-5555/+43965