aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/msnd.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Protect tty drivers list with tty_mutexAlexey Dobriyan2-1/+7
2007-05-08Remove do_sync_file_range()Mark Fasheh4-14/+9
2007-05-08Char: cs5535_gpio, add MODULE_DEVICE_TABLEJiri Slaby1-0/+1
2007-05-08Char: rocket, add MODULE_DEVICE_TABLEJiri Slaby1-0/+6
2007-05-08move die notifier handling to common codeChristoph Hellwig81-328/+162
2007-05-08kprobes: fix sparse NULL warningRandy Dunlap1-1/+2
2007-05-08reiserfs: proc support requires PROC_FSRandy Dunlap1-1/+1
2007-05-08tty: introduce no_tty and use it in selinuxEric W. Biederman3-9/+19
2007-05-08tty: simplify calling of put_pid.Eric W. Biederman1-17/+6
2007-05-08tty: remove unnecessary export of proc_clear_ttyEric W. Biederman1-1/+0
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann9-77/+35
2007-05-08enlarge console.nameAndrew Morton1-3/+2
2007-05-08/proc/*/oom_score oops re badnessAlexey Dobriyan1-0/+2
2007-05-08futex: restartable futex_waitNick Piggin1-5/+51
2007-05-08futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell2-36/+43
2007-05-08rtc: add RTC class driver for the Maxim MAX6900Dale Farnsworth3-0/+322
2007-05-08RTC: add rtc-rs5c313 driverNobuhiro Iwamatsu3-0/+412
2007-05-08as: fix antic_expire checkNick Piggin1-3/+3
2007-05-08Subject: jsm driver fix for linuxpps supportLen Sorensen1-1/+6
2007-05-08Small fixes for jsm driverLen Sorensen1-0/+1
2007-05-08cyclades: remove custom typesKlaus Kudielka2-114/+115
2007-05-08fix cyclades.h for x86_64 (and probably others)Klaus Kudielka2-9/+7
2007-05-08Kprobes: Make kprobe.symbol_name constAnanth N Mavinakayanahalli1-1/+1
2007-05-08tty: i386/x86_64 arbitary speed supportAlan Cox4-3/+23
2007-05-08VFS: delay the dentry name generation on sockets and pipesEric Dumazet6-14/+86
2007-05-08add file position info to procMiklos Szeredi1-18/+114
2007-05-08procfs: reorder struct pid_dentry to save space on 64bit archs, and constify themEric Dumazet1-26/+27
2007-05-08drivers/char/synclink.c: check kmalloc() return valueAmit Choudhary1-1/+6
2007-05-08remove unused header file: drivers/char/digi.hRobert P. J. Day1-71/+0
2007-05-08remove unused header file: drivers/message/i2o/i2o_lan.hRobert P. J. Day1-159/+0
2007-05-08proc: maps protectionKees Cook7-2/+48
2007-05-08virtual_eisa_root_init() should be __initAndrew Morton1-1/+1
2007-05-08rocket: remove modversions includeRobert P. J. Day1-4/+0
2007-05-08floppy: handle device_create_file() failure while initDmitriy Monakhov1-1/+6
2007-05-08replace pci_find_device in drivers/telephony/ixj.cSurya1-1/+2
2007-05-08tpm_infineon: add support for devices in mmio spaceAlex Williamson1-66/+165
2007-05-08namei.c: remove utterly outdated commentChristoph Hellwig1-11/+0
2007-05-08vfs: remove superflous sb == NULL checksChristoph Hellwig2-4/+2
2007-05-08proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan1-2/+0
2007-05-08Fix race between proc_readdir and remove_proc_entryDarrick J. Wong1-2/+9
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan3-8/+9
2007-05-08add filesystem subtype supportMiklos Szeredi5-6/+55
2007-05-08oss: strlcpy is smart enoughJean Delvare1-1/+1
2007-05-08epoll: optimizations and cleanupsDavide Libenzi1-147/+86
2007-05-08the scheduled removal of OBSOLETE_OSS optionsAdrian Bunk2-41/+0
2007-05-08ext3: dirindex error pointer issuesDmitriy Monakhov2-22/+30
2007-05-08Optimize timespec_trunc()Eric Dumazet1-30/+30
2007-05-08init dma masks in pnp_devDavid Brownell2-0/+4
2007-05-08rcutorture: Mark rcu_torture_init as __initJosh Triplett1-1/+1
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty11-268/+131