mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v2] Documentation: admin-guide: Fix bracket
 2026-09-07 16:41 UTC  (2+ messages)

[PATCH net-next] ppp: ppp_synctty: Use common error handling code in ppp_sync_txmunge()
 2026-09-07 16:40 UTC 

[PATCH 00/19] arm64: Implement parallel CPU onlining with PSCI v0.2+
 2026-09-07 16:40 UTC  (20+ messages)
` [PATCH 01/19] cpu/hotplug: Clean up cmpxchg() logic in cpuhp_can_boot_ap()
` [PATCH 02/19] cpu/hotplug: Avoid trying to bring up CPUs that are already online
` [PATCH 03/19] cpu/hotplug: Avoid busy-polling on archs where cpu_relax() is a no-op
` [PATCH 04/19] cpu/hotplug: Propagate bring-up status to arch_cpuhp_cleanup_kick_cpu()
` [PATCH 05/19] arm64: smp: Tidy up smp_prepare_cpus()
` [PATCH 06/19] arm64: smp: Tidy up cpuinfo init and cpufeature updates
` [PATCH 07/19] arm64: smp: Defer update of secondary CPU capabilities
` [PATCH 08/19] arm64: smp: Don't bother printing the I-cache policy for each CPU
` [PATCH 09/19] arm64: smp: Defer RCU registration during secondary CPU bringup
` [PATCH 10/19] arm64: smp: Use generic HOTPLUG_CORE_SYNC_FULL machinery for CPU onlining
` [PATCH 11/19] arm64: smp: Use generic HOTPLUG_SPLIT_STARTUP "
` [PATCH 12/19] arm64: cpu_ops: Make 'cpu_operations' pointer global instead of per-cpu
` [PATCH 13/19] arm64: cpu_ops: Introduce get_secondary_cpu_ops()
` [PATCH 14/19] firmware/psci: Cache PSCI v0.2+ version number to avoid redundant SMCs
` [PATCH 15/19] firmware/psci: Extend ->cpu_on() callback to take an additional argument
` [PATCH 16/19] arm64: cpu_ops: Expose optional argument to target cpu in ->cpu_boot()
` [PATCH 17/19] arm64: smp: Pass secondary CPU boot parameters via firmware if possible
` [PATCH 18/19] arm64: smp: Use generic HOTPLUG_PARALLEL machinery for CPU onlining
` [PATCH 19/19] arm64: smp: Harden parallel CPU bringup against broken PSCI firmware

[PATCH 0/2] Documentation/core-api: fix typos in comments
 2026-09-07 16:39 UTC  (3+ messages)
` [PATCH 1/2] Documentation/core-api: fix typo "maintainance" in comment

[PATCH net-next v2 0/3] netfilter: conntrack: add shared port parser and use it in IRC and Amanda helpers
 2026-09-07 16:39 UTC  (4+ messages)
` [PATCH net-next v3 0/4] netfilter: conntrack: shared port parser for helpers
  ` [PATCH net-next v3 3/4] netfilter: nf_conntrack_amanda: use nf_ct_helper_parse_port()

[PATCH 5.15/6.1/6.6] tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
 2026-09-07 16:39 UTC  (4+ messages)
` [PATCH v2 5.15/6.1/6.6 0/2] "
  ` [PATCH v2 5.15/6.1/6.6 1/2] tracing/mmiotrace: Remove reference to unused per CPU data pointer
  ` [PATCH v2 5.15/6.1/6.6 2/2] tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions

[PATCH v1] ring-buffer: Rename ring_buffer_size() to ring_buffer_capacity()
 2026-09-07 16:39 UTC  (3+ messages)

[PATCH v2 0/5] optimize pgtable_l4|l5_enabled
 2026-09-07 16:39 UTC  (8+ messages)
` [PATCH v2 1/5] riscv: remove RISCV_ALTERNATIVE Kconfig option
` [PATCH v2 2/5] riscv: convert pgtable_l4|l5_enabled to inline function
` [PATCH v2 3/5] riscv: support early isa ext and use it to optimize pgtable_l4|l5_enabled
` [PATCH v2 4/5] riscv: RISCV_ISA_SV48 and RISCV_ISA_SV57 under NONPORTABLE
` [PATCH v2 5/5] riscv: mm: unexport _pgtable_l4_enabled and _pgtable_l5_enabled

[PATCH] netfilter: conntrack_amanda: fix port value truncation
 2026-09-07 16:37 UTC  (3+ messages)

[PATCH] docs: sysctl: Remove obsolete sg-big-buff entry
 2026-09-07 16:37 UTC  (2+ messages)

[PATCH v2 00/14] arm64: Remove unused big-endian support
 2026-09-07 16:37 UTC  (15+ messages)
` [PATCH v2 01/14] selftests/arm64: Remove "
` [PATCH v2 02/14] arm64: bpf: Remove big-endian support from the JIT compiler
` [PATCH v2 03/14] arm64: crypto: Assume a little-endian kernel
` [PATCH v2 04/14] arm64: lib: Assume a little-endian kernel in custom library routines
` [PATCH v2 05/14] arm64: lib: Assume a little-endian kernel in optimised string routines
` [PATCH v2 06/14] arm64: assembler: Remove endianness helper macros
` [PATCH v2 07/14] arm64: head: Force little-endian early during boot
` [PATCH v2 08/14] arm64: vdso32: Always build compat vDSO object as little-endian
` [PATCH v2 09/14] KVM: arm64: Remove support for a big-endian hypervisor object
` [PATCH v2 10/14] arm64: Remove all usage of CONFIG_CPU_BIG_ENDIAN
` [PATCH v2 11/14] arm64: Remove all usage of __AARCH64EB__
` [PATCH v2 12/14] arm64: image: Remove endianness handling for generating image header
` [PATCH v2 13/14] arm64: Kbuild: Remove vestigial big-endian support
` [PATCH v2 14/14] drivers: Kconfig: Simplify dependencies on ARM64 && !CPU_BIG_ENDIAN

[PATCH v8 0/9] io: accel: mma8452: Allow open drain interrupt pin configuration
 2026-09-07 16:36 UTC  (7+ messages)
` [PATCH v8 6/9] iio: accel: mma8452: Add comment block for struct mma8452_data
` [PATCH v8 9/9] iio: accel: mma8452: Support interrupt sharing

[PATCH] docs: core-api: Fix the ISA DMA example
 2026-09-07 16:36 UTC  (2+ messages)

[PATCH] docs: maple_tree: Replace removed bulk insertion API
 2026-09-07 16:35 UTC  (2+ messages)

[PATCH v3] PCI: rcar-gen4: Add missing PM ops
 2026-09-07 16:35 UTC 

[PATCH] PCI: brcmstb: Reserve only the MSI vectors that are handed out
 2026-09-07 16:34 UTC  (2+ messages)

[PATCH v2.1] mm/damon/core: fix false positive in damos_quota_is_full() when esz is zero
 2026-09-07 16:33 UTC  (2+ messages)

[PATCH] staging: greybus: fix missing newline in sysfs_emit() format strings
 2026-09-07 16:33 UTC  (2+ messages)

[PATCH net 0/3] net: dsa: lantiq_gswip: SGMII/2500BASE-X and flow-control fixes
 2026-09-07 16:32 UTC  (7+ messages)
` [PATCH net 1/3] net: dsa: mxl-gsw1xx: set SerDes NCO rate before SGMII reset
` [PATCH net 2/3] net: dsa: lantiq_gswip: handle SPEED_2500 in gswip_port_set_speed()
` [PATCH net 3/3] net: dsa: lantiq_gswip: fix GSWIP_MDIO_PHY_FCONTX_EN value

[PATCH v5 0/2] HID: generic: add LampArray support via hid-lamparray helper
 2026-09-07 16:30 UTC  (6+ messages)
` [PATCH v5 1/2] HID: lamparray: add new LampArray helper module

[PATCH] bus: fsl-mc: register the object drivers after misc_class exists
 2026-09-07 16:30 UTC  (3+ messages)

[PATCH] mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
 2026-09-07 16:30 UTC  (9+ messages)

[PATCH v3 0/2] sched: Enable preferred SMT siblings on NVIDIA Olympus
 2026-09-07 16:30 UTC  (3+ messages)
` [PATCH 1/2] arm64: topology: Prefer PE0 on NVIDIA Olympus SMT cores
` [PATCH 2/2] sched/fair: Honor asymmetric SMT priority in idle selection

[PATCH v2] staging: rtl8723bs: fix comment formatting for pintf_dev in rtw_io.h
 2026-09-07 16:30 UTC  (2+ messages)

[PATCH 1/2] staging: octeon: fix use-after-free in tasklet teardown
 2026-09-07 16:29 UTC  (2+ messages)

[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-07 16:29 UTC  (9+ messages)
` [PATCH 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous

[PATCH] staging: rtl8723bs: replace msleep with usleep_range in rtw_pwrctrl.c
 2026-09-07 16:27 UTC  (2+ messages)

[PATCH 2/2] staging: greybus: light: add comments to mutex definitions
 2026-09-07 16:26 UTC  (2+ messages)

[PATCH 0/4] staging: rtl8723bs: Changing two struct members
 2026-09-07 16:25 UTC  (3+ messages)
` [PATCH v4 0/2] "

[PATCH v8 0/2] Add support for the TI BQ25792 battery charger (regulator part)
 2026-09-07 16:23 UTC  (6+ messages)

[PATCH v17 0/1] arm64: mm: Handle Granule Protection Faults (GPFs)
 2026-09-07 16:22 UTC  (2+ messages)
` [PATCH v17 1/1] "

[PATCH 1/1] mm/zswap: enable static key after runtime pool recovery
 2026-09-07 16:22 UTC  (6+ messages)

[PATCH v3] staging: rtl8723bs: Remove manual ifname allocation
 2026-09-07 16:21 UTC  (2+ messages)

[PATCH] mm: zswap: don't fail a large-folio swapin whose range is not in zswap
 2026-09-07 16:19 UTC 

[PATCH v2] PCI: hv: warn when wait_for_response() waits indefinitely
 2026-09-07 16:19 UTC  (3+ messages)

[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
 2026-09-07 16:19 UTC  (5+ messages)
` [RFC PATCH 1/2] mm/slub: make the case handling in __slab_free() easier to follow
  ` [RFC PATCH 2/2] mm/slub: introduce slab parking to reduce list_lock contention

[PATCH] staging: rtl8723bs: fix line length and coding style in ieee80211
 2026-09-07 16:18 UTC  (2+ messages)

[PATCH v2] PCI: Accept AtomicOps already enabled by the hypervisor
 2026-09-07 16:17 UTC 

[PATCH 0/2] i2c: Add I2C High-Speed mode support for qcom-geni
 2026-09-07 16:16 UTC  (9+ messages)
` [PATCH 1/2] dmaengine: qcom-gpi: Add I2C High-Speed mode configuration support
` [PATCH 2/2] i2c: qcom-geni: Add support for I2C High-Speed mode

[RFC PATCH 00/18] mm: arm64: Add kernel replication feature
 2026-09-07 16:15 UTC  (3+ messages)

[PATCH] staging: most: video: document the locks in struct most_video_dev
 2026-09-07 16:15 UTC  (4+ messages)

[PATCH] RDMA/rxe: Use validated num_sge in local buffer
 2026-09-07 16:15 UTC 

[PATCH v2 1/2] sched/fair: reuse the ENQUEUE_DELAYED calculation in enqueue_task_fair()
 2026-09-07 16:14 UTC  (3+ messages)
` [PATCH] sched/fair: Remove unused autogroup.h include

[PATCH net-next v3 0/2] selftests: drv-net: Allow cross-compiling the hardware tests
 2026-09-07 16:14 UTC  (3+ messages)
` [PATCH net-next v3 1/2] tools: ynl: Allow cross-compiling ynl and associated tools
` [PATCH net-next v3 2/2] selftests: drv-net: Use cross-compilation environment for the io_uring check

[RFC PATCH v2 0/3] btrfs: add error injection support for checksum verification
 2026-09-07 16:13 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: fix protected RX frame validation in decrypt path
 2026-09-07 16:13 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: usb: generic-ohci: Restrict access-controllers to ST STM32MP2 SoC
 2026-09-07 16:11 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: usb: generic-ehci: "

[syzbot] [block?] WARNING in blk_mq_unquiesce_queue
 2026-09-07 16:11 UTC 

[PATCH] staging: rtl8723bs: fix protected RX frame validation in decrypt path
 2026-09-07 16:10 UTC  (5+ messages)

[PATCH] rseq: defer time slice extension yield for sys_futex_wake
 2026-09-07 16:09 UTC  (6+ messages)
  ` [PATCH] rseq: defer time slice extension yield for sys_futex_wakey

[PATCH v4 next 0/9] locking/osq_lock: Optimisations to osq_lock code
 2026-09-07 16:08 UTC  (2+ messages)

[PATCH v2] PCI: rcar-gen4: Add missing PM ops
 2026-09-07 16:05 UTC  (2+ messages)

[PATCH v5 0/2] Add pinctrl support for MSM8952
 2026-09-07 16:05 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add MSM8952 pinctrl
` [PATCH v5 2/2] pinctrl: qcom: Add MSM8952 tlmm pinctrl driver

[PATCH] docs: irqflags-tracing: Fix the lockdep Kconfig option names
 2026-09-07 16:04 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sdm845-sony-tama: Add battery properties
 2026-09-07 16:03 UTC 

[PATCH] docs: parse-headers: Fix script name and stale Makefile reference
 2026-09-07 16:02 UTC  (2+ messages)

[PATCH RFC] usbip: fix use-after-free in event handler during device teardown
 2026-09-07 16:01 UTC 

[PATCH v25 0/4] crypto: spacc - Add SPAcc Crypto Driver
 2026-09-07 15:59 UTC  (5+ messages)
` [PATCH v25 1/4] dt-bindings: crypto: Document support for SPAcc
` [PATCH v25 2/4] crypto: spacc - Add SPAcc ahash support
` [PATCH v25 3/4] crypto: spacc - add spacc autodetect support
` [PATCH v25 4/4] crypto: spacc - Add SPAcc Kconfig and Makefile

[PATCH net v3] net: fec: Propagate PTP initialization errors
 2026-09-07 15:58 UTC  (6+ messages)

[PATCH] arm64: dts: qcom: sdm845-sony: Add battery properties
 2026-09-07 15:58 UTC 

[PATCH v9 0/2] Add initial dual front camera and rear flash support for Pixel 3 / 3 XL
 2026-09-07 15:58 UTC  (3+ messages)
` [PATCH v9 1/2] arm64: dts: qcom: sdm845-google: Add dual front IMX355 cameras
` [PATCH v9 2/2] arm64: dts: qcom: sdm845-google: Enable PMI8998 camera flash LEDs

[PATCH] mm/rmap: remove stale hugetlb check in try_to_unmap_one
 2026-09-07 15:57 UTC  (2+ messages)

[PATCH v1 0/2] efi/tpm: Preserve event log without changing x86 E820
 2026-09-07 15:57 UTC  (5+ messages)

[PATCH] docs: misc-devices/spear-pcie-gadget.txt: Fix bracket and whitespace
 2026-09-07 15:54 UTC  (2+ messages)

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-07 15:53 UTC  (17+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 2/8] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 4/8] mm/memory-failure: "
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 6/8] fs: "
` [PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
` [PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock

Linux 7.2.4
 2026-09-07 15:53 UTC  (2+ messages)

[PATCH 6/7] mmc: sdhci-of-k1: Improve RX tuning window
 2026-09-07 15:53 UTC  (2+ messages)

Linux 6.18.50
 2026-09-07 15:52 UTC  (2+ messages)

Linux 6.12.109
 2026-09-07 15:52 UTC  (2+ messages)

[PATCH] Documentation: rs485: Pull uart_get_rs485_mode() from serial_core.c
 2026-09-07 15:52 UTC  (2+ messages)

[PATCH stable 6.12 v2] tcp: fix potential race in tcp_v6_syn_recv_sock()
 2026-09-07 15:52 UTC  (4+ messages)

[PATCH 0/2] tracing: fix two histogram stacktrace keys that corrupt memory
 2026-09-07 15:50 UTC  (3+ messages)
` [PATCH 1/2] tracing: Fix memory corruption from the stacktrace modifier
` [PATCH 2/2] tracing: Fix memory corruption from a "STACKTRACE" histogram key

[PATCH] Documentation: reset: Use fwnode_reset_simple_xlate() in the kernel-doc directive
 2026-09-07 15:50 UTC  (2+ messages)

[PATCH] ext4: avoid buffer/folio lock inversion in __ext4_get_inode_loc()
 2026-09-07 15:50 UTC  (3+ messages)
` [PATCH v2 v2] "

[PATCH] iommu/arm-smmu-v3-sva: Relax ASID requirements
 2026-09-07 15:49 UTC 

[PATCH 0/2] arm64/mm: Standardize printing for pgtable entries
 2026-09-07 15:48 UTC  (3+ messages)
` [PATCH 1/2] arm64/mm: Move __check_safe_pte_update()

[PATCH net-next v2] net: fec: support RX flushing via an ethtool private flag
 2026-09-07 15:47 UTC  (3+ messages)

[PATCH] PCI: qcom: Honor IOMMU provider's #iommu-cells in qcom_pcie_config_sid_1_9_0()
 2026-09-07 15:46 UTC  (3+ messages)

[PATCH] cgroup: Avoid iteration of dying tasks with zero refcount
 2026-09-07 15:43 UTC 

[PATCH 0/2] Make HWPoison helpers config-independent
 2026-09-07 15:42 UTC  (5+ messages)
` [PATCH 1/2] mm/page-flags: Define HWPoison test-and-change helpers unconditionally
` [PATCH 2/2] nvdimm/pmem: Remove test_and_clear_pmem_poison()

[RFC][PATCH] PCI: rcar-gen4: Add missing PM ops
 2026-09-07 15:40 UTC  (5+ messages)

[PATCH] scripts/spelling.txt: keep British spelling for "initalise"
 2026-09-07 15:39 UTC  (2+ messages)

[PATCH 0/3] drm/amd/display: use kunit/visibility.h for test helpers
 2026-09-07 15:39 UTC  (3+ messages)
` [PATCH 3/3] drm/amd/display: drop INLINE_IFN_KUNIT

[PATCH v2 0/6] net: fix typos and repeated words in comments
 2026-09-07 15:38 UTC  (5+ messages)
` [PATCH v2 1/6] net: fix typos "
` [PATCH v2 4/6] net: sfc: fix repeated word 'the' in comment

[PATCH net-next v4 00/10] net: pcs: add basic support for RK3568 XPCS
 2026-09-07 15:37 UTC  (11+ messages)
` [PATCH net-next v4 01/10] net: stmmac: move XPCS lifetime management to platform drivers
` [PATCH net-next v4 02/10] dt-bindings: phy: rockchip: naneng-combphy: add rockchip,sgmii-mac-sel property
` [PATCH net-next v4 03/10] phy: rockchip: naneng-combphy: add SGMII MAC selection for RK3568
` [PATCH net-next v4 04/10] dt-bindings: net: pcs: add rockchip,rk3568-xpcs support
` [PATCH net-next v4 05/10] arm64: dts: rockchip: rk3568: add XPCS and fixed-clock nodes
` [PATCH net-next v4 06/10] net: pcs: xpcs: add ANRESTART support for SGMII link recovery
` [PATCH net-next v4 07/10] net: pcs: xpcs: add Rockchip RK3568 platform glue driver
` [PATCH net-next v4 08/10] net: stmmac: dwmac-rk: add SGMII support for RK3568
` [PATCH net-next v4 09/10] arm64: dts: rockchip: rk3568-photonicat: enable SGMII LAN port
` [PATCH net-next v4 10/10] MAINTAINERS: add entry for Rockchip XPCS driver

[PATCH v9 00/19] Add Freescale i.MX8qxp Display Controller support
 2026-09-07 15:36 UTC  (10+ messages)

[PATCH] crypto: caam: map job ring registers without claiming region
 2026-09-07 15:35 UTC  (2+ messages)

[PATCH 0/2] sched/numa: stop VMA scan filters from gating promotion
 2026-09-07 15:35 UTC  (4+ messages)
` [PATCH 2/2] sched/numa: scan read-only file mappings in tiering mode

[PATCH 6.1.y] vxlan: use pskb_network_may_pull() for transmit path header pulls
 2026-09-07 15:32 UTC 

[PATCH v2 0/6] spi: spi-sun4i: assorted fixes
 2026-09-07 15:31 UTC  (7+ messages)
` [PATCH v2 1/6] spi: spi-sun4i: sun4i_spi_transfer_one(): fix transfers for SUN4I_FIFO_DEPTH
` [PATCH v2 2/6] spi: spi-sun4i: sun4i_spi_fill_fifo(): always apply A10 FIFO fill level workaround
` [PATCH v2 3/6] spi: spi-sun4i: sun4i_spi_transfer_one(): fix setting of clock rate
` [PATCH v2 4/6] spi: spi-sun4i: sun4i_spi_handler(): fix race condition between transfer completion and RX FIFO interrupt
` [PATCH v2 5/6] spi: spi-sun4i: sun4i_spi_transfer_one(): add error handling at clock setup
` [PATCH v2 6/6] spi: spi-sun4i: sun4i_spi_transfer_one(): report effectively used speed_hz of transfer

[PATCH 0/3] riscv: word-at-a-time: improve find_zero()
 2026-09-07 15:11 UTC  (2+ messages)
` [PATCH v2 3/3] riscv: word-at-a-time: improve find_zero() for Zbb

[PATCH 1/2] dt-bindings: gpio: renesas,rcar-gpio: Document R-Car X5H (R8A78000) support
 2026-09-07 12:10 UTC  (6+ messages)
` [PATCH 2/2] gpio: rcar: Add "

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®