index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
1
-0
/
+9
2022-03-03
crypto: dh - split out deserialization code from crypto_dh_decode()
Nicolai Stange
1
-0
/
+16
2022-03-03
crypto: dh - constify struct dh's pointer members
Nicolai Stange
1
-3
/
+3
2022-03-03
crypto: dh - remove struct dh's ->q member
Nicolai Stange
1
-4
/
+0
2022-03-03
crypto: kpp - provide support for KPP spawns
Nicolai Stange
1
-0
/
+75
2022-03-03
crypto: kpp - provide support for KPP template instances
Nicolai Stange
1
-0
/
+83
2022-02-11
lib/xor: make xor prototypes more friendly to compiler vectorization
Ard Biesheuvel
2
-35
/
+70
2022-01-28
crypto: sm3 - make dependent on sm3 library
Tianjia Zhang
1
-10
/
+0
2022-01-28
crypto: sm3 - create SM3 stand-alone library
Tianjia Zhang
1
-0
/
+32
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
7
-330
/
+409
2022-01-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
29
-264
/
+127
2022-01-22
Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-31
/
+77
2022-01-22
Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2
-0
/
+21
2022-01-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+2
2022-01-22
Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-178
/
+244
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+0
2022-01-22
Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+18
2022-01-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2022-01-22
frontswap: remove support for multiple ops
Christoph Hellwig
1
-2
/
+1
2022-01-22
mm: mark swap_lock and swap_active_head static
Christoph Hellwig
1
-2
/
+0
2022-01-22
frontswap: remove frontswap_test
Christoph Hellwig
1
-11
/
+0
2022-01-22
mm: simplify try_to_unuse
Christoph Hellwig
3
-10
/
+1
2022-01-22
frontswap: simplify frontswap_init
Christoph Hellwig
1
-8
/
+1
2022-01-22
frontswap: remove frontswap_curr_pages
Christoph Hellwig
1
-1
/
+0
2022-01-22
frontswap: remove frontswap_shrink
Christoph Hellwig
1
-1
/
+0
2022-01-22
frontswap: remove frontswap_tmem_exclusive_gets
Christoph Hellwig
1
-2
/
+0
2022-01-22
frontswap: remove frontswap_writethrough
Christoph Hellwig
1
-1
/
+0
2022-01-22
mm: remove cleancache
Christoph Hellwig
2
-129
/
+0
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
2
-9
/
+18
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
2
-4
/
+2
2022-01-22
fs: proc: store PDE()->data into inode->i_private
Muchun Song
1
-1
/
+12
2022-01-22
locking/rwlocks: introduce write_lock_nested
Minchan Kim
4
-0
/
+25
2022-01-22
kprobe: move sysctl_kprobes_optimization to kprobes.c
Xiaoming Ni
1
-6
/
+0
2022-01-22
fs/coredump: move coredump sysctls into its own file
Xiaoming Ni
1
-4
/
+6
2022-01-22
printk: fix build warning when CONFIG_PRINTK=n
Xiaoming Ni
1
-4
/
+0
2022-01-22
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Luis Chamberlain
1
-1
/
+1
2022-01-22
fs: move namespace sysctls and declare fs base directory
Luis Chamberlain
1
-3
/
+0
2022-01-22
sysctl: add and use base directory declarer and registration helper
Luis Chamberlain
1
-0
/
+24
2022-01-22
fs: move pipe sysctls to is own file
Luis Chamberlain
2
-4
/
+6
2022-01-22
fs: move namei sysctls to its own file
Luis Chamberlain
1
-1
/
+0
2022-01-22
fs: move locking sysctls where they are used
Luis Chamberlain
1
-4
/
+0
2022-01-22
sysctl: move maxolduid as a sysctl specific const
Luis Chamberlain
1
-0
/
+3
2022-01-22
fs: move dcache sysctls to its own file
Luis Chamberlain
2
-12
/
+0
2022-01-22
fs: move fs stat sysctls to file_table.c
Luis Chamberlain
1
-3
/
+0
2022-01-22
fs: move inode sysctls to its own file
Luis Chamberlain
1
-3
/
+0
2022-01-22
sysctl: share unsigned long const values
Luis Chamberlain
1
-0
/
+6
2022-01-22
stackleak: move stack_erasing sysctl to stackleak.c
Xiaoming Ni
1
-5
/
+0
2022-01-22
scsi/sg: move sg-big-buff sysctl to scsi/sg.c
Xiaoming Ni
1
-4
/
+0
2022-01-22
sysctl: add helper to register a sysctl mount point
Luis Chamberlain
1
-0
/
+7
2022-01-22
random: move the random sysctl declarations to its own file
Xiaoming Ni
1
-1
/
+0
[next]