index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
fscrypt: add "fscrypt_" prefix to fname_encrypt()
Eric Biggers
3
-8
/
+10
2020-01-23
fscrypt: don't print name of busy file when removing key
Eric Biggers
1
-13
/
+2
2020-01-20
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
Eric Biggers
4
-16
/
+9
2020-01-14
fscrypt: document gfp_flags for bounce page allocation
Eric Biggers
1
-1
/
+6
2020-01-14
fscrypt: optimize fscrypt_zeroout_range()
Eric Biggers
1
-31
/
+81
2019-12-31
fscrypt: remove redundant bi_status check
Eric Biggers
1
-2
/
+0
2019-12-31
fscrypt: Allow modular crypto algorithms
Herbert Xu
4
-7
/
+17
2019-12-31
fscrypt: include <linux/ioctl.h> in UAPI header
Eric Biggers
1
-0
/
+1
2019-12-31
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
Eric Biggers
3
-3
/
+3
2019-12-31
fscrypt: remove fscrypt_is_direct_key_policy()
Eric Biggers
1
-6
/
+0
2019-12-31
fscrypt: move fscrypt_valid_enc_modes() to policy.c
Eric Biggers
2
-18
/
+17
2019-12-31
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
4
-30
/
+35
2019-12-31
fscrypt: split up fscrypt_supported_policy() by policy version
Eric Biggers
1
-57
/
+59
2019-12-31
fscrypt: introduce fscrypt_needs_contents_encryption()
Eric Biggers
1
-0
/
+20
2019-12-31
fscrypt: move fscrypt_d_revalidate() to fname.c
Eric Biggers
3
-51
/
+50
2019-12-31
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
3
-14
/
+16
2019-12-31
fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
Eric Biggers
2
-2
/
+2
2019-12-31
fscrypt: verify that the crypto_skcipher has the correct ivsize
Eric Biggers
1
-0
/
+4
2019-12-31
fscrypt: use crypto_skcipher_driver_name()
Eric Biggers
1
-2
/
+1
2019-12-31
fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
Eric Biggers
3
-12
/
+168
2019-12-30
Linux 5.5-rc4
v5.5-rc4
Linus Torvalds
1
-1
/
+1
2019-12-29
Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-3
/
+6
2019-12-29
Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...
Linus Torvalds
1
-1
/
+1
2019-12-29
Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-10
/
+56
2019-12-29
locks: print unsigned ino in /proc/locks
Amir Goldstein
1
-1
/
+1
2019-12-28
riscv: export flush_icache_all to modules
Olof Johansson
1
-0
/
+1
2019-12-28
riscv: reject invalid syscalls below -1
David Abdurachmanov
1
-0
/
+1
2019-12-28
riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
Luc Van Oostenryck
2
-3
/
+4
2019-12-28
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-11
/
+12
2019-12-28
Merge tag 'drm-fixes-2019-12-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
14
-86
/
+139
2019-12-27
Merge tag 'linux-kselftest-5.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-38
/
+70
2019-12-27
Merge tag 'pm-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-4
/
+1
2019-12-27
Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-343
/
+357
2019-12-27
Merge tag 'libata-5.5-20191226' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-44
/
+128
2019-12-27
Merge tag 'block-5.5-20191226' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-1
/
+17
2019-12-27
Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
9
-28
/
+35
2019-12-27
Merge tag 'drm-intel-fixes-2019-12-23' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
14
-86
/
+139
2019-12-26
ata: ahci_brcm: Add missing clock management during recovery
Florian Fainelli
1
-0
/
+7
2019-12-26
ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINE
Florian Fainelli
1
-15
/
+16
2019-12-26
ata: ahci_brcm: Fix AHCI resources management
Florian Fainelli
1
-29
/
+76
2019-12-26
ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()
Florian Fainelli
2
-2
/
+6
2019-12-26
libata: Fix retrieving of active qcs
Sascha Hauer
5
-3
/
+28
2019-12-25
Merge tag 'devfreq-fixes-for-5.5-rc4' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
1
-4
/
+1
2019-12-24
io-wq: add cond_resched() to worker thread
Hillf Danton
1
-0
/
+2
2019-12-23
rseq/selftests: Clarify rseq_prepare_unload() helper requirements
Mathieu Desnoyers
1
-5
/
+7
2019-12-23
rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30
Mathieu Desnoyers
1
-8
/
+10
2019-12-23
rseq/selftests: Turn off timeout setting
Mathieu Desnoyers
1
-0
/
+1
2019-12-23
kunit/kunit_tool_test: Test '--build_dir' option run
SeongJae Park
1
-0
/
+8
2019-12-23
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
3
-10
/
+8
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
3
-4
/
+4
[next]