aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi
2013-05-07parisc: remove the second argument of kmap_atomic()Zhao Hongjiang
2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach
2013-05-07include/linux/mm.h: complete the mm_walk definitionAndrew Morton
2013-05-07mm, memcg: add rss_huge stat to memory.statDavid Rientjes
2013-05-07mm/SPARC: use common help functions to free reserved pagesJiang Liu
2013-05-07arm: fix mismerge of arch/arm/mach-omap2/timer.cLinus Torvalds
2013-05-07rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso
2013-05-07kref: minor cleanupAnatol Pomozov
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-07Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-05-07Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-07Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds
2013-05-07Merge tag 'hwspinlock-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-07Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller
2013-05-07parisc: implement irq stacksHelge Deller
2013-05-07parisc: add kernel stack overflow checkHelge Deller
2013-05-07proc: Use PDE attribute setting accessor functionsGeert Uytterhoeven
2013-05-07parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-05-07Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-07Revert "ARM: convert build of appended dtb zImage to list of dtbs"John Stultz
2013-05-07libata: change maintainerTejun Heo
2013-05-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-05-07HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KER...Alexander Shiyan
2013-05-07Hexagon: fix register used to call do_work_pendingRichard Kuo
2013-05-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2013-05-07Merge branch 'rwsem-optimizations'Linus Torvalds
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan
2013-05-07e1000e: fix scheduling while atomic bugBruce Allan
2013-05-07rwsem: no need for explicit signed longsDavidlohr Bueso
2013-05-07x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse
2013-05-07rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse
2013-05-07rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse
2013-05-07rwsem: simplify __rwsem_do_wakeMichel Lespinasse
2013-05-07rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse
2013-05-07rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse