summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | serial: imx.c: fix CTS trigger level lower to avoid lost charsValentin Longchamp2010-05-131-1/+9
| * | | | | | | | | tty: Fix unbalanced BKL handling in error pathAlan Cox2010-05-131-0/+1
| * | | | | | | | | serial: mpc52xx_uart: fix null pointer dereferenceAnatolij Gustschin2010-05-131-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Linus Torvalds2010-05-132-2/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cifs: guard against hardlinking directoriesJeff Layton2010-05-112-2/+20
* | | | | | | | | | vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara2010-05-131-2/+4
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-05-135-8/+30
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'fix/hda' into for-linusTakashi Iwai2010-05-133-10/+20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ALSA: hda - Add hp-dv4 model for IDT 92HD71bxTakashi Iwai2010-05-121-3/+9
| | * | | | | | | | | | ALSA: hda - Fix mute-LED GPIO pin for HP dv seriesTakashi Iwai2010-05-111-0/+5
| | * | | | | | | | | | ALSA: hda: Fix 0 dB for Lenovo models using Conexant CX20549 (Venice)Daniel T Chen2010-05-111-3/+4
| * | | | | | | | | | | ALSA: ice1724 - Fix ESI Maya44 capture source controlTakashi Iwai2010-05-121-3/+3
| * | | | | | | | | | | ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archsTakashi Iwai2010-05-121-0/+7
| * | | | | | | | | | | ALSA: virtuoso: fix Xonar D1/DX front panel microphoneClemens Ladisch2010-05-121-0/+3
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-136-23/+42
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Input: ad7877 - keep dma rx buffers in seperate cache linesOskar Schirmer2010-05-131-3/+12
| * | | | | | | | | | Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov2010-05-131-4/+10
| * | | | | | | | | | Input: elantech - use all 3 bytes when checking versionDmitry Torokhov2010-05-132-15/+14
| * | | | | | | | | | Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut2010-05-101-1/+1
| * | | | | | | | | | Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2010-05-102-0/+5
* | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-05-126-68/+51
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-05-131-2/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | powerpc/swiotlb: Fix off by one in determining boundary of which ops to useKumar Gala2010-05-041-2/+3
| * | | | | | | | | | | | powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras2010-05-125-66/+48
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-05-124-12/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [S390] correct address of _stext with CONFIG_SHARED_KERNEL=yMartin Schwidefsky2010-05-122-2/+2
| * | | | | | | | | | | | [S390] ptrace: fix return value of do_syscall_trace_enter()Gerald Schaefer2010-05-121-3/+2
| * | | | | | | | | | | | [S390] dasd: fix race between tasklet and dasd_sleep_onStefan Weinhuber2010-05-121-7/+10
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-1212-49/+116
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ceph: preserve seq # on requeued messages after transient transport errorsSage Weil2010-05-112-1/+11
| * | | | | | | | | | | | ceph: fix cap removal racesSage Weil2010-05-112-9/+15
| * | | | | | | | | | | | ceph: zero unused message header, footer fieldsSage Weil2010-05-111-1/+5
| * | | | | | | | | | | | ceph: fix locking for waking session requests after reconnectSage Weil2010-05-111-13/+16
| * | | | | | | | | | | | ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil2010-05-115-9/+44
| * | | | | | | | | | | | ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil2010-05-111-0/+4
| * | | | | | | | | | | | ceph: unregister osd request on failureSage Weil2010-05-111-2/+5
| * | | | | | | | | | | | ceph: don't use writeback_control in writepages completionSage Weil2010-05-052-7/+0
| * | | | | | | | | | | | ceph: unregister bdi before kill_anon_super releases device nameSage Weil2010-05-041-7/+16
* | | | | | | | | | | | | Revert "PCI: update bridge resources to get more big ranges in PCI assign uns...Linus Torvalds2010-05-121-112/+2
* | | | | | | | | | | | | CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells2010-05-121-0/+4
* | | | | | | | | | | | | rwsem: Test for no active locks in __rwsem_do_wake undo codeMichel Lespinasse2010-05-121-2/+3
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-05-112-68/+56
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hwmon: (applesmc) Correct sysfs fan error handlingHenrik Rydberg2010-05-111-36/+25
| * | | | | | | | | | | | hwmon: (asc7621) Bug fixesKen Milmore2010-05-111-32/+31
* | | | | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-112-15/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu2010-05-111-14/+13
| * | | | | | | | | | | | perf: Fix static strings treated like dynamic onesFrederic Weisbecker2010-05-111-1/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...Andrew Morton2010-05-111-2/+6
* | | | | | | | | | | | hp_accel: fix race in device removalOliver Neukum2010-05-111-1/+1
* | | | | | | | | | | | mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa2010-05-111-1/+1