summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mac80211: fix notify_mac functionJohannes Berg2008-11-121-3/+3
| | * | rtl8187: Add Abocom USB IDIvan Kuten2008-11-121-0/+2
| * | | niu: Fix readq implementation when architecture does not provide one.David S. Miller2008-11-121-2/+1
| * | | net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as callerPatrick Ohly2008-11-121-2/+2
| * | | tcp_htcp: last_cong bug fixDoug Leith2008-11-121-4/+10
| |/ /
| * | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-11-115-10/+16
| |\ \ | | |/ | |/|
| | * [netdrvr] smc911x: fix for driver resume (and compilation warning)Dasgupta, Romit2008-11-111-1/+3
| | * RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface.Steve Wise2008-11-112-6/+2
| | * cxgb3 - Limit multiqueue setting to msi-xDivy Le Ray2008-11-111-1/+1
| | * cxgb3 - eeprom read fixesDivy Le Ray2008-11-111-1/+7
| | * myri10ge: fix stop/go ordering even moreBrice Goglin2008-11-111-1/+3
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-11-122-14/+0
|\ \ \
| * | | hrtimer: clean up unused callback modesPeter Zijlstra2008-11-122-14/+0
| |/ /
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-11-126-21/+30
|\ \ \
| * | | dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-112-13/+13
| * | | iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams2008-11-114-4/+12
| * | | iop-adma: add a dummy read to flush next descriptor updateDan Williams2008-11-111-4/+5
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-11-1212-57/+108
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mlx4' and 'nes' into for-nextRoland Dreier2008-11-129-50/+106
| |\ \ \ \ \ \ \
| | | | | | * | | RDMA/nes: Mitigate compatibility issue regarding PCIe write creditsChien Tung2008-11-022-0/+17
| | | | | | * | | RDMA/nes: Fix CQ allocation scheme for multicast receive queue appsVadim Makhervaks2008-11-021-1/+1
| | | | | | * | | RDMA/nes: Correct handling of PBL resourcesChien Tung2008-11-021-11/+33
| | | | | | * | | RDMA/nes: Reindent mis-indented spinlocksIlpo Järvinen2008-11-021-9/+9
| | | | | * | | | IB/mlx4: Set umem field to NULL in mlx4_ib_alloc_fast_reg_mr()Vladimir Sokolovsky2008-11-051-0/+1
| | | | | * | | | mlx4_core: Fix unused variable warningRoland Dreier2008-11-041-6/+3
| | | | | |/ / /
| | | | * | | | IPoIB: Fix crash in path_rec_completion()Yossi Etigin2008-11-121-1/+1
| | | | * | | | IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin2008-11-121-0/+1
| | | | * | | | IPoIB: Don't enable NAPI when it's already enabledYossi Etigin2008-11-121-1/+2
| | | | |/ / /
| | | * | | | IB/ipath: Fix RDMA write with immediate copy of last packetRalph Campbell2008-10-271-5/+5
| | | |/ / /
| | * | | | IB/ehca: Remove reference to special QP in case of port activation failureStefan Roscher2008-11-112-16/+33
| | |/ / /
| * | | | RDMA/cxgb3: Fix deadlock in iw_cxgb3 (hang when configuring interface)Steve Wise2008-11-122-6/+2
| * | | | RDMA/cxgb3: Fix too-big reserved field zeroing in iwch_post_zb_read()Roland Dreier2008-11-011-1/+0
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-11-121-22/+63
|\ \ \ \
| * \ \ \ Merge branch 'topic/fix/hda' into for-linusTakashi Iwai2008-11-121-22/+63
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ALSA: hda - Fix IDT/STAC multiple HP detectionTakashi Iwai2008-11-121-14/+45
| | * | | ALSA: hda - Fix input pin initialization for STAC/IDT codecsTakashi Iwai2008-11-111-8/+12
| | * | | ALSA: hda - Add missing analog-mux mixer creation for STAC9200Takashi Iwai2008-11-111-0/+6
* | | | | MN10300: Don't do misalignment handling for userspaceDavid Howells2008-11-121-29/+23
* | | | | MN10300: Don't handle misaligned loading and storing of SPDavid Howells2008-11-121-2/+0
* | | | | MN10300: Handle misaligned SP-based operandsDavid Howells2008-11-121-9/+24
* | | | | MN10300: Fix misaligned index-register addressing handlingDavid Howells2008-11-121-4/+4
* | | | | MN10300: Handle misaligned postinc-with-imm addressing mode correctlyDavid Howells2008-11-121-51/+56
* | | | | MN10300: Perform misalignment fixups of MOV_LccDavid Howells2008-11-121-1/+94
* | | | | MN10300: Allow misalignment fixup in interrupt handlingDavid Howells2008-11-121-3/+0
* | | | | MN10300: Fix register-postinc addressing misalignment handlingDavid Howells2008-11-121-1/+3
* | | | | MN10300: Extract the displacement from an insn correctly in misalignment fixupDavid Howells2008-11-121-13/+13
* | | | | MN10300: Add further misalignment fixupsDavid Howells2008-11-121-1/+53
* | | | | MN10300: Add built-in testing for misalignment handlerDavid Howells2008-11-122-0/+170
* | | | | MN10300: Clean up the misalignment handler a littleDavid Howells2008-11-121-18/+9
* | | | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-11-129-10/+23
|\ \ \ \ \
OpenPOWER on IntegriCloud