aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-10thermal/core: Move the mutex inside the thermal_zone_device_update() functiontestingDaniel Lezcano4-52/+61
2022-08-10thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano5-19/+11
2022-08-10thermal/governors: Group the thermal zone lock inside the throttle functionDaniel Lezcano4-31/+20
2022-08-10thermal/core: Rework the monitoring a bitDaniel Lezcano1-14/+5
2022-08-10thermal/core: Rearm the monitoring only one timeDaniel Lezcano1-5/+2
2022-08-10thermal/drivers/qcom/spmi-adc-tm5: Remove unnecessary print function dev_err()Jiapeng Chong1-3/+1
2022-08-10thermal/of: Remove old OF codeDaniel Lezcano3-873/+16
2022-08-10thermal/core: Move set_trip_temp ops to the sysfs codeDaniel Lezcano2-24/+4
2022-08-10thermal/drivers/samsung: Switch to new of thermal APIDaniel Lezcano1-14/+10
2022-08-10regulator/drivers/max8976: Switch to new of thermal APIDaniel Lezcano1-5/+5
2022-08-10Input: sun4i-ts - switch to new of thermal APIDaniel Lezcano1-5/+5
2022-08-10iio/drivers/sun4i_gpadc: Switch to new of thermal APIDaniel Lezcano1-8/+6
2022-08-10hwmon/drivers/core: Switch to new of thermal APIDaniel Lezcano2-14/+14
2022-08-10hwmon: pm_bus: core: Switch to new of thermal APIDaniel Lezcano1-5/+5
2022-08-10ata/drivers/ahci_imx: Switch to new of thermal APIDaniel Lezcano1-5/+10
2022-08-10thermal/drivers/ti-soc: Switch to new of APIDaniel Lezcano1-8/+8
2022-08-10thermal/drivers/hisilicon: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-10thermal/drivers/maxim: Switch to new of APIDaniel Lezcano1-4/+4
2022-08-10thermal/drivers/banggap: Switch to new of APIDaniel Lezcano2-13/+11
2022-08-10thermal/drivers/mtk: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-10thermal/drivers/qoriq: Switch to new of APIDaniel Lezcano1-6/+6
2022-08-10thermal/drivers/rzg2l: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-10thermal/drivers/rcar: Switch to new of APIDaniel Lezcano2-18/+11
2022-08-10thermal/drivers/imx: Switch to new of APIDaniel Lezcano2-14/+14
2022-08-10thermal/drivers/db8500: Switch to new of APIDaniel Lezcano1-4/+4
2022-08-10thermal/drivers/armada: Switch to new of APIDaniel Lezcano1-6/+6
2022-08-10thermal/drivers/amlogic: Switch to new of APIDaniel Lezcano1-8/+8
2022-08-10thermal/drivers/st: Switch to new of APIDaniel Lezcano1-10/+8
2022-08-10thermal/drivers/qcom: Switch to new of APIDaniel Lezcano3-24/+23
2022-08-10thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano5-61/+53
2022-08-10thermal/drivers/sprd: Switch to new of APIDaniel Lezcano1-9/+9
2022-08-10thermal/drivers/sun8i: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-10thermal/drivers/tegra: Switch to new of APIDaniel Lezcano3-24/+28
2022-08-10thermal/drivers/mmio: Switch to new of APIDaniel Lezcano1-9/+8
2022-08-10thermal/drivers/generic-adc: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-10thermal/drivers/uniphier: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-10thermal/drivers/rockchip: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-10thermal/of: Make new code and old code co-existDaniel Lezcano2-8/+11
2022-08-10thermal/of: Fix free after use in thermal_of_unregister()Daniel Lezcano1-3/+7
2022-08-10thermal/of: Return -ENODEV instead of -EINVAL if registration failsDaniel Lezcano1-4/+5
2022-08-10thermal/of: Fix error code in of_thermal_zone_find()Dan Carpenter1-0/+1
2022-08-10thermal/of: Rework the thermal device tree initializationDaniel Lezcano2-10/+468
2022-08-10dt-bindings: thermal: Fix missing required propertyDaniel Lezcano1-0/+1
2022-08-10thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano1-0/+1
2022-07-28thermal/of: Initialize trip points separatelythermal-v5.20-rc1Daniel Lezcano1-29/+57
2022-07-28thermal/of: Use thermal trips stored in the thermal zoneDaniel Lezcano1-37/+16
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano3-10/+28
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano8-32/+32
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano3-8/+7
2022-07-28thermal/core: Remove unneeded EXPORT_SYMBOLSDaniel Lezcano1-2/+0
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano2-12/+12
2022-07-28thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano2-10/+0
2022-07-28thermal/of: Replace device node match with device node searchDaniel Lezcano1-20/+44
2022-07-28thermal/core: Remove duplicate information when an error occursDaniel Lezcano1-4/+4
2022-07-28thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano1-6/+2
2022-07-28thermal/tools/tmon: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-28thermal/tools/tmon: Include pthread and time headers in tmon.hMarkus Mayer1-0/+3
2022-07-28thermal/ti-soc-thermal: Fix comment typoJason Wang1-1/+1
2022-07-28thermal/drivers/qcom/spmi-adc-tm5: Register thermal zones as hwmon sensorsDmitry Baryshkov1-0/+5
2022-07-28thermal/drivers/qcom/temp-alarm: Register thermal zones as hwmon sensorsDmitry Baryshkov1-0/+5
2022-07-28thermal/drivers/u8500: Remove unnecessary print function dev_err()Yang Li1-6/+2
2022-07-28thermal/drivers/rzg2l: Fix commentsBiju Das1-7/+11
2022-07-28thermal/drivers/sun8i: Fix typo in commentJulia Lawall1-1/+1
2022-07-28thermal/drivers/k3_j72xx_bandgap: Make k3_j72xx_bandgap_j721e_data and k3_j72...Jin Xiaoyun1-2/+2
2022-07-28thermal/drivers/k3_j72xx_bandgap: Fix array underflow in prep_lookup_table()Dan Carpenter1-2/+0
2022-07-28thermal/drivers/k3_j72xx_bandgap: Fix ref_table memory leak during probeBryan Brattlof1-2/+5
2022-07-28thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano2-13/+0
2022-07-28thermal/core: Use clamp() helper in the stepwise governorDaniel Lezcano1-11/+4
2022-07-28thermal/drivers/u8500: Remove the get_trend functionDaniel Lezcano1-22/+4
2022-07-28thermal/drivers/tegra: Remove get_trend functionDaniel Lezcano1-32/+0
2022-07-28thermal/drivers/qcom: Remove get_trend functionDaniel Lezcano2-14/+0
2022-07-28dt-bindings: thermal: rcar-gen3-thermal: Add r8a779f0 supportWolfram Sang1-5/+14
2022-07-28dt-bindings: thermal: rcar-gen3-thermal: use positive logicWolfram Sang1-11/+10
2022-07-28dt-bindings: thermal: qcom,spmi-temp-alarm: convert to dtschemaKrzysztof Kozlowski2-51/+85
2022-07-28drivers/thermal/rcar_gen3_thermal: Improve logging during probeWolfram Sang1-2/+2
2022-07-28MAINTAINERS: add include/dt-bindings/thermal to THERMALLukas Bulwahn1-0/+1
2022-07-28drivers/thermal/devfreq_cooling: Extend the devfreq_cooling_device with opsLukasz Luba1-18/+9
2022-07-28drivers/thermal/cpufreq_cooling: Update outdated commentsLukasz Luba1-26/+18
2022-07-28drivers/thermal/cpufreq_cooling : Refactor thermal_power_cpu_get_power tracingLukasz Luba2-37/+9
2022-07-28drivers/thermal/cpufreq_cooling: Use private callback ops for each cooling de...Lukasz Luba1-9/+6
2022-06-30thermal: intel_tcc_cooling: Add TCC cooling support for RaptorLakeSumeet Pawnikar1-0/+1
2022-05-25thermal: int340x: Add Meteor Lake PCI device IDSumeet Pawnikar2-0/+2
2022-05-24Merge tag 'devprop-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-121/+211
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds59-102/+4231
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds60-1005/+2463
2022-05-24Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds194-322/+626
2022-05-24Merge tag 'for-linus-2022052401' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds31-188/+1054
2022-05-24Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds45-1597/+3911
2022-05-24Merge tag 'regulator-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-123/+1538
2022-05-24Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds10-47/+67
2022-05-24Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds51-503/+963
2022-05-24Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds9-54/+165
2022-05-24Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds57-820/+1730
2022-05-24Merge tag 'hwmon-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds62-2350/+5114
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-79/+531
2022-05-24Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds36-281/+1056
2022-05-24Merge tag 'Smack-for-5.19' of https://github.com/cschaufler/smack-nextLinus Torvalds1-1/+0
2022-05-24Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds24-706/+2592
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-115/+144
2022-05-24Merge tag 'execve-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-186/+66
2022-05-24Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-5/+482
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds46-449/+539
2022-05-24Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds4-17/+10
2022-05-24Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds9-97/+238
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds35-1355/+784
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson4-3/+87
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-331/+213
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds34-414/+1445
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds34-683/+955
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds31-148/+412
2022-05-24Merge branch 'for-5.19/wacom' into for-linusJiri Kosina4-9/+49
2022-05-24Merge branch 'for-5.19/uclogic' into for-linusJiri Kosina8-149/+587
2022-05-24Merge branch 'for-5.19/megaworld' into for-linusJiri Kosina4-0/+137
2022-05-24Merge branch 'for-5.19/lenovo' into for-linusJiri Kosina2-6/+170
2022-05-24Merge branch 'for-5.19/apple' into for-linusJiri Kosina1-4/+18
2022-05-24Merge branch 'for-5.19/amd-sfh' into for-linusJiri Kosina8-16/+72
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds154-958/+7542
2022-05-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-199/+202
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds98-1534/+2553
2022-05-23Merge tag 'csky-for-linus-5.19-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds22-375/+562
2022-05-23Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds43-120/+844
2022-05-23Merge tag 'xtensa-20220523' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds32-484/+882
2022-05-23Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-476/+734
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds47-213/+3013
2022-05-23Merge tag 'x86_sgx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-14/+114
2022-05-23Merge tag 'x86_vdso_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+4
2022-05-23Merge tag 'x86_microcode_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-18/+13
2022-05-23Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-30/+63
2022-05-23Merge tag 'x86_apic_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+12
2022-05-23Merge tag 'x86_kdump_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-05-23Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-13/+24
2022-05-23Merge tag 'x86_mm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-05-23Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-27/+49
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-88/+61
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds28-865/+441
2022-05-23Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-13/+58
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-177/+86
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-203/+120
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds53-120/+2071
2022-05-23Merge tag 'ras_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-79/+67
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds62-392/+3860
2022-05-23Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds18-428/+184
2022-05-23Merge tag 'x86-irq-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-64/+322
2022-05-23Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-62/+127
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds37-262/+644
2022-05-23Merge tag 'smp-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-10/+24
2022-05-23Merge tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+1
2022-05-23Merge tag 'core-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+6
2022-05-23Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-53/+344
2022-05-23Merge tag 'ata-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds15-277/+285
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds50-653/+845
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds127-1506/+1248
2022-05-23Merge tag 'for-5.19/cdrom-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds7-126/+25
2022-05-23Merge tag 'for-5.19/writeback-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+8
2022-05-23Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l...Linus Torvalds11-138/+806
2022-05-23Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds4-11/+31
2022-05-23Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-...Linus Torvalds6-26/+248
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds5-77/+434
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds8-1028/+1810
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds63-441/+1411
2022-05-23Merge tag 'lkmm.2022.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2022-05-23Merge tag 'nolibc.2022.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-2505/+4114
2022-05-23Merge branches 'thermal-int340x', 'thermal-pch' and 'thermal-misc'Rafael J. Wysocki5-41/+58
2022-05-23Merge back earlier thermal control updates for 5.19-rc1.Rafael J. Wysocki54-75/+4205
2022-05-23Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-20/+876
2022-05-23smack: Remove redundant assignmentsMichal Orzel1-1/+0
2022-05-23Merge branch 'pm-tools'Rafael J. Wysocki4-210/+389
2022-05-23Merge branch 'pm-domains'Rafael J. Wysocki4-152/+223
2022-05-23Merge branch 'pm-cpufreq'Rafael J. Wysocki15-64/+376
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Rafael J. Wysocki12-51/+240
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki16-73/+172
2022-05-23Merge branches 'acpi-apei', 'acpi-dptf', 'acpi-x86' and 'acpi-docs'Rafael J. Wysocki8-22/+90
2022-05-23Merge branches 'acpi-pm', 'acpi-pci', 'acpi-sysfs' and 'acpi-tables'Rafael J. Wysocki10-34/+124
2022-05-23Merge branch 'acpica'Rafael J. Wysocki175-265/+411
2022-05-23MAINTAINERS: add KEYS-TRUSTED-CAAMAhmad Fatoum1-0/+9
2022-05-23doc: trusted-encrypted: describe new CAAM trust sourceAhmad Fatoum1-1/+39
2022-05-23KEYS: trusted: Introduce support for NXP CAAM-based trusted keysAhmad Fatoum6-2/+109
2022-05-23crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum4-0/+289
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum3-3/+19
2022-05-23KEYS: trusted: allow use of kernel RNG for key materialAhmad Fatoum4-10/+57
2022-05-23KEYS: trusted: allow use of TEE as backend without TCG_TPM supportAhmad Fatoum4-17/+42
2022-05-23tpm: Add field upgrade mode support for Infineon TPM2 modulesStefan Mahnke-Hartmann1-1/+5
2022-05-23tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann1-1/+10
2022-05-23char: tpm: cr50_i2c: Suppress duplicated error message in .remove()Uwe Kleine-König1-2/+2
2022-05-23tpm: cr50: Add new device/vendor ID 0x504a6666Jes B. Klinke1-3/+4
2022-05-23tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland6-161/+118
2022-05-23tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng1-0/+1
2022-05-23tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functionsHaowen Bai1-1/+1
2022-05-23certs: Explain the rationale to call panic()Mickaël Salaün1-0/+9
2022-05-23certs: Allow root user to append signed hashes to the blacklist keyringMickaël Salaün2-21/+85
2022-05-23certs: Check that builtin blacklist hashes are validMickaël Salaün5-3/+57
2022-05-23certs: Make blacklist_vet_description() more strictMickaël Salaün1-10/+36
2022-05-23certs: Factor out the blacklist hash creationMickaël Salaün4-46/+73
2022-05-23tools/certs: Add print-cert-tbs-hash.shMickaël Salaün2-0/+92
2022-05-23landlock: Explain how to support LandlockMickaël Salaün1-1/+28
2022-05-23landlock: Add design choices documentation for filesystem access rightsMickaël Salaün1-1/+16
2022-05-23landlock: Document good practices about filesystem policiesMickaël Salaün1-0/+21
2022-05-23landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioningMickaël Salaün1-20/+106
2022-05-23samples/landlock: Add support for file reparentingMickaël Salaün1-13/+27