Show patches with: Archived = No       |   4925 patches
« 1 2 ... 16 17 1849 50 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,08/12] soc: qcom: Add Qualcomm APSS minidump kernel driver Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,07/12] init: export linux_banner data variable Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,06/12] remoteproc: qcom: Remove minidump related data from qcom_common.c Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,05/12] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump() Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,04/12] soc: qcom: Add qcom_rproc_minidump module Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,03/12] docs: qcom: Add qualcomm minidump guide Add Qualcomm Minidump driver related support - 1 - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,02/12] firmware/qcom: qcom_scm: Add multiple download mode support Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v6,01/12] firmware: qcom_scm: Refactor code to support multiple dload mode Add Qualcomm Minidump driver related support - - - --- 2023-11-24 Mukesh Ojha Handled Elsewhere
[v10,2/2] Initial support for Xiaomi Pad 6 tablet, that have sm8250 soc. [v10,1/2] Add a compatible for Xiaomi Pad 6. 2 - - --- 2023-11-24 Luka Panio Mainlined
[v10,1/2] Add a compatible for Xiaomi Pad 6. [v10,1/2] Add a compatible for Xiaomi Pad 6. 1 - - --- 2023-11-24 Luka Panio Mainlined
[next] powerpc/crypto: Avoid -Wstringop-overflow warnings [next] powerpc/crypto: Avoid -Wstringop-overflow warnings - - - --- 2023-11-21 Gustavo A. R. Silva Mainlined
[v3,105/108] pwm: Ensure a struct pwm has the same lifetime as its pwm_chip pwm: Fix lifetime issues for pwm_chips - 1 - --- 2023-11-21 Uwe Kleine-König Handled Elsewhere
[v2,21/21] mm/slub: optimize free fast path code layout remove the SLAB allocator - 1 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,20/21] mm/slub: optimize alloc fastpath code layout remove the SLAB allocator - 1 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,19/21] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,18/21] mm/slab: move kmalloc() functions from slab_common.c to slub.c remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,17/21] mm/slab: move kmalloc_slab() to mm/slab.h remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,16/21] mm/slab: move kfree() from slab_common.c to slub.c remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,15/21] mm/slab: move struct kmem_cache_node from slab.h to slub.c remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,14/21] mm/slab: move memcg related functions from slab.h to slub.c remove the SLAB allocator 1 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,13/21] mm/slab: move pre/post-alloc hooks from slab.h to slub.c remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,12/21] mm/slab: consolidate includes in the internal mm/slab.h remove the SLAB allocator - 1 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,11/21] mm/slab: move the rest of slub_def.h to mm/slab.h remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,10/21] mm/slab: move struct kmem_cache_cpu declaration to slub.c remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,09/21] mm/slab: remove mm/slab.c and slab_def.h remove the SLAB allocator 2 1 - --- 2023-11-20 Vlastimil Babka In Next
[v2,08/21] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,07/21] mm/slab: remove CONFIG_SLAB code from slab common code remove the SLAB allocator - 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,06/21] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks remove the SLAB allocator 1 1 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,05/21] mm/memcontrol: remove CONFIG_SLAB #ifdef guards remove the SLAB allocator 1 2 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,04/21] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal remove the SLAB allocator - 3 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,03/21] KASAN: remove code paths guarded by CONFIG_SLAB remove the SLAB allocator - 4 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,02/21] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile remove the SLAB allocator - 3 - --- 2023-11-20 Vlastimil Babka Mainlined
[v2,01/21] mm/slab, docs: switch mm-api docs generation from slab.c to slub.c remove the SLAB allocator 1 1 - --- 2023-11-20 Vlastimil Babka Mainlined
[2/2] qnx4: Use get_directory_fname() in qnx4_match() qnx4: Avoid confusing compiler about buffer lengths - - - --- 2023-11-18 Kees Cook Superseded
[1/2] qnx4: Extract dir entry filename processing into helper qnx4: Avoid confusing compiler about buffer lengths - - - --- 2023-11-18 Kees Cook Superseded
[next] wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings [next] wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings - 1 - --- 2023-11-16 Gustavo A. R. Silva Superseded
MAINTAINERS: Add netdev subsystem profile link MAINTAINERS: Add netdev subsystem profile link - - - --- 2023-11-16 Kees Cook Mainlined
[3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy() kernfs: Convert from strlcpy() to strscpy() - - - --- 2023-11-16 Kees Cook Superseded
[2/3] kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy() kernfs: Convert from strlcpy() to strscpy() - - - --- 2023-11-16 Kees Cook Superseded
[1/3] kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy() kernfs: Convert from strlcpy() to strscpy() - - - --- 2023-11-16 Kees Cook Superseded
samples: Replace strlcpy() with strscpy() samples: Replace strlcpy() with strscpy() 1 - - --- 2023-11-16 Kees Cook Mainlined
usb: gadget: f_midi: Replace strlcpy() with strscpy() usb: gadget: f_midi: Replace strlcpy() with strscpy() - - - --- 2023-11-16 Kees Cook Mainlined
scsi: zfcp: Replace strlcpy() with strscpy() scsi: zfcp: Replace strlcpy() with strscpy() - - - --- 2023-11-16 Kees Cook Superseded
dma-buf: Replace strlcpy() with strscpy() dma-buf: Replace strlcpy() with strscpy() - 1 - --- 2023-11-16 Kees Cook Mainlined
parisc: Replace strlcpy() with strscpy() parisc: Replace strlcpy() with strscpy() - - - --- 2023-11-16 Kees Cook Mainlined
[next] xen: privcmd: Replace zero-length array with flex-array member and use __counted_by [next] xen: privcmd: Replace zero-length array with flex-array member and use __counted_by - 2 - --- 2023-11-16 Gustavo A. R. Silva Mainlined
[next] nouveau/gsp: replace zero-length array with flex-array member and use __counted_by [next] nouveau/gsp: replace zero-length array with flex-array member and use __counted_by - 1 - --- 2023-11-16 Gustavo A. R. Silva Changes Requested
hwmon: Explicitly initialize nct6775_sio_names indexes hwmon: Explicitly initialize nct6775_sio_names indexes - - - --- 2023-11-16 Kees Cook Mainlined
[next] Makefile: Enable -Wstringop-overflow globally [next] Makefile: Enable -Wstringop-overflow globally - - - --- 2023-11-16 Gustavo A. R. Silva Changes Requested
[net-next,V2,06/13] net/mlx5: simplify mlx5_set_driver_version string assignments Untitled series #801415 - 1 - --- 2023-11-15 Saeed Mahameed Mainlined
[v2,next] hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_chann… [v2,next] hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_chann… - 1 - --- 2023-11-14 Gustavo A. R. Silva Mainlined
SUNRPC: Replace strlcpy() with strscpy() SUNRPC: Replace strlcpy() with strscpy() - 1 - --- 2023-11-14 Kees Cook Mainlined
[GIT,PULL] hardening fixes for v6.7-rc2 [GIT,PULL] hardening fixes for v6.7-rc2 - - - --- 2023-11-14 Kees Cook Mainlined
[net-next,06/14] net/mlx5: simplify mlx5_set_driver_version string assignments Untitled series #800831 - 1 - --- 2023-11-13 Saeed Mahameed Mainlined
[next] hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_channel() [next] hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_channel() - - - --- 2023-11-13 Gustavo A. R. Silva Superseded
[next] wifi: rtw89: coex: Fix -Wstringop-overflow warnings in _append_tdma() [next] wifi: rtw89: coex: Fix -Wstringop-overflow warnings in _append_tdma() - - - --- 2023-11-13 Gustavo A. R. Silva Mainlined
[RFC,v2,19/19] virt: Add Heki KUnit tests Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,17/19] heki: x86: Update permissions counters during text patching Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,16/19] heki: x86: Update permissions counters when guest page permissions change Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,15/19] heki: x86: Initialize permissions counters for pages in vmap()/vunmap() Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,14/19] heki: x86: Initialize permissions counters for pages mapped into KVA Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,13/19] heki: Implement a kernel page table walker Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,12/19] x86: Implement the Memory Table feature to store arbitrary per-page data Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,11/19] KVM: x86: Add new hypercall to set EPT permissions Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,10/19] KVM: x86: Implement per-guest-page permissions Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,09/19] KVM: x86: Extend kvm_range_has_memory_attributes() with match_all Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,08/19] KVM: x86: Extend kvm_vm_set_mem_attributes() with a mask Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,07/19] KVM: x86: Make memory attribute helpers more generic Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,06/19] KVM: x86: Add kvm_x86_ops.fault_gva() Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,05/19] KVM: VMX: Add MBEC support Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,04/19] heki: Lock guest control registers at the end of guest kernel init Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,03/19] KVM: x86: Add notifications for Heki policy configuration and violation Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,02/19] KVM: x86: Add new hypercall to lock control registers Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
[RFC,v2,01/19] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki) Hypervisor-Enforced Kernel Integrity - - - --- 2023-11-13 Mickaël Salaün Handled Elsewhere
qnx4: fix to avoid panic due to buffer overflow qnx4: fix to avoid panic due to buffer overflow - - - --- 2023-11-12 Ronald Monthero Superseded
[3/3] drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPER [1/3] kunit: Add a macro to wrap a deferred action function - - - --- 2023-11-10 David Gow Superseded
[2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER() [1/3] kunit: Add a macro to wrap a deferred action function 1 - - --- 2023-11-10 David Gow Superseded
[1/3] kunit: Add a macro to wrap a deferred action function [1/3] kunit: Add a macro to wrap a deferred action function 1 2 1 --- 2023-11-10 David Gow Superseded
[V2] riscv: Support RANDOMIZE_KSTACK_OFFSET [V2] riscv: Support RANDOMIZE_KSTACK_OFFSET 1 1 - --- 2023-11-09 Song Shuai Mainlined
[v2,1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered [v2,1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered - 2 - --- 2023-11-06 Doug Anderson Mainlined
[next] bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds warnings [next] bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds warnings - 1 - --- 2023-11-06 Gustavo A. R. Silva Mainlined
[next] bcachefs: Fix multiple -Warray-bounds warnings [next] bcachefs: Fix multiple -Warray-bounds warnings - - - --- 2023-11-06 Gustavo A. R. Silva Mainlined
pstore: ram_core: fix possible overflow in persistent_ram_init_ecc() pstore: ram_core: fix possible overflow in persistent_ram_init_ecc() - - - --- 2023-11-05 Sergey Shtylyov Mainlined
gcc-plugins: randstruct: Only warn about true flexible arrays gcc-plugins: randstruct: Only warn about true flexible arrays 1 1 - --- 2023-11-04 Kees Cook Mainlined
[1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered [1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered - 2 - --- 2023-11-03 Doug Anderson Mainlined
[v7,10/10] MAINTAINERS: add myself as Marvell PXA1908 maintainer Initial Marvell PXA1908 support - - - --- 2023-11-02 Duje Mihanović Handled Elsewhere
[v7,09/10] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte Initial Marvell PXA1908 support - - - --- 2023-11-02 Duje Mihanović Handled Elsewhere
[v7,08/10] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform Initial Marvell PXA1908 support - - - --- 2023-11-02 Duje Mihanović Handled Elsewhere
[v7,07/10] dt-bindings: marvell: Document PXA1908 SoC Initial Marvell PXA1908 support - 1 - --- 2023-11-02 Duje Mihanović Handled Elsewhere
[v7,06/10] ASoC: pxa: Suppress SSPA on ARM64 Initial Marvell PXA1908 support - - - --- 2023-11-02 Duje Mihanović Handled Elsewhere
[v7,05/10] clk: mmp: Add Marvell PXA1908 clock driver Initial Marvell PXA1908 support - - - --- 2023-11-02 Duje Mihanović Handled Elsewhere
[v7,04/10] dt-bindings: clock: Add Marvell PXA1908 clock bindings Initial Marvell PXA1908 support - 1 - --- 2023-11-02 Duje Mihanović In Next
[v7,03/10] pinctrl: single: add marvell,pxa1908-padconf compatible Initial Marvell PXA1908 support - - - --- 2023-11-02 Duje Mihanović In Next
[v7,02/10] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible Initial Marvell PXA1908 support - 1 - --- 2023-11-02 Duje Mihanović Handled Elsewhere
[v7,01/10] clk: mmp: Switch to use struct u32_fract instead of custom one Initial Marvell PXA1908 support - 1 1 --- 2023-11-02 Duje Mihanović In Next
[V2] usb: musb: Check requset->buf before use to avoid crash issue [V2] usb: musb: Check requset->buf before use to avoid crash issue - - - --- 2023-11-01 Xingxing Luo Handled Elsewhere
riscv: Support RANDOMIZE_KSTACK_OFFSET riscv: Support RANDOMIZE_KSTACK_OFFSET 1 2 - --- 2023-11-01 Song Shuai Superseded
scsi: libfc: replace deprecated strncpy with memcpy scsi: libfc: replace deprecated strncpy with memcpy - - - --- 2023-10-30 Justin Stitt Changes Requested
scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy - - - --- 2023-10-30 Justin Stitt Changes Requested
« 1 2 ... 16 17 1849 50 »