messages from 2024-06-24 06:01:59 to 2024-07-11 02:36:01 UTC [more...]
[PATCH] ext4: Use memtostr_pad() for s_volume_name
2024-07-11 2:35 UTC (2+ messages)
[PATCH] efi: Replace efi_memory_attributes_table_t 0-sized array with flexible array
2024-07-10 23:34 UTC (3+ messages)
[PATCH] fs/affs: struct affs_head: Replace 1-element array with flexible array
2024-07-10 23:26 UTC (2+ messages)
[PATCH] fs/affs: struct affs_data_head: Replace 1-element array with flexible array
2024-07-10 23:25 UTC (2+ messages)
[PATCH] fs/affs: struct slink_front: Replace 1-element array with flexible array
2024-07-10 23:23 UTC (2+ messages)
[PATCH] virt: vbox: struct vmmdev_hgcm_pagelist: Replace 1-element array with flexible array
2024-07-10 23:21 UTC (2+ messages)
[PATCH 0/2] media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt
2024-07-10 23:17 UTC (5+ messages)
` [PATCH 1/2] media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Replace 1-element array with flexible array
` [PATCH 2/2] media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Add __counted_by annotation
[PATCH v4] x86/traps: Enable UBSAN traps on x86
2024-07-10 20:32 UTC
[PATCH net-next v2] netdevice: define and allocate &net_device _properly_
2024-07-10 17:04 UTC (10+ messages)
[PATCH net-next v3] netdevice: define and allocate &net_device _properly_
2024-07-10 16:29 UTC (4+ messages)
[PATCH AUTOSEL 6.1 07/29] efi: pstore: Return proper errors on UEFI failures
2024-07-10 9:59 UTC (2+ messages)
[RFC][PATCH 0/4] slab: Allow for type introspection during allocation
2024-07-10 4:42 UTC (16+ messages)
` [RFC][PATCH 1/4] compiler_types: Add integral/pointer type helper macros
` [RFC][PATCH 2/4] slab: Detect negative size values and saturate
` [RFC][PATCH 3/4] slab: Allow for type introspection during allocation
` [RFC][PATCH 4/4] pstore: Replace classic kmalloc code pattern with typed argument
[PATCH] mm/kmemleak: Replace strncpy() with strscpy()
2024-07-10 0:13 UTC
[PATCH] kunit: executor: Simplify string allocation handling
2024-07-10 0:02 UTC
[PATCH] x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
2024-07-09 18:37 UTC (4+ messages)
[PATCH] usb: gadget: Use u16 types for 16-bit fields
2024-07-09 15:49 UTC
[PATCH 6.1 042/102] cdrom: rearrange last_media_change check to avoid unintentional overflow
2024-07-09 11:10 UTC
[PATCH 6.9 078/197] cdrom: rearrange last_media_change check to avoid unintentional overflow
2024-07-09 11:08 UTC
[PATCH 6.6 056/139] cdrom: rearrange last_media_change check to avoid unintentional overflow
2024-07-09 11:09 UTC
[PATCH] Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()" for linux-6.6.37
2024-07-09 10:03 UTC (9+ messages)
[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
2024-07-08 1:56 UTC (29+ messages)
` [PATCH v3 01/10] x86/topology: Introduce topology_logical_core_id()
` [PATCH v3 02/10] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
` [PATCH v3 05/10] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH v3 06/10] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH v3 07/10] perf/x86/rapl: Add an argument to the cleanup and init functions
` [PATCH v3 08/10] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v3 09/10] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v3 10/10] perf/x86/rapl: Add per-core energy counter support for AMD CPUs
[PATCH v6] arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash
2024-07-07 20:31 UTC
[PROBLEM linux-next] include/linux/fortify-string.h:580:25: error: call to ‘__read_overflow2_field’ declared with attribute warning: detected read beyond size of field
2024-07-07 15:22 UTC (2+ messages)
[PATCH] interconnect: qcom: Fix DT backwards compatibility for QoS
2024-07-06 12:31 UTC (3+ messages)
[PATCH v2 0/2] USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by
2024-07-05 12:04 UTC (2+ messages)
moved Wiki to github!
2024-07-04 23:36 UTC
[PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering
2024-07-04 13:10 UTC (6+ messages)
[PATCH v2] printk: Add a short description string to kmsg_dump()
2024-07-03 16:40 UTC (7+ messages)
[PATCH 5.15 283/356] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-07-03 10:40 UTC
[RFC PATCH v2] ptp: Add vDSO-style vmclock support
2024-07-03 8:00 UTC (4+ messages)
[PATCH] gcc-plugins: Remove duplicate included header file stringpool.h
2024-07-02 21:17 UTC (2+ messages)
[PATCH] randomize_kstack: Improve stack alignment codegen
2024-07-02 21:16 UTC
[PATCH v6 0/6] slab: Introduce dedicated bucket allocator
2024-07-02 20:12 UTC (11+ messages)
` [PATCH v6 1/6] mm/slab: Introduce kmem_buckets typedef
` [PATCH v6 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v6 3/6] mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument
` [PATCH v6 4/6] mm/slab: Introduce kmem_buckets_create() and family
` [PATCH v6 5/6] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH v6 6/6] mm/util: Use dedicated slab buckets for memdup_user()
[PATCH v5 0/4] Add support for QoS configuration
2024-07-02 18:01 UTC (8+ messages)
` [PATCH v5 2/4] interconnect: qcom: sc7280: enable "
` [PATCH v5 4/4] arm64: dts: qcom: sc7280: Add clocks for QOS configuration
` (subset) [PATCH v5 0/4] Add support for QoS configuration
[PATCH 6.1 036/128] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-07-02 17:03 UTC
[PATCH 6.6 051/163] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-07-02 17:02 UTC (2+ messages)
` [PATCH 6.6 052/163] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
[PATCH 6.9 065/222] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
2024-07-02 17:01 UTC (2+ messages)
` [PATCH 6.9 066/222] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU
2024-07-02 16:18 UTC (6+ messages)
[PATCH] kunit/usercopy: Add missing MODULE_DESCRIPTION()
2024-07-02 4:09 UTC (2+ messages)
[PATCH] x86/hpet: Read HPET directly if panic in progress
2024-07-01 11:09 UTC (4+ messages)
[PATCH v5 0/3] Add sy7802 flash led driver
2024-06-29 13:44 UTC (6+ messages)
` [PATCH v5 1/3] dt-bindings: leds: Add Silergy SY7802 flash LED
` [PATCH v5 2/3] leds: sy7802: Add support for Silergy SY7802 flash LED controller
` [PATCH v5 3/3] arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash
` (subset) [PATCH v5 0/3] Add sy7802 flash led driver
[PATCH v3] x86/traps: Enable UBSAN traps on x86
2024-06-28 18:04 UTC (5+ messages)
[PATCH v5 0/6] slab: Introduce dedicated bucket allocator
2024-06-28 16:53 UTC (12+ messages)
` [PATCH v5 4/6] mm/slab: Introduce kmem_buckets_create() and family
[PATCH] printk: Add a short description string to kmsg_dump()
2024-06-28 16:42 UTC (6+ messages)
[PATCH] tty: mxser: Remove __counted_by from mxser_board.ports[]
2024-06-28 15:58 UTC (5+ messages)
[PROBLEM] randconfig: ./include/linux/fortify-string.h:122:33: error: ‘__builtin_strcpy’ source argument is the same as destination [-Werror=restrict]
2024-06-27 20:28 UTC (3+ messages)
[PATCH v3 0/2] usercopy: Convert test_user_copy to KUnit test
2024-06-27 19:51 UTC (4+ messages)
` [PATCH v3 1/2] kunit: test: Add vm_mmap() allocation resource manager
[PATCH v2 0/2] exec: Avoid pathological argc, envc, and bprm->p values
2024-06-27 19:49 UTC (3+ messages)
[PATCH v4 00/12] Introduce STM32 DMA3 support
2024-06-27 14:22 UTC (3+ messages)
` [PATCH v4 12/12] arm64: dts: st: add HPDMA nodes on stm32mp251
[PATCH 0/3] parport: Cleanup some pre-devmodel code
2024-06-27 11:34 UTC (3+ messages)
[PATCH v2] mfd: omap-usb-tll: use struct_size to allocate tll
2024-06-27 7:14 UTC (2+ messages)
` (subset) "
[PATCH 0/2] mfd: omap-usb-tll: annotate struct usbtll_omap with __counted_by
2024-06-26 19:03 UTC (9+ messages)
` [PATCH 1/2] "
` (subset) "
` [PATCH 2/2] mfd: omap-usb-tll: use struct_size to allocate tll
[PATCH] nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]
2024-06-26 17:23 UTC (4+ messages)
[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
2024-06-25 23:08 UTC (7+ messages)
[PATCH v2] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
2024-06-25 23:07 UTC
[PATCH] powerpc/pseries: Whitelist dtl slub object for copying to userspace
2024-06-24 12:30 UTC (2+ messages)
[PATCH v4 0/3] Add sy7802 flash led driver
2024-06-24 11:14 UTC (5+ messages)
` [PATCH v4 2/3] leds: sy7802: Add support for Silergy SY7802 flash LED controller
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox