index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
Merge tag 'arm-soc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
77
-1578
/
+155
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
842
-152624
/
+203
2023-02-20
cifs: Add a function to read into an iter from a socket
David Howells
2
-0
/
+17
2023-02-20
cifs: Add some helper functions
David Howells
2
-0
/
+96
2023-02-20
cifs: Add a function to Hash the contents of an iterator
David Howells
1
-0
/
+144
2023-02-20
cifs: Add a function to build an RDMA SGE list from an iterator
David Howells
1
-0
/
+214
2023-02-20
netfs: Add a function to extract an iterator into a scatterlist
David Howells
3
-0
/
+273
2023-02-20
netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
David Howells
3
-0
/
+108
2023-02-20
cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
David Howells
3
-6
/
+25
2023-02-20
splice: Export filemap/direct_splice_read()
David Howells
2
-0
/
+2
2023-02-20
iov_iter: Add a function to extract a page list from an iterator
David Howells
2
-1
/
+290
2023-02-20
iov_iter: Define flags to qualify page extraction.
David Howells
4
-15
/
+23
2023-02-20
splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE
David Howells
2
-0
/
+95
2023-02-20
splice: Add a func to do a splice from a buffered file without ITER_PIPE
David Howells
5
-6
/
+158
2023-02-20
mm: Pass info, not iter, into filemap_get_pages()
David Howells
1
-13
/
+14
2023-02-20
smb3: Replace smb2pdu 1-element arrays with flex-arrays
Kees Cook
8
-45
/
+47
2023-02-20
cifs: get rid of dns resolve worker
Paulo Alcantara
3
-53
/
+6
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
109
-1599
/
+2224
2023-02-20
Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
17
-28
/
+43
2023-02-20
Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
5
-21
/
+29
2023-02-20
Merge tag 'for-6.3/io_uring-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
20
-409
/
+699
2023-02-20
of: dynamic: add lifecycle docbook info to node creation functions
Frank Rowand
2
-1
/
+13
2023-02-20
of: add consistency check to of_node_release()
Frank Rowand
1
-0
/
+4
2023-02-20
of: do not use "%pOF" printk format on node with refcount of zero
Frank Rowand
1
-1
/
+9
2023-02-20
of: unittest: add node lifecycle tests
Frank Rowand
4
-3
/
+170
2023-02-20
genirq/msi: Take the per-device MSI lock before validating the control structure
Marc Zyngier
1
-3
/
+6
2023-02-20
Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
6
-97
/
+136
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
61
-2898
/
+2457
2023-02-20
include/linux/migrate.h: remove unneeded externs
Andrew Morton
1
-8
/
+8
2023-02-20
mm/memory_hotplug: cleanup return value handing in do_migrate_range()
SeongJae Park
1
-6
/
+2
2023-02-20
mm/uffd: fix comment in handling pte markers
Peter Xu
1
-3
/
+1
2023-02-20
mm: change to return bool for isolate_movable_page()
Baolin Wang
5
-14
/
+14
2023-02-20
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
5
-14
/
+16
2023-02-20
mm: change to return bool for isolate_lru_page()
Baolin Wang
8
-22
/
+21
2023-02-20
mm: change to return bool for folio_isolate_lru()
Baolin Wang
8
-13
/
+19
2023-02-20
objtool: add UACCESS exceptions for __tsan_volatile_read/write
Arnd Bergmann
1
-0
/
+2
2023-02-20
kmsan: disable ftrace in kmsan core code
Arnd Bergmann
1
-1
/
+7
2023-02-20
kasan: mark addr_has_metadata __always_inline
Arnd Bergmann
1
-2
/
+2
2023-02-20
Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
20
-1553
/
+1362
2023-02-20
Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-33
/
+131
2023-02-20
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
22
-500
/
+699
2023-02-20
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
8
-51
/
+34
2023-02-20
Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-755
/
+667
2023-02-20
Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...
Linus Torvalds
1
-1
/
+1
2023-02-20
Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma...
Linus Torvalds
3
-6
/
+23
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
345
-2643
/
+2625
2023-02-20
sched/topology: fix KASAN warning in hop_cmp()
Yury Norov
1
-3
/
+8
2023-02-20
Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
12
-87
/
+157
2023-02-20
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
46
-457
/
+507
2023-02-20
Merge tag 'tpm-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jar...
Linus Torvalds
19
-86
/
+293
[prev]
[next]