index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
virtio_ring: struct virtqueue introduce reset
Xuan Zhuo
1
-0
/
+2
2022-08-11
virtio: queue_reset: add VIRTIO_F_RING_RESET
Xuan Zhuo
1
-1
/
+6
2022-08-11
virtio: allow to unbreak/break virtqueue individually
Xuan Zhuo
1
-0
/
+3
2022-08-11
virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
Xuan Zhuo
2
-0
/
+8
2022-08-11
virtio_ring: introduce virtqueue_resize()
Xuan Zhuo
1
-0
/
+3
2022-08-11
virtio_ring: split: stop __vring_new_virtqueue as export symbol
Xuan Zhuo
1
-10
/
+0
2022-08-11
virtio: struct virtio_config_ops add callbacks for queue_reset
Xuan Zhuo
1
-0
/
+14
2022-08-11
virtio: record the maximum queue num supported by the device.
Xuan Zhuo
1
-0
/
+2
2022-08-11
remoteproc: rename len of rpoc_vring to num
Xuan Zhuo
1
-2
/
+2
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
1
-1
/
+1
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-2
/
+10
2022-08-10
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
2
-21
/
+50
2022-08-10
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
9
-8
/
+54
2022-08-10
KVM: x86/mmu: rename trace function name for asynchronous page fault
Mingwei Zhang
1
-1
/
+1
2022-08-10
Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-47
/
+39
2022-08-10
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
6
-1
/
+130
2022-08-10
Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
5
-2
/
+50
2022-08-10
bpf: add destructive kfunc flag
Artem Savkov
1
-1
/
+2
2022-08-10
genetlink: correct uAPI defines
Jakub Kicinski
1
-2
/
+3
2022-08-09
ax88796: Fix some typo in a comment
Christophe JAILLET
1
-2
/
+2
2022-08-09
add barriers to buffer_uptodate and set_buffer_uptodate
Mikulas Patocka
1
-1
/
+24
2022-08-09
Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-8
/
+15
2022-08-09
netfilter: nf_tables: disallow jump to implicit chain from set element
Pablo Neira Ayuso
1
-0
/
+5
2022-08-09
netfilter: nf_tables: upfront validation of data via nft_data_init()
Pablo Neira Ayuso
1
-2
/
+2
2022-08-09
NFS: Improve write error tracing
Trond Myklebust
1
-2
/
+1
2022-08-09
time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64
Youngmin Nam
1
-1
/
+1
2022-08-09
netfilter: ip6t_LOG: Fix a typo in a comment
Christophe JAILLET
1
-1
/
+1
2022-08-09
netfilter: nf_tables: validate variable length element extension
Pablo Neira Ayuso
1
-1
/
+3
2022-08-09
Merge tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2022-08-09
Merge tag 'afs-fixes-20220802' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-18
/
+18
2022-08-09
Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-0
/
+2
2022-08-09
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2
-0
/
+14
2022-08-09
net: netfilter: Remove ifdefs for code shared by BPF and ctnetlink
Kumar Kartikeya Dwivedi
1
-6
/
+0
2022-08-09
btf: Add a new kfunc flag which allows to mark a function to be sleepable
Benjamin Tissoires
1
-0
/
+1
2022-08-09
fscache: add tracepoint when failing cookie
Jeff Layton
1
-0
/
+2
2022-08-08
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-23
/
+32
2022-08-08
get rid of non-advancing variants
Al Viro
1
-22
/
+2
2022-08-08
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-0
/
+20
2022-08-08
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
1
-20
/
+0
2022-08-08
ITER_PIPE: cache the type of last buffer
Al Viro
1
-1
/
+4
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
1
-0
/
+26
2022-08-08
highmem: delete a sentence from kmap_local_page() kdocs
Fabio M. De Francesco
1
-2
/
+1
2022-08-08
highmem: specify that kmap_local_page() is callable from interrupts
Fabio M. De Francesco
1
-1
/
+1
2022-08-08
highmem: remove unneeded spaces in kmap_local_page() kdocs
Fabio M. De Francesco
1
-1
/
+1
2022-08-08
mm, hwpoison: enable memory error handling on 1GB hugepage
Naoya Horiguchi
2
-2
/
+0
2022-08-08
mm, hwpoison: set PG_hwpoison for busy hugetlb pages
Naoya Horiguchi
1
-0
/
+1
2022-08-08
mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
Naoya Horiguchi
1
-0
/
+9
2022-08-08
mm, hwpoison, hugetlb: support saving mechanism of raw error pages
Naoya Horiguchi
1
-1
/
+16
2022-08-08
mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rst
Muchun Song
1
-13
/
+2
2022-08-08
mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
Muchun Song
2
-5
/
+6
[prev]
[next]