All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-02 16:04:37 to 2026-07-02 16:23:59 UTC [more...]

[PATCH 5.10 00/96] 5.10.260-rc1 review
 2026-07-02 16:19 UTC  (46+ messages)
` [PATCH 5.10 01/96] net/sched: act_pedit: use NLA_POLICY for parsing ex keys
` [PATCH 5.10 02/96] net/sched: transition act_pedit to rcu and percpu stats
` [PATCH 5.10 03/96] net/sched: simplify tcf_pedit_act
` [PATCH 5.10 04/96] net/sched: act_pedit: remove extra check for key type
` [PATCH 5.10 05/96] net/sched: act_pedit: check static offsets a priori
` [PATCH 5.10 06/96] net/sched: act_pedit: rate limit datapath messages
` [PATCH 5.10 07/96] net/sched: act_pedit: Parse L3 Header for L4 offset
` [PATCH 5.10 08/96] net/sched: fix pedit partial COW leading to page cache corruption
` [PATCH 5.10 09/96] net/sched: act_pedit: free pedit keys on bail from offset check
` [PATCH 5.10 10/96] fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios
` [PATCH 5.10 11/96] slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd
` [PATCH 5.10 12/96] drm/amd/display: Bound VBIOS record-chain walk loops
` [PATCH 5.10 13/96] ip6_vti: set netns_immutable on the fallback device
` [PATCH 5.10 14/96] net: add skb_header_pointer_careful() helper
` [PATCH 5.10 15/96] net/sched: cls_u32: use skb_header_pointer_careful()
` [PATCH 5.10 16/96] drm/amd/display: Use krealloc_array() in dal_vector_reserve()
` [PATCH 5.10 17/96] net: 9p: fix refcount leak in p9_read_work() error handling
` [PATCH 5.10 18/96] netdevsim: Fix memory leak of nsim_dev->fa_cookie
` [PATCH 5.10 19/96] batman-adv: tt: reject oversized local TVLV buffers
` [PATCH 5.10 20/96] batman-adv: tt: prevent TVLV entry number overflow
` [PATCH 5.10 21/96] vfio/iommu_type1: replace kfree with kvfree
` [PATCH 5.10 22/96] RDMA/bnxt_re: zero shared page before exposing to userspace
` [PATCH 5.10 23/96] i2c: stub: Reject I2C block transfers with invalid length
` [PATCH 5.10 24/96] net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()
` [PATCH 5.10 25/96] agp/amd64: Fix broken error propagation in agp_amd64_probe()
` [PATCH 5.10 26/96] regulator: core: fix locking in regulator_resolve_supply() error path
` [PATCH 5.10 27/96] vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write
` [PATCH 5.10 28/96] media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
` [PATCH 5.10 29/96] Documentation: ioctl-number: Extend "Include File" column width
` [PATCH 5.10 30/96] crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()
` [PATCH 5.10 31/96] crypto: qat - Return pointer directly in adf_ctl_alloc_resources
` [PATCH 5.10 32/96] crypto: qat - remove unused character device and IOCTLs
` [PATCH 5.10 33/96] net/sched: act_pedit: fix action bind logic
` [PATCH 5.10 34/96] batman-adv: tp_meter: keep unacked list in ascending ordered
` [PATCH 5.10 35/96] batman-adv: tp_meter: initialize dup_acks explicitly
` [PATCH 5.10 36/96] batman-adv: tp_meter: initialize dec_cwnd explicitly
` [PATCH 5.10 37/96] batman-adv: tp_meter: avoid window underflow
` [PATCH 5.10 38/96] batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
` [PATCH 5.10 39/96] batman-adv: tp_meter: fix fast recovery precondition
` [PATCH 5.10 40/96] batman-adv: tp_meter: handle seqno wrap-around for fast recovery detection
` [PATCH 5.10 41/96] batman-adv: tp_meter: add only finished tp_vars to lists
` [PATCH 5.10 42/96] batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
` [PATCH 5.10 43/96] batman-adv: prevent ELP transmission interval underflow
` [PATCH 5.10 44/96] batman-adv: tp_meter: initialize last_recv_time during init
` [PATCH 5.10 45/96] batman-adv: frag: ensure fragment is writable before modifying TTL

[PATCH v2 00/15] arm_mpam: Add MPAM-Fb firmware support
 2026-07-02 16:22 UTC  (16+ messages)
` [PATCH v2 01/15] arm_mpam: let low level MSC read accessors return an error
` [PATCH v2 02/15] arm_mpam: propagate MSC read errors for wrapper functions
` [PATCH v2 03/15] arm_mpam: propagate MSC read errors for hw_probe functions
` [PATCH v2 04/15] arm_mpam: propagate MSC read errors for mpam_msc_read_mbwu_l()
` [PATCH v2 05/15] arm_mpam: propagate MSC read errors for msmon helpers
` [PATCH v2 06/15] arm_mpam: propagate MSC read errors for __ris_msmon_read()
` [PATCH v2 07/15] arm_mpam: propagate MSC read errors for state saving functions
` [PATCH v2 08/15] arm_mpam: let low level MSC write accessors return an error
` [PATCH v2 09/15] arm_mpam: propagate MSC write errors for ESR and part_sel wrappers
` [PATCH v2 10/15] arm_mpam: propagate MSC write errors for hardware probe functions
` [PATCH v2 11/15] arm_mpam: propagate MSC write errors for remaining MSC write users
` [PATCH v2 12/15] arm_mpam: Split the locking around the mon_sel registers
` [PATCH v2 13/15] arm_mpam: add MPAM-Fb MSC firmware access support
` [PATCH v2 14/15] arm_mpam: prevent MPAM-Fb accesses inside IRQ handler
` [PATCH v2 15/15] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-02 16:23 UTC  (3+ messages)
` [PATCH v2 01/18] iomap: add ->iomap_next() and iomap_process() helper

[PATCH v7 0/8] media: add new API simple subdev register and add imx parallel camera support
 2026-07-02 16:22 UTC  (9+ messages)
` [PATCH v7 2/8] media: subdev: Add media_async_register_subdev() helper
` [PATCH v7 4/8] media: synopsys: Use media_async_register_subdev() to simplify code
` [PATCH v7 5/8] dt-bindings: media: add i.MX parallel CPI support
` [PATCH v7 6/8] media: nxp: add V4L2 subdev driver for camera parallel interface (CPI)
` [PATCH v7 7/8] arm64: dts: imx8: add camera parallel interface (CPI) node
` [PATCH v7 8/8] arm64: dts: imx8qxp-mek: add parallel ov5640 camera support

[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-07-02 16:21 UTC  (8+ messages)
` [PATCH v2 01/11] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH v2 10/11] perf: "

[PATCH 0/7] riscv: eswin: eic7700: Add support for clocks, resets, pinctrl, HSP power domain, I2C and watchdog
 2026-07-02 16:21 UTC  (4+ messages)
` [PATCH 4/7] dt-bindings: mfd: syscon: add ESWIN EIC7700 compatible

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-02 16:19 UTC  (7+ messages)

perf: Fix dangling cgroup pointer in cpuctx
 2026-07-02 16:16 UTC  (5+ messages)
` [PATCH] perf: Fix dangling cgroup pointer in cpuctx backport

[PATCH v4 0/6] Open HugeTLB allocation routine for more generic use
 2026-07-02 16:21 UTC  (14+ messages)
` [PATCH v4 1/6] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [PATCH v4 2/6] mm: hugetlb: Move mpol interpretation out of alloc_buddy_hugetlb_folio_with_mpol()
` [PATCH v4 3/6] mm: hugetlb: Move mpol interpretation out of dequeue_hugetlb_folio_vma()
` [PATCH v4 4/6] mm: hugetlb: Use error variable in alloc_hugetlb_folio
` [PATCH v4 5/6] mm: hugetlb: Move mem_cgroup_charge_hugetlb() earlier in allocation
` [PATCH v4 6/6] mm: hugetlb: Refactor out hugetlb_alloc_folio()

[PATCH bpf-next] bpftool: Strip all -Wformat* flags from bootstrap libbpf build
 2026-07-02 16:21 UTC  (5+ messages)

[PATCH v3] drm/xe/sysctrl: Add helper to query application status
 2026-07-02 16:21 UTC  (2+ messages)

[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-02 16:21 UTC  (5+ messages)
` [PATCH 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping definitions
` [PATCH 10/28] KVM: arm64: Relax CNTHCTL_EL2 handling when FEAT_NV2p1 is present

[PATCHv5 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-07-02 16:20 UTC  (4+ messages)

[PATCH v3 0/3] xfs: fix NULL deref in log recovery reorder
 2026-07-02 16:20 UTC  (4+ messages)
` [PATCH v3 1/3] xfs: drop ASSERT(0) on unrecognized log item type
` [PATCH v3 2/3] xfs: splice unsorted log items back to the transaction after the loop
` [PATCH v3] xfs: fail recovery on a committed log item with no regions

[PATCH v2 00/34] drm/i915/dp_link: Unify modeset/fallback config selection
 2026-07-02 16:19 UTC  (3+ messages)
` [PATCH v2 16/34] drm/i915/dp_test: Use link caps for compliance link configs

[PATCH RFC] coding-assistants: simplify attribution
 2026-07-02 16:18 UTC  (11+ messages)

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-02 16:17 UTC  (6+ messages)

[PATCH v5 00/14] mfd: lm3533: convert to OF bindings, improve support
 2026-07-02 16:18 UTC  (5+ messages)
` [PATCH v5 02/14] mfd: lm3533: Remove driver specific regmap wrappers

[PATCH v2 0/6] HID: iio: warning clean up and prefer kernel coding style
 2026-07-02 16:18 UTC  (14+ messages)
` [PATCH v2 1/6] iio: hid-sensors: add/remove blank line
` [PATCH v2 2/6] iio: hid-sensors: align function parenthesis for readability
` [PATCH v2 3/6] iio: hid-sensors: Use implicit NULL pointer checks
` [PATCH v2 4/6] iio: humidity: hid-sensor-humidity: use common device for devres
` [PATCH v2 5/6] iio: position: hid-sensor-custom-intel-hinge: "
` [PATCH v2 6/6] iio: temperature: hid-sensor-temperature: "

[PATCH v4] ntfs: serialize attribute-list replacement with lookups
 2026-07-02 16:17 UTC 

[PATCH v4] drm: uapi: Add macro for chipset specific event ID region
 2026-07-01 18:51 UTC  (2+ messages)

[PATCH v2 00/19] ARM: platform and feature deprecation
 2026-07-02 16:14 UTC  (5+ messages)
` [PATCH v2 01/19] ARM: use CONFIG_AEABI by default everywhere
` [PATCH v2 03/19] ARM: rework ARM11 CPU selection logic

[PATCH RESEND v2] drm/i915/display: Program TRANS_VTOTAL from mode vtotal
 2026-07-02 16:14 UTC  (3+ messages)

[PATCH v2 0/3] xfs: fix NULL deref in log recovery reorder
 2026-07-02 16:13 UTC  (6+ messages)
` [PATCH v2 3/3] xfs: fail recovery on a committed log item with no regions

[PATCH] app/testpmd: fix multi-pool Rx setup with --no-NUMA
 2026-07-02 16:10 UTC  (6+ messages)
` [PATCH 0/4] app/testpmd: fix socket id handling with NUMA disabled
  ` [PATCH 1/4] app/testpmd: fix port socket ID "
  ` [PATCH 2/4] app/testpmd: consolidate port socket ID computation
  ` [PATCH 3/4] app/testpmd: display any socket ID as text
  ` [PATCH 4/4] app/testpmd: report reason when queue setup command fails

linux-next: manual merge of the amdgpu tree with the drm tree
 2026-07-02 16:12 UTC 

[BlueZ PATCH 1/4] shared/bap: Validate codec configuration parameters
 2026-07-02 16:12 UTC  (2+ messages)
` ASCS: Add validation for PTS SPE test cases

[PATCH v12 00/35] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-07-02 16:11 UTC  (11+ messages)
` [PATCH v12 23/35] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
` [PATCH v12 26/35] pc-bios/s390-ccw: Add additional security checks for secure boot
` [PATCH v12 33/35] tests/functional/s390x: Add secure IPL functional test

[PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-02 16:10 UTC  (2+ messages)

[PATCH 0/5] ptrace_set_syscall_info: add support for seccomp syscall skipping and instruction pointer modification
 2026-07-02 16:10 UTC  (10+ messages)
` [PATCH 1/5] ptrace: add PTRACE_SYSCALL_INFO_SECCOMP_SKIP

[PATCH] nilfs2: reject invalid block index in GC ioctl
 2026-07-02 16:07 UTC 

[PATCH] media: i2c: ov02c10: tolerate a sensor clock other than 19.2 MHz
 2026-07-02 16:10 UTC 

[PATCH v2] Bluetooth: bpa10x: avoid OOB read of revision string in bpa10x_setup()
 2026-07-02 16:10 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: ISO: fix malformed ISO_END/CONT handling
 2026-07-02 16:10 UTC  (2+ messages)

[PATCH v2 0/3] regulator: qcom_usb_vbus: add pm4125 VBUS regulator support
 2026-07-02 16:10 UTC  (5+ messages)
  ` [PATCH v2 3/3] arm64: dts: qcom: Fix pm4125 vbus regulator compatible and constraints

[PATCH v6 00/34] monitor: turn QMP and HMP into QOM objects
 2026-07-02 16:03 UTC  (31+ messages)
` [PATCH v6 01/34] qom: replace 'can_be_deleted' with 'prepare_delete'
` [PATCH v6 06/34] monitor: add 'chardev' property to Monitor base class
` [PATCH v6 07/34] monitor: add 'readline' property to HMP Monitor class
` [PATCH v6 08/34] monitor: add 'pretty' property to QMP "
` [PATCH v6 09/34] monitor: remove 'skip_flush' field
` [PATCH v6 10/34] monitor: move monitor_data_(init|destroy) into QOM init/finalize
` [PATCH v6 11/34] monitor: use class methods for monitor_vprintf
` [PATCH v6 12/34] monitor: use class methods for monitor_qapi_event_emit
` [PATCH v6 13/34] monitor: use class methods for monitor_accept_input
` [PATCH v6 14/34] monitor: use class method for I/O thread request
` [PATCH v6 15/34] monitor: use dynamic cast in monitor_qmp_requests_pop_any_with_lock
` [PATCH v6 16/34] util: use dynamic cast in error vreport
` [PATCH v6 17/34] monitor: drop unused monitor_cur_is_qmp
` [PATCH v6 18/34] monitor: use dynamic cast in QMP commands
` [PATCH v6 19/34] monitor: use dynamic cast in monitor_is_hmp_non_interactive
` [PATCH v6 20/34] monitor: drop unused monitor_is_qmp method
` [PATCH v6 21/34] monitor: eliminate monitor_is_hmp_non_interactive method
` [PATCH v6 22/34] monitor: implement "user creatable" interface for adding monitors
` [PATCH v6 23/34] monitor: convert from oneshot BH to persistent BH
` [PATCH v6 24/34] monitor: reject attempts to delete the current monitor
` [PATCH v6 25/34] monitor: protect qemu_chr_fe_accept_input with monitor lock
` [PATCH v6 26/34] monitor: implement support for deleting QMP objects
` [PATCH v6 27/34] tests/qtest: add tests for dynamic monitor add/remove
` [PATCH v6 28/34] tests/functional: add e2e test for dynamic QMP monitor hotplug
` [PATCH v6 29/34] tests/functional: add a stress test for monitor hot unplug
` [PATCH v6 30/34] qom: add trace events for user creatable create/delete APIs
` [PATCH v6 31/34] monitor: add support for auto-deleting monitors upon close
` [PATCH v6 32/34] tests: switch from -mon to -object monitor-qmp
` [PATCH v6 33/34] qemu-options: document new monitor-hmp and monitor-qmp objects
` [PATCH v6 34/34] docs: mark '-mon' as deprecated in favour of -object

[PULL 00/34] target-arm queue
 2026-07-02 16:05 UTC  (6+ messages)
` [PULL 21/34] target/arm: Update contiguous first-fault and no-fault loads

[PATCH 00/33] accel: Unassorted cleanups around debugging
 2026-07-02 16:08 UTC  (3+ messages)
` [PATCH 01/33] cpu: Constify CPUState::cc (cached CPUClass pointer)

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-02 16:09 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots

[PATCH] thermal: intel: int340x: simplify ptc_temperature_write()
 2026-07-02 16:02 UTC 

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-02 16:08 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for "

[GIT PULL] Networking for v7.2-rc2
 2026-07-02 16:07 UTC  (2+ messages)

[GIT PULL] MFD fixes for v7.2
 2026-07-02 16:07 UTC  (2+ messages)

[GIT PULL] hwmon fixes for v7.2-rc2
 2026-07-02 16:07 UTC  (2+ messages)

[PATCH] vfio/listener: Only warn on misalignment for VFIO-owned regions
 2026-07-02 16:06 UTC 

[PATCH v2] dt-bindings: display: verisilicon,dc: make resets non-optional
 2026-07-02 16:06 UTC  (2+ messages)

[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-07-02 16:05 UTC  (5+ messages)
` [PATCH v2 1/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v2 2/4] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v2 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH] fb: omap2: dsi: do not copy isr table
 2026-07-02 16:05 UTC  (2+ messages)

[PATCH 0/3] watchdog: rzv2h: Convert WDTDCR handling to regmap
 2026-07-02 16:04 UTC  (4+ messages)
` [PATCH 1/3] watchdog: rzv2h: Refactor WDTDCR start/stop handling
` [PATCH 2/3] watchdog: rzv2h: Convert WDTDCR handling to regmap
` [PATCH 3/3] watchdog: rzv2h: Drop WDTRCR_RSTIRQS macro

[PATCH v2] leds: pwm: Annotate leds[] with __counted_by()
 2026-07-02 16:04 UTC  (2+ messages)

[PATCH v4 00/25] Introduce enablemenant of dom0less
 2026-07-02 16:04 UTC  (8+ messages)
` [PATCH v4 21/25] xen/riscv: implement IRQ routing for device passthrough


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.