summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched: Request for idle balance during nohz idle load balanceSuresh Siddha2011-10-062-5/+7
* sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha2011-10-062-22/+28
* Merge commit 'v3.1-rc9' into sched/coreIngo Molnar2011-10-0631-285/+236
|\
| * Linux 3.1-rc9v3.1-rc9Linus Torvalds2011-10-051-1/+1
| * Merge git://github.com/davem330/netLinus Torvalds2011-10-0415-82/+100
| |\
| | * pch_gbe: Fixed the issue on which a network freezesToshiharu Okada2011-10-031-29/+27
| | * pch_gbe: Fixed the issue on which PC was frozen when link was downed.Toshiharu Okada2011-10-031-1/+1
| | * make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn2011-10-031-1/+4
| | * net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel2011-10-031-2/+2
| | * bonding: properly stop queuing work when requestedAndy Gospodarek2011-10-033-7/+12
| | * can bcm: fix incomplete tx_setup fixOliver Hartkopp2011-09-291-27/+21
| | * RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger2011-09-291-4/+9
| | * net: Documentation: Fix type of variablesRoy.Li2011-09-291-2/+2
| | * ibmveth: Fix oops on request_irq failureBrian King2011-09-291-2/+2
| | * ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng2011-09-291-0/+3
| | * cxgb4: Fix EEH on IBM P7IOCDivy Le Ray2011-09-291-0/+3
| | * can bcm: fix tx_setup off-by-one errorsOliver Hartkopp2011-09-291-6/+7
| | * MAINTAINERS: tehuti: Alexander Indenbaum's address bouncesIan Campbell2011-09-291-1/+0
| | * dp83640: reduce driver noiseRichard Cochran2011-09-291-2/+2
| | * ptp: fix L2 event message recognitionRichard Cochran2011-09-291-3/+10
| * | Merge branch 'fix/asoc' of git://github.com/tiwai/soundLinus Torvalds2011-10-044-8/+8
| |\ \
| | * | ASoC: omap_mcpdm_remove cannot be __devexitArnd Bergmann2011-10-022-2/+2
| | * | ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADCAxel Lin2011-10-021-2/+2
| | * | ASoC: use a valid device for dev_err() in ZyloniteArnd Bergmann2011-10-021-4/+4
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-10-046-158/+33
| |\ \ \
| | * | | drm/radeon/kms: fix channel_remap setup (v2)Alex Deucher2011-10-043-127/+0
| | * | | drm/radeon: Set cursor x/y to 0 when x/yorigin > 0.Michel Dänzer2011-10-031-10/+10
| | * | | drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin calculation.Michel Dänzer2011-10-031-5/+7
| | * | | drm/radeon: Simplify cursor x/yorigin calculation.Michel Dänzer2011-10-031-6/+2
| | * | | drm/radeon/kms: fix cursor image off-by-one errorNicholas Miell2011-10-031-2/+2
| | * | | drm/radeon/kms: Fix logic error in DP HPD handlerAlex Deucher2011-10-031-4/+4
| | * | | drm/radeon/kms: add retry limits for native DP aux deferAlex Deucher2011-10-031-4/+8
| | * | | drm/radeon/kms: fix regression in DP aux defer handlingAlex Deucher2011-10-031-2/+2
| * | | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-041-27/+66
| |\ \ \ \
| | * | | | spi-topcliff-pch: Fix overrun issueTomoya MORINAGA2011-10-041-5/+23
| | * | | | spi-topcliff-pch: Add recovery processing in case FIFO overrun error occursTomoya MORINAGA2011-10-041-7/+24
| | * | | | spi-topcliff-pch: Fix CPU read complete condition issueTomoya MORINAGA2011-10-041-8/+11
| | * | | | spi-topcliff-pch: Fix SSN Control issueTomoya MORINAGA2011-10-041-7/+3
| | * | | | spi-topcliff-pch: add tx-memory clear after complete transmittingTomoya MORINAGA2011-10-041-0/+5
| * | | | | PCI: Disable MPS configuration by defaultJon Mason2011-10-043-3/+20
| * | | | | lis3: fix regression of HP DriveGuard with 8bit chipTakashi Iwai2011-10-041-6/+8
* | | | | | sched: Fix idle_cpu()Thomas Gleixner2011-10-041-1/+14
* | | | | | llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2011-10-042-3/+0
* | | | | | sched: Convert to struct llistPeter Zijlstra2011-10-042-39/+12
* | | | | | llist: Add llist_next()Peter Zijlstra2011-10-042-1/+6
* | | | | | irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-042-64/+42
* | | | | | llist: Return whether list is empty before adding in llist_add()Huang Ying2011-10-042-2/+10
* | | | | | llist: Move cpu_relax() to after the cmpxchg()Huang Ying2011-10-042-6/+15
* | | | | | llist: Remove the platform-dependent NMI checksIngo Molnar2011-10-042-20/+4
* | | | | | llist: Make some llist functions inlineHuang Ying2011-10-045-53/+59