summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-0789-1364/+900
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-0758-7/+58
| * aio: kill ki_retryKent Overstreet2013-05-072-165/+85
| * aio: kill ki_keyKent Overstreet2013-05-072-7/+9
| * aio: give shared kioctx fields their own cachelinesKent Overstreet2013-05-071-12/+15
| * aio: kill struct aio_ring_infoKent Overstreet2013-05-071-81/+74
| * aio: kill batch allocationKent Overstreet2013-05-072-102/+15
| * aio: change reqs_active to include unreaped completionsKent Overstreet2013-05-071-15/+32
| * aio: use cancellation list lazilyKent Overstreet2013-05-073-55/+81
| * aio: use flush_dcache_page()Kent Overstreet2013-05-071-28/+17
| * aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet2013-05-071-150/+90
| * wait: add wait_event_hrtimeout()Kent Overstreet2013-05-071-0/+86
| * aio: refcounting cleanupKent Overstreet2013-05-071-153/+119
| * aio: make aio_put_req() locklessKent Overstreet2013-05-072-54/+36
| * aio: do fget() after aio_get_req()Kent Overstreet2013-05-071-13/+9
| * aio: dprintk() -> pr_debug()Kent Overstreet2013-05-071-33/+24
| * aio: move private stuff out of aio.hKent Overstreet2013-05-073-61/+62
| * aio: add kiocb_cancel()Kent Overstreet2013-05-071-36/+43
| * aio: kill return value of aio_complete()Kent Overstreet2013-05-072-18/+11
| * char: add aio_{read,write} to /dev/{null,zero}Zach Brown2013-05-071-0/+35
| * aio: remove retry-based AIOZach Brown2013-05-075-379/+31
| * gadget: remove only user of aio retryZach Brown2013-05-071-9/+29
| * aio: remove dead code from aio.hZach Brown2013-05-071-24/+0
| * mm: remove old aio use_mm() commentZach Brown2013-05-071-3/+0
| * mm/vmalloc.c: add vfree commentAndrew Morton2013-05-071-0/+2
| * remove unused random32() and srandom32()Akinobu Mita2013-05-071-7/+0
| * drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-074-6/+6
| * drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-077-9/+9
| * hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-074-22/+34
| * parisc: remove the second argument of kmap_atomic()Zhao Hongjiang2013-05-071-3/+3
| * drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach2013-05-071-0/+5
| * include/linux/mm.h: complete the mm_walk definitionAndrew Morton2013-05-071-7/+13
| * mm, memcg: add rss_huge stat to memory.statDavid Rientjes2013-05-072-11/+29
| * mm/SPARC: use common help functions to free reserved pagesJiang Liu2013-05-073-68/+12
* | arm: fix mismerge of arch/arm/mach-omap2/timer.cLinus Torvalds2013-05-071-0/+4
* | rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso2013-05-071-1/+3
* | kref: minor cleanupAnatol Pomozov2013-05-072-4/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0750-177/+93
|\ \
| * | proc: Use PDE attribute setting accessor functionsGeert Uytterhoeven2013-05-072-2/+2
| * | make blkdev_put() return voidAl Viro2013-05-078-46/+22
| * | block_device_operations->release() should return voidAl Viro2013-05-0737-121/+62
| * | mtd_blktrans_ops->release() should return voidAl Viro2013-05-054-10/+7
| * | hfs: SMP race on directory close()Al Viro2013-05-051-0/+2
* | | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-0721-70/+348
|\ \ \
| * | | parisc: tlb flush counting fix for SMP and UPHelge Deller2013-05-074-19/+5
| * | | parisc: more irq statistics in /proc/interruptsHelge Deller2013-05-075-4/+86
| * | | parisc: implement irq stacksHelge Deller2013-05-074-2/+94
| * | | parisc: add kernel stack overflow checkHelge Deller2013-05-074-4/+42
| * | | parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin2013-05-071-5/+9
| * | | parisc: implement atomic64_dec_if_positive()Helge Deller2013-05-062-0/+24