[PATCH] tpm: crb: handle ACPI NVS memory region overlap
2026-08-27 3:55 UTC
[PATCH 0/3] selftests: Skip SUD tests when unsupported
2026-08-26 22:01 UTC (7+ messages)
` [PATCH 1/3] selftests/ptrace: Skip get_set_sud if SUD is unsupported
` [PATCH 2/3] selftests/syscall_user_dispatch: Skip tests "
` [PATCH 3/3] selftests/syscall_user_dispatch: Skip benchmark "
[PATCH 0/2] Add __counted_by_ptr attribute to struct uid_gid_map
2026-08-26 22:00 UTC (8+ messages)
` [PATCH 2/2] userns: Add KUnit test suite for uid_gid_map
` [PATCH v4 1/2] userns: Add __counted_by_ptr attribute to struct uid_gid_map
` [PATCH v4 2/2] userns: Add KUnit test suite for uid_gid_map
[PATCH v7 00/11] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
2026-08-26 21:59 UTC (5+ messages)
` [PATCH v7 07/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Move wkup reserved memory
[PATCH v4 0/4] PM: QoS/pmdomains: support resume latencies for system-wide PM
2026-08-26 21:59 UTC (4+ messages)
` [PATCH v4 3/4] pmdomain: core: add genpd_for_each_child() helper
[PATCH] mm: workingset: judge cross-memcg refaults by generation age
2026-08-26 21:58 UTC (2+ messages)
[GIT PULL] rv: Fixes for 7.3
2026-08-26 21:56 UTC (2+ messages)
[PATCH] mm: memcg: use ratelimited stats flush in obj_cgroup_may_zswap()
2026-08-26 21:55 UTC (10+ messages)
[syzbot] [gfs2?] general protection fault in _find_first_zero_bit
2026-08-26 21:55 UTC
[PATCH v2 0/2] KVM: VMX: Explicitly track TDX VMs' root level
2026-08-26 21:52 UTC (3+ messages)
` [PATCH v2 1/2] KVM: VMX: Explicitly track TDX VMs' root level instead of guessing it from CPUID
` [PATCH v2 2/2] KVM: VMX: Drop TDX_SHARED_BIT_PWL_{4,5} and dedup related code
[PATCH] mm/slab: reject unsupported kmalloc sizes
2026-08-26 21:52 UTC (4+ messages)
[PATCH] tracing/user_events: Clear copied tracing state before fork duplication
2026-08-26 21:48 UTC (3+ messages)
[PATCH v2] docs: cgroup: document empty-write behavior of memory limit knobs
2026-08-26 21:45 UTC (3+ messages)
[RESEND PATCH 0/5] platform/x86: bitland-mifs-wmi: MIFS v2 firmware support (Xiaomi Book Pro 14 2026)
2026-08-26 21:45 UTC (2+ messages)
[PATCH v2] tracing/user_events: Clear copied tracing state before fork duplication
2026-08-26 21:44 UTC
[PATCH 0/6] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
2026-08-26 21:43 UTC (4+ messages)
` [PATCH 3/6] mm/mglru: enhance cold/hot inversion handling in inc_min_seq()
[PATCH v9 00/18] spi: cadence-quadspi: add PHY tuning support
2026-08-26 21:43 UTC (3+ messages)
` [PATCH v9 08/18] "
[PATCH v4 00/11] rust: xarray: add entry API with preloading
2026-08-26 21:43 UTC (5+ messages)
` [PATCH v4 01/11] rust: xarray: minor formatting fixes
` [PATCH v4 02/11] rust: xarray: add debug format for `StoreError`
[PATCH v4 0/3] minix: convert to iomap
2026-08-26 21:41 UTC (4+ messages)
` [PATCH v4 1/3] iomap: add iomap_symlink_write
` [PATCH v4 2/3] minix: add iomap functions and definitions
` [PATCH v4 3/3] minix: finish wiring in iomap functions
[PATCH] drm/i915: Fix memory leak in query_perf_config_list()
2026-08-26 21:41 UTC (2+ messages)
[GIT PULL] More thermal control updates for 7.3-rc1
2026-08-26 21:40 UTC (2+ messages)
[GIT PULL] More power management updates for 7.3-rc1
2026-08-26 21:40 UTC (2+ messages)
[GIT PULL] More ACPI support updates for 7.3-rc1
2026-08-26 21:40 UTC (2+ messages)
[PATCH 0/5] f2fs: prepare metadata layouts for runtime block sizes
2026-08-26 21:39 UTC (6+ messages)
` [PATCH 1/5] f2fs: avoid underflow when counting free NIDs
` [PATCH 2/5] f2fs: describe SIT block layout dynamically
` [PATCH 3/5] f2fs: describe orphan "
` [PATCH 4/5] f2fs: describe dentry "
` [PATCH 5/5] f2fs: describe inode node "
[PATCH v3 1/2] platform/x86: uniwill-laptop: Fix brightness notify for 3 level keyboards
2026-08-26 21:37 UTC (2+ messages)
[PATCH] perf ftrace latency: Do not read trace files when BPF is used
2026-08-26 21:36 UTC (2+ messages)
[PATCH v10 00/21] KVM: x86: Cleaning up the KVM clock mess, part 1
2026-08-26 21:33 UTC (22+ messages)
` [PATCH v10 01/21] KVM: x86: Update "last guest TSC" snapshot prior to enabling IRQs/preemption
` [PATCH v10 02/21] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v10 03/21] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v10 04/21] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v10 05/21] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v10 06/21] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v10 07/21] KVM: x86: Drop unnecessary CPU pinning when computing/getting kvmclock
` [PATCH v10 08/21] KVM: x86: Move "no master clock" fallback from __get_kvmclock() to get_kvmclock()
` [PATCH v10 09/21] KVM: x86: Wrap all of __get_kvmclock_master_clock() with CONFIG_X86_64=y
` [PATCH v10 10/21] KVM: x86: Fall back to non-master-clock if clockread fails in get_kvmclock()
` [PATCH v10 11/21] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v10 12/21] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v10 13/21] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v10 14/21] KVM: x86: Disable preemption, not IRQs, when getting TSC+freq pair
` [PATCH v10 15/21] KVM: x86: Make master clock logic in guest PV clock updates 64-bit only
` [PATCH v10 16/21] KVM: x86: Upscale TSC to "now", not master clock when updating PV clocks
` [PATCH v10 17/21] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v10 18/21] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v10 19/21] KVM: x86: Use kernel timekeeping snapshots for getting kvmclock time since boot
` [PATCH v10 20/21] KVM: x86: Use kernel timekeeping snapshot for monotonic clock
` [PATCH v10 21/21] KVM: x86: Use kernel timekeeping snapshot to get walltime+TSC
[PATCH v2 1/2] accel/amdxdna: check the command chain payload before using it
2026-08-26 21:32 UTC
[PATCH 2/3] PCI: hv: unmap MSI interrupt on the nested root partition teardown path
2026-08-26 21:31 UTC (3+ messages)
` [EXTERNAL] "
[PATCH v2] iio: core: Replace BUG() with WARN_ON_ONCE() and error return
2026-08-26 21:31 UTC
[PATCH v11] platform/x86: bitland-mifs-wmi: Add new Bitland MIFS WMI driver
2026-08-26 21:28 UTC (2+ messages)
[BUG] Redmi Book Pro 16 2024 platform_profile write fails on Linux 7.1.7
2026-08-26 21:26 UTC (2+ messages)
[PATCH v2 2/2] drm/xe/ras: Enable SGUnit PCIe error reporting
2026-08-26 21:26 UTC (2+ messages)
Placement of ASUS Aura and platform/x86 ASUS files relocation
2026-08-26 21:24 UTC (4+ messages)
[PATCH v14 00/22] TDX KVM selftests
2026-08-26 21:22 UTC (4+ messages)
` [PATCH v14 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
[PATCH] power: supply: bq27xxx: synchronize work cancellation on suspend
2026-08-26 21:22 UTC
[PATCH 2/2] userns: Add KUnit test suite for uid_gid_map
2026-08-26 21:21 UTC (3+ messages)
` [PATCH v3 "
[GIT PULL] Hyper-V next for v7.3
2026-08-26 21:21 UTC
[PATCH] ima: select the SHA384 PCR bank for the boot aggregate
2026-08-26 21:20 UTC (2+ messages)
[PATCH] accel/amdxdna: Bound the page count of a user supplied buffer
2026-08-26 21:20 UTC
[PATCH] media: as102: bound firmware hex-line parsing by buffer and data sizes
2026-08-26 21:19 UTC
[PATCH 0/4] KVM: nSVM: Disallow bad L1 EFER for KVM_SET_NESTED_STATE
2026-08-26 21:18 UTC (5+ messages)
` [PATCH 1/4] KVM: nSVM: Reject KVM_SET_NESTED_STATE if L1 has EFER.LMA=1 && EFER.LME=0
` [PATCH 2/4] KVM: x86/mmu: Bug the VM if KVM attempts to walk more levels than the MMU has
` [PATCH 3/4] KVM: x86/mmu: Bug the VM if KVM calcs a CPU role with EFER.LMA=1 && CR4.PAE=0
` [PATCH 4/4] KVM: x86/mmu: Convert MMU walker's bounds check from BUG_ON() to KVM_BUG_ON()
[PATCH v6 00/16] Collection of fixes for Panfrost: Perfcnt, RPM, refactorings
2026-08-26 21:18 UTC (17+ messages)
` [PATCH v6 01/16] drm/panfrost: Move shrinker initialization and unplug one level down
` [PATCH v6 02/16] drm/panfrost: Move all DRM device initialisation into device_init()
` [PATCH v6 03/16] drm/panfrost: Move lock and modparam initialisations into their subsystems
` [PATCH v6 04/16] drm/panfrost: Move debugfs initialisation to relevant subsystems
` [PATCH v6 05/16] drm/panfrost: Skip NULL checks for clock enable/disabling
` [PATCH v6 06/16] drm/panfrost: Consolidate device clock management and reset
` [PATCH v6 07/16] drm/panfrost: Split subsystem init/reset from interrupt enablement
` [PATCH v6 08/16] drm/panfrost: Fix PM refcnt and autosuspend issues at device probe/remove
` [PATCH v6 09/16] drm/panfrost: Add warning messages to fatal error conditions
` [PATCH v6 10/16] drm/panfrost: Add debugfs knob for manually triggering a GPU reset
` [PATCH v6 11/16] drm/panfrost: Move perfcnt GPU disable sequence into a helper
` [PATCH v6 12/16] drm/panfrost: Skip cache flush/invalidate when enabling perfcnt
` [PATCH v6 13/16] drm/panfrost: Avoid cache flush after perfcnt sample in fully coherent systems
` [PATCH v6 14/16] drm/panfrost: Introduce a reset lock
` [PATCH v6 15/16] drm/panfrost: Fix races between perfcnt and reset sequence
` [PATCH v6 16/16] drm/panfrost: Bump driver minor to reflect new DUMP IOCTL req field
[PATCH v3] driver core: avoid klist_remove() on unattached knode_driver
2026-08-26 21:14 UTC (6+ messages)
` [PATCH v4] "
[PATCH 1/1] dt-bindings: hwmon: tmp102: move ti,tmp103 out of trivial-devices.yaml
2026-08-26 21:14 UTC
[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
2026-08-26 21:11 UTC (3+ messages)
` [PATCH v4 06/27] vfio/pci: Add CXL ops registration interface
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-08-26 21:04 UTC (13+ messages)
[PATCH v1] usb: typec: ucsi: displayport: Fix OOB altmode array index
2026-08-26 21:03 UTC (2+ messages)
[PATCH] MAINTAINERS: remove myself as THP co-maintainer
2026-08-26 21:02 UTC (2+ messages)
[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
2026-08-26 21:00 UTC (3+ messages)
[PATCH v3 0/2] ufs: rpmb: make RPMB usable with OP-TEE key derivation
2026-08-26 20:59 UTC (3+ messages)
` [PATCH v3 1/2] ufs: rpmb: retry power-on UNIT ATTENTION on the RPMB WLUN
[PATCH net v3 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
2026-08-26 20:57 UTC (10+ messages)
` [PATCH net v3 3/3] net: stmmac: document oversized AF_XDP frame handling
[GIT PULL] Please pull NFS client fixes for Linux 7.3
2026-08-26 20:57 UTC
[PATCH] block: Fix start and length check added to iov_iter_extract_bvecs()
2026-08-26 20:54 UTC (10+ messages)
` [PATCH v2] "
[PATCH v5 0/6] Merge redmi-wmi into bitland-mifs-wmi
2026-08-26 20:50 UTC (5+ messages)
` [PATCH v5 2/6] platform/x86: bitland-mifs-wmi: Merge the function of redmi-wmi into the bitland driver
` [PATCH v5 4/6] platform/x86: redmi-wmi: Drop redmi-wmi driver
[PATCH 2/2] PCI: quirks: Drop unassignable 32 GiB BAR 4 on Tenstorrent Blackhole
2026-08-26 20:49 UTC (4+ messages)
kismet: WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM when selected by ECONET
2026-08-26 20:47 UTC
[PATCH v4 00/18] iommu: Add live update state preservation
2026-08-26 20:46 UTC (9+ messages)
` [PATCH v4 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v4 08/18] iommu/vt-d: Clear unpreserved context entries during shutdown
[PATCH] drm/amd/display: fall back to software I2C on hardware engine failure
2026-08-26 20:44 UTC (3+ messages)
` [PATCH v2 1/2] drm/amd/display: skip receiver power control without AUX
` [PATCH v2 2/2] drm/amd/display: close DDC on I2C engine setup failure
[PATCH] HSI: hsi_char: Fix use-after-free on device removal
2026-08-26 20:43 UTC
[PATCH] selftests/mm: fix line buffer leak in mremap_test is_range_mapped()
2026-08-26 20:42 UTC (3+ messages)
[syzbot] [bpf?] general protection fault in btf_type_show
2026-08-26 20:37 UTC
[PATCH 2/3] arm64: dts: qcom: glymur: Add Asus Zenbook A14 (UX3407NA)
2026-08-26 20:34 UTC
[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
2026-08-26 20:31 UTC (14+ messages)
[RFC PATCH v1 17/30] sysctl: net: use sysctl_field in SCTP sysctls
2026-08-26 20:29 UTC (14+ messages)
` [RFC PATCH v1 19/30] sysctl: net: use sysctl_field in net core per-net sysctls
` [RFC PATCH v1 20/30] sysctl: net: use sysctl_field in SMC sysctls
` [RFC PATCH v1 21/30] sysctl: net: use sysctl_field in VRF sysctls
` [RFC PATCH v1 22/30] sysctl: net: use sysctl_field in RDS sysctls
` [RFC PATCH v1 23/30] sysctl: netfilter: use sysctl_field for per-net sysctls
` [RFC PATCH v1 24/30] sysctl: ipvs: "
` [RFC PATCH v1 25/30] sysctl: bridge: use sysctl_field for br_netfilter sysctls
` [RFC PATCH v1 26/30] sysctl: net: use sysctl_field for MPLS sysctls
` [RFC PATCH v1 27/30] sysctl: net: use sysctl_field in IPv4 devconf sysctls
` [RFC PATCH v1 28/30] sysctl: net: use sysctl_field in IPv6 "
` [RFC PATCH v1 29/30] sysctl: net: use sysctl_field in neighbour sysctls
` [RFC PATCH v1 30/30] sysctl: parport: use sysctl_field for dynamic sysctls
[RFC PATCH 0/1] vfio: circular locking dependency in pci_dev_reset_iommu_prepare()
2026-08-26 20:27 UTC (3+ messages)
[PATCH net-next 0/3] net: phy: mediatek: support EcoNet EN751221 gbit SoC PHY
2026-08-26 20:27 UTC (8+ messages)
` [PATCH net-next 3/3] "
[PATCH net] netlink: specs: fix the conntrack filter type
2026-08-26 20:24 UTC (5+ messages)
[PATCH net 0/6] net: stmmac: More selftest related fixes
2026-08-26 20:24 UTC (7+ messages)
` [PATCH net 1/6] net: stmmac: selftests: Check multiple MMC counters
` [PATCH net 5/6] net: stmmac: selftests: Account for the UC filter list for filtering tests
[PATCH v5 1/6] MAINTAINERS: Add maintainer entry of bitland-mifs-wmi driver
2026-08-26 20:23 UTC (2+ messages)
` MAINTAINERS: Add maintainer entry for "
[PATCH v3 00/12] f2fs: introduce metadata cache
2026-08-26 20:23 UTC (6+ messages)
` [PATCH v3 05/12] f2fs: cache: use meta cache
` [f2fs-dev] "
` [PATCH v3 09/12] f2fs: cache: use compress cache
` [f2fs-dev] "
[PATCH v2 net-next 0/3] net: phy: mediatek: support EcoNet EN751221 gbit SoC PHY
2026-08-26 20:21 UTC (4+ messages)
` [PATCH v2 net-next 1/3] net: phy: mediatek: move mtk_cal_cycle_wait to mtk-phy-lib
` [PATCH v2 net-next 2/3] net: phy: mediatek: bug fixes to airoha-ge-soc.c
` [PATCH v2 net-next 3/3] net: phy: mediatek: support EcoNet EN751221 gbit SoC PHY
[PATCH RFC net-next 0/3] net: hash uncached route lists by device
2026-08-26 20:20 UTC (4+ messages)
` [PATCH RFC net-next 1/3] ipv4: hash uncached routes "
` [PATCH RFC net-next 2/3] ipv6: "
` [PATCH RFC net-next 3/3] selftests: net: cover IPv6 uncached route device mismatch
[PATCH] net: pcs: enable autonegotiation for 10g-usxgmii
2026-08-26 20:19 UTC (4+ messages)
[PATCH v3 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
2026-08-26 20:19 UTC (3+ messages)
` [PATCH v3 2/5] dt-bindings: iommu: Add Broadcom BCM2712 IOMMU
[PATCH net v2] xfrm: hold net_device reference under RCU in bundle creation
2026-08-26 20:17 UTC
[PATCH 6.6.y+6.1.y 0/2] KVM: x86/mmu: Check write tracking in all address spaces
2026-08-26 20:16 UTC (3+ messages)
` [PATCH 6.6.y 1/2] "
` [PATCH 6.1.y 2/2] "
[PATCH 0/2] Harden DPFE driver against buggy/malicious DCPU
2026-08-26 20:14 UTC (3+ messages)
` [PATCH 1/2] memory: brcmstb_dpfe: Fix out-of-bounds access due to DCPU offset
` [PATCH 2/2] memory: brcmstb_dpfe: Bounds check DCPU-supplied MSG_ARG_COUNT
[PATCH v3 0/2] Enable DW9714V camera focus coil on SHIFT 6MQ
2026-08-26 20:13 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: dongwoon,dw9714: Document DW9714A and V variant
[PATCH bpf-next 0/5] bpf: Introduce LOADER_LOAD_FD
2026-08-26 20:09 UTC (3+ messages)
[PATCH net v4 0/2] net/mlx5e: Prevent stale XSK buffer release on refill retries
2026-08-26 20:08 UTC (3+ messages)
` [PATCH net v4 2/2] net/mlx5e: Prevent stale XSK buffer release on MPWQE refill retry
[RFC] clk: meson: t7: Intermittent boot instability and memory corruption on VIM4
2026-08-26 20:04 UTC (6+ messages)
[PATCH] accel/amdxdna: make the debug BO command wait interruptible
2026-08-26 20:04 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/2] Add larger page size support for USB audio offload path
2026-08-26 19:58 UTC (7+ messages)
[syzbot] [gfs2?] general protection fault in _find_first_zero_bit
2026-08-26 19:57 UTC (2+ messages)
` Forwarded: "
[PATCH v4 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
2026-08-26 19:56 UTC (5+ messages)
kismet: WARNING: unmet direct dependencies detected for SND_SOC_SDCA_HID when selected by SND_SOC_RT766_SDCA_SDW
2026-08-26 19:55 UTC
Re:
2026-08-26 19:51 UTC (4+ messages)
` [PATCH v2 0/2] Exynos850 GPU support
[PATCH v2] crypto: asymmetric_keys - bound PE section ranges in pefile_parse_binary
2026-08-26 19:50 UTC (3+ messages)
[PATCH RFC 0/3] pci_hp: fix surprise removal hang during safe removal
2026-08-26 19:48 UTC (2+ messages)
[PATCH 1/1] dt-bindings: trivial-devices: Add SDMC DM2016
2026-08-26 19:44 UTC
[PATCH v11 00/46] guest_memfd: In-place conversion support
2026-08-26 19:44 UTC (3+ messages)
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
[PATCH] ASoC: dapm: Fix off-by-one check on the second enum channel
2026-08-26 14:57 UTC (2+ messages)
[PATCH] ASoC: amd: acp-config: force SoundWire probe on HP OmniBook X Flip 16
2026-08-26 14:43 UTC (2+ messages)
[PATCH 1/2] ASoC: amd: acp-config: Add HVY-WXX9/M1060 DMI quirk
2026-08-26 14:01 UTC (2+ messages)
[PATCH] ASoC: soc-generic-dmaengine: Fix DMA channel request warning
2026-08-26 13:15 UTC (2+ messages)
[PATCH] ASoC: amd: yc: Add DMI entry for Alienware m18 R1 AMD
2026-08-25 13:44 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®