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
2021-06-28
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2
-15
/
+35
2021-06-28
Merge tag 'integrity-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
22
-84
/
+804
2021-06-28
selftests: net: devlink_port_split: check devlink returned an element before dereferencing it
Paolo Pisati
1
-0
/
+3
2021-06-28
Merge tag 'tomoyo-pr-20210628' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
4
-9
/
+9
2021-06-28
clk: stm32mp1: new compatible for secure RCC support
Gabriel Fernandez
2
-1
/
+110
2021-06-28
dt-bindings: clock: stm32mp1 new compatible for secure rcc
Gabriel Fernandez
1
-2
/
+4
2021-06-28
dt-bindings: reset: add MCU HOLD BOOT ID for SCMI reset domains on stm32mp15
Gabriel Fernandez
1
-0
/
+2
2021-06-28
dt-bindings: reset: add IDs for SCMI reset domains on stm32mp15
Gabriel Fernandez
1
-0
/
+13
2021-06-28
dt-bindings: clock: add IDs for SCMI clocks on stm32mp15
Gabriel Fernandez
1
-0
/
+27
2021-06-28
reset: stm32mp1: remove stm32mp1 reset
Gabriel Fernandez
3
-122
/
+0
2021-06-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
108
-11004
/
+6913
2021-06-28
Merge branch 'do_once_lite'
David S. Miller
6
-75
/
+49
2021-06-28
net: update netdev_rx_csum_fault() print dump only once
Tanner Love
1
-5
/
+9
2021-06-28
once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
Tanner Love
5
-70
/
+40
2021-06-28
net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()
Nathan Chancellor
1
-4
/
+1
2021-06-28
Merge tag 'media/v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
556
-14498
/
+18913
2021-06-28
net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110
Vladimir Oltean
1
-4
/
+22
2021-06-28
net: phy: at803x: mask 1000 Base-X link mode
David Bauer
1
-1
/
+29
2021-06-28
net: bridge: mrp: Update the Test frames for MRA
Horatiu Vultur
2
-0
/
+38
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
211
-4264
/
+10490
2021-06-28
Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
38
-581
/
+967
2021-06-28
Merge branch 'sctp-size-validations'
David S. Miller
6
-30
/
+58
2021-06-28
sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
Marcelo Ricardo Leitner
1
-3
/
+10
2021-06-28
sctp: validate chunk size in __rcv_asconf_lookup
Marcelo Ricardo Leitner
1
-0
/
+3
2021-06-28
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
1
-1
/
+1
2021-06-28
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
6
-26
/
+44
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
56
-379
/
+393
2021-06-29
ceph: take reference to req->r_parent at point of assignment
Jeff Layton
4
-1
/
+11
2021-06-29
ceph: eliminate ceph_async_iput()
Jeff Layton
6
-69
/
+25
2021-06-29
ceph: don't take s_mutex in ceph_flush_snaps
Jeff Layton
2
-14
/
+4
2021-06-29
ceph: don't take s_mutex in try_flush_caps
Jeff Layton
1
-14
/
+2
2021-06-29
ceph: don't take s_mutex or snap_rwsem in ceph_check_caps
Jeff Layton
1
-61
/
+11
2021-06-29
ceph: eliminate session->s_gen_ttl_lock
Jeff Layton
5
-29
/
+17
2021-06-29
ceph: allow ceph_put_mds_session to take NULL or ERR_PTR
Jeff Layton
4
-10
/
+8
2021-06-29
ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_realm
Jeff Layton
1
-4
/
+4
2021-06-29
ceph: add some lockdep assertions around snaprealm handling
Jeff Layton
1
-0
/
+16
2021-06-29
ceph: decoding error in ceph_update_snap_realm should return -EIO
Jeff Layton
1
-1
/
+1
2021-06-29
ceph: add IO size metrics support
Xiubo Li
5
-28
/
+119
2021-06-29
ceph: update and rename __update_latency helper to __update_stdev
Xiubo Li
1
-21
/
+35
2021-06-29
ceph: simplify the metrics struct
Xiubo Li
2
-78
/
+46
2021-06-28
libceph: fix doc warnings in cls_lock_client.c
Baokun Li
1
-3
/
+9
2021-06-28
libceph: remove unnecessary ret variable in ceph_auth_init()
zuoqilin
1
-6
/
+1
2021-06-28
libceph: fix some spelling mistakes
Zheng Yongjun
3
-4
/
+4
2021-06-28
libceph: kill ceph_none_authorizer::reply_buf
Ilya Dryomov
2
-3
/
+2
2021-06-28
ceph: make ceph_queue_cap_snap static
Jeff Layton
2
-2
/
+1
2021-06-28
ceph: make ceph_netfs_read_ops static
Wei Yongjun
1
-1
/
+1
2021-06-28
ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
Jeff Layton
1
-9
/
+1
2021-06-28
ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages
Andreas Roeseler
3
-25
/
+60
2021-06-28
flow_offload: action should not be NULL when it is referenced
gushengxian
1
-5
/
+7
2021-06-28
net: sparx5: fix error return code in sparx5_register_notifier_blocks()
Yang Yingliang
1
-1
/
+3
[prev]
[next]