summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-08hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi4-22/+34
2013-05-08parisc: remove the second argument of kmap_atomic()Zhao Hongjiang1-3/+3
2013-05-08drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach1-0/+5
2013-05-08include/linux/mm.h: complete the mm_walk definitionAndrew Morton1-7/+13
2013-05-08mm, memcg: add rss_huge stat to memory.statDavid Rientjes2-11/+29
2013-05-08mm/SPARC: use common help functions to free reserved pagesJiang Liu3-68/+12
2013-05-08arm: fix mismerge of arch/arm/mach-omap2/timer.cLinus Torvalds1-0/+4
2013-05-08rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso1-1/+3
2013-05-08kref: minor cleanupAnatol Pomozov2-4/+7
2013-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds50-177/+93
2013-05-08Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-70/+348
2013-05-08Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-10/+86
2013-05-08parisc: tlb flush counting fix for SMP and UPHelge Deller4-19/+5
2013-05-08Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-138/+677
2013-05-08Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds3-14/+44
2013-05-08Merge tag 'hwspinlock-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-05-08Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-2/+2
2013-05-08parisc: more irq statistics in /proc/interruptsHelge Deller5-4/+86
2013-05-08parisc: implement irq stacksHelge Deller4-2/+94
2013-05-07parisc: add kernel stack overflow checkHelge Deller4-4/+42
2013-05-07proc: Use PDE attribute setting accessor functionsGeert Uytterhoeven2-2/+2
2013-05-07parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin1-5/+9
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-154/+1098
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds79-1041/+777
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds143-3048/+7751
2013-05-07Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds95-1001/+2256
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds56-1828/+5588
2013-05-07libata: change maintainerTejun Heo1-2/+2
2013-05-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-51/+71
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds7-72/+362
2013-05-07HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KER...Alexander Shiyan1-2/+0
2013-05-07Hexagon: fix register used to call do_work_pendingRichard Kuo1-6/+6
2013-05-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds29-128/+236
2013-05-07Merge branch 'rwsem-optimizations'Linus Torvalds3-153/+153
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-915/+781
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds7-42/+52
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds10-12/+281
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds6-67/+49
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan1-6/+10
2013-05-07e1000e: fix scheduling while atomic bugBruce Allan1-1/+1
2013-05-07rwsem: no need for explicit signed longsDavidlohr Bueso1-5/+3
2013-05-07x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse1-7/+21
2013-05-07rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse1-2/+8
2013-05-07rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse1-32/+32
2013-05-07rwsem: simplify __rwsem_do_wakeMichel Lespinasse2-30/+19
2013-05-07rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse1-8/+9
2013-05-07rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse1-2/+8
2013-05-07rwsem: use cmpxchg for trying to steal write lockMichel Lespinasse1-20/+6
2013-05-07rwsem: more agressive lock stealing in rwsem_down_write_failedMichel Lespinasse1-21/+8
2013-05-07rwsem: simplify rwsem_down_write_failedMichel Lespinasse1-24/+9