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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.
Arjun Roy
1
-0
/
+2
2020-12-04
bpf: Add a bpf_sock_from_file helper
Florent Revest
1
-0
/
+9
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
1
-1
/
+1
2020-12-04
seg6: add support for the SRv6 End.DT4 behavior
Andrea Mayer
1
-0
/
+1
2020-12-04
Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
1
-5
/
+6
2020-12-04
PCI: Return u16 from pci_find_ext_capability() and similar
Bjorn Helgaas
1
-3
/
+3
2020-12-04
PCI: Return u8 from pci_find_capability() and similar
Puranjay Mohan
1
-6
/
+6
2020-12-04
Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into asoc-5.11
Mark Brown
55
-1977
/
+346
2020-12-04
dm: fix IO splitting
Mike Snitzer
1
-5
/
+6
2020-12-04
bpf: Remove trailing semicolon in macro definition
Tom Rix
1
-6
/
+6
2020-12-04
Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Jakub Kicinski
1
-2
/
+0
2020-12-04
PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()
Sean V Kelley
1
-0
/
+4
2020-12-04
PCI/ERR: Bind RCEC devices to the Root Port driver
Qiuxu Zhuo
2
-0
/
+8
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2
-21
/
+14
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-5
/
+3
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
1
-8
/
+6
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
1
-125
/
+33
2020-12-04
block: remove the unused block_sleeprq tracepoint
Christoph Hellwig
1
-18
/
+0
2020-12-04
tty: Fix ->session locking
Jann Horn
1
-0
/
+4
2020-12-04
tty: Remove dead termiox code
Jann Horn
2
-10
/
+0
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
18
-106
/
+399
2020-12-04
Merge tag 'mhi-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-next
Greg Kroah-Hartman
1
-5
/
+13
2020-12-04
of: fix linker-section match-table corruption
Johan Hovold
1
-0
/
+1
2020-12-04
earlycon: simplify earlycon-table implementation
Johan Hovold
1
-13
/
+7
2020-12-04
net/mlx5: Register mlx5 devices to auxiliary virtual bus
Leon Romanovsky
1
-3
/
+23
2020-12-04
vdpa/mlx5: Make hardware definitions visible to all mlx5 devices
Leon Romanovsky
1
-0
/
+166
2020-12-04
net/mlx5_core: Clean driver version and name
Leon Romanovsky
1
-0
/
+2
2020-12-04
Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into mlx5-next
Leon Romanovsky
2
-0
/
+85
2020-12-04
Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into driver-core-next
Greg Kroah-Hartman
2
-0
/
+85
2020-12-04
driver core: auxiliary bus: minor coding style tweaks
Greg Kroah-Hartman
1
-3
/
+3
2020-12-04
driver core: auxiliary bus: make remove function return void
Greg Kroah-Hartman
1
-1
/
+1
2020-12-04
driver core: auxiliary bus: move slab.h from include file
Greg Kroah-Hartman
1
-1
/
+0
2020-12-04
mmc: tmio: set max_busy_timeout
Wolfram Sang
1
-1
/
+6
2020-12-04
Add auxiliary bus support
Dave Ertman
2
-0
/
+86
2020-12-04
fs, close_range: add flag CLOSE_RANGE_CLOEXEC
Giuseppe Scrivano
1
-0
/
+3
2020-12-04
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/queue
Marc Zyngier
2
-0
/
+5
2020-12-04
psci: Add accessor for psci_0_1_function_ids
David Brazdil
1
-0
/
+9
2020-12-04
batman-adv: Allow selection of routing algorithm over rtnetlink
Sven Eckelmann
1
-0
/
+6
2020-12-04
batman-adv: Prepare infrastructure for newlink settings
Sven Eckelmann
1
-0
/
+20
2020-12-04
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2
-1
/
+7
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
3
-12
/
+34
2020-12-03
bpf: Adds support for setting window clamp
Prankur gupta
1
-0
/
+1
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-6
/
+39
2020-12-03
vfio-ccw: Wire in the request callback
Eric Farman
1
-0
/
+1
2020-12-03
vfio-mdev: Wire in a request handler for mdev parent
Eric Farman
1
-0
/
+4
2020-12-03
Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-3
/
+30
2020-12-03
tcp: merge 'init_req' and 'route_req' functions
Florian Westphal
1
-5
/
+4
2020-12-03
security: add const qualifier to struct sock in various places
Florian Westphal
3
-4
/
+4
2020-12-03
iio:trigger: rename try_reenable() to reenable() plus return void
Jonathan Cameron
1
-2
/
+2
[prev]
[next]