summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Input: fix list iteration in input_release_device()Andrew Morton2006-07-151-3/+5
| * | Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra2006-07-151-0/+1
| * | Input: iforce - check array bounds before accessing elementsDmitry Torokhov2006-07-061-9/+9
| * | Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov2006-07-061-0/+5
| * | Input: fm801-gp - fix use after freeDmitry Torokhov2006-07-061-2/+2
| * | Input: wistron - fix section reference mismatchesAndrew Morton2006-07-061-10/+10
| * | Input: introduce input_inject_event() functionDmitry Torokhov2006-07-064-21/+49
| * | Input: add start() method to input handlersDmitry Torokhov2006-07-063-21/+51
| * | Input: remove accept method from input_devDmitry Torokhov2006-07-063-15/+0
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-08-0618-47/+62
|\ \ \
| * | | [ALSA] Don't reject O_RDWR at opening PCM OSS with read/write-only deviceTakashi Iwai2006-08-031-0/+2
| * | | [ALSA] snd-emu10k1: Implement support for Audigy 2 ZS [SB0353]James Courtier-Dutton2006-08-031-0/+11
| * | | [ALSA] add MAINTAINERS entry for snd-aoaJohannes Berg2006-08-031-0/+7
| * | | [ALSA] aoa: platform function gpio: ignore errors from functions that don't e...Johannes Berg2006-08-031-1/+1
| * | | [ALSA] make snd-powermac load even when it can't bind the deviceJohannes Berg2006-08-031-10/+3
| * | | [ALSA] aoa: fix toonie codecJohannes Berg2006-08-031-4/+13
| * | | [ALSA] aoa: feature gpio layer: fix IRQ accessJohannes Berg2006-08-031-2/+5
| * | | [ALSA] Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-08-0310-29/+15
| * | | [ALSA] snd-emu10k1: Fixes ALSA bug#2190James Courtier-Dutton2006-08-031-1/+5
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-08-067-23/+22
|\ \ \ \
| * | | | [LAPB]: Fix windowsize checkDiego Calleja2006-08-051-5/+7
| * | | | [TCP]: Fixes IW > 2 cases when TCP is application limitedIlpo Järvinen2006-08-041-1/+2
| * | | | [PKT_SCHED] RED: Fix overflow in calculation of queue averageIlpo Järvinen2006-08-041-1/+1
| * | | | [LLX]: SOCK_DGRAM interface fixesStephen Hemminger2006-08-042-14/+10
| * | | | [PKT_SCHED]: Return ENOENT if qdisc module is unavailableJamal Hadi Salim2006-08-041-1/+1
| * | | | [BRIDGE]: netlink status fixStephen Hemminger2006-08-041-1/+1
| | |_|/ | |/| |
* | | | [PATCH] SCX200_ACB: eliminate spurious timeout errorsDavid Woodhouse2006-08-061-2/+5
* | | | [PATCH] udf: initialize parts of inode earlier in createEric Sandeen2006-08-061-5/+6
* | | | [PATCH] futex: Apply recent futex fixes to futex_compatThomas Gleixner2006-08-061-3/+3
* | | | [PATCH] pnpacpi: reject ACPI_PRODUCER resourcesmatthieu castet2006-08-061-0/+8
* | | | [PATCH] reiserfs_write_full_page() should not get_block past eofChris Mason2006-08-061-2/+12
* | | | [PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreChris Mason2006-08-062-2/+2
* | | | [PATCH] memory hotadd fixes: enhance collision checkKAMEZAWA Hiroyuki2006-08-061-7/+22
* | | | [PATCH] memory hotadd fixes: avoid registering res twiceKAMEZAWA Hiroyuki2006-08-061-0/+4
* | | | [PATCH] memory hotadd fixes: avoid check in acpiKAMEZAWA Hiroyuki2006-08-061-8/+1
* | | | [PATCH] memory hotadd fixes: find_next_system_ram catch range fixKAMEZAWA Hiroyuki2006-08-062-2/+3
* | | | [PATCH] memory hotadd fixes: change find_next_system_ram's return value mannerKAMEZAWA Hiroyuki2006-08-061-2/+4
* | | | [PATCH] memory hotadd fixes: not-aligned memory hotadd handling fixKAMEZAWA Hiroyuki2006-08-061-7/+16
* | | | [PATCH] Fix BeFS slab corruptionDiego Calleja2006-08-061-2/+9
* | | | [PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disksStefan Richter2006-08-061-0/+3
* | | | [PATCH] Add stable branch to maintainers fileSteven Rostedt2006-08-061-0/+8
* | | | [PATCH] sh: fix proc file removal for superh store queue moduleNeil Horman2006-08-061-3/+7
* | | | [PATCH] eicon: fix define conflict with ptraceAlexey Dobriyan2006-08-061-1/+0
* | | | [PATCH] pSeries: hvsi char driver janitorial cleanupLinas Vepstas2006-08-061-4/+1
* | | | [PATCH] pSeries hvsi char driver null pointer derefLinas Vepstas2006-08-061-1/+2
* | | | [PATCH] Fix more per-cpu typosAlexey Dobriyan2006-08-061-1/+1
* | | | [PATCH] doc: update panic_on_oops documentationMaxime Bizon2006-08-061-3/+2
* | | | [PATCH] knfsd: fix race related problem when adding items to and svcrpc auth ...Neil Brown2006-08-061-1/+5
* | | | [PATCH] debug_locks.h: add "struct task_struct;"Alexey Dobriyan2006-08-061-0/+2
* | | | [PATCH] fadvise() make POSIX_FADV_NOREUSE a no-opAndrew Morton2006-08-061-1/+2