summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity2009-10-121-0/+2
* ASoC: WM8350 capture PGA mutes are invertedMark Brown2009-10-121-2/+2
* sound: via82xx: move DXS volume controls to PCM interfaceClemens Ladisch2009-10-121-9/+18
* libata: fix incorrect link online check during probeTejun Heo2009-10-121-18/+32
* ima: ecryptfs fix imbalance messageMimi Zohar2009-10-121-1/+6
* NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala2009-10-121-2/+7
* futex: Fix locking imbalanceThomas Gleixner2009-10-121-1/+1
* futex: Nullify robust lists after cleanupPeter Zijlstra2009-10-121-2/+6
* futex: Move exit_pi_state() call to release_mm()Thomas Gleixner2009-10-122-2/+2
* futex: fix requeue_pi key imbalanceDarren Hart2009-10-121-1/+0
* ftrace: check for failure for all conversionsSteven Rostedt2009-10-121-8/+3
* tracing: correct module boundaries for ftrace_releasejolsa@redhat.com2009-10-122-9/+5
* ALSA: hda - Added quirk to enable sound on Toshiba NB200Manoj Iyer2009-10-121-0/+1
* x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich2009-10-121-13/+23
* tty: Avoid dropping ldisc_mutex over hangup tty re-initializationLinus Torvalds2009-10-121-5/+2
* x86: fix csum_ipv6_magic asm memory clobberSamuel Thibault2009-10-121-1/+2
* Linux 2.6.31.3v2.6.31.3Greg Kroah-Hartman2009-10-071-1/+1
* TTY: fix typosAlan Stern2009-10-071-2/+2
* Linux 2.6.31.2v2.6.31.2Greg Kroah-Hartman2009-10-051-1/+1
* iwlwifi: fix unloading driver while scanningWey-Yi Guy2009-10-052-2/+3
* iwlwifi: traverse linklist to find the valid OTP blockWey-Yi Guy2009-10-056-43/+192
* iwlagn: modify digital SVR for 1000Wey-Yi Guy2009-10-052-1/+11
* iwlwifi: update 1000 series API version to match firmwareJay Sternberg2009-10-051-1/+1
* iwlwifi: Handle new firmware file with ucode build number in headerJay Sternberg2009-10-058-54/+224
* NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directlyDavid Howells2009-10-051-22/+12
* mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai2009-10-051-5/+5
* HID: completely remove apple mightymouse from blacklistJan Scholz2009-10-051-1/+0
* powerpc: Fix incorrect setting of __HAVE_ARCH_PTE_SPECIALWeirich, Bernhard2009-10-051-1/+1
* powerpc/8xx: Fix regression introduced by cache coherency rewriteRex Feany2009-10-051-3/+16
* saa7134: ir-kbd-i2c init data needs a persistent objectBrian Rogers2009-10-052-29/+31
* em28xx: ir-kbd-i2c init data needs a persistent objectBrian Rogers2009-10-052-17/+19
* drm/i915: Handle ERESTARTSYS during page faultChris Wilson2009-10-051-17/+12
* Fix idle time field in /proc/uptimeMichael Abbott2009-10-051-1/+6
* mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn2009-10-051-2/+2
* mm: fix anonymous dirtyingHugh Dickins2009-10-051-1/+2
* mm: munlock use follow_pageHugh Dickins2009-10-051-59/+40
* page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman2009-10-051-1/+11
* hugetlb: restore interleaving of bootmem huge pages (2.6.31)Lee Schermerhorn2009-10-051-1/+1
* /proc/kcore: work around a BUG()KAMEZAWA Hiroyuki2009-10-051-1/+7
* USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp2009-10-051-1/+1
* USB: xhci: Support interrupt transfers.Sarah Sharp2009-10-053-1/+55
* USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp2009-10-051-0/+9
* USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp2009-10-051-2/+8
* USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp2009-10-051-1/+16
* USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp2009-10-051-1/+1
* USB: xhci: Handle babbling endpoints correctly.Sarah Sharp2009-10-051-2/+14
* USB: xhci: Make TRB completion code comparison readable.Sarah Sharp2009-10-051-7/+9
* USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp2009-10-054-23/+148
* USB: xhci: Handle stalled control endpoints.Sarah Sharp2009-10-053-14/+58
* USB: xhci: Support full speed devices.Sarah Sharp2009-10-053-5/+89