summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rapidio: fix new kernel-doc warningsRandy Dunlap2010-05-303-5/+13
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2010-05-306-76/+47
|\
| * parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomicJohn David Anglin2010-05-301-3/+13
| * parisc: Remove unnecessary macros from entry.SJohn David Anglin2010-05-301-33/+7
| * parisc: LWS fixes for syscall.SJohn David Anglin2010-05-301-23/+9
| * parisc: Delete unnecessary nop's in entry.SJohn David Anglin2010-05-301-7/+0
| * parisc: Avoid interruption in critical region in entry.SJohn David Anglin2010-05-301-2/+3
| * parisc: invoke oom-killer from page faultNick Piggin2010-05-301-4/+3
| * parisc: clear floating point exception flag on SIGFPE signalHelge Deller2010-05-301-0/+1
| * parisc: Use of align_frame provides stack frame.Carlos O'Donell2010-05-301-4/+11
* | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-305-31/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-3019-32/+104
|\ \
| * | ceph: clean up on forwarded aborted mds requestSage Weil2010-05-291-4/+9
| * | ceph: fix leak of osd authorizerSage Weil2010-05-291-1/+6
| * | ceph: close out mds, osd connections before stopping authSage Weil2010-05-293-1/+16
| * | ceph: make lease code DN specificSage Weil2010-05-292-12/+13
| * | fs/ceph: Use ERR_CASTJulia Lawall2010-05-296-6/+6
| * | ceph: renew auth tickets before they expireSage Weil2010-05-294-1/+27
| * | ceph: do not resend mon requests on auth ticket renewalSage Weil2010-05-291-1/+4
| * | ceph: removed duplicated #includesAndrea Gelmini2010-05-292-2/+0
| * | ceph: avoid possible null dereferenceSage Weil2010-05-291-2/+2
| * | ceph: make mds requests killable, not interruptibleSage Weil2010-05-291-2/+2
| * | sched: add wait_for_completion_killable_timeoutSage Weil2010-05-292-0/+19
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-05-2925-180/+200
|\ \ \
| * \ \ Merge branch 'fix/hda' into for-linusTakashi Iwai2010-05-292-0/+4
| |\ \ \
| | * | | ALSA: hda: Use LPIB for a Shuttle deviceDaniel T Chen2010-05-291-0/+1
| | * | | ALSA: hda: Add support for another Lenovo ThinkPad Edge in conexant codecAndreas Herrmann2010-05-281-0/+1
| | * | | ALSA: hda: Use LPIB for Sony VPCS11V9EDaniel T Chen2010-05-281-0/+1
| | * | | ALSA: hda - Add support for Thinkpad Edge conexant chipJerone Young2010-05-271-0/+1
| * | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2010-05-2918-157/+170
| |\ \ \ \
| | * | | | ALSA: snd-usb-caiaq: Bump version number to 1.3.21Mark Hills2010-05-291-1/+1
| | * | | | ALSA: Revert "ALSA: snd-usb-caiaq: Set default input mode of A4DJ"Mark Hills2010-05-291-6/+0
| | * | | | ALSA: snd-usb-caiaq: Simplify single case to an 'if'Mark Hills2010-05-291-4/+2
| | * | | | ALSA: snd-usb-caiaq: Restore 'Control vinyl' input mode on A4DJMark Hills2010-05-291-28/+2
| | * | | | ALSA: usb-audio: fix feature unit parser for UAC2Daniel Mack2010-05-281-1/+1
| | * | | | ALSA: asihpi - Minor code cleanupEliot Blennerhassett2010-05-271-25/+13
| | * | | | ALSA: asihpi - Add support for new ASI8800 familyEliot Blennerhassett2010-05-271-0/+3
| | * | | | ALSA: asihpi - Fix bug preventing outstream_write preload from happeningEliot Blennerhassett2010-05-271-13/+5
| | * | | | ALSA: asihpi - Fix imbalanced lock path in hw_messageEliot Blennerhassett2010-05-271-1/+2
| | * | | | ALSA: asihpi - Remove support for old ASI8800 familyEliot Blennerhassett2010-05-271-3/+0
| | * | | | ALSA: asihpi - Add hd radio blend functionsEliot Blennerhassett2010-05-273-3/+27
| | * | | | ALSA: asihpi - Remove unused io map functionsEliot Blennerhassett2010-05-272-32/+0
| | * | | | ALSA: usb-audio: add support for UAC2 pitch controlDaniel Mack2010-05-271-7/+30
| | * | | | ALSA: usb-audio: parse UAC2 endpoint descriptors correctlyDaniel Mack2010-05-272-13/+58
| | * | | | ALSA: usb-audio: fix return valuesDaniel Mack2010-05-271-2/+2
| | * | | | ALSA: usb-audio: parse more format descriptors with structsDaniel Mack2010-05-273-17/+21
| | * | | | sound: Add missing spin_unlockJulia Lawall2010-05-272-2/+4
| * | | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-05-295-23/+26
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2010-05-275-23/+26
| | |\ \ \ \ \
| | | * | | | | ASoC: Fix dB scales for WM8990Mark Brown2010-05-261-9/+9
OpenPOWER on IntegriCloud