summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-08remove unused random32() and srandom32()Akinobu Mita1-7/+0
2013-05-08drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton4-6/+6
2013-05-08drivers/net: rename random32() to prandom_u32()Akinobu Mita7-9/+9
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-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
2013-05-05virtio: don't expose u16 in userspace apistephen hemminger1-1/+1
2013-05-05kvm: Add compat_ioctl for device control APIScott Wood1-0/+3
2013-05-05perf/x86/intel/lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNELPeter Zijlstra1-3/+10
2013-05-05rcutrace: single_open() leaksAl Viro1-4/+4
2013-05-05gadget: single_open() leaksAl Viro2-2/+2
2013-05-05staging: single_open() leaksAl Viro8-8/+8
2013-05-05megaraid: single_open() leakAl Viro1-1/+1
2013-05-05wireless: single_open() leaksAl Viro4-7/+7
2013-05-05input: single_open() leakAl Viro1-1/+1
2013-05-05rtc: single_open() leaksAl Viro2-2/+2
2013-05-05ds1620: single_open() leakAl Viro1-1/+1
2013-05-05sh: single_open() leaksAl Viro1-1/+1
2013-05-05parisc: single_open() leaksAl Viro1-1/+1
2013-05-05mips: single_open() leaksAl Viro3-4/+4
2013-05-05ia64: single_open() leaksAl Viro3-4/+4
2013-05-05h8300: single_open() leaksAl Viro1-1/+1
2013-05-05cris: single_open() leaksAl Viro2-2/+2
2013-05-05arm: single_open() leaksAl Viro2-2/+2
2013-05-05cifs: small variable name cleanupDan Carpenter1-1/+1
2013-05-05CIFS: fix error return code in cifs_atomic_open()Wei Yongjun1-1/+3
2013-05-05cifs: store the real expected sequence number in the midJeff Layton3-4/+4
2013-05-05cifs: on send failure, readjust server sequence number downwardJeff Layton2-0/+16
2013-05-05cifs: remove ENOSPC handling in smb_sendvJeff Layton1-7/+1