index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-15
IB/iser: Fix possible SQ overflow
Max Gurtovoy
2
-3
/
+5
2014-12-15
IB/iser: Decrement CQ's active QPs accounting when QP creation fails
Sagi Grimberg
1
-0
/
+4
2014-12-15
IB/iser: Collapse cleanup and disconnect handlers
Ariel Nahum
1
-8
/
+11
2014-12-15
IB/iser: Fix catastrophic error flow hang
Sagi Grimberg
1
-1
/
+3
2014-12-15
IB/iser: Re-adjust CQ and QP send ring sizes to HW limits
Minh Tran
3
-8
/
+38
2014-12-15
IPoIB: No longer use flush as a parameter
Doug Ledford
3
-17
/
+16
2014-12-15
IPoIB: Make ipoib_mcast_stop_thread flush the workqueue
Doug Ledford
3
-15
/
+12
2014-12-15
IPoIB: Use dedicated workqueues per interface
Doug Ledford
6
-34
/
+58
2014-12-15
IPoIB: change init sequence ordering
Doug Ledford
1
-7
/
+17
2014-12-15
IPoIB: fix mcast_dev_flush/mcast_restart_task race
Doug Ledford
1
-5
/
+32
2014-12-15
IPoIB: fix MCAST_FLAG_BUSY usage
Doug Ledford
2
-57
/
+101
2014-12-15
IPoIB: Make the carrier_on_task race aware
Doug Ledford
1
-6
/
+15
2014-12-15
IPoIB: Consolidate rtnl_lock tasks in workqueue
Doug Ledford
1
-6
/
+2
2014-12-15
RDMA/cxgb4: Handle NET_XMIT return codes
Hariprasad S
1
-0
/
+4
2014-12-15
RDMA/cxgb4: Wake up waiters after flushing the qp
Steve Wise
1
-1
/
+1
2014-12-15
RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devices
Hariprasad Shenai
1
-0
/
+22
2014-12-15
RDMA/cxgb4: Fix locking issue in process_mpa_request
Hariprasad Shenai
1
-1
/
+2
2014-12-15
RDMA/cxgb4: Configure 0B MRs to match HW implementation
Pramod Kumar
1
-2
/
+4
2014-12-15
RDMA/cxgb4: Increase epd buff size for debug interface
Pramod Kumar
1
-1
/
+1
2014-12-15
IB/addr: Improve address resolution callback scheduling
Or Kehati
1
-2
/
+2
2014-12-15
IB/core: Fix mgid key handling in SA agent multicast data-base
Jack Morgenstein
1
-3
/
+8
2014-12-15
IB/core: Do not resolve VLAN if already resolved
Moni Shoua
1
-1
/
+2
2014-12-15
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
748
-82484
/
+20494
2014-12-16
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into for-linus
James Morris
2
-2
/
+5
2014-12-15
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Linus Torvalds
3
-41
/
+35
2014-12-15
Merge tag 'for-v3.19' of git://git.infradead.org/battery-2.6
Linus Torvalds
10
-69
/
+225
2014-12-15
Merge tag 'hsi-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
Linus Torvalds
2
-6
/
+5
2014-12-15
Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
14
-64
/
+2364
2014-12-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2014-12-15
Merge tag 'rpmsg-3.19-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg
Linus Torvalds
1
-14
/
+30
2014-12-15
ARM: OMAP3: clock: fix boot breakage in legacy mode
Tero Kristo
1
-9
/
+14
2014-12-15
ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIs
Tero Kristo
3
-8
/
+8
2014-12-15
Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into tmp
Michael Turquette
9
-62
/
+237
2014-12-15
clk: Really fix deadlock with mmap_sem
Stephen Boyd
1
-2
/
+3
2014-12-15
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
549
-14558
/
+53423
2014-12-15
x86: mm: consolidate VM_FAULT_RETRY handling
Linus Torvalds
1
-28
/
+30
2014-12-15
x86: mm: move mmap_sem unlock from mm_fault_error() to caller
Linus Torvalds
1
-7
/
+1
2014-12-15
Merge tag 'omap-for-v3.19/fixes-for-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
Kevin Hilman
1534
-55224
/
+68255
2014-12-15
mic/host: fix up virtio 1.0 APIs
Michael S. Tsirkin
1
-6
/
+12
2014-12-15
vringh: update for virtio 1.0 APIs
Michael S. Tsirkin
2
-47
/
+107
2014-12-15
vringh: 64 bit features
Michael S. Tsirkin
2
-4
/
+4
2014-12-15
tools/virtio: add virtio 1.0 in vringh_test
Michael S. Tsirkin
1
-0
/
+2
2014-12-15
tools/virtio: add virtio 1.0 in virtio_test
Michael S. Tsirkin
1
-1
/
+13
2014-12-15
tools/virtio: enable -Werror
Michael S. Tsirkin
1
-1
/
+1
2014-12-15
tools/virtio: 64 bit features
Michael S. Tsirkin
1
-1
/
+1
2014-12-15
tools/virtio: fix vringh test
Michael S. Tsirkin
1
-0
/
+1
2014-12-15
tools/virtio: more stubs
Michael S. Tsirkin
5
-2
/
+79
2014-12-15
ARM: defconfigs: use CONFIG_CPUFREQ_DT
Viresh Kumar
2
-2
/
+2
2014-12-15
rtlwifi: rtl8192ce: Set fw_ready flag
Larry Finger
1
-0
/
+2
2014-12-15
brcmsmac: don't leak kernel memory via printk()
Brian Norris
1
-1
/
+1
[prev]
[next]