index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
Eric Biggers
2019-12-31
3
-3
/
+3
*
fscrypt: remove fscrypt_is_direct_key_policy()
Eric Biggers
2019-12-31
1
-6
/
+0
*
fscrypt: move fscrypt_valid_enc_modes() to policy.c
Eric Biggers
2019-12-31
2
-18
/
+17
*
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
2019-12-31
4
-30
/
+35
*
fscrypt: split up fscrypt_supported_policy() by policy version
Eric Biggers
2019-12-31
1
-57
/
+59
*
fscrypt: introduce fscrypt_needs_contents_encryption()
Eric Biggers
2019-12-31
1
-0
/
+20
*
fscrypt: move fscrypt_d_revalidate() to fname.c
Eric Biggers
2019-12-31
3
-51
/
+50
*
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
2019-12-31
3
-14
/
+16
*
fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
Eric Biggers
2019-12-31
2
-2
/
+2
*
fscrypt: verify that the crypto_skcipher has the correct ivsize
Eric Biggers
2019-12-31
1
-0
/
+4
*
fscrypt: use crypto_skcipher_driver_name()
Eric Biggers
2019-12-31
1
-2
/
+1
*
fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
Eric Biggers
2019-12-31
3
-12
/
+168
*
Linux 5.5-rc4
v5.5-rc4
Linus Torvalds
2019-12-29
1
-1
/
+1
*
Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-12-29
4
-3
/
+6
|
\
|
*
riscv: export flush_icache_all to modules
Olof Johansson
2019-12-27
1
-0
/
+1
|
*
riscv: reject invalid syscalls below -1
David Abdurachmanov
2019-12-27
1
-0
/
+1
|
*
riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
Luc Van Oostenryck
2019-12-27
2
-3
/
+4
*
|
Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...
Linus Torvalds
2019-12-29
1
-1
/
+1
|
\
\
|
*
|
locks: print unsigned ino in /proc/locks
Amir Goldstein
2019-12-29
1
-1
/
+1
|
|
/
*
|
Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-12-29
3
-10
/
+56
|
\
\
|
*
|
cifs: Optimize readdir on reparse points
Paulo Alcantara (SUSE)
2019-12-23
2
-9
/
+55
|
*
|
cifs: Adjust indentation in smb2_open_file
Nathan Chancellor
2019-12-23
1
-1
/
+1
|
|
/
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2019-12-27
6
-11
/
+12
|
\
\
|
*
|
scsi: target/iblock: Fix protection error with blocks greater than 512B
Israel Rukshin
2019-12-19
1
-1
/
+3
|
*
|
scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()
Varun Prakash
2019-12-19
1
-1
/
+2
|
*
|
scsi: lpfc: fix spelling mistakes of asynchronous
Colin Ian King
2019-12-19
2
-6
/
+6
|
*
|
scsi: lpfc: fix build failure with DEBUGFS disabled
Arnd Bergmann
2019-12-16
1
-2
/
+1
|
*
|
scsi: mpt3sas: Fix double free in attach error handling
Dan Carpenter
2019-12-16
1
-1
/
+0
*
|
|
Merge tag 'drm-fixes-2019-12-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-12-27
14
-86
/
+139
|
\
\
\
|
*
\
\
Merge tag 'drm-intel-fixes-2019-12-23' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-12-27
14
-86
/
+139
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
2019-12-23
11
-31
/
+116
|
|
*
|
drm/i915/gt: Ratelimit display power w/a
Chris Wilson
2019-12-23
1
-1
/
+2
|
|
*
|
drm/i915/pmu: Ensure monotonic rc6
Tvrtko Ursulin
2019-12-23
2
-54
/
+21
|
|
/
/
*
|
|
Merge tag 'linux-kselftest-5.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-12-27
11
-38
/
+70
|
\
\
\
|
*
|
|
rseq/selftests: Clarify rseq_prepare_unload() helper requirements
Mathieu Desnoyers
2019-12-23
1
-5
/
+7
|
*
|
|
rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30
Mathieu Desnoyers
2019-12-23
1
-8
/
+10
|
*
|
|
rseq/selftests: Turn off timeout setting
Mathieu Desnoyers
2019-12-23
1
-0
/
+1
|
*
|
|
kunit/kunit_tool_test: Test '--build_dir' option run
SeongJae Park
2019-12-23
1
-0
/
+8
|
*
|
|
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
2019-12-23
3
-10
/
+8
|
*
|
|
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
2019-12-23
3
-4
/
+4
|
*
|
|
kunit: Create default config in '--build_dir'
SeongJae Park
2019-12-23
2
-4
/
+11
|
*
|
|
kunit: Remove duplicated defconfig creation
SeongJae Park
2019-12-23
1
-3
/
+0
|
*
|
|
docs/kunit/start: Use in-tree 'kunit_defconfig'
SeongJae Park
2019-12-23
1
-2
/
+1
|
*
|
|
selftests: livepatch: Fix it to do root uid check and skip
Shuah Khan
2019-12-23
2
-3
/
+15
|
*
|
|
selftests: firmware: Fix it to do root uid check and skip
Shuah Khan
2019-12-23
1
-0
/
+6
|
*
|
|
selftests: filesystems/epoll: fix build error
Shuah Khan
2019-12-23
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'pm-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-12-27
1
-4
/
+1
|
\
\
\
|
*
\
\
Merge tag 'devfreq-fixes-for-5.5-rc4' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
2019-12-25
1
-4
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
PM / devfreq: tegra: Add COMMON_CLK dependency
Arnd Bergmann
2019-12-23
1
-0
/
+1
|
|
*
|
PM / devfreq: Drop explicit selection of PM_OPP
Leonard Crestez
2019-12-23
1
-4
/
+0
|
|
/
/
[next]