aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2020-12-1410-101/+116
|\
| * fs-verity: move structs needed for file signing to UAPI headerEric Biggers2020-11-233-42/+50
| * fs-verity: rename "file measurement" to "file digest"Eric Biggers2020-11-166-61/+61
| * fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers2020-11-163-7/+14
| * fs-verity: remove filenames from file commentsEric Biggers2020-11-167-7/+7
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-12-1413-159/+227
|\ \
| * | fscrypt: allow deleting files with unsupported encryption policyEric Biggers2020-12-026-19/+47
| * | fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers2020-12-023-7/+3
| * | fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers2020-12-022-26/+26
| * | fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers2020-12-022-2/+17
| * | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-026-8/+36
| * | ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Eric Biggers2020-12-021-7/+1
| * | ubifs: remove ubifs_dir_open()Eric Biggers2020-12-021-9/+0
| * | f2fs: remove f2fs_dir_open()Eric Biggers2020-12-021-8/+0
| * | ext4: remove ext4_dir_open()Eric Biggers2020-12-021-8/+0
| * | fscrypt: simplify master key lockingEric Biggers2020-11-244-34/+21
| * | fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers2020-11-242-20/+9
| * | ubifs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-4/+13
| * | f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-0/+2
| * | ext4: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-0/+3
| * | fscrypt: add fscrypt_is_nokey_name()Eric Biggers2020-11-242-2/+37
| * | fscrypt: remove kernel-internal constants from UAPI headerEric Biggers2020-11-165-9/+16
| |/
* | Merge tag 'tomoyo-pr-20201214' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2020-12-148-41/+44
|\ \
| * | tomoyo: Fix typo in comments.Tetsuo Handa2020-12-065-7/+7
| * | tomoyo: Fix null pointer checkZheng Zengkai2020-11-273-6/+4
| * | tomoyo: Limit wildcard recursion depth.Tetsuo Handa2020-11-031-25/+30
| * | tomoyo: fix clang pointer arithmetic warningArnd Bergmann2020-10-281-3/+3
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Tetsuo Handa2020-10-28126-364/+689
| |\ \
| * \ \ Merge branch 'master' of https://scm.osdn.net/gitroot/tomoyo/tomoyo-test1Tetsuo Handa2020-10-270-0/+0
| |\ \ \
| | * | | tomoyo: Loosen pathname/domainname validation.Tetsuo Handa2020-09-091-6/+23
* | | | | Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2020-12-14408-13923/+23940
|\ \ \ \ \
| * | | | | media: ccs: Add support for obtaining C-PHY configuration from firmwareSakari Ailus2020-12-071-0/+4
| * | | | | media: ccs-pll: Print pixel ratesSakari Ailus2020-12-071-0/+5
| * | | | | media: ccs: Print written register valuesSakari Ailus2020-12-071-0/+4
| * | | | | media: ccs: Add support for DDR OP SYS and OP PIX clocksSakari Ailus2020-12-071-1/+8
| * | | | | media: ccs-pll: Add support for DDR OP system and pixel clocksSakari Ailus2020-12-072-20/+46
| * | | | | media: ccs: Dual PLL supportSakari Ailus2020-12-072-3/+51
| * | | | | media: ccs-pll: Add trivial dual PLL supportSakari Ailus2020-12-072-22/+196
| * | | | | media: ccs-pll: Separate VT divisor limit calculation from the restSakari Ailus2020-12-071-27/+37
| * | | | | media: ccs-pll: Fix VT post-PLL divisor calculationSakari Ailus2020-12-071-5/+7
| * | | | | media: ccs-pll: Make VT divisors 16-bitSakari Ailus2020-12-071-26/+25
| * | | | | media: ccs-pll: Rework bounds checksSakari Ailus2020-12-072-57/+95
| * | | | | media: ccs-pll: Print relevant information on PLL treeSakari Ailus2020-12-071-19/+66
| * | | | | media: ccs-pll: Better separate OP and VT sub-tree calculationSakari Ailus2020-12-071-23/+31
| * | | | | media: ccs-pll: Check for derating and overrating, support non-derating sensorsSakari Ailus2020-12-073-29/+64
| * | | | | media: ccs-pll: Split off VT subtree calculationSakari Ailus2020-12-071-124/+131
| * | | | | media: ccs-pll: Add C-PHY supportSakari Ailus2020-12-071-9/+26
| * | | | | media: ccs-pll: Add sanity checksSakari Ailus2020-12-071-0/+9
| * | | | | media: ccs-pll: Add support flexible OP PLL pixel clock dividerSakari Ailus2020-12-073-8/+23
| * | | | | media: ccs-pll: Support two cycles per pixel on OP domainSakari Ailus2020-12-073-6/+16