index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes_generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-21
HID: mcp2221: prevent a buffer overflow in mcp_smbus_write()
Harshit Mogalapalli
1
-0
/
+3
2022-06-09
HID: multitouch: new device class fix Lenovo X12 trackpad sticky
Tao Jin
1
-1
/
+12
2022-06-09
HID: cp2112: prevent a buffer overflow in cp2112_xfer()
Harshit Mogalapalli
1
-0
/
+5
2022-06-08
HID: hid-input: add Surface Go battery quirk
Maximilian Luz
2
-0
/
+3
2022-06-08
HID: intel-ish-hid: ipc: use time_before to replace "jiffies < a"
Li Qiong
1
-1
/
+1
2022-06-08
HID: logitech-hidpp: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-06-08
HID: uclogic: properly format kernel-doc comment for hid_dbg() wrappers
Bagas Sanjaya
1
-10
/
+14
2022-06-08
HID: nintendo: fix unused const warning
Daniel J. Ogorchock
1
-2
/
+1
2022-05-27
HID: amd_sfh: Don't show client init failed as error when discovery fails
Mario Limonciello
1
-1
/
+2
2022-05-27
HID: wacom: Don't register pad_input for touch switch
Ping Cheng
2
-19
/
+26
2022-05-27
HID: wacom: Only report rotation for art pen
Ping Cheng
1
-8
/
+21
2022-05-24
lockdown: also lock down previous kgdb use
Daniel Thompson
4
-3
/
+87
2022-05-23
smack: Remove redundant assignments
Michal Orzel
1
-1
/
+0
2022-05-23
MAINTAINERS: add KEYS-TRUSTED-CAAM
Ahmad Fatoum
1
-0
/
+9
2022-05-23
doc: trusted-encrypted: describe new CAAM trust source
Ahmad Fatoum
1
-1
/
+39
2022-05-23
KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
Ahmad Fatoum
6
-2
/
+109
2022-05-23
crypto: caam - add in-kernel interface for blob generator
Ahmad Fatoum
4
-0
/
+289
2022-05-23
crypto: caam - determine whether CAAM supports blob encap/decap
Ahmad Fatoum
3
-3
/
+19
2022-05-23
KEYS: trusted: allow use of kernel RNG for key material
Ahmad Fatoum
4
-10
/
+57
2022-05-23
KEYS: trusted: allow use of TEE as backend without TCG_TPM support
Ahmad Fatoum
4
-17
/
+42
2022-05-23
tpm: Add field upgrade mode support for Infineon TPM2 modules
Stefan Mahnke-Hartmann
1
-1
/
+5
2022-05-23
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
1
-1
/
+10
2022-05-23
char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
Uwe Kleine-König
1
-2
/
+2
2022-05-23
tpm: cr50: Add new device/vendor ID 0x504a6666
Jes B. Klinke
1
-3
/
+4
2022-05-23
tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
Johannes Holland
6
-161
/
+118
2022-05-23
tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
Xiu Jianfeng
1
-0
/
+1
2022-05-23
tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functions
Haowen Bai
1
-1
/
+1
2022-05-23
certs: Explain the rationale to call panic()
Mickaël Salaün
1
-0
/
+9
2022-05-23
certs: Allow root user to append signed hashes to the blacklist keyring
Mickaël Salaün
2
-21
/
+85
2022-05-23
certs: Check that builtin blacklist hashes are valid
Mickaël Salaün
5
-3
/
+57
2022-05-23
certs: Make blacklist_vet_description() more strict
Mickaël Salaün
1
-10
/
+36
2022-05-23
certs: Factor out the blacklist hash creation
Mickaël Salaün
4
-46
/
+73
2022-05-23
tools/certs: Add print-cert-tbs-hash.sh
Mickaël Salaün
2
-0
/
+92
2022-05-23
landlock: Explain how to support Landlock
Mickaël Salaün
1
-1
/
+28
2022-05-23
landlock: Add design choices documentation for filesystem access rights
Mickaël Salaün
1
-1
/
+16
2022-05-23
landlock: Document good practices about filesystem policies
Mickaël Salaün
1
-0
/
+21
2022-05-23
landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioning
Mickaël Salaün
1
-20
/
+106
2022-05-23
samples/landlock: Add support for file reparenting
Mickaël Salaün
1
-13
/
+27
2022-05-23
selftests/landlock: Add 11 new test suites dedicated to file reparenting
Mickaël Salaün
1
-1
/
+754
2022-05-23
landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
6
-80
/
+556
2022-05-23
LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
Mickaël Salaün
6
-16
/
+48
2022-05-23
landlock: Move filesystem helpers and add a new one
Mickaël Salaün
1
-41
/
+46
2022-05-23
landlock: Fix same-layer rule unions
Mickaël Salaün
3
-26
/
+161
2022-05-23
landlock: Create find_rule() from unmask_layers()
Mickaël Salaün
1
-13
/
+28
2022-05-23
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
5
-14
/
+15
2022-05-23
landlock: Define access_mask_t to enforce a consistent access mask size
Mickaël Salaün
5
-15
/
+30
2022-05-23
selftests/landlock: Test landlock_create_ruleset(2) argument check ordering
Mickaël Salaün
1
-1
/
+20
2022-05-23
landlock: Change landlock_restrict_self(2) check ordering
Mickaël Salaün
2
-14
/
+41
2022-05-23
landlock: Change landlock_add_rule(2) argument check ordering
Mickaël Salaün
2
-11
/
+45
2022-05-23
selftests/landlock: Add tests for O_PATH
Mickaël Salaün
1
-2
/
+8
[next]