messages from 2026-01-12 16:10:49 to 2026-01-12 17:27:37 UTC [more...]
[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-12 17:27 UTC (3+ messages)
` [PATCH v8 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v8 02/14] kasan: arm64: x86: Make special tags arch specific
[PATCH 00/27] clk: remove deprecated API divider_round_rate() and friends
2026-01-12 17:27 UTC (4+ messages)
` [PATCH 17/27] clk: sophgo: sg2042-clkgen: convert from divider_round_rate() to divider_determine_rate()
[PATCH] x86/boot: Replace simple_strtoull in parse_gb_huge_pages
2026-01-12 17:26 UTC
[PATCH RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
2026-01-12 17:26 UTC (4+ messages)
[PATCH v7 0/7] platform/x86: lenovo-wmi-{capdata,other}: Add HWMON for fan speed
2026-01-12 17:25 UTC (3+ messages)
` [PATCH v7 5/7] platform/x86: lenovo-wmi-capdata: Add support for Fan Test Data
[PATCH] of: property: fw_devlink: Add support for "mmc-pwrseq"
2026-01-12 17:24 UTC (4+ messages)
[syzbot] [mm?] [cgroups?] kernel BUG in swap_cgroup_record (2)
2026-01-12 17:23 UTC
[PATCH v3 0/4] Add CANFD support to R9A09G056/057/077/087 SoCs
2026-01-12 17:22 UTC (6+ messages)
` [PATCH v3 3/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/T2H and RZ/N2H SoCs
[PATCH] PCI: amd-mdb: fix incorrect IRQ number in INTx error message
2026-01-12 17:21 UTC (2+ messages)
[RFC PATCH 0/5] net: make config options NF_LOG_{ARP,IPV4,IPV6} transitional
2026-01-12 17:13 UTC (2+ messages)
[PATCH v2 00/23] mm: BPF OOM
2026-01-12 17:20 UTC (4+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2026-01-12 17:19 UTC (17+ messages)
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-12 17:18 UTC (4+ messages)
[PATCH v12 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
2026-01-12 17:15 UTC (4+ messages)
[PATCH] irqchip/gic-v3-its: Don't acquire rt_spin_lock in allocate_vpe_l1_table()
2026-01-12 17:14 UTC (9+ messages)
[PATCH RFC] ima: Fallback to a ctime guard without i_version updates
2026-01-12 17:14 UTC (7+ messages)
[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-01-12 17:13 UTC (49+ messages)
` [PATCH v3 01/47] arm_mpam: Remove duplicate linux/srcu.h header
` [PATCH v3 02/47] arm_mpam: Use non-atomic bitops when modifying feature bitmap
` [PATCH v3 03/47] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v3 04/47] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v3 05/47] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v3 06/47] arm64: mpam: Context switch the MPAM registers
` [PATCH v3 07/47] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v3 08/47] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v3 09/47] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v3 10/47] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v3 11/47] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v3 12/47] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v3 13/47] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v3 14/47] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v3 15/47] arm_mpam: resctrl: Sort the order of the domain lists
` [PATCH v3 16/47] arm_mpam: resctrl: Pick the caches we will use as resctrl resources
` [PATCH v3 17/47] arm_mpam: resctrl: Implement resctrl_arch_reset_all_ctrls()
` [PATCH v3 18/47] arm_mpam: resctrl: Add resctrl_arch_get_config()
` [PATCH v3 19/47] arm_mpam: resctrl: Implement helpers to update configuration
` [PATCH v3 20/47] arm_mpam: resctrl: Add plumbing against arm64 task and cpu hooks
` [PATCH v3 21/47] arm_mpam: resctrl: Add CDP emulation
` [PATCH v3 22/47] arm_mpam: resctrl: Convert to/from MPAMs fixed-point formats
` [PATCH v3 23/47] arm_mpam: resctrl: Add kunit test for control format conversions
` [PATCH v3 24/47] arm_mpam: resctrl: Add rmid index helpers
` [PATCH v3 25/47] arm_mpam: resctrl: Add kunit test for rmid idx conversions
` [PATCH v3 26/47] arm_mpam: resctrl: Wait for cacheinfo to be ready
` [PATCH v3 27/47] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v3 28/47] arm_mpam: resctrl: Add support for csu counters
` [PATCH v3 29/47] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v3 30/47] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v3 31/47] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v3 32/47] arm_mpam: resctrl: Add kunit test for ABMC/CDP interactions
` [PATCH v3 33/47] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v3 34/47] arm_mpam: resctrl: Allow resctrl to allocate monitors
` [PATCH v3 35/47] arm_mpam: resctrl: Add resctrl_arch_rmid_read() and resctrl_arch_reset_rmid()
` [PATCH v3 36/47] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v3 37/47] arm_mpam: resctrl: Update the rmid reallocation limit
` [PATCH v3 38/47] arm_mpam: resctrl: Add empty definitions for assorted resctrl functions
` [PATCH v3 39/47] arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
` [PATCH v3 40/47] arm_mpam: resctrl: Call resctrl_init() on platforms that can support resctrl
` [PATCH v3 41/47] arm_mpam: Generate a configuration for min controls
` [PATCH v3 42/47] arm_mpam: resctrl: Add kunit test for mbw min control generation
` [PATCH v3 43/47] arm_mpam: Add quirk framework
` [PATCH v3 44/47] arm_mpam: Add workaround for T241-MPAM-1
` [PATCH v3 45/47] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v3 46/47] arm_mpam: Add workaround for T241-MPAM-6
` [PATCH v3 47/47] arm_mpam: Quirk CMN-650's CSU NRDY behaviour
[PATCH] PCI/P2PDMA: Reset page reference count when page mapping fails
2026-01-12 17:13 UTC (2+ messages)
[PATCH v3 01/12] rust: pin-init: internal: remove proc-macro[2] and quote workarounds
2026-01-12 17:07 UTC (12+ messages)
` [PATCH v3 02/12] rust: macros: use `quote!` from vendored crate
` [PATCH v3 03/12] rust: macros: convert `#[vtable]` macro to use `syn`
` [PATCH v3 04/12] rust: macros: use `syn` to parse `module!` macro
` [PATCH v3 05/12] rust: macros: use `quote!` for "
` [PATCH v3 06/12] rust: macros: convert `#[export]` to use `syn`
` [PATCH v3 07/12] rust: macros: convert `concat_idents!` "
` [PATCH v3 08/12] rust: macros: convert `#[kunit_tests]` macro "
` [PATCH v3 09/12] rust: macros: allow arbitrary types to be used in `module!` macro
` [PATCH v3 10/12] rust: macros: rearrange `#[doc(hidden)]` "
` [PATCH v3 11/12] rust: kunit: use `pin_init::zeroed` instead of custom null value
` [PATCH v3 12/12] rust: macros: support `#[cfg]` properly in `#[vtable]` macro
[PATCH 0/3] imu: st_lsm6dsx: Add support for rotation sensor
2026-01-12 17:10 UTC (4+ messages)
` [PATCH 1/3] iio: imu: st_lsm6dsx: set buffer sampling frequency for accelerometer only
[PATCH v4 0/9] spi: add multi-lane support
2026-01-12 17:10 UTC (7+ messages)
` [PATCH v4 3/9] spi: support controllers with multiple data lanes
` [PATCH v4 4/9] spi: add multi_lane_mode field to struct spi_transfer
[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
2026-01-12 17:09 UTC (8+ messages)
[PATCH v2] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
2026-01-12 17:06 UTC (4+ messages)
[REGRESSION] 6.12: Workqueue lockups in inode_switch_wbs_work_fn (suspect commit 66c14dccd810)
2026-01-12 17:04 UTC (2+ messages)
[PATCH] drbd: Replace deprecated strcpy with strscpy
2026-01-12 17:04 UTC
[PATCH 0/4] dma-buf: add revoke mechanism to invalidate shared buffers
2026-01-12 17:04 UTC (9+ messages)
[PATCH 00/12] HID: Use pm_*ptr instead of #ifdef CONFIG_PM*
2026-01-12 17:03 UTC (4+ messages)
[PATCH v2] ACPI: PPTT: Dump PPTT table when error detected
2026-01-12 17:02 UTC (2+ messages)
[PATCH bpf v2] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
2026-01-12 17:01 UTC (2+ messages)
[PATCH 1/1] PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device
2026-01-12 17:01 UTC (5+ messages)
[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-12 16:54 UTC (7+ messages)
[PATCH 12/12] HID: surface: Use pm_ptr_sleep instead of #ifdef CONFIG_PM_SLEEP
2026-01-12 17:00 UTC (2+ messages)
[PATCH] alloc_tag: remove sysctl prefix from mem_profiling boot parameter
2026-01-12 17:00 UTC (4+ messages)
Follow-up on Linux-kernel code accessibility
2026-01-12 16:57 UTC (11+ messages)
[PATCH net-next 06/12] dpll: Support dynamic pin index allocation
2026-01-12 16:56 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH net-next 00/12] dpll: Core improvements and ice E825-C SyncE support
2026-01-12 16:55 UTC (15+ messages)
` [PATCH net-next 01/12] dt-bindings: dpll: add common dpll-pin-consumer schema
` [Intel-wired-lan] "
` [PATCH net-next 03/12] dpll: Add helpers to find DPLL pin fwnode
[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-01-12 16:56 UTC (4+ messages)
` [RFC v1 5/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
2026-01-12 16:55 UTC (9+ messages)
` [PATCH bpf-next v1 04/10] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 05/10] selftests/bpf: Add tests "
[PATCH 0/6] mailbox: pcc: Refactor and improve initialisation and interrupt handling
2026-01-12 16:55 UTC (3+ messages)
[PATCH v4] tools: jobserver: Prevent deadlock caused by incorrect jobserver configuration and enhance error reporting
2026-01-12 16:52 UTC (5+ messages)
[PATCH] perf/core: Fix slow perf_event_task_exit() with LBR callstacks
2026-01-12 16:51 UTC
[PATCH] iommu: amd: Fix uninitialized dev_data on probe failure
2026-01-12 16:51 UTC (2+ messages)
[PATCH v2] i2c: riic: Move suspend handling to NOIRQ phase
2026-01-12 16:51 UTC (3+ messages)
[PATCH v1 0/2] Add procfs based memory and network tool events
2026-01-12 16:50 UTC (2+ messages)
[PATCH v4 0/7] Enable THP support in drm_pagemap
2026-01-12 16:50 UTC (8+ messages)
` [PATCH v4 1/7] mm/zone_device: Add order argument to folio_free callback
[PATCH v2] RDMA/rxe: Fix double free in rxe_srq_from_init
2026-01-12 16:49 UTC (2+ messages)
[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
2026-01-12 16:48 UTC (7+ messages)
` [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced
[PATCH] HID: sony: add support for bluetooth Rock Band 4 PS4 guitars
2026-01-12 16:46 UTC (2+ messages)
[PATCH BUNDLE] famfs: Fabric-Attached Memory File System
2026-01-12 16:46 UTC (5+ messages)
` [PATCH V3 00/21] famfs: port into fuse
` [PATCH V3 10/21] famfs_fuse: Kconfig
[PATCH v2 00/45] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-01-12 16:45 UTC (4+ messages)
` [PATCH v2 25/45] arm_mpam: resctrl: Add support for 'MB' resource
[PATCH] media: dt-bindings: media: renesas,fcp: Allow three clocks for RZ/V2N SoC
2026-01-12 16:44 UTC (3+ messages)
[PATCH] module: Remove duplicate freeing of lockdep classes
2026-01-12 16:43 UTC (2+ messages)
[PATCH v4 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-01-12 16:43 UTC (11+ messages)
` [PATCH v4 1/9] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v4 2/9] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v4 3/9] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v4 4/9] dt-bindings: serial: Document the graph port
` [PATCH v4 5/9] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v4 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
` [PATCH v4 7/9] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v4 8/9] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
` [PATCH v4 9/9] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-01-12 16:41 UTC (9+ messages)
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
[PATCH] arm64: dts: qcom: sm8750: Enable download mode register write
2026-01-12 16:42 UTC (2+ messages)
[BUG] x86: 32-bit uprobes are broken
2026-01-12 16:40 UTC (3+ messages)
` [PATCH] x86/uprobes: Fix XOL allocation failure for 32-bit tasks
[PATCH] Bluetooth: Perform careful capability checks in hci_sock_bind()
2026-01-12 16:39 UTC (2+ messages)
[PATCH] doc: Update residual 1Hz handling description
2026-01-12 16:39 UTC
arch/x86/coco/sev/core.c:2838:12-13: WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line 2837) (fwd)
2026-01-12 16:38 UTC (3+ messages)
` [PATCH] x86/sev: Use kfree_sensitive() when freeing a SNP message descriptor
[PATCH v2 2/2] leds: ltc3220: Add Support for LTC3220 18 channel LED Driver
2026-01-12 16:38 UTC (2+ messages)
[PATCH] sched/rt: fix incorrect schedstats for rt thread
2026-01-12 16:38 UTC (3+ messages)
[PATCH v2 1/6] uaccess: Add copy_from_user_nul helper
2026-01-12 16:37 UTC (6+ messages)
[syzbot] [mm?] [cgroups?] kernel BUG in swap_cgroup_record (2)
2026-01-12 16:36 UTC (2+ messages)
` Forwarded: [PATCH] mm, swap: fix cgroup V1 leak after removal of swap cache bypass
[PATCH 1/3] hwmon: spd5118: Do not fail resume on temporary I2C errors
2026-01-12 16:36 UTC (6+ messages)
` [PATCH 2/3] hwmon: spd5118: Retry temperature reads after "
[PATCH] comedi: dmm32at: serialize use of paged registers
2026-01-12 16:28 UTC
[PATCH 0/6] CXL: Introduce memory controller abstraction and sysram controller
2026-01-12 16:35 UTC (7+ messages)
` [PATCH 1/6] drivers/cxl: add cxl_memctrl_mode and region->memctrl
` [PATCH 2/6] cxl: add sysram_region memory controller
` [PATCH 3/6] cxl/core/region: move pmem memctrl logic into memctrl/pmem_region
` [PATCH 4/6] cxl: add CONFIG_CXL_REGION_CTRL_AUTO_* build config options
` [PATCH 5/6] cxl: add CXL_REGION_SYSRAM_DEFAULT_* build options
` [PATCH 6/6] cxl/sysram: disallow onlining in ZONE_NORMAL if state is movable only
{standard input}:4155: Error: pcrel offset for branch to .LS000B too far (0x38)
2026-01-12 16:35 UTC (3+ messages)
[PATCH] ecryptfs: Annotate struct ecryptfs_message with __counted_by
2026-01-12 11:53 UTC
[PATCH v3 0/9] platform/wmi: Introduce marshalling support
2026-01-12 16:34 UTC (3+ messages)
` [PATCH v3 4/9] platform/wmi: Add kunit test for the string conversion code
[PATCH] mm/khugepaged: make khugepaged_collapse_control static
2026-01-12 16:33 UTC (3+ messages)
[PATCH 0/2] ASoC: codecs: aw88261: add dvdd-supply property
2026-01-12 16:32 UTC (7+ messages)
` [PATCH 2/2] ASoC: dt-bindings: document dvdd-supply property for awinic,aw88261
[PATCH v3 0/6] ADF41513/ADF41510 PLL frequency synthesizers
2026-01-12 16:32 UTC (5+ messages)
` [PATCH v3 1/6] dt-bindings: iio: frequency: add adf41513
[PATCH v3 0/2] arm64: dts: Initial support for LG1215 TV SoC
2026-01-12 16:31 UTC (5+ messages)
` [PATCH 1/2 v3] dt-bindings: arm: lg: Add compatible for LG1215 SoC and reference board
[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-01-12 16:29 UTC (7+ messages)
` [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
[PATCH] MAINTAINERS: Update for the doc subsystem
2026-01-12 16:29 UTC (2+ messages)
[PATCH TRIVIAL] CREDITS: add whitespace before opening parentheses
2026-01-12 16:28 UTC (2+ messages)
[PATCH] Input: serio - complete sizeof(*pointer) conversions
2026-01-12 16:27 UTC
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-01-12 16:26 UTC (3+ messages)
` [PATCH v2 12/27] rust: of: add __rust_helper to helpers
[PATCH] i2c: Add FTDI FT4222H USB I2C adapter
2026-01-12 16:26 UTC (3+ messages)
[PATCH v6] panic: add panic_force_cpu= parameter to redirect panic to a specific CPU
2026-01-12 16:24 UTC (2+ messages)
[PATCH net-next v9 0/5] net: devmem: improve cpu cost of RX token management
2026-01-12 16:24 UTC (4+ messages)
` [PATCH net-next v9 3/5] net: devmem: implement autorelease "
[PATCH v3 0/2] rust: add new workqueue functions
2026-01-12 16:22 UTC (8+ messages)
` [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq
[PATCH v4 00/19] ublk: add support for integrity data
2026-01-12 16:22 UTC (2+ messages)
[PATCH] fat: avoid parent link count underflow in rmdir
2026-01-12 16:20 UTC (3+ messages)
[PATCH v3 RESEND] rust: cpumask: rename methods of Cpumask for clarity and consistency
2026-01-12 16:20 UTC (2+ messages)
[PATCH] mm/khugepaged: make khugepaged_collapse_control static
2026-01-12 16:18 UTC
[RFC PATCH 0/2] mm: improve folio refcount scalability
2026-01-12 16:17 UTC (5+ messages)
[PATCH] gpio: remove the gpio-tn48m driver
2026-01-12 16:16 UTC (4+ messages)
[syzbot] [exfat?] WARNING in msdos_rmdir
2026-01-12 16:15 UTC (2+ messages)
[PATCH] perf: fix segfault in `lock contention -b`
2026-01-12 16:15 UTC (3+ messages)
[PATCH v1 0/7] i2c: busses: Introduce and use HZ_PER_GHZ
2026-01-12 16:15 UTC (2+ messages)
[PATCH v11] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
2026-01-12 16:14 UTC
[PATCH v2 00/15] `syn` rewrite of pin-init
2026-01-12 16:14 UTC (3+ messages)
` [PATCH v2 04/15] rust: pin-init: internal: add utility API for syn error handling
[PATCH 00/11] bus: add stm32 debug bus and coresight support for stm32mp1x platforms
2026-01-12 16:10 UTC (5+ messages)
` [PATCH 02/11] dt-bindings: pinctrl: document access-controllers property for stm32 HDP
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