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-07-25
Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master
Linus Torvalds
1
-1
/
+4
2020-07-25
Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master
Linus Torvalds
1
-0
/
+1
2020-07-25
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
43
-126
/
+323
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master
Linus Torvalds
3
-4
/
+5
2020-07-25
bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
Coly Li
1
-1
/
+2
2020-07-25
bcache: struct cache_sb is only for in-memory super block now
Coly Li
1
-4
/
+6
2020-07-25
bcache: increase super block version for cache device and backing device
Coly Li
1
-8
/
+21
2020-07-25
test_firmware: Test platform fw loading on non-EFI systems
Kees Cook
1
-13
/
+0
2020-07-24
scsi: core: Only return started requests from scsi_host_find_tag()
Hannes Reinecke
1
-1
/
+1
2020-07-24
scsi: firmware: qcom_scm: Add support for programming inline crypto keys
Eric Biggers
1
-0
/
+19
2020-07-24
scsi: scsi_transport_iscsi: Drop a duplicated word
Randy Dunlap
1
-1
/
+1
2020-07-24
icmp6: support rfc 4884
Willem de Bruijn
3
-0
/
+3
2020-07-24
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
1
-1
/
+2
2020-07-24
net: optimize the sockptr_t for unified kernel/user address spaces
Christoph Hellwig
1
-2
/
+30
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
7
-10
/
+13
2020-07-24
net/tcp: switch ->md5_parse to sockptr_t
Christoph Hellwig
1
-1
/
+1
2020-07-24
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
1
-1
/
+1
2020-07-24
net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
Christoph Hellwig
1
-1
/
+1
2020-07-24
net/ipv6: switch ip6_mroute_setsockopt to sockptr_t
Christoph Hellwig
1
-4
/
+4
2020-07-24
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
1
-3
/
+2
2020-07-24
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+3
2020-07-24
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
1
-3
/
+3
2020-07-24
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+4
2020-07-24
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
1
-2
/
+2
2020-07-24
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
1
-3
/
+5
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-24
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
1
-1
/
+2
2020-07-24
net: add a new sockptr_t type
Christoph Hellwig
1
-0
/
+104
2020-07-24
net/sched: cls_flower: Add hash info to flow classification
Ariel Levkovich
1
-0
/
+3
2020-07-24
net/flow_dissector: add packet hash dissection
Ariel Levkovich
2
-0
/
+13
2020-07-24
flow_offload: Move rhashtable inclusion to the source file
Herbert Xu
1
-1
/
+0
2020-07-24
firmware: ti_sci: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2
-2
/
+2
2020-07-24
soc: ti/ti_sci_protocol.h: drop a duplicated word + clarify
Randy Dunlap
1
-2
/
+2
2020-07-24
Merge branch 'akpm' into master (patches from Andrew)
Linus Torvalds
2
-2
/
+6
2020-07-24
soc: ti: k3-ringacc: add request pair of rings api.
Grygorii Strashko
1
-0
/
+4
2020-07-24
Merge tag 'for-5.8/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm into master
Linus Torvalds
1
-0
/
+1
2020-07-24
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into master
Linus Torvalds
1
-1
/
+1
2020-07-24
RDMA/mlx5: Fix typo in enum name
Pavel Machek
1
-1
/
+1
2020-07-24
io-mapping: indicate mapping failure
Michael J. Ruhl
1
-1
/
+4
2020-07-24
vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
Chengguang Xu
1
-1
/
+2
2020-07-24
RDMA/mlx5: ConnectX-7 new capabilities to set relaxed ordering by UMR
Meir Lichtinger
1
-1
/
+3
2020-07-24
tasks: add put_task_struct_many()
Pavel Begunkov
1
-0
/
+6
2020-07-24
RDMA/core: Align abort/commit object scheme for write() and ioctl() paths
Leon Romanovsky
2
-0
/
+15
2020-07-24
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
1
-0
/
+1
2020-07-24
Merge tag 'misc-habanalabs-next-2020-07-24' of git://people.freedesktop.org/~gabbayo/linux into char-misc-next
Greg Kroah-Hartman
1
-3
/
+24
2020-07-24
habanalabs: Add dropped cs statistics info struct
Ofir Bitton
1
-0
/
+21
2020-07-24
uapi/habanalabs: fix some comments
Oded Gabbay
1
-3
/
+3
2020-07-24
Merge tag 'icc-5.9-rc1' of https://git.linaro.org/people/georgi.djakov/linux into char-misc-next
Greg Kroah-Hartman
1
-4
/
+12
2020-07-24
dyndbg: rename __verbose section to __dyndbg
Jim Cromie
2
-5
/
+5
2020-07-24
PCI/ATS: Add pci_pri_supported() to check device or associated PF
Ashok Raj
1
-0
/
+4
[prev]
[next]