aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVALStefan Richter2011-08-041-1/+1
* ethtool: Allow zero-length register dumps againBen Hutchings2011-08-041-2/+2
* jme: Fix unmap error (Causing system freeze)Guo-Fu Tseng2011-08-041-6/+14
* staging: brcm80211: fix for reported log spam problemRoland Vossen2011-08-041-5/+0
* CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-08-041-1/+1
* ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2011-08-042-4/+2
* ath6kl: fix crash when interface is closed but scan is ongoingKalle Valo2011-08-041-13/+18
* ath6kl: cache firmwareKalle Valo2011-08-042-15/+43
* ASoC: Mark cache as dirty when suspendingMark Brown2011-08-041-0/+1
* ASoC: davinci: fix codec start and stop functionsRajashekhara, Sudhakar2011-08-041-4/+4
* ASoC: davinci: add missing break statementRajashekhara, Sudhakar2011-08-041-0/+1
* ARM: pxa/cm-x300: fix V3020 RTC functionalityIgor Grinberg2011-08-041-4/+4
* drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König2011-08-041-1/+1
* rtc: limit frequencyThomas Gleixner2011-08-041-1/+1
* rtc: fix hrtimer deadlockThomas Gleixner2011-08-041-19/+37
* rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-08-041-0/+3
* usb: musb: restore INDEX register in resume pathAjay Kumar Gupta2011-08-041-0/+1
* USB: EHCI: go back to using the system clock for QH unlinksAlan Stern2011-08-043-48/+45
* USB: OHCI: fix another regression for NVIDIA controllersAlan Stern2011-08-041-0/+28
* Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan2011-08-042-5/+5
* Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan2011-08-043-3/+3
* Staging: hv: storvsc: Increase the timeout value in the storvsc driverK. Y. Srinivasan2011-08-042-5/+5
* staging: comedi: fix infoleak to userspaceVasiliy Kulikov2011-08-041-2/+2
* staging: r8192e_pci: Handle duplicate PCI ID 0x10ec:0x8192 conflict with rtl8...Larry Finger2011-08-041-0/+6
* Staging: usbip: vhci-hcd: Do not kill already dead RX/TX kthreadTobias Klauser2011-08-041-2/+2
* gro: Only reset frag0 when skb can be pulledHerbert Xu2011-08-041-1/+4
* bridge: send proper message_age in config BPDUstephen hemminger2011-08-042-2/+3
* mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get clearedShawn Guo2011-08-041-1/+1
* mmc: Added quirks for Ricoh 1180:e823 lower base clock frequencyManoj Iyer2011-08-041-0/+23
* USB: serial: add IDs for WinChipHead USB->RS232 adapterWolfgang Denk2011-08-042-0/+5
* Linux 3.0Linus Torvalds2011-07-211-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-07-211-0/+1
|\
| * sparc,kgdbts: fix compile regression with kgdb test suiteJason Wessel2011-07-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-211-1/+1
|\ \
| * | CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky2011-07-211-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-211-0/+16
|\ \ \
| * | | x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin2011-07-211-0/+8
| * | | x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman2011-07-211-0/+8
| |/ /
* | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-07-214-39/+56
|\ \ \
| * | | drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson2011-07-183-38/+41
| * | | drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard2011-07-132-1/+15
* | | | vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds2011-07-211-2/+0
* | | | FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich2011-07-211-9/+5
| |/ / |/| |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-205-28/+103
|\ \ \
| * \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-07-205-28/+103
| |\ \ \
| | * | | signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney2011-07-201-6/+13
| | * | | softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2011-07-202-3/+11
| | * | | sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra2011-07-201-6/+38
| | * | | rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney2011-07-201-5/+24
| | * | | rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney2011-07-191-6/+6