summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aio: kill ki_retryKent Overstreet2013-05-082-165/+85Star
* aio: kill ki_keyKent Overstreet2013-05-082-7/+9
* aio: give shared kioctx fields their own cachelinesKent Overstreet2013-05-081-12/+15
* aio: kill struct aio_ring_infoKent Overstreet2013-05-081-81/+74Star
* aio: kill batch allocationKent Overstreet2013-05-082-102/+15Star
* aio: change reqs_active to include unreaped completionsKent Overstreet2013-05-081-15/+32
* aio: use cancellation list lazilyKent Overstreet2013-05-083-55/+81
* aio: use flush_dcache_page()Kent Overstreet2013-05-081-28/+17Star
* aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet2013-05-081-150/+90Star
* wait: add wait_event_hrtimeout()Kent Overstreet2013-05-081-0/+86
* aio: refcounting cleanupKent Overstreet2013-05-081-153/+119Star
* aio: make aio_put_req() locklessKent Overstreet2013-05-082-54/+36Star
* aio: do fget() after aio_get_req()Kent Overstreet2013-05-081-13/+9Star
* aio: dprintk() -> pr_debug()Kent Overstreet2013-05-081-33/+24Star
* aio: move private stuff out of aio.hKent Overstreet2013-05-083-61/+62
* aio: add kiocb_cancel()Kent Overstreet2013-05-081-36/+43
* aio: kill return value of aio_complete()Kent Overstreet2013-05-082-18/+11Star
* char: add aio_{read,write} to /dev/{null,zero}Zach Brown2013-05-081-0/+35
* aio: remove retry-based AIOZach Brown2013-05-085-379/+31Star
* gadget: remove only user of aio retryZach Brown2013-05-081-9/+29
* aio: remove dead code from aio.hZach Brown2013-05-081-24/+0Star
* mm: remove old aio use_mm() commentZach Brown2013-05-081-3/+0Star
* mm/vmalloc.c: add vfree commentAndrew Morton2013-05-081-0/+2
* remove unused random32() and srandom32()Akinobu Mita2013-05-081-7/+0Star
* drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-084-6/+6
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-087-9/+9
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-084-22/+34
* parisc: remove the second argument of kmap_atomic()Zhao Hongjiang2013-05-081-3/+3
* drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach2013-05-081-0/+5
* include/linux/mm.h: complete the mm_walk definitionAndrew Morton2013-05-081-7/+13
* mm, memcg: add rss_huge stat to memory.statDavid Rientjes2013-05-082-11/+29
* mm/SPARC: use common help functions to free reserved pagesJiang Liu2013-05-083-68/+12Star
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-079-915/+781Star
|\
| * Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-079-915/+781Star
| |\
| | * mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-061-9/+15
| | * slab: Return NULL for oversized allocationsChristoph Lameter2013-05-062-0/+9
| | * mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin2013-05-011-0/+1
| | * slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter2013-04-051-3/+9
| | * slub: Do not dereference NULL pointer in node_matchChristoph Lameter2013-04-051-1/+1
| | * slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim2013-04-021-1/+1
| | * slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim2013-04-021-8/+9
| | * slub: correctly bootstrap boot cachesGlauber Costa2013-02-281-0/+6
| | * mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim2013-02-061-1/+1
| | * slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter2013-02-061-14/+15
| | * slab: Handle ARCH_DMA_MINALIGN correctlyChristoph Lameter2013-02-061-14/+18
| | * slab: Common definition for kmem_cache_nodeChristoph Lameter2013-02-013-28/+32
| | * slab: Rename list3/l3 to nodeChristoph Lameter2013-02-012-259/+259
| | * slab: Common Kmalloc cache determinationChristoph Lameter2013-02-015-173/+124Star
| | * stat: Use size_t for sizes instead of unsignedChristoph Lameter2013-02-011-1/+1
| | * slab: Common function to create the kmalloc arrayChristoph Lameter2013-02-014-99/+64Star