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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH
Huacai Chen
1
-1
/
+1
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-19
/
+27
2022-08-03
Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+3
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
12
-112
/
+93
2022-08-03
Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
1
-0
/
+15
2022-08-03
Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+18
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
1
-2
/
+2
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
3
-80
/
+80
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
1
-5
/
+5
2022-08-03
cpuidle: Add cpu_idle_miss trace event
Kajetan Puchalski
1
-0
/
+22
2022-08-03
Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Rafael J. Wysocki
1
-128
/
+194
2022-08-03
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
1
-3
/
+2
2022-08-03
sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed
Waiman Long
1
-1
/
+1
2022-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
5
-20
/
+29
2022-08-03
xfrm: fix XFRMA_LASTUSED comment
Antony Antony
1
-1
/
+1
2022-08-02
mbcache: automatically delete entries from cache on freeing
Jan Kara
1
-8
/
+16
2022-08-02
mbcache: Remove mb_cache_entry_delete()
Jan Kara
1
-1
/
+0
2022-08-02
mbcache: add functions to delete entry if unused
Jan Kara
1
-1
/
+9
2022-08-02
jbd2: unexport jbd2_log_start_commit()
Jan Kara
1
-1
/
+0
2022-08-02
jbd2: remove unused exports for jbd2 debugging
Jan Kara
1
-1
/
+0
2022-08-02
jbd2: rename jbd_debug() to jbd2_debug()
Jan Kara
1
-2
/
+2
2022-08-02
ublk_cmd.h: add one new ublk command: UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-0
/
+18
2022-08-02
ublk_drv: cleanup ublksrv_ctrl_dev_info
Ming Lei
1
-7
/
+8
2022-08-02
ublk_drv: add SET_PARAMS/GET_PARAMS control command
Ming Lei
1
-0
/
+47
2022-08-02
block: move ->bio_split to the gendisk
Christoph Hellwig
1
-1
/
+2
2022-08-02
Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...
Linus Torvalds
67
-180
/
+180
2022-08-02
Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-51
/
+20
2022-08-02
Merge tag 'docs-6.0' of git://git.lwn.net/linux
Linus Torvalds
3
-3
/
+3
2022-08-02
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-99
/
+245
2022-08-02
Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
5
-110
/
+492
2022-08-02
Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-14
/
+23
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-1
/
+1
2022-08-02
nvme-auth: Diffie-Hellman key exchange support
Hannes Reinecke
1
-0
/
+8
2022-08-02
nvme: implement In-Band authentication
Hannes Reinecke
1
-0
/
+33
2022-08-02
nvme: add definitions for NVMe In-Band authentication
Hannes Reinecke
1
-1
/
+208
2022-08-02
lib/base64: RFC4648-compliant base64 encoding
Hannes Reinecke
1
-0
/
+16
2022-08-02
crypto: add crypto_has_kpp()
Hannes Reinecke
1
-0
/
+2
2022-08-02
crypto: add crypto_has_shash()
Hannes Reinecke
1
-0
/
+2
2022-08-02
nvme: handle the persistent internal error AER
Michael Kelley
1
-0
/
+4
2022-08-03
ceph: fix incorrect old_size length in ceph_mds_request_args
Xiubo Li
1
-3
/
+3
2022-08-03
ceph: switch back to testing for NULL folio->private in ceph_dirty_folio
Jeff Layton
1
-0
/
+10
2022-08-03
ceph: fix the incorrect comment for the ceph_mds_caps struct
Xiubo Li
1
-1
/
+1
2022-08-03
ceph: prevent a client from exceeding the MDS maximum xattr size
Luís Henriques
1
-0
/
+1
2022-08-03
fs/dcache: export d_same_name() helper
Xiubo Li
1
-0
/
+2
2022-08-03
fscrypt: add fscrypt_context_for_new_inode
Jeff Layton
1
-0
/
+1
2022-08-03
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
Jeff Layton
1
-0
/
+4
2022-08-02
Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-12
/
+70
2022-08-02
Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linux
Linus Torvalds
3
-0
/
+15
2022-08-02
Merge tag 'audit-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
[prev]
[next]