summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | RDMA/cxgb4: Don't call abort_connection() for active connect failuresSteve Wise2010-07-061-1/+2
| * | | RDMA/cxgb4: Use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-07-065-15/+15
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-07-082-2/+18
|\ \ \
| * \ \ Merge branch 'fix/misc' into for-linusTakashi Iwai2010-07-081-0/+13
| |\ \ \
| | * | | ALSA: usb-audio - Add volume resolution quirk for some Logitech webcamsAlexey Fisher2010-06-231-0/+13
| * | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-07-081-2/+5
| |\ \ \ \
| | * | | | ALSA: hda - Enable beep on Realtek codecs with PCI SSID overrideTakashi Iwai2010-07-051-1/+3
| | * | | | ALSA: hda - Add Macbook 5,2 quirkLuke Yelavich2010-06-221-0/+1
| | * | | | ALSA: hda - Fix uninitialized variableTakashi Iwai2010-06-221-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-07-088-254/+122
|\ \ \ \ \ \
| * | | | | | writeback: simplify the write back thread queueChristoph Hellwig2010-07-063-197/+72
| * | | | | | writeback: split writeback_inodes_wbChristoph Hellwig2010-07-062-38/+46
| * | | | | | writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-066-20/+6
| * | | | | | fs-writeback: fix kernel-doc warningsRandy Dunlap2010-07-011-1/+1
| * | | | | | splice: check f_mode for seekable fileChangli Gao2010-06-301-4/+2
| * | | | | | splice: direct_splice_actor() should not use pos in sdChangli Gao2010-06-301-1/+2
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-07-0813-37/+184
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Fix userspace build of ptrace.hSam Ravnborg2010-07-081-18/+14
| * | | | | | | powerpc: Fix default_machine_crash_shutdown #ifdef botchPaul E. McKenney2010-07-081-1/+1
| * | | | | | | powerpc: Fix logic error in fixup_irqsJohannes Berg2010-07-081-1/+4
| * | | | | | | powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Denis Kirjanov2010-07-081-1/+5
| * | | | | | | powerpc: Linux cannot run with 0 coresAnton Blanchard2010-07-081-1/+1
| * | | | | | | powerpc: Fix feature-fixup tests for gcc 4.5Stephen Rothwell2010-07-081-8/+9
| * | | | | | | powerpc: Disable SPARSE_IRQ by defaultYang Li2010-07-081-2/+2
| * | | | | | | powerpc: Fix compile errors in prom_init_check for gcc 4.5Stephen Rothwell2010-07-081-0/+6
| * | | | | | | powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell2010-07-084-4/+138
| * | | | | | | powerpc/perf_event: Fix for power_pmu_disable()Matt Evans2010-07-081-1/+4
* | | | | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-07-084-56/+67
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ARM: SAMSUNG: Fix on wrong function name for S5PV210 sdhci0Hyuk Lee2010-07-051-1/+1
| * | | | | | | ARM: S5P6442: Fix PLL setting announce message.Thomas Abraham2010-07-051-1/+1
| * | | | | | | ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XXMarek Szyprowski2010-07-051-0/+2
| * | | | | | | ARM: S5PV210: Correct clock register propertiesMyungJoo Ham2010-07-051-53/+62
| * | | | | | | ARM: S5P: Bug fix on external interrupt for S5P SoCsBoojin Kim2010-07-051-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-0736-189/+332
|\ \ \ \ \ \ \
| * | | | | | | NET: SB1250: Initialize .ownerRalf Baechle2010-07-071-0/+1
| * | | | | | | vxge: show startup message with KERN_INFOWu Fengguang2010-07-071-2/+2
| * | | | | | | ll_temac: Fix missing iounmapsDenis Kirjanov2010-07-071-5/+13
| * | | | | | | bridge: Clear IPCB before possible entry into IP stackHerbert Xu2010-07-071-0/+3
| * | | | | | | bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu2010-07-051-9/+12
| * | | | | | | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings2010-07-051-1/+1
| * | | | | | | net/ne: fix memory leak in ne_drv_probe()Kulikov Vasiliy2010-07-051-1/+3
| * | | | | | | xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-042-0/+4
| * | | | | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-07-023-48/+58
| |\ \ \ \ \ \ \
| | * | | | | | | vhost: add unlikely annotations to error pathMichael S. Tsirkin2010-07-012-28/+29
| | * | | | | | | vhost: break out of polling loop on errorMichael S. Tsirkin2010-06-273-22/+31
| * | | | | | | | virtio_net: fix oom handling on txRusty Russell2010-07-021-8/+13
| * | | | | | | | virtio_net: do not reschedule rx refill foreverMichael S. Tsirkin2010-07-021-4/+3
| * | | | | | | | s2io: resolve statistics issuesJon Mason2010-07-022-41/+64
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-021-2/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet2010-07-021-2/+4
OpenPOWER on IntegriCloud