Show patches with: Archived = No       |   4925 patches
« 1 2 ... 15 16 1749 50 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2] net: mdio_bus: replace deprecated strncpy with strscpy [v2] net: mdio_bus: replace deprecated strncpy with strscpy - 1 - --- 2023-12-07 Justin Stitt Mainlined
[v2] net: mdio-gpio: replace deprecated strncpy with strscpy [v2] net: mdio-gpio: replace deprecated strncpy with strscpy - - - --- 2023-12-07 Justin Stitt Superseded
[v2] qlcnic: replace deprecated strncpy with strscpy [v2] qlcnic: replace deprecated strncpy with strscpy - 1 - --- 2023-12-07 Justin Stitt Mainlined
[v2] net: ena: replace deprecated strncpy with strscpy [v2] net: ena: replace deprecated strncpy with strscpy 1 1 - --- 2023-12-07 Justin Stitt Mainlined
[v3] netlink: Return unsigned value for nla_len() [v3] netlink: Return unsigned value for nla_len() - - - --- 2023-12-06 Kees Cook Mainlined
[v4,111/115] pwm: Ensure a struct pwm has the same lifetime as its pwm_chip pwm: Fix lifetime issues for pwm_chips - 1 - --- 2023-12-06 Uwe Kleine-König Handled Elsewhere
lib/string: shrink lib/string.i via IWYU lib/string: shrink lib/string.i via IWYU - - - --- 2023-12-05 Tanzir Hasan Changes Requested
[v2,4/4] pstore: inode: Use cleanup.h for struct pstore_private pstore: Initial use of cleanup.h - - - --- 2023-12-05 Kees Cook Mainlined
[v2,3/4] pstore: inode: Use __free(pstore_iput) for inode allocations pstore: Initial use of cleanup.h - - - --- 2023-12-05 Kees Cook Mainlined
[v2,2/4] pstore: inode: Convert mutex usage to guard(mutex) pstore: Initial use of cleanup.h - - - --- 2023-12-05 Kees Cook Mainlined
[v2,1/4] pstore: inode: Convert kfree() usage to __free(kfree) pstore: Initial use of cleanup.h - - - --- 2023-12-05 Kees Cook Mainlined
[4/4] ASoC: topology: Replace fake root_device with kunit_device in tests kunit: Add helpers for creating test-managed devices 1 - - --- 2023-12-05 David Gow Superseded
[3/4] overflow: Replace fake root_device with kunit_device kunit: Add helpers for creating test-managed devices - 1 - --- 2023-12-05 David Gow Superseded
[2/4] fortify: test: Use kunit_device kunit: Add helpers for creating test-managed devices 1 1 - --- 2023-12-05 David Gow Superseded
[1/4] kunit: Add APIs for managing devices kunit: Add helpers for creating test-managed devices - 1 - --- 2023-12-05 David Gow Superseded
[v2,18/18] sysctl: constify standard sysctl tables sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,17/18] sysctl: make ctl_table sysctl_mount_point const sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,16/18] const_structs.checkpatch: add ctl_table sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,15/18] sysctl: allow registration of const struct ctl_table sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,14/18] sysctl: move internal interfaces to const struct ctl_table sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh Handled Elsewhere
[v2,13/18] sysctl: move sysctl type to ctl_table_header sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh Handled Elsewhere
[v2,12/18] sysctl: treewide: constify the ctl_table argument of handlers sysctl: constify sysctl ctl_tables - 1 - --- 2023-12-04 Thomas Weißschuh Handled Elsewhere
[v2,11/18] sysctl: treewide: constify ctl_table_header::ctl_table_arg sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,10/18] sysctl: treewide: constify ctl_table_root::permissions sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,09/18] sysctl: treewide: constify ctl_table_root::set_ownership sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,08/18] stackleak: don't modify ctl_table argument sysctl: constify sysctl ctl_tables 1 - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,07/18] utsname: constify ctl_table arguments of utility function sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh Mainlined
[v2,06/18] hugetlb: constify ctl_table arguments of utility functions sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh Mainlined
[v2,05/18] seccomp: constify ctl_table arguments of utility functions sysctl: constify sysctl ctl_tables 1 - - --- 2023-12-04 Thomas Weißschuh Mainlined
[v2,04/18] cgroup: bpf: constify ctl_table arguments and fields sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
[v2,03/18] sysctl: drop sysctl_is_perm_empty_ctl_table sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh Handled Elsewhere
[v2,02/18] sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh Mainlined
[v2,01/18] watchdog/core: remove sysctl handlers from public header sysctl: constify sysctl ctl_tables - - - --- 2023-12-04 Thomas Weißschuh In Next
md/md-multipath: Convert "struct mpconf" to flexible array md/md-multipath: Convert "struct mpconf" to flexible array - 1 - --- 2023-12-03 Christophe JAILLET Handled Elsewhere
[5/5] pstore: inode: Use cleanup.h for struct pstore_private pstore: Initial use of cleanup.h - - - --- 2023-12-02 Kees Cook Superseded
[4/5] pstore: inode: Use __free(iput) for inode allocations pstore: Initial use of cleanup.h - - - --- 2023-12-02 Kees Cook Superseded
[3/5] fs: Add DEFINE_FREE for struct inode pstore: Initial use of cleanup.h - - - --- 2023-12-02 Kees Cook Superseded
[2/5] pstore: inode: Convert mutex usage to guard(mutex) pstore: Initial use of cleanup.h - - - --- 2023-12-02 Kees Cook Superseded
[1/5] pstore: inode: Convert kfree() usage to __free(kfree) pstore: Initial use of cleanup.h - - - --- 2023-12-02 Kees Cook Superseded
[v2] netlink: Return unsigned value for nla_len() [v2] netlink: Return unsigned value for nla_len() - - - --- 2023-12-02 Kees Cook Superseded
tracing/uprobe: Replace strlcpy() with strscpy() tracing/uprobe: Replace strlcpy() with strscpy() 1 - - --- 2023-11-30 Kees Cook Mainlined
[next] init: Kconfig: Disable -Wstringop-overflow for GCC-11 [next] init: Kconfig: Disable -Wstringop-overflow for GCC-11 - 1 - --- 2023-11-30 Gustavo A. R. Silva Mainlined
[v2,2/2] qnx4: Use get_directory_fname() in qnx4_match() qnx4: Avoid confusing compiler about buffer lengths - - - --- 2023-11-30 Kees Cook Mainlined
[v2,1/2] qnx4: Extract dir entry filename processing into helper qnx4: Avoid confusing compiler about buffer lengths - - - --- 2023-11-30 Kees Cook Mainlined
[v2] scsi: zfcp: Replace strlcpy() with strscpy() [v2] scsi: zfcp: Replace strlcpy() with strscpy() 1 - - --- 2023-11-30 Kees Cook Mainlined
[v2,3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy() kernfs: Convert from strlcpy() to strscpy() - - - --- 2023-11-30 Kees Cook Superseded
[v2,2/3] kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy() kernfs: Convert from strlcpy() to strscpy() - - - --- 2023-11-30 Kees Cook Superseded
[v2,1/3] kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy() kernfs: Convert from strlcpy() to strscpy() - - - --- 2023-11-30 Kees Cook Superseded
hwmon: (pc87360) Bounds check data->innr usage hwmon: (pc87360) Bounds check data->innr usage - 1 - --- 2023-11-30 Kees Cook Mainlined
netlink: Return unsigned value for nla_len() netlink: Return unsigned value for nla_len() - 1 - --- 2023-11-30 Kees Cook Superseded
[30/30] iommu: Remove fwspec and related Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[29/30] iommu: Check for EPROBE_DEFER using the new FW parsers Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[28/30] iommu: Call all drivers if there is no fwspec Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[27/30] iommu/arm-smmu: Move to iommu_of_xlate() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[25/30] iommu/iort: Add iommu_iort_get_single_iommu() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[23/30] iommu/viot: Add iommu_viot_get_single_iommu() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[22/30] iommu/qcom: Move to iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[21/30] iommu/mtk_v1: Move to iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[20/30] iommu/ipmmu-vmsa: Move to iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[19/30] iommu/mtk: Move to iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[17/30] iommu: Add iommu_fw_alloc_per_device_ids() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[15/30] iommu/msm: Move to iommu_of_xlate() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[14/30] iommu/exynos: Move to iommu_of_xlate() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[13/30] iommu/dart: Move to iommu_of_xlate() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[12/30] iommu/of: Add iommu_of_xlate() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[11/30] iommu/sun50i: Move to iommu_of_get_single_iommu() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[10/30] iommu/sprd: Move to iommu_of_get_single_iommu() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[09/30] iommu/rockchip: Move to iommu_of_get_single_iommu() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[08/30] iommu/of: Add iommu_of_get_single_iommu() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[07/30] iommu/of: Call of_iommu_get_resv_regions() directly Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[05/30] iommu: Add iommu_probe_info Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[04/30] ACPI: IORT: Remove fwspec from the reserved region code Make a new API for drivers to use to get their FW 1 - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[03/30] ACPI: IORT: Make a iort_iommu_for_each_id() Make a new API for drivers to use to get their FW 1 - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[02/30] ACPI: VIOT: Make a viot_iommu_for_each_id() Make a new API for drivers to use to get their FW 1 - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[01/30] iommu/of: Make a of_iommu_for_each_id() Make a new API for drivers to use to get their FW - - - --- 2023-11-30 Jason Gunthorpe Handled Elsewhere
[next] bcachefs: Replace zero-length arrays with flexible-array members [next] bcachefs: Replace zero-length arrays with flexible-array members - 1 - --- 2023-11-28 Gustavo A. R. Silva Mainlined
[v2,3/3] drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER [v2,1/3] kunit: Add a macro to wrap a deferred action function - 1 - --- 2023-11-28 David Gow Mainlined
[v2,2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER() [v2,1/3] kunit: Add a macro to wrap a deferred action function 1 - - --- 2023-11-28 David Gow Mainlined
[v2,1/3] kunit: Add a macro to wrap a deferred action function [v2,1/3] kunit: Add a macro to wrap a deferred action function 1 2 1 --- 2023-11-28 David Gow Mainlined
[1/2] mux: Turn 'mux' into a flexible array in 'struct mux_chip' [1/2] mux: Turn 'mux' into a flexible array in 'struct mux_chip' - - - --- 2023-11-26 Christophe JAILLET Changes Requested
[v11,2/2] arm64: dts: qcom: sm8250-xiaomi-pipa: Add initial device tree [v11,1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa) 2 - - --- 2023-11-25 Luka Panio Mainlined
[v11,1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa) [v11,1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa) 1 - - --- 2023-11-25 Luka Panio Mainlined
[next] gcc-plugins: randstruct: Update code comment in relayout_struct() [next] gcc-plugins: randstruct: Update code comment in relayout_struct() - - - --- 2023-11-25 Gustavo A. R. Silva Mainlined
neighbour: Fix __randomize_layout crash in struct neighbour neighbour: Fix __randomize_layout crash in struct neighbour - 1 1 --- 2023-11-25 Gustavo A. R. Silva Mainlined
[RFC,7/7] treewide: sysctl: migrate proc_dointvec to proc_handler_new sysctl: constify sysctl ctl_tables - - - --- 2023-11-25 Thomas Weißschuh Superseded
[RFC,6/7] treewide: sysctl: migrate proc_dobool to proc_handler_new sysctl: constify sysctl ctl_tables - - - --- 2023-11-25 Thomas Weißschuh Superseded
[RFC,5/7] treewide: sysctl: migrate proc_dostring to proc_handler_new sysctl: constify sysctl ctl_tables - - - --- 2023-11-25 Thomas Weißschuh Superseded
[RFC,4/7] net: sysctl: add new sysctl table handler to debug message sysctl: constify sysctl ctl_tables - - - --- 2023-11-25 Thomas Weißschuh Superseded
[RFC,3/7] sysctl: add proc_handler_new to struct ctl_table sysctl: constify sysctl ctl_tables - - - --- 2023-11-25 Thomas Weißschuh Superseded
[RFC,2/7] bpf: cgroup: call proc handler through helper sysctl: constify sysctl ctl_tables - - - --- 2023-11-25 Thomas Weißschuh Superseded
[RFC,1/7] sysctl: add helper sysctl_run_handler sysctl: constify sysctl ctl_tables - - - --- 2023-11-25 Thomas Weißschuh Superseded
[v6,12/12] soc: qcom: register ramoops region with APSS minidump Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,11/12] pstore/ram: Add ramoops ready notifier support Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,10/12] pstore/ram: Add dynamic ramoops region support through commandline Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,09/12] MAINTAINERS: Add entry for minidump related files Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
« 1 2 ... 15 16 1749 50 »