aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-22checkpatch: handle C99 comments correctly (performance issue)Daniel Walker1-0/+13
2009-09-22checkpatch: possible types -- else cannot start a typeAndy Whitcroft1-0/+2
2009-09-22flex_array: add missing kerneldoc annotationsDavid Rientjes1-1/+11
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes2-30/+36
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes2-0/+41
2009-09-22flex_array: poison free elementsDavid Rientjes2-8/+10
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes2-0/+27
2009-09-22vsprintf: use WARN_ON_ONCEMarcin Slusarz1-12/+2
2009-09-22MAINTAINERS: move ARM lists to infradeadJoe Perches1-53/+53
2009-09-22MAINTAINERS: integrate P:/M: linesJoe Perches1-4/+2
2009-09-22MAINTAINERS: omap: fix regexFelipe Contreras1-1/+1
2009-09-22MAINTAINERS: acpi: add 'include/acpi'Felipe Contreras1-0/+1
2009-09-22scripts/get_maintainer.pl: add maintainers in order listed in matched sectionJoe Perches1-16/+54
2009-09-22scripts/get_maintainer.pl: add --remove-duplicatesJoe Perches1-53/+55
2009-09-22scripts/get_maintainer.pl: using --separator implies --nomultilineJoe Perches1-0/+5
2009-09-22scripts/get_maintainer.pl: add .mailmap use, shell and email cleanupsJoe Perches1-7/+65
2009-09-22scripts/get_maintainer.pl: better email routines, use perl not shell where possibleJoe Perches1-56/+96
2009-09-22scripts/get_maintainer.pl: add --pattern-depthJoe Perches1-7/+14
2009-09-22scripts/get_maintainer.pl: add sections in pattern match depth orderJoe Perches1-1/+8
2009-09-22scripts/get_maintainer.pl: add --git-blameJoe Perches1-29/+109
2009-09-22MAINTAINERS: add IPVS include filesHannes Eder1-0/+2
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-22cpuidle: menu governor: reduce latency on exitCorrado Zoccolo1-1/+19
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven3-39/+229
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-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt2-0/+26
2009-09-22pcmcia: cleanup/fixup patch for sa1100_jornada_pcmcia driverKristoffer Ericson1-71/+85
2009-09-22pcmcia: switch /proc/bus/pccard/drivers to seq_fileAlexey Dobriyan1-16/+20
2009-09-22pcmcia: fix read buffer overflowRoel Kluin1-1/+1
2009-09-22pcmcia: yenta: add missing __devexit markingMike Frysinger1-1/+1
2009-09-22mm: reduce atomic use on use_mm fast pathMichael S. Tsirkin1-3/+6
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin4-47/+66
2009-09-22shmem: initialize struct shmem_sb_info to zeroPekka Enberg1-4/+1
2009-09-22mm: remove duplicate asm/mman.h filesArnd Bergmann10-194/+11
2009-09-22hugetlb: add MAP_HUGETLB exampleEric B Munson3-6/+87
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson2-0/+25
2009-09-22mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann17-0/+33
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mountEric B Munson3-7/+28
2009-09-22mmap: save some cycles for the shared anonymous mappingHuang Shijie1-9/+9
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn1-2/+2