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
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
11
-4
/
+3164
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
37
-863
/
+856
2018-02-01
drm/virtio: Don't return invalid caps on timeout
Tomeu Vizoso
1
-0
/
+2
2018-02-01
fscrypt: fix build with pre-4.6 gcc versions
Eric Biggers
1
-1
/
+1
2018-02-01
bpf: fix null pointer deref in bpf_prog_test_run_xdp
Daniel Borkmann
3
-0
/
+24
2018-02-01
drm/i915/ppgtt: Pin page directories before allocation
Chris Wilson
1
-4
/
+10
2018-02-01
drm/i915: Always run hangcheck while the GPU is busy
Chris Wilson
4
-21
/
+6
2018-02-01
Revert "drm/i915: mark all device info struct with __initconst"
Lionel Landwerlin
1
-47
/
+47
2018-02-01
drm/i915/edp: Do not do link training fallback or prune modes on EDP
Manasi Navare
1
-9
/
+17
2018-02-01
drm/i915: Check for fused or unused pipes
Mika Kahola
1
-1
/
+1
2018-02-01
drm/i915: Protect WC stash allocation against direct reclaim
Chris Wilson
1
-7
/
+25
2018-02-01
drm/i915: Only attempt to scan the requested number of shrinker slabs
Chris Wilson
1
-2
/
+2
2018-02-01
drm/i915: Always call to intel_display_set_init_power() in resume_early.
Maarten Lankhorst
1
-0
/
+2
2018-02-01
drm/i915/gvt: cancel scheduler timer when no vGPU exists
Zhenyu Wang
1
-0
/
+7
2018-02-01
drm/i915/gvt: cancel virtual vblank timer when no vGPU exists
Zhenyu Wang
1
-0
/
+2
2018-02-01
drm/i915/gvt: Keep obj->dma_buf link NULL during exporting
Tina Zhang
1
-1
/
+0
2018-02-01
drm/i915/pmu: Reconstruct active state on starting busy-stats
Chris Wilson
1
-1
/
+15
2018-02-01
drm/i915: Stop getting the fault address from RING_FAULT_REG
Oscar Mateo
2
-2
/
+15
2018-02-01
drm/i915/guc: Add uc_fini_wq in gem_init unwind path
Sagar Arun Kamble
2
-2
/
+2
2018-02-01
drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masks
Imre Deak
1
-3
/
+3
2018-02-01
drm/i915: Try EDID bitbanging on HDMI after failed read
Stefan Brüns
1
-3
/
+11
2018-02-01
drm/i915/glk: Disable Guc and HuC on GLK
Anusha Srivatsa
2
-20
/
+0
2018-02-01
drm/i915/gvt: Do not use I915_NUM_ENGINES to iterate over the mocs regs array
Michel Thierry
1
-1
/
+1
2018-02-01
drm/i915/gvt: validate gfn before set shadow page entry
Hang Yuan
4
-5
/
+53
2018-02-01
drm/i915/gvt: add PLANE_KEYMAX regs to mmio track list
Pei Zhang
1
-0
/
+3
2018-02-01
drm/i915/gvt: Fix gen8/9_render_mmio_list[0] don't take effect
Xiong Zhang
1
-4
/
+4
2018-02-02
Coccinelle: coccicheck: fix typo
Julia Lawall
1
-1
/
+1
2018-02-01
Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Radim Krčmář
21
-216
/
+496
2018-02-01
rtnetlink: remove check for IFLA_IF_NETNSID
Christian Brauner
1
-3
/
+0
2018-02-01
xen: fix poll misannotation
Al Viro
1
-1
/
+1
2018-02-01
smc: missing poll annotations
Al Viro
1
-1
/
+1
2018-02-01
rocker: fix possible null pointer dereference in rocker_router_fib_event_work
Jiri Pirko
1
-9
/
+9
2018-02-01
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
1
-4
/
+2
2018-02-01
net: bridge: Fix uninitialized error in br_fdb_sync_static()
Geert Uytterhoeven
1
-1
/
+1
2018-02-01
openvswitch: Remove padding from packet before L3+ conntrack processing
Ed Swierk
1
-0
/
+34
2018-02-01
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Neal Cardwell
1
-3
/
+3
2018-02-01
be2net: remove redundant initialization of 'head' and pointer txq
Colin Ian King
1
-2
/
+1
2018-02-01
Merge branch 'bnx2x-disable-GSO-on-too-large-packets'
David S. Miller
4
-23
/
+84
2018-02-01
bnx2x: disable GSO where gso_size is too big for hardware
Daniel Axtens
1
-0
/
+18
2018-02-01
net: create skb_gso_validate_mac_len()
Daniel Axtens
3
-23
/
+66
2018-02-01
vhost: don't hold onto file pointer for VHOST_SET_LOG_FD
Eric Biggers
2
-20
/
+5
2018-02-01
vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR
Eric Biggers
2
-15
/
+4
2018-02-01
vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL
Eric Biggers
2
-16
/
+5
2018-02-01
ringtest: ring.c malloc & memset to calloc
Peter Malone
1
-4
/
+2
2018-02-01
virtio_vop: don't kfree device on register failure
weiping zhang
1
-7
/
+13
2018-02-01
virtio_pci: don't kfree device on register failure
weiping zhang
1
-2
/
+6
2018-02-01
virtio: split device_register into device_initialize and device_add
weiping zhang
1
-3
/
+15
2018-02-01
vhost: remove unused lock check flag in vhost_dev_cleanup()
夷则(Caspar)
6
-8
/
+7
2018-02-01
vhost: Remove the unused variable.
Tonghao Zhang
2
-5
/
+0
2018-02-01
virtio_blk: print capacity at probe time
Stefan Hajnoczi
1
-17
/
+15
[prev]
[next]