summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever2023-11-173-24/+54
| * | | | | NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever2023-11-171-1/+3
| * | | | | NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever2023-11-171-15/+8
| * | | | | nfsd: fix file memleak on client_opens_releaseMahmoud Adam2023-11-171-1/+1
* | | | | | Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-11-184-14/+23
|\ \ \ \ \ \
| * | | | | | cifs: fix lock ordering while disabling multichannelShyam Prasad N2023-11-141-9/+13
| * | | | | | cifs: fix leak of iface for primary channelShyam Prasad N2023-11-141-0/+6
| * | | | | | cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina2023-11-131-3/+2
| * | | | | | cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-131-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-6.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-186-100/+130
|\ \ \ \ \ \
| * | | | | | dm-crypt: start allocating with MAX_ORDERMikulas Patocka2023-11-171-1/+1
| * | | | | | dm-verity: don't use blocking calls from taskletsMikulas Patocka2023-11-173-14/+15
| * | | | | | dm-bufio: fix no-sleep modeMikulas Patocka2023-11-171-25/+62
| * | | | | | dm-delay: avoid duplicate logicMikulas Patocka2023-11-171-44/+21
| * | | | | | dm-delay: fix bugs introduced by kthread modeMikulas Patocka2023-11-171-26/+35
| * | | | | | dm-delay: fix a race between delay_presuspend and delay_bioMikulas Patocka2023-11-171-5/+11
| |/ / / / /
* | | | | | Merge tag 'i2c-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-183-18/+78
|\ \ \ \ \ \
| * | | | | | i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland2023-11-131-2/+2
| * | | | | | i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff2023-11-131-8/+8
| * | | | | | Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko2023-11-121-8/+68
| |/ / / / /
* | | | | | Merge tag 'turbostat-2023.11.07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-11-181-1442/+1442
|\ \ \ \ \ \
| * | | | | | tools/power turbostat: version 2023.11.07Len Brown2023-11-071-1/+1
| * | | | | | tools/power/turbostat: bugfix "--show IPC"Len Brown2023-11-071-2/+4
| * | | | | | tools/power/turbostat: Add initial support for LunarLakeSumeet Pawnikar2023-10-241-0/+1
| * | | | | | tools/power/turbostat: Add initial support for ArrowLakeSumeet Pawnikar2023-10-241-0/+1
| * | | | | | tools/power/turbostat: Add initial support for GrandRidgeZhang Rui2023-10-241-0/+17
| * | | | | | tools/power/turbostat: Add initial support for SierraForestZhang Rui2023-10-241-0/+17
| * | | | | | tools/power/turbostat: Add initial support for GraniteRapidsZhang Rui2023-10-241-0/+1
| * | | | | | tools/power/turbostat: Add MSR_CORE_C1_RES support for spr_featuresZhang Rui2023-10-241-0/+1
| * | | | | | tools/power/turbostat: Move process to root cgroupSrinivas Pandruvada2023-10-241-0/+13
| * | | | | | tools/power/turbostat: Handle cgroup v2 cpu limitationZhang Rui2023-10-241-15/+80
| * | | | | | tools/power/turbostat: Abstrct function for parsing cpu stringZhang Rui2023-10-241-49/+55
| * | | | | | tools/power/turbostat: Handle offlined CPUs in cpu_subsetZhang Rui2023-10-201-10/+21
| * | | | | | tools/power/turbostat: Obey allowed CPUs for system summaryZhang Rui2023-10-201-25/+46
| * | | | | | tools/power/turbostat: Obey allowed CPUs for primary thread/core detectionZhang Rui2023-10-201-19/+16
| * | | | | | tools/power/turbostat: Abstract several functionsZhang Rui2023-10-201-17/+41
| * | | | | | tools/power/turbostat: Obey allowed CPUs during startupZhang Rui2023-10-201-7/+14
| * | | | | | tools/power/turbostat: Obey allowed CPUs when accessing CPU countersZhang Rui2023-10-201-2/+2
| * | | | | | tools/power/turbostat: Introduce cpu_allowed_setZhang Rui2023-10-201-3/+28
| * | | | | | tools/power/turbostat: Remove PC7/PC9 support on ADL/RPLZhang Rui2023-09-271-6/+23
| * | | | | | tools/power/turbostat: Enable MSR_CORE_C1_RES on recent Intel client platformsZhang Rui2023-09-271-0/+1
| * | | | | | tools/power/turbostat: Introduce probe_pm_features()Zhang Rui2023-09-271-2/+4
| * | | | | | tools/power/turbostat: Relocate more probing related codeZhang Rui2023-09-271-20/+17
| * | | | | | tools/power/turbostat: Reorder some functionsZhang Rui2023-09-271-107/+107
| * | | | | | tools/power/turbostat: Relocate thermal probing codeZhang Rui2023-09-271-5/+10
| * | | | | | tools/power/turbostat: Relocate lpi probing codeZhang Rui2023-09-271-16/+22
| * | | | | | tools/power/turbostat: Relocate graphics probing codeZhang Rui2023-09-271-11/+16
| * | | | | | tools/power/turbostat: Rename rapl probing functionZhang Rui2023-09-271-4/+4
| * | | | | | tools/power/turbostat: Rename uncore probing functionZhang Rui2023-09-271-3/+3
| * | | | | | tools/power/turbostat: Relocate pstate probing codeZhang Rui2023-09-271-18/+21