mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] pwm: mediatek: Remove unneeded semicolon
 2025-11-05 21:48 UTC 

[PATCH v1 3/3] spi: add support for microchip "soft" spi controller
 2025-11-04  8:19 UTC  (3+ messages)

[PATCH net-next v3 0/4] Add AST2600 RGMII delay into ftgmac100
 2025-11-04  8:19 UTC  (3+ messages)
` [PATCH net-next v3 1/4] dt-bindings: net: ftgmac100: Add delay properties for AST2600

[PATCH v1 1/1] base64: Unroll the tables initialisers
 2025-11-04  8:18 UTC  (3+ messages)

[PATCH v2 00/23] mm: BPF OOM
 2025-11-04  8:18 UTC  (7+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling

[tip: core/rseq] arm64: uaccess: Use unsafe wrappers for ASM GOTO
 2025-11-04  8:17 UTC 

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-11-04  8:17 UTC  (18+ messages)
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V5 04/12] powerpc/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 07/12] uaccess: Provide scoped user access regions
  ` [tip: core/rseq] "
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
  ` [tip: core/rseq] "
` [patch V5 10/12] futex: Convert to get/put_user_inline()
  ` [tip: core/rseq] "
` [patch V5 12/12] select: Convert to scoped user access
  ` [tip: core/rseq] "

[patch V5 11/12] x86/futex: Convert to scoped user access
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 01/31] rseq: Avoid pointless evaluation in __rseq_notify_resume()
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 02/31] rseq: Condense the inline stubs
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 03/31] rseq: Move algorithm comment to top
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 04/31] rseq: Remove the ksig argument from rseq_handle_notify_resume()
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 05/31] rseq: Simplify registration
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 06/31] rseq: Simplify the event notification
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 07/31] rseq, virt: Retrigger RSEQ after vcpu_run()
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 08/31] rseq: Avoid CPU/MM CID updates when no event pending
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 09/31] rseq: Introduce struct rseq_data
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 10/31] entry: Cleanup header
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] entry: Clean up header

[patch V6 11/31] entry: Remove syscall_enter_from_user_mode_prepare()
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 12/31] entry: Inline irqentry_enter/exit_from/to_user_mode()
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 13/31] sched: Move MM CID related functions to sched.h
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 14/31] rseq: Cache CPU ID and MM CID values
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 15/31] rseq: Record interrupt from user space
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 16/31] rseq: Provide tracepoint wrappers for inline code
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 17/31] rseq: Expose lightweight statistics in debugfs
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 18/31] rseq: Provide static branch for runtime debugging
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 19/31] rseq: Provide and use rseq_update_user_cs()
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 20/31] rseq: Replace the original debug implementation
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 21/31] rseq: Make exit debugging static branch based
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 22/31] rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 23/31] rseq: Provide and use rseq_set_ids()
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 24/31] rseq: Separate the signal delivery path
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 25/31] rseq: Rework the TIF_NOTIFY handler
 2025-11-04  8:17 UTC  (2+ messages)
` [tip: core/rseq] "

[PATCH v3 0/2] dt-bindings: soc: qcom: Add soc related bindings for Kaanapali
 2025-11-04  8:16 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: soc: qcom: Add qcom,kaanapali-imem compatible

[patch V6 26/31] rseq: Optimize event setting
 2025-11-04  8:16 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 27/31] rseq: Implement fast path for exit to user
 2025-11-04  8:16 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 28/31] rseq: Switch to fast path processing on exit to user
 2025-11-04  8:16 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 29/31] entry: Split up exit_to_user_mode_prepare()
 2025-11-04  8:16 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 30/31] rseq: Split up rseq_exit_to_user_mode()
 2025-11-04  8:16 UTC  (2+ messages)
` [tip: core/rseq] "

[patch V6 31/31] rseq: Switch to TIF_RSEQ if supported
 2025-11-04  8:16 UTC  (2+ messages)
` [tip: core/rseq] "

[tip:core/rseq 39/42] vmlinux.o: error: objtool: irqentry_exit+0x323: call to class_user_rw_access_destructor() with UACCESS enabled
 2025-11-04  8:16 UTC  (3+ messages)
` [tip: core/rseq] x86/ptrace: Always inline trivial accessors
` [tip: core/rseq] cleanup: Always inline everything

[PATCH] ext4: clear i_state_flags when alloc inode
 2025-11-04  8:12 UTC 

[PATCH v3 0/5] media: qcom: iris: encoder feature enhancements
 2025-11-04  8:11 UTC  (6+ messages)
` [PATCH v3 1/5] media: qcom: iris: Improve format alignment for encoder
` [PATCH v3 2/5] media: qcom: iris: Add scale support "
` [PATCH v3 3/5] media: qcom: iris: Add rotation "
` [PATCH v3 4/5] media: qcom: iris: Add flip "
` [PATCH v3 5/5] media: qcom: iris: Add intra refresh "

[PATCH v3 0/4] Implement hardware automatic clock gating (HWACG) for gs101
 2025-11-04  8:11 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: clock: google,gs101-clock: add samsung,sysreg property as required

[PATCH 0/2] Enable ETR and CTCU device for hamoa
 2025-11-04  8:10 UTC  (3+ messages)
` [PATCH 1/2] dt-binding: arm: add "
` [PATCH 2/2] arm64: dts: qcom: hamoa: enable ETR and CTCU devices

[PATCH] md/raid5: remove redundant __GFP_NOWARN
 2025-11-04  8:04 UTC  (2+ messages)

[PATCH] Fix a drop_nlink warning in minix_rename
 2025-11-04  8:03 UTC  (2+ messages)

[paulmck-rcu:next.2025.11.02a] BUILD SUCCESS d25feeb0e06f3c16b622ab2f88e5cce223814114
 2025-11-04  8:03 UTC 

[PATCH net-next v7 00/12] net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch family
 2025-11-04  8:03 UTC  (7+ messages)
` [PATCH net-next v7 06/12] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear RMII refclk output property
` [PATCH net-next v7 10/12] dt-bindings: net: dsa: lantiq,gswip: add support for MaxLinear GSW1xx switches
` [PATCH net-next v7 12/12] net: dsa: add driver for MaxLinear GSW1xx switch family

[PATCH 1/1] firmware: stratix10-svc: Add support to query Arm Trusted Firmware (ATF) version
 2025-11-04  8:02 UTC 

[PATCH v3 00/10] powerpc: Implement masked user access
 2025-11-04  8:01 UTC  (5+ messages)
` [PATCH v3 03/10] uaccess: Add masked_user_{read/write}_access_begin

[PATCH v5 0/3] Add devicetree for the 9Tripod X3568 v4
 2025-11-04  8:01 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: vendor-prefixes: Add 9Tripod
` [PATCH v5 2/3] dt-bindings: arm: rockchip: Add 9Tripod X3568 series

[PATCH] Loongarch:Make pte/pmd_modify can set _PAGE_MODIFIED
 2025-11-04  8:00 UTC  (2+ messages)

[PATCH] drm: sti: fix device leaks at component probe
 2025-11-04  8:00 UTC  (4+ messages)

[PATCH RFC 0/3] can: calc_bittiming: add sample point calculation for PWM encoding
 2025-11-04  7:59 UTC  (2+ messages)

[PATCH v5 0/2] Add driver support for ESWIN EIC7700 SoC USB controller
 2025-11-04  7:59 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: usb: Add ESWIN EIC7700 "
` [PATCH v5 2/2] usb: dwc3: eic7700: Add EIC7700 USB driver

[syzbot] [fs?] [mm?] kernel BUG in __filemap_add_folio
 2025-11-04  7:57 UTC  (2+ messages)
` Forwarded: "

[paulmck-rcu:dev.2025.11.01a] BUILD SUCCESS 575f2729766054f23dfa6a4a9203899acca37330
 2025-11-04  7:56 UTC 

[PATCH v6 0/3] Add support for Glymur PCIe Gen5 x4
 2025-11-04  7:56 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the Glymur QMP PCIe PHY
` [PATCH v6 2/3] phy: qcom-qmp: pcs: Add v8.50 register offsets
` [PATCH v6 3/3] phy: qcom: qmp-pcie: Add support for Glymur PCIe Gen5x4 PHY

[PATCH 0/3] arm64: topology: Improve cpuinfo_avg_freq for ARM64
 2025-11-04  7:55 UTC  (4+ messages)
` [PATCH 1/3] arm64: topology: Improve AMU-based frequency calculation
` [PATCH 2/3] arm64: topology: Use current freq in governor for idle cpus in cpuinfo_avg_freq
` [PATCH 3/3] arm64: topology: Remove redundant housekeeping_cpu() checks in arch_freq_get_on_cpu

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-04  7:52 UTC  (8+ messages)
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v22 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v2 0/5] media: qcom: iris: encoder feature enhancements
 2025-11-04  7:48 UTC  (4+ messages)
` [PATCH v2 3/5] media: qcom: iris: Add rotation support for encoder

[PATCH v7 0/5] Add MIPI CSI-2 support for i.MX8ULP
 2025-11-04  7:47 UTC  (7+ messages)
` [PATCH v7 1/5] media: dt-bindings: nxp,imx8mq-mipi-csi2: Add i.MX8ULP compatible string
` [PATCH v7 2/5] media: imx8mq-mipi-csi2: Use devm_clk_bulk_get_all() to fetch clocks

[BUG] Suspend failure with nbcon + pm_debug_messages (Linux 6.18-rc4)
 2025-11-04  7:44 UTC 

[PATCH] clk: tegra: tegra124-emc: Fix memory leak in load_timings_from_dt() on krealloc() failure
 2025-11-04  7:42 UTC 

[PATCH] Fix a drop_nlink warning in minix_rmdir
 2025-11-04  7:42 UTC  (4+ messages)

[PATCH 0/2] Add support for NXP XSPI
 2025-11-04  7:39 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: spi: Document imx94 xspi

[PATCH 1/1] KVM: VMX: configure SVI during runtime APICv activation
 2025-11-04  7:37 UTC  (2+ messages)

[PATCH v2 0/2] backlight: aw99706: Add support for Awinic AW99706 backlight
 2025-11-04  7:36 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: leds: backlight: Add "
` [PATCH v2 2/2] backlight: aw99706: Add support for "

[PATCH v6 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
 2025-11-04  7:35 UTC  (15+ messages)
` [PATCH v6 01/14] dt-bindings: remoteproc: qcom,pas: Add iommus property
` [PATCH v6 02/14] firmware: qcom_scm: Remove redundant piece of code
` [PATCH v6 03/14] firmware: qcom_scm: Rename peripheral as pas_id
` [PATCH v6 04/14] firmware: qcom_scm: Introduce PAS context initialization helper function
` [PATCH v6 05/14] remoteproc: pas: Replace metadata context with PAS context structure
` [PATCH v6 06/14] soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_load() function
` [PATCH v6 07/14] soc: qcom: mdtloader: Remove qcom_mdt_pas_init() from exported symbols
` [PATCH v6 08/14] firmware: qcom_scm: Add a prep version of auth_and_reset function
` [PATCH v6 09/14] firmware: qcom_scm: Simplify qcom_scm_pas_init_image()
` [PATCH v6 10/14] firmware: qcom_scm: Add SHM bridge handling for PAS when running without QHEE
` [PATCH v6 11/14] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
` [PATCH v6 12/14] remoteproc: pas: Extend parse_fw callback to fetch resources via SMC call
` [PATCH v6 13/14] remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v6 14/14] arm64: dts: qcom: Add EL2 overlay for Lemans

[PATCH net-next v2] dt-bindings: ethernet: eswin: fix yaml schema issues
 2025-11-04  7:33 UTC 

[PATCH v2 0/3] replace old wq(s), add WQ_PERCPU to alloc_workqueue
 2025-11-04  7:30 UTC  (3+ messages)
` [PATCH v2 1/3] drm/i915: replace use of system_unbound_wq with system_dfl_wq

[PATCH v5 0/3] i3c: dw: Add Altera Agilex5 runtime PM disable quirk
 2025-11-04  7:29 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: i3c: snps: Add Altera SoCFPGA compatible
` [PATCH v5 2/3] arm64: dts: intel: agilex5: Add Altera compatible for I3C controllers
` [PATCH v5 3/3] i3c: dw: Disable runtime PM on Agilex5 to avoid bus hang on IBI

[PATCH 0/3] Add Amlogic stateless H.264 video decoder for S4
 2025-11-04  7:28 UTC  (4+ messages)

[PATCH v3 00/24] MediaTek UFS Cleanup and MT8196 Enablement
 2025-11-04  7:28 UTC  (3+ messages)
` [PATCH v3 09/24] scsi: ufs: mediatek: Rework the crypt-boost stuff

[PATCH v7 0/7] Provides support for Trigger Generation Unit
 2025-11-04  7:26 UTC  (9+ messages)
` [PATCH v7 1/7] dt-bindings: arm: Add support for Qualcomm TGU trace
` [PATCH v7 2/7] qcom-tgu: Add TGU driver
` [PATCH v7 3/7] qcom-tgu: Add signal priority support
` [PATCH v7 4/7] qcom-tgu: Add TGU decode support
` [PATCH v7 5/7] qcom-tgu: Add support to configure next action
` [PATCH v7 6/7] qcom-tgu: Add timer/counter functionality for TGU
` [PATCH v7 7/7] qcom-tgu: Add reset node to initialize

[PATCH] ALSA: au88x0: Fix array bounds warning in EQ drivers
 2025-11-04  7:26 UTC 

[cgroup/for-6.19 PATCH v2 0/3] cgroup/cpuset: Additional housekeeping check & cleanup
 2025-11-04  7:26 UTC  (5+ messages)
` [cgroup/for-6.19 PATCH v2 2/3] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping

[PATCH] Alpha: MAINTAINERS
 2025-11-04  7:23 UTC  (2+ messages)

[PATCH v2 0/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
 2025-11-04  7:23 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm/memory-failure: remove the selection of RAS

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-11-04  7:21 UTC  (13+ messages)

[PATCH v3 0/8] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2025-11-04  7:20 UTC  (5+ messages)
` [PATCH v3 1/8] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems

[PATCH] virtio_net: Fix a typo error in virtio_net
 2025-11-04  7:20 UTC  (2+ messages)

[PATCH 0/5] nvmem: add Samsung Exynos OTP support
 2025-11-04  7:19 UTC  (3+ messages)
` [PATCH 2/5] "

[PATCH v4 00/14] drm/imx: dc: Use prefetch engine
 2025-11-04  7:18 UTC  (6+ messages)
` [PATCH v4 07/14] drm/imx: dc: Add DPR channel support

[PATCH v9 0/5] make logical block size configurable
 2025-11-04  7:17 UTC  (6+ messages)
` [PATCH v9 4/5] md: add check_new_feature module parameter

[PATCH 00/11] soc: samsung: exynos-chipid: add gs101 support
 2025-11-04  7:14 UTC  (5+ messages)
` [PATCH 10/11] arm64: dts: exynos: gs101: add the chipid node

(no subject)
 2025-11-04  7:12 UTC  (2+ messages)
` [PATCH V3 1/1] soc: mediatek: mtk-regulator-coupler: Add support for MT8189

[PATCH v5 0/4] KVM: x86: User-return MSR fix+cleanups
 2025-11-04  7:06 UTC  (4+ messages)
` [PATCH v5 1/4] KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-Module

[PATCH] erofs: avoid infinite loop due to incomplete zstd-compressed data
 2025-11-04  7:06 UTC  (2+ messages)

[PATCH v1 0/2] media: i2c: imx219: Improve error handling and readability
 2025-11-04  7:04 UTC  (4+ messages)
` [PATCH v1 1/2] media: i2c: imx219: Propagate errors from control range updates

[syzbot] [ntfs3?] WARNING in ni_rename (2)
 2025-11-04  7:03 UTC 

[PATCH 15/19] srcu: Create an SRCU-fast-updown API
 2025-11-04  7:00 UTC  (2+ messages)

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-04  7:00 UTC  (2+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-04  7:00 UTC  (3+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-04  6:55 UTC  (4+ messages)
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size

[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
 2025-11-04  6:53 UTC  (2+ messages)

[PATCH v1 0/1] arm64: dts: qcom: Add dual-channel LVDS support on QCS615 Talos EVK
 2025-11-04  6:49 UTC  (6+ messages)
` [PATCH v1 1/1] arm64: dts: qcom: talos-evk: Add support for dual-channel LVDS panel

[PATCH v1 21/26] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
 2025-11-04  6:49 UTC  (2+ messages)

[PATCH net V2 0/3] net/mlx5e: SHAMPO fixes for 64KB page size
 2025-11-04  6:48 UTC  (4+ messages)
` [PATCH net V2 1/3] net/mlx5e: SHAMPO, Fix header mapping for 64K pages
` [PATCH net V2 2/3] net/mlx5e: SHAMPO, Fix skb size check "
` [PATCH net V2 3/3] net/mlx5e: SHAMPO, Fix header formulas for higher MTUs and "

[syzbot] [ntfs3?] WARNING in ni_rename (2)
 2025-11-04  6:47 UTC  (3+ messages)
` Forwarded: "

[PATCH 0/3] dm-pcache: built-in support and metadata hardening
 2025-11-04  6:46 UTC  (4+ messages)
` [PATCH 3/3] dm-pcache: avoid leaking invalid metadata in pcache_meta_find_latest()

[PATCH v3] mmc: sdhci-msm: Enable ICE support for non-cmdq eMMC devices
 2025-11-04  6:39 UTC 

[PATCH RFC] watchdog: sbsa: Update the W_IIDR Implementer bit mask to 0xFFF
 2025-11-04  6:39 UTC 

[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
 2025-11-04  6:35 UTC  (4+ messages)

[PATCH] RDMA/rtrs: server: Fix error handling in get_or_create_srv
 2025-11-04  6:34 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in ni_rename (2)
 2025-11-04  6:34 UTC 

[RFC PATCH] mm: Enable CONFIG_PT_RECLAIM on all architectures
 2025-11-04  6:33 UTC  (6+ messages)

[PATCH] block: fix typos in comments and strings in blk-core.c
 2025-11-04  6:28 UTC  (2+ messages)

[PATCH 0/2] Export kdump crashkernel CMA ranges
 2025-11-04  6:26 UTC  (2+ messages)

[PATCH 1/3] accel/amdxdna: Add hardware specific attributes
 2025-11-04  6:25 UTC  (3+ messages)
` [PATCH 2/3] accel/amdxdna: Add IOCTL parameter for resource data
` [PATCH 3/3] accel/amdxdna: Add IOCTL parameter for telemetry data

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-04  6:25 UTC  (4+ messages)
` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
  ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-04  6:17 UTC  (3+ messages)
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead

[PATCH v2] docs: Makefile: Sort Documentation targets case-insensitively in make help
 2025-11-04  6:17 UTC 

[PATCH] selftests: net: local_termination: Wait for interfaces to come up
 2025-11-04  6:17 UTC 

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-04  6:16 UTC  (3+ messages)
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails

[PATCH v3] usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
 2025-11-04  6:16 UTC 

[PATCH 1/7] PCI: Add Intel Nova Lake S audio Device ID
 2025-11-04  6:14 UTC  (2+ messages)

[linux-next20251103] Boot Fail on IBM Power Server
 2025-11-04  6:10 UTC 

[PATCH 0/2] KVM: x86: Fix an FPU+CET splat
 2025-11-04  6:07 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Harden KVM against imbalanced load/put of guest FPU state

[paulmckrcu:dev.2025.10.30a] [rcutorture] ab3482dc2a: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]KASAN
 2025-11-04  6:04 UTC 

[PATCH] crypto: x86/aes-gcm-vaes-avx2 - initialize full %rax return register
 2025-11-04  5:51 UTC  (2+ messages)

[PATCH v1 1/2] dt-bindings: hwmon: Add AST2700 compatible
 2025-11-04  5:51 UTC  (2+ messages)
` [PATCH v1 2/2] hwmon: (aspeed-g6-pwm-tach): Add AST2700 compatible string

[PATCH] lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
 2025-11-04  5:49 UTC 

[PATCH] ASoC: tas2781: Replace deprecated strcpy() with strscpy()
 2025-11-04  5:42 UTC 

page:  |  | 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®