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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
lan743x: lan743x: Remove duplicated include from lan743x_ptp.c
Yue Haibing
1
-1
/
+0
2018-08-13
virtio_net: remove duplicated include from virtio_net.c
YueHaibing
1
-1
/
+0
2018-08-13
r8169: don't use MSI-X on RTL8168g
Heiner Kallweit
1
-0
/
+5
2018-08-13
net: nixge: Don't store skb in app4 field of descriptor
Moritz Fischer
1
-1
/
+0
2018-08-13
net: nixge: Do not zero application specific fields in desc
Moritz Fischer
1
-10
/
+0
2018-08-13
irqchip: add a SiFive PLIC driver
Christoph Hellwig
3
-0
/
+273
2018-08-13
clocksource: new RISC-V SBI timer driver
Palmer Dabbelt
3
-0
/
+117
2018-08-13
ARM: 8778/1: clkdev: don't call __of_clk_get_by_name() unnecessarily from clk_get()
Bartosz Golaszewski
1
-1
/
+1
2018-08-13
irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0
Krzysztof Kozlowski
1
-1
/
+1
2018-08-13
IB/uverbs: Do not check for device disassociation during ioctl
Jason Gunthorpe
1
-28
/
+13
2018-08-13
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Jason Gunthorpe
6
-742
/
+2
2018-08-13
IB/uverbs: Use uverbs_api to unmarshal ioctl commands
Jason Gunthorpe
3
-267
/
+208
2018-08-13
IB/uverbs: Use uverbs_alloc for allocations
Jason Gunthorpe
2
-65
/
+38
2018-08-13
IB/uverbs: Add a simple allocator to uverbs_attr_bundle
Jason Gunthorpe
1
-20
/
+89
2018-08-13
Bluetooth: mediatek: pass correct size to h4_recv_buf()
Dan Carpenter
1
-1
/
+1
2018-08-13
Merge tag 'asoc-v4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
307
-1534
/
+3357
2018-08-13
irqchip/stm32: Fix init error handling
Dan Carpenter
1
-12
/
+13
2018-08-13
irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP
Jonas Gorski
1
-0
/
+4
2018-08-13
Merge branch 'topic/hvc' into next
Michael Ellerman
2
-71
/
+122
2018-08-13
Merge branch 'fixes' into next
Michael Ellerman
1
-5
/
+5
2018-08-13
drm/i915/gvt: free workload in vgpu release
Hang Yuan
6
-7
/
+32
2018-08-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-49
/
+69
2018-08-12
tty: serial: 8250: Revert NXP SC16C2552 workaround
Mark
1
-2
/
+1
2018-08-12
Revert "uio: use request_threaded_irq instead"
Xiubo Li
1
-6
/
+2
2018-08-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-33
/
+58
2018-08-11
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
2
-2
/
+4
2018-08-11
bcache: remove unnecessary space before ioctl function pointer arguments
Coly Li
1
-2
/
+2
2018-08-11
bcache: add missing SPDX header
Coly Li
3
-0
/
+3
2018-08-11
bcache: move open brace at end of function definitions to next line
Coly Li
1
-3
/
+6
2018-08-11
bcache: add static const prefix to char * array declarations
Coly Li
1
-1
/
+1
2018-08-11
bcache: fix code comments style
Coly Li
3
-13
/
+21
2018-08-11
bcache: do not check NULL pointer before calling kmem_cache_destroy
Coly Li
1
-2
/
+1
2018-08-11
bcache: prefer 'help' in Kconfig
Coly Li
1
-3
/
+3
2018-08-11
bcache: fix typo 'succesfully' to 'successfully'
Coly Li
2
-2
/
+2
2018-08-11
bcache: replace '%pF' by '%pS' in seq_printf()
Coly Li
1
-2
/
+2
2018-08-11
bcache: fix indent by replacing blank by tabs
Coly Li
1
-2
/
+2
2018-08-11
bcache: replace printk() by pr_*() routines
Coly Li
4
-15
/
+15
2018-08-11
bcache: replace Symbolic permissions by octal permission numbers
Coly Li
2
-5
/
+5
2018-08-11
bcache: style fixes for lines over 80 characters
Coly Li
13
-28
/
+59
2018-08-11
bcache: add identifier names to arguments of function definitions
Coly Li
14
-171
/
+201
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
16
-7
/
+55
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
22
-293
/
+306
2018-08-11
net: socionext: Increase descriptors to 256
Ilias Apalodimas
1
-3
/
+2
2018-08-11
net: socionext: Use descriptor info instead of MMIO reads on Rx
Ilias Apalodimas
1
-15
/
+10
2018-08-11
vxge: remove set but not used variable 'req_out', 'status' and 'ret'
YueHaibing
1
-21
/
+6
2018-08-11
virtio_net: Stripe queue affinities across cores.
Caleb Raitto
1
-15
/
+27
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
4
-11
/
+10
2018-08-11
lan743x: lan743x: Add PTP support
Bryan Whitehead
6
-5
/
+1443
2018-08-11
wimax: usb-tx: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-11
wimax: usb-fw: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
[prev]
[next]