aboutsummaryrefslogtreecommitdiffstats
path: root/include/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-07aio: kill ki_retryKent Overstreet2-165/+85
2013-05-07aio: kill ki_keyKent Overstreet2-7/+9
2013-05-07aio: give shared kioctx fields their own cachelinesKent Overstreet1-12/+15
2013-05-07aio: kill struct aio_ring_infoKent Overstreet1-81/+74
2013-05-07aio: kill batch allocationKent Overstreet2-102/+15
2013-05-07aio: change reqs_active to include unreaped completionsKent Overstreet1-15/+32
2013-05-07aio: use cancellation list lazilyKent Overstreet3-55/+81
2013-05-07aio: use flush_dcache_page()Kent Overstreet1-28/+17
2013-05-07aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet1-150/+90
2013-05-07wait: add wait_event_hrtimeout()Kent Overstreet1-0/+86
2013-05-07aio: refcounting cleanupKent Overstreet1-153/+119
2013-05-07aio: make aio_put_req() locklessKent Overstreet2-54/+36
2013-05-07aio: do fget() after aio_get_req()Kent Overstreet1-13/+9
2013-05-07aio: dprintk() -> pr_debug()Kent Overstreet1-33/+24
2013-05-07aio: move private stuff out of aio.hKent Overstreet3-61/+62
2013-05-07aio: add kiocb_cancel()Kent Overstreet1-36/+43
2013-05-07aio: kill return value of aio_complete()Kent Overstreet2-18/+11
2013-05-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown1-0/+35
2013-05-07aio: remove retry-based AIOZach Brown5-379/+31
2013-05-07gadget: remove only user of aio retryZach Brown1-9/+29
2013-05-07aio: remove dead code from aio.hZach Brown1-24/+0
2013-05-07mm: remove old aio use_mm() commentZach Brown1-3/+0
2013-05-07mm/vmalloc.c: add vfree commentAndrew Morton1-0/+2
2013-05-07remove unused random32() and srandom32()Akinobu Mita1-7/+0
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton4-6/+6
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita7-9/+9
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi4-22/+34
2013-05-07parisc: remove the second argument of kmap_atomic()Zhao Hongjiang1-3/+3
2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach1-0/+5
2013-05-07include/linux/mm.h: complete the mm_walk definitionAndrew Morton1-7/+13
2013-05-07mm, memcg: add rss_huge stat to memory.statDavid Rientjes2-11/+29
2013-05-07mm/SPARC: use common help functions to free reserved pagesJiang Liu3-68/+12
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-06Fix cleaning in scripts/modAndreas Schwab1-0/+2
2013-05-06mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter1-9/+15
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2013-05-06net/usb: new driver for RTL8152hayeswang4-0/+1789
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc1-1/+1
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov1-1/+1
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro2-12/+1
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov2-2/+4
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter2-0/+9
2013-05-05Give the OID registry file module info to avoid kernel taintingDavid Howells1-0/+5
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet1-6/+9
2013-05-05net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt1-13/+10