index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
drivers
/
pcm-indirect2.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-13
ext4: wire up new fscrypt ioctls
Eric Biggers
2
-0
/
+33
2019-08-13
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
3
-1
/
+63
2019-08-13
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
3
-5
/
+33
2019-08-13
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
4
-34
/
+341
2019-08-13
fscrypt: v2 encryption policy support
Eric Biggers
9
-194
/
+741
2019-08-13
fscrypt: add an HKDF-SHA512 implementation
Eric Biggers
4
-0
/
+199
2019-08-13
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
3
-0
/
+85
2019-08-13
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
5
-5
/
+432
2019-08-13
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
9
-13
/
+447
2019-08-13
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
4
-4
/
+4
2019-08-13
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers
4
-322
/
+369
2019-08-13
fscrypt: refactor key setup code in preparation for v2 policies
Eric Biggers
2
-112
/
+146
2019-08-13
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
Eric Biggers
2
-69
/
+68
2019-08-13
fscrypt: add ->ci_inode to fscrypt_info
Eric Biggers
2
-0
/
+5
2019-08-13
fscrypt: use FSCRYPT_* definitions, not FS_*
Eric Biggers
6
-43
/
+46
2019-08-13
fscrypt: use FSCRYPT_ prefix for uapi constants
Eric Biggers
2
-43
/
+62
2019-08-13
fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
Eric Biggers
4
-51
/
+66
2019-08-13
fscrypt: use ENOPKG when crypto API support missing
Eric Biggers
1
-9
/
+11
2019-08-13
fscrypt: improve warnings for missing crypto API support
Eric Biggers
1
-5
/
+14
2019-08-13
fscrypt: improve warning messages for unsupported encryption contexts
Eric Biggers
1
-3
/
+15
2019-08-13
fscrypt: make fscrypt_msg() take inode instead of super_block
Eric Biggers
5
-35
/
+28
2019-08-13
fscrypt: clean up base64 encoding/decoding
Eric Biggers
1
-17
/
+17
2019-08-13
fscrypt: remove loadable module related code
Eric Biggers
3
-26
/
+1
2019-08-05
Linux 5.3-rc3
v5.3-rc3
Linus Torvalds
1
-1
/
+1
2019-08-04
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
4
-17
/
+47
2019-08-04
tpm: Fix null pointer dereference on chip register error path
Milan Broz
1
-7
/
+16
2019-08-04
MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer
Geert Uytterhoeven
1
-0
/
+4
2019-08-04
kconfig: Clear "written" flag to avoid data loss
M. Vefa Bicakci
1
-0
/
+4
2019-08-03
drivers/acpi/scan.c: document why we don't need the device_hotplug_lock
David Hildenbrand
1
-0
/
+6
2019-08-03
memremap: move from kernel/ to mm/
Christoph Hellwig
3
-1
/
+1
2019-08-03
lib/test_meminit.c: use GFP_ATOMIC in RCU critical section
Alexander Potapenko
1
-1
/
+1
2019-08-03
asm-generic: fix -Wtype-limits compiler warnings
Qian Cai
1
-30
/
+20
2019-08-03
cgroup: kselftest: relax fs_spec checks
Chris Down
1
-2
/
+1
2019-08-03
mm/memory_hotplug.c: remove unneeded return for void function
Weitao Hou
1
-2
/
+0
2019-08-03
mm/migrate.c: initialize pud_entry in migrate_vma()
Ralph Campbell
1
-10
/
+7
2019-08-03
coredump: split pipe command whitespace before expanding template
Paul Wise
1
-5
/
+39
2019-08-03
page flags: prioritize kasan bits over last-cpuid
Arnd Bergmann
2
-7
/
+12
2019-08-03
ubsan: build ubsan.c more conservatively
Arnd Bergmann
1
-1
/
+2
2019-08-03
kasan: remove clang version check for KASAN_STACK
Arnd Bergmann
1
-6
/
+5
2019-08-03
mm: compaction: avoid 100% CPU usage during compaction when a task is killed
Mel Gorman
1
-4
/
+7
2019-08-03
mm: migrate: fix reference check race between __find_get_block() and migration
Jan Kara
1
-1
/
+3
2019-08-03
mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...
Yang Shi
1
-1
/
+8
2019-08-03
ocfs2: remove set but not used variable 'last_hash'
YueHaibing
1
-3
/
+0
2019-08-03
Revert "kmemleak: allow to coexist with fault injection"
Yang Shi
1
-1
/
+1
2019-08-03
kernel/signal.c: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2019-08-03
mtd: hyperbus: Add hardware dependency to AM654 driver
Jean Delvare
1
-0
/
+1
2019-08-03
mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependencies
Vignesh Raghavendra
1
-1
/
+1
2019-08-03
mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
Marco Felsch
1
-3
/
+11
2019-08-02
Revert "drm/vgem: fix cache synchronization on arm/arm64"
Chris Wilson
1
-83
/
+47
2019-08-02
s390/zcrypt: adjust switch fall through comments for -Wimplicit-fallthrough
Vasily Gorbik
2
-13
/
+5
[next]