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
2021-06-22
virtiofs: propagate sync() to file server
Greg Kurz
1
-1
/
+9
2021-06-22
RDMA/mlx5: Refactor get_ts_format functions to simplify code
Aharon Landau
2
-32
/
+8
2021-06-21
RDMA/bnxt_re: Update ABI to pass wqe-mode to user space
Devesh Sharma
1
-1
/
+10
2021-06-21
IB/core: Shuffle locks in ib_port_data to save memory
Anand Khoje
1
-1
/
+3
2021-06-21
net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit()
Guillaume Nault
1
-0
/
+1
2021-06-21
vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
Jason Gunthorpe
1
-0
/
+2
2021-06-21
driver core: Export device_driver_attach()
Jason Gunthorpe
1
-0
/
+2
2021-06-21
of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()
Dmitry Osipenko
2
-6
/
+13
2021-06-21
net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers
Vladimir Oltean
1
-0
/
+15
2021-06-21
net: sched: add barrier to ensure correct ordering for lockless qdisc
Yunsheng Lin
1
-0
/
+12
2021-06-21
Merge series "Extend regulator notification support" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:
Mark Brown
50
-102
/
+481
2021-06-21
RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPs
Avihai Horon
1
-0
/
+8
2021-06-21
skmsg: Improve udp_bpf_recvmsg() accuracy
Cong Wang
1
-2
/
+0
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-12
/
+8
2021-06-21
regulator: add property parsing and callbacks to set protection limits
Matti Vaittinen
2
-4
/
+63
2021-06-21
regulator: IRQ based event/error notification helpers
Matti Vaittinen
1
-0
/
+135
2021-06-21
regulator: move rdev_print helpers to internal.h
Matti Vaittinen
2
-5
/
+10
2021-06-21
regulator: add warning flags
Matti Vaittinen
1
-0
/
+14
2021-06-21
reboot: Add hardware protection power-off
Matti Vaittinen
1
-0
/
+1
2021-06-21
ASoC: soc-core: remove snd_soc_of_parse_daifmt()
Kuninori Morimoto
1
-4
/
+0
2021-06-21
ASoC: soc-core: add snd_soc_daifmt_parse_format/clock_provider()
Kuninori Morimoto
1
-0
/
+14
2021-06-21
ASoC: soc-core: add snd_soc_daifmt_clock_provider_fliped()
Kuninori Morimoto
1
-0
/
+2
2021-06-21
ASoC: soc-core: add snd_soc_daifmt_clock_provider_from_bitmap()
Kuninori Morimoto
1
-0
/
+1
2021-06-21
soundwire: export sdw_update() and sdw_update_no_pm()
Pierre-Louis Bossart
1
-0
/
+3
2021-06-21
printk: Remove trailing semicolon in macros
Huilong Deng
1
-1
/
+1
2021-06-21
Merge tag 'v5.13-rc7' into usb-next
Greg Kroah-Hartman
15
-18
/
+73
2021-06-21
drm/i915: Document the Virtual Engine uAPI
Tvrtko Ursulin
1
-0
/
+188
2021-06-21
xfrm: replay: remove last replay indirection
Florian Westphal
1
-7
/
+1
2021-06-21
xfrm: replay: avoid replay indirection
Florian Westphal
1
-3
/
+1
2021-06-21
xfrm: replay: remove recheck indirection
Florian Westphal
1
-3
/
+1
2021-06-21
xfrm: replay: remove advance indirection
Florian Westphal
1
-1
/
+1
2021-06-21
xfrm: replay: avoid xfrm replay notify indirection
Florian Westphal
1
-1
/
+10
2021-06-21
watchdog: Remove MV64x60 watchdog driver
Christophe Leroy
1
-8
/
+0
2021-06-20
cifs: decoding negTokenInit with generic ASN1 decoder
Hyunchul Lee
1
-0
/
+8
2021-06-20
memory: tegra: Add compile-test stub for tegra_mc_probe_device()
Thierry Reding
1
-2
/
+7
2021-06-20
soundwire: bus: Make sdw_nwrite() data pointer argument const
Richard Fitzgerald
1
-1
/
+1
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
43
-80
/
+279
2021-06-18
Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
8
-10
/
+42
2021-06-18
net: wwan: Allow WWAN drivers to provide blocking tx and poll function
Stephan Gerhold
1
-2
/
+11
2021-06-18
rpmsg: core: Add driver_data for rpmsg_device_id
Stephan Gerhold
1
-0
/
+1
2021-06-18
Revert "net: add pf_family_names[] for protocol family"
David S. Miller
1
-48
/
+0
2021-06-18
net: add pf_family_names[] for protocol family
Yejune Deng
1
-0
/
+48
2021-06-18
icmp: don't send out ICMP messages with a source address of 0.0.0.0
Toke Høiland-Jørgensen
1
-0
/
+3
2021-06-18
mptcp: dump csum fields in mptcp_dump_mpext
Geliang Tang
1
-6
/
+11
2021-06-18
mptcp: receive checksum for MP_CAPABLE with data
Geliang Tang
1
-1
/
+2
2021-06-18
mptcp: add csum_reqd in mptcp_out_options
Geliang Tang
1
-2
/
+3
2021-06-18
mptcp: generate the data checksum
Geliang Tang
1
-0
/
+1
2021-06-18
mptcp: add csum_enabled in mptcp_sock
Geliang Tang
1
-0
/
+1
2021-06-18
seg6: add support for SRv6 End.DT46 Behavior
Andrea Mayer
1
-0
/
+2
2021-06-18
Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+0
[prev]
[next]