summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rust: sync: update integer types in CondVarAlice Ryhl2024-01-282-19/+34
| * | | rust: sync: add `CondVar::wait_timeout`Alice Ryhl2024-01-284-10/+61
| * | | rust: time: add msecs to jiffies conversionAlice Ryhl2024-01-283-0/+22
| * | | rust: sync: add `CondVar::notify_sync`Alice Ryhl2024-01-281-0/+10
| * | | rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"Charalampos Mitrodimas2024-01-221-8/+12
| * | | rust: upgrade to Rust 1.75.0Miguel Ojeda2024-01-228-25/+51
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linu...Stephen Rothwell2024-02-0216-91/+1186
|\ \ \ \
| * | | | landlock: Document IOCTL supportGünther Noack2024-01-311-15/+104
| * | | | samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTLGünther Noack2024-01-311-3/+10
| * | | | selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)Günther Noack2024-01-311-0/+40
| * | | | selftests/landlock: Test IOCTL with memfdsGünther Noack2024-01-311-9/+27
| * | | | selftests/landlock: Test IOCTL supportGünther Noack2024-01-311-3/+429
| * | | | landlock: Add IOCTL access rightGünther Noack2024-01-298-22/+253
| * | | | landlock: Add support for KUnit testsMickaël Salaün2024-01-295-0/+256
| * | | | selftests/landlock: Clean up error logs related to capabilitiesMickaël Salaün2024-01-291-30/+9
| * | | | selftests/landlock: Fix capability for net_testMickaël Salaün2024-01-292-9/+47
| * | | | selftests/landlock: Fix fs_test build with old libcHu Yadi2024-01-251-3/+8
| * | | | selftests/landlock: Fix net_test build with old libcHu Yadi2024-01-251-1/+7
| |/ / /
* | | | Merge branch 'slab/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2024-02-027-126/+115
|\ \ \ \
| * \ \ \ Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-nextVlastimil Babka2024-01-301-18/+14
| |\ \ \ \
| | * | | | mm/slub: remove unused parameter in next_freelist_entry()Chengming Zhou2024-01-231-4/+3
| | * | | | mm/slub: remove full list manipulation for non-debug slabChengming Zhou2024-01-231-4/+0
| | * | | | mm/slub: directly load freelist from cpu partial slab in the likely caseChengming Zhou2024-01-231-10/+11
| | |/ / /
| * | | | mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian2024-01-303-10/+9
| * | | | mm/slub: make the description of slab_min_objects helpful in docXiongwei Song2024-01-221-1/+1
| * | | | mm/slub: replace slub_$params with slab_$params in slub.rstXiongwei Song2024-01-221-30/+30
| * | | | mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-226-64/+62
| * | | | Documentation: kernel-parameters: remove noaliencacheXiongwei Song2024-01-221-4/+0
| |/ / /
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kris...Stephen Rothwell2024-02-023-20/+42
|\ \ \ \
| * | | | libfs: Attempt exact-match comparison first during casefolded lookupGabriel Krisman Bertazi2024-01-241-17/+23
| * | | | ovl: Reject mounting case-insensitive filesystemsGabriel Krisman Bertazi2024-01-172-3/+19
* | | | | Merge branch 'zstd-next' of https://github.com/terrelln/linux.gitStephen Rothwell2024-02-0258-2594/+4789
|\ \ \ \ \
| * | | | | zstd: fix g_debuglevel export warningBen Dooks2023-11-201-0/+2
| * | | | | zstd: Backport Huffman speed improvement from upstreamNick Terrell2023-11-201-66/+105
| * | | | | zstd: import upstream v1.5.5Nick Terrell2023-11-2058-2594/+4748
* | | | | | Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mani...Stephen Rothwell2024-02-025-22/+37
|\ \ \ \ \ \
| * | | | | | bus: mhi: host: Read PK HASH dynamicallyJeffrey Hugo2024-01-303-16/+13
| * | | | | | bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL stateJeffrey Hugo2024-01-303-6/+24
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/srin...Stephen Rothwell2024-02-026-69/+83
|\ \ \ \ \ \
| * | | | | | dt-bindings: nvmem: Convert xlnx,zynqmp-nvmem.txt to yamlPraveen Teja Kundanala2024-01-272-46/+42
| * | | | | | nvmem: mtk-efuse: Register MediaTek socinfo driver from efuseWilliam-tw Lin2024-01-271-1/+20
| * | | | | | nvmem: fixed-cell: Simplify nested if/then schemaRob Herring2024-01-271-12/+10
| * | | | | | nvmem: include bit index in cell sysfs file nameArnd Bergmann2024-01-272-10/+11
| |/ / / / /
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/srin...Stephen Rothwell2024-02-021-4/+4
|\ \ \ \ \ \
| * | | | | | slimbus: qcom-ngd-ctrl: Make QMI message rules constJeff Johnson2024-01-221-4/+4
| |/ / / / /
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi...Stephen Rothwell2024-02-022-2/+18
|\ \ \ \ \ \
| * | | | | | fsi: Fix panic on scom file readLakshmi Yadlapati2023-12-141-1/+10
| * | | | | | fsi: sbefifo: Handle pending write commandNinad Palsule2023-12-141-0/+7
| * | | | | | fsi: sbefifo: Bump up user write cmd lengthNinad Palsule2023-12-141-1/+1
* | | | | | | Merge branch 'for-next/seccomp' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell2024-02-021-10/+31
|\ \ \ \ \ \ \