| Commit message (Expand) | Author | Age | Files | Lines |
* | DDB5477: remove driver bits of support | Yoichi Yuasa | 2007-08-01 | 3 | -2069/+0 |
* | remove options depending on OSS_OBSOLETE | Adrian Bunk | 2007-07-17 | 1 | -77/+0 |
* | OSS trident: replace deprecated pci_find_device with pci_get_device | Muli Ben-Yehuda | 2007-07-17 | 1 | -3/+5 |
* | OSS trident: fix locking around write_voice_regs | Muli Ben-Yehuda | 2007-07-17 | 1 | -0/+5 |
* | OSS trident: massive whitespace removal | Muli Ben-Yehuda | 2007-07-17 | 1 | -179/+179 |
* | Introduce CONFIG_VIRT_TO_BUS | Stephen Rothwell | 2007-07-16 | 1 | -2/+3 |
* | mpu401 warning fixes | Andrew Morton | 2007-07-16 | 1 | -3/+4 |
* | more scheduled OSS driver removal | Adrian Bunk | 2007-07-16 | 55 | -30299/+4 |
* | PCI: Change all drivers to use pci_device->revision | Auke Kok | 2007-07-12 | 2 | -2/+2 |
* | ALSA: more section mismatches | Randy Dunlap | 2007-07-01 | 1 | -1/+1 |
* | sound: convert "sound" subdirectory to UTF-8 | John Anthony Kazos Jr | 2007-05-09 | 3 | -4/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-05-08 | 1 | -8/+8 |
|\ |
|
| * | Merge branch 'linux-2.6' | Paul Mackerras | 2007-05-08 | 4 | -3/+2 |
| |\ |
|
| * | | [POWERPC] Rename device_is_compatible to of_device_is_compatible | Stephen Rothwell | 2007-05-07 | 1 | -8/+8 |
* | | | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 3 | -3/+0 |
* | | | schedule obsolete OSS drivers for removal, 4th round | Adrian Bunk | 2007-05-08 | 1 | -5/+18 |
* | | | oss: strlcpy is smart enough | Jean Delvare | 2007-05-08 | 1 | -1/+1 |
* | | | the scheduled removal of OBSOLETE_OSS options | Adrian Bunk | 2007-05-08 | 2 | -41/+0 |
| |/
|/| |
|
* | | sh: hp6xx driver compile fixes. | Kristoffer Ericson | 2007-05-07 | 1 | -1/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-05-05 | 2 | -1/+1 |
|\ \ |
|
| * | | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 2007-05-03 | 2 | -1/+1 |
| |/ |
|
* / | i2c: Cleanup the includes of <linux/i2c.h> | Jean Delvare | 2007-05-01 | 1 | -1/+0 |
|/ |
|
* | [POWERPC] Remove old interface find_devices | Stephen Rothwell | 2007-04-24 | 2 | -33/+62 |
* | [POWERPC] Rename get_property to of_get_property: sound | Stephen Rothwell | 2007-04-12 | 2 | -7/+7 |
* | [POWERPC] get_property returns const | Stephen Rothwell | 2007-04-12 | 2 | -12/+12 |
* | Merge branch 'linux-2.6' into for-2.6.22 | Paul Mackerras | 2007-04-12 | 1 | -4/+16 |
|\ |
|
| * | [PATCH] const file_operations fallout | Al Viro | 2007-03-14 | 1 | -4/+16 |
* | | [POWERPC] powermac: disallow pmu sleep notifiers from aborting sleep | Johannes Berg | 2007-03-26 | 1 | -3/+2 |
|/ |
|
* | [PATCH] OSS: replace kmalloc()+memset() combos with kzalloc() | Robert P. J. Day | 2007-02-14 | 19 | -65/+32 |
* | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 2007-02-12 | 13 | -21/+21 |
* | [PATCH] OSS: Use ARRAY_SIZE macro when appropriate (2) | Ahmed S. Darwish | 2007-02-12 | 3 | -5/+6 |
* | [PATCH] OSS: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-12 | 2 | -3/+5 |
* | [PATCH] Remove dead kernel config option AEDSP16_MPU401. | Robert P. J. Day | 2007-02-11 | 1 | -12/+0 |
* | [PATCH] schedule obsolete OSS drivers for removal, 3rd round | Adrian Bunk | 2007-02-11 | 2 | -2/+16 |
* | [PATCH] more work_struct fixes: tas300x sound drivers | Al Viro | 2006-12-18 | 2 | -15/+14 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 15 | -22/+22 |
* | [PATCH] struct path: convert sound | Josef Sipek | 2006-12-08 | 3 | -8/+8 |
* | [PATCH] The scheduled removal of some OSS options | Adrian Bunk | 2006-12-07 | 1 | -115/+0 |
* | [PATCH] sound/oss/emu10k1: handle userspace copy errors | Jeff Garzik | 2006-12-07 | 4 | -16/+38 |
* | [PATCH] sound/oss/btaudio.c: ioremap balanced with iounmap | Amol Lad | 2006-12-07 | 1 | -0/+2 |
* | [PATCH] mm: incorrect VM_FAULT_OOM returns from drivers | Nick Piggin | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] severing poll.h -> mm.h | Al Viro | 2006-12-04 | 8 | -0/+8 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-12-02 | 1 | -8/+8 |
|\ |
|
| * | Driver core: convert sound core to use struct device | Greg Kroah-Hartman | 2006-12-01 | 1 | -8/+8 |
* | | Fix misc .c/.h comment typos | Matt LaPlante | 2006-11-30 | 1 | -3/+3 |
|/ |
|
* | sh: Cleanup board header directories. | Paul Mundt | 2006-10-19 | 1 | -1/+1 |
* | Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2006-10-09 | 5 | -5/+5 |
|\ |
|
| * | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 2006-10-06 | 5 | -5/+5 |
* | | [PATCH] misc arm pt_regs fixes | Al Viro | 2006-10-08 | 1 | -1/+1 |
|/ |
|
* | [PATCH] powerpc: irq change build breaks | Olof Johansson | 2006-10-06 | 1 | -2/+2 |