aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins2009-08-243-13/+21
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-08-241-3/+9
|\
| * drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.Michel Dänzer2009-08-231-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-08-242-3/+17
|\ \
| * | favr32: improve touchscreen responseBen Nizette2009-07-271-0/+4
| * | avr32/lib: fix unaligned memcpy where len < 4Sebastian Andrzej Siewior2009-07-271-0/+1
| * | avr32/lib: fix unaligned memcpy()Sebastian Andrzej Siewior2009-07-271-3/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-246-45/+89
|\ \ \
| * | | Input: ucb1400_ts - enable interrupt unconditionallyPavel Revak2009-08-211-4/+4
| * | | Input: ucb1400_ts - enable ADC FilterMarek Vasut2009-08-212-0/+13
| * | | Input: wacom - don't use on-stack memory for report buffersDmitry Torokhov2009-08-211-14/+29
| * | | Input: iforce - support new revision of ACT LABS Force RSJiri Kosina2009-08-192-0/+2
| * | | Input: joydev - decouple axis and button map ioctls from input constantsStephen Kitt2009-08-121-27/+41
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-2421-80/+117
|\ \ \ \
| * | | | smc91x: let smc91x work well under netpollDongdong Deng2009-08-231-18/+22
| * | | | pxaficp-ir: remove incorrect net_device_opsMarek Vasut2009-08-231-3/+1
| * | | | NET: llc, zero sockaddr_llc structJiri Slaby2009-08-231-0/+1
| * | | | drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng2009-08-234-9/+13
| * | | | netpoll: warning for ndo_start_xmit returns with interrupts enabledDongdong Deng2009-08-231-0/+5
| * | | | net: Fix Micrel KSZ8842 Kconfig descriptionAndreas Mohr2009-08-231-1/+2
| * | | | netfilter: xt_quota: fix wrong return value (error case)Patrick McHardy2009-08-231-1/+1
| * | | | ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...Bruno Prémont2009-08-231-1/+3
| * | | | E100: fix interaction with swiotlb on X86.Krzysztof Hałasa2009-08-231-1/+1
| * | | | pkt_sched: Convert CBQ to tasklet_hrtimer.David S. Miller2009-08-231-10/+13
| * | | | pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller2009-08-222-6/+6
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-211-4/+10
| |\ \ \ \
| | * | | | rtl8187: always set MSR_LINK_ENEDCA flag with RTL8187BHerton Ronaldo Krzesinski2009-08-211-4/+10
| * | | | | ibm_newemac: emac_close() needs to call netif_carrier_off()Petri Gynther2009-08-201-0/+2
| * | | | | net: fix ks8851 build errorsRandy Dunlap2009-08-191-0/+1
| * | | | | net: Rename MAC platform driver for w90p910 platformWan ZongShun2009-08-181-2/+2
| * | | | | yellowfin: Fix buffer underrun after dev_alloc_skb() failureRoel Kluin2009-08-181-10/+18
| |/ / / /
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-182-14/+16
| |\ \ \ \
| | * | | | orinoco: correct key bounds check in orinoco_hw_get_tkip_ivJohn W. Linville2009-08-171-1/+1
| | * | | | mac80211: fix todo lockJohannes Berg2009-08-171-13/+15
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-08-243-5/+7
|\ \ \ \ \ \
| * | | | | | ima: hashing large files bug fixMimi Zohar2009-08-241-2/+4
| * | | | | | kernel_read: redefine offset typeMimi Zohar2009-08-242-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | [S390] set preferred console based on conmodeHendrik Brueckner2009-08-231-7/+18
* | | | | | [S390] drivers/s390: put NULL test before dereferenceJulia Lawall2009-08-231-1/+1
* | | | | | [S390] cio: fix double free after failed device initializationSebastian Ott2009-08-231-3/+1
|/ / / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-08-222-1/+3
|\ \ \ \ \
| * | | | | PCI: check saved state before restoreAlek Du2009-08-202-1/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-08-224-134/+185
|\ \ \ \ \ \
| * | | | | | [SCSI] mpt2sas: fix config request and diag reset deadlockKashyap, Desai2009-08-141-65/+20
| * | | | | | [SCSI] mpt2sas: Bump driver version 01.100.04.00Kashyap, Desai2009-08-131-2/+2
| * | | | | | [SCSI] mpt2sas: fix oops because drv data points to NULL on resume from hiber...Kashyap, Desai2009-08-131-3/+3
| * | | | | | [SCSI] mpt2sas: fix crash due to Watchdog is active while OS in standby modeKashyap, Desai2009-08-133-28/+64
| * | | | | | [SCSI] mpt2sas: fix infinite loop inside config requestKashyap, Desai2009-08-131-0/+6
| * | | | | | [SCSI] mpt2sas: Excessive log info causes sas iounit page time outKashyap, Desai2009-08-132-0/+8
| * | | | | | [SCSI] mpt2sas: Raid 10 Value is showing as Raid 1E in /va/log/messagesKashyap, Desai2009-08-131-26/+64