summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-21iov_iter: use kmemdup_array for dup_iter to harden against overflowWang Haoran1-4/+4
2026-05-21Merge patch series "initramfs: test and improve cpio hex header validation"Christian Brauner4-57/+107
2026-05-21kstrtox: Drop extern keyword in the simple_strtox() declarationsAndy Shevchenko1-4/+4
2026-05-21vsprintf: Revert "add simple_strntoul"Andy Shevchenko2-8/+0
2026-05-21initramfs: Refactor to use hex2bin() instead of custom approachAndy Shevchenko2-38/+30
2026-05-21initramfs: Sort headers alphabeticallyAndy Shevchenko1-12/+12
2026-05-21initramfs_test: test header fields with 0x hex prefixDavid Disseldorp1-2/+58
2026-05-21initramfs_test: add fill_cpio() inject_ox parameterDavid Disseldorp1-13/+23
2026-05-11Merge patch series "selftests/namespaces: Fix test hangs and false failures"Christian Brauner2-7/+40
2026-05-11selftests/namespaces: Skip efault tests when listns() is not availableRicardo B. Marlière1-0/+18
2026-05-11selftests/namespaces: Fix waitpid race in listns_efault_test cleanupRicardo B. Marlière1-6/+9
2026-05-11Merge patch series "uaccess/sockptr: copy_struct_ fixes and more helpers"Christian Brauner2-17/+76
2026-05-11selftests/namespaces: Kill grandchild in nsid fixture teardownRicardo B. Marlière1-1/+13
2026-05-11sockptr: introduce copy_struct_to_sockptr()Stefan Metzmacher1-0/+10
2026-05-11sockptr: let copy_struct_from_sockptr() use copy_struct_from_bounce_buffer()Stefan Metzmacher1-15/+1
2026-05-11uaccess: add copy_struct_{from,to}_bounce_buffer() helpersStefan Metzmacher1-0/+63
2026-05-11sockptr: fix usize check in copy_struct_from_sockptr() for user pointersStefan Metzmacher1-1/+1
2026-05-11uaccess: fix ignored_trailing logic in copy_struct_to_user()Stefan Metzmacher1-1/+1
2026-04-27Linux 7.1-rc1v7.1-rc1Linus Torvalds1-2/+2
2026-04-27Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+7
2026-04-26Merge tag 'tsm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/devs...Linus Torvalds1-10/+9
2026-04-26Merge tag 'kbuild-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+9
2026-04-26Merge tag 'power-utilities-2026.04.25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-195/+461
2026-04-26Merge tag 'rtc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds20-90/+132
2026-04-26Merge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-40/+64
2026-04-25Merge branches 'turbostat' and 'x86_energy_perf_policy' into power-utilitiesLen Brown2-117/+308
2026-04-25tools/power x86_energy_perf_policy: Version 2026.04.25Len Brown1-95/+66
2026-04-25tools/power x86_energy_perf_policy.8: Document SoC Slider OptionsLen Brown1-0/+26
2026-04-25tools/power x86_energy_perf_policy: Enhances SoC Slider related checksLen Brown1-38/+104
2026-04-25clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSEDMaíra Canal1-0/+7
2026-04-25Merge tag 'fbdev-for-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-19/+22
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds6-92/+128
2026-04-25Merge tag 'trace-ring-buffer-v7.1-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2026-04-25Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds61-187/+347
2026-04-25Merge tag 'io_uring-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-24/+111
2026-04-25Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-215/+443
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds20-50/+1144
2026-04-24Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-42/+114
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds4-30/+95
2026-04-24Merge tag 'spdx-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+13
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds356-4299/+12801
2026-04-24Merge tag 'spi-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds13-58/+110
2026-04-24Merge tag 'regulator-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-2/+2
2026-04-24ring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)1-6/+7
2026-04-24Merge tag 'regmap-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+56
2026-04-24Merge tag 'gpio-fixes-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2026-04-24Merge tag 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-259/+340
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-19/+73
2026-04-24Merge tag 'drm-next-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds98-532/+1377
2026-04-24Merge tag 'locking-urgent-2026-04-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-20/+67