All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-03 13:04:51 to 2023-08-03 13:34:35 UTC [more...]

[PATCH] mm/mm_init: use helper macro BITS_PER_LONG
 2023-08-03 13:33 UTC  (3+ messages)

[PATCH -next 00/29] md: synchronize io with array reconfiguration
 2023-08-03 13:29 UTC  (14+ messages)
` [PATCH -next 01/29] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
` [PATCH -next 02/29] md: use 'mddev->suspended' for is_md_suspended()
` [PATCH -next 03/29] md: add new helpers to suspend/resume array
` [PATCH -next 04/29] md: add new helpers to suspend/resume and lock/unlock array
` [PATCH -next 05/29] md: use new apis to suspend array for suspend_lo/hi/store()
` [PATCH -next 06/29] md: use new apis to suspend array for level_store()
` [PATCH -next 07/29] md: use new apis to suspend array for serialize_policy_store()
` [PATCH -next 09/29] md/md-bitmap: use new apis to suspend array for location_store()
` [PATCH -next 10/29] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
` [PATCH -next 11/29] md/raid5-cache: use new apis to suspend array for r5c_disable_writeback_async()
` [PATCH -next 13/29] md/raid5: use new apis to suspend array for raid5_store_stripe_size()
` [PATCH -next 14/29] md/raid5: use new apis to suspend array for raid5_store_skip_copy()
` [PATCH -next 15/29] md/raid5: use new apis to suspend array for raid5_store_group_thread_cnt()

[RFC 0/6] Hyperlaunch domain roles and capabilities
 2023-08-03 13:33 UTC  (6+ messages)
` [RFC 1/6] dom0: replace explict zero checks

[PATCH v1 0/8] Xilinx Versal CFI support
 2023-08-03 13:32 UTC  (3+ messages)
` [PATCH v1 2/8] hw/misc: Introduce a model of Xilinx Versal's CFU_APB

[PATCH] rtc: rtc-pm8xxx: control default alarm wake up capability
 2023-08-03 13:31 UTC  (5+ messages)

more blkdev_get and holder work
 2023-08-03 13:33 UTC  (20+ messages)
` [PATCH 06/12] fs: use the super_block as holder when mounting file systems
    ` [f2fs-dev] "
` [PATCH 07/12] fs: stop using get_super in fs_mark_dead
    ` [f2fs-dev] "
` [PATCH 08/12] fs: export fs_holder_ops
    ` [f2fs-dev] "
` [PATCH 09/12] ext4: drop s_umount over opening the log device
    ` [f2fs-dev] "
` [PATCH 10/12] ext4: use fs_holder_ops for "
  ` [f2fs-dev] "

[PATCH -next] interconnect: fix error handling in qnoc_probe()
 2023-08-03 13:05 UTC 

[Intel-gfx] [PATCH] drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' test
 2023-08-03 13:28 UTC  (2+ messages)

[PATCH -next 0/7] md: initialize 'active_io' while allocating
 2023-08-03 13:27 UTC  (8+ messages)
` [PATCH -next 1/7] md: initialize 'active_io' while allocating mddev
` [PATCH -next 2/7] md: initialize 'writes_pending' "
` [PATCH -next 3/7] md: don't rely on 'mddev->pers' to be set in mddev_suspend()
` [PATCH -next 4/7] md-bitmap: remove the checking of 'pers->quiesce' from location_store()
` [PATCH -next 5/7] md-bitmap: suspend array earlier in location_store()
` [PATCH -next 6/7] md: don't check 'mddev->pers' from suspend_hi_store()
` [PATCH -next 7/7] md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()

[PATCH v3 net-next 0/5] selftests: openvswitch: add flow programming cases
 2023-08-03 13:30 UTC  (3+ messages)

[PATCH RESEND] riscv: Fix local irq restore when flags indicates irq disabled
 2023-08-03 13:28 UTC  (2+ messages)

[PATCH v4 1/1] drm/i915: Move abs_diff() to math.h
 2023-08-03 13:19 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v9 00/10] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-08-03 13:28 UTC  (4+ messages)
` [PATCH v9 10/10] serial: sc16is7xx: improve comments about variants

Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
 2023-08-03 13:28 UTC  (2+ messages)

[PATCH v6] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-03 13:27 UTC  (4+ messages)

[RESEND 0/1] Add ptest support for libexif
 2023-08-03 13:29 UTC  (2+ messages)
` [RESEND 1/1] libexif: add ptest support

[PATCH -next 00/13] md: make rdev addition and removal independent from daemon thread
 2023-08-03 13:24 UTC  (14+ messages)
` [PATCH -next 01/13] md: remove rdev flag 'RemoveSynchronized'
` [PATCH -next 02/13] md: factor out a helper rdev_removeable() from remove_and_add_spares()
` [PATCH -next 03/13] md: factor out a helper rdev_is_spare() "
` [PATCH -next 04/13] md: factor out a helper rdev_addable() "
` [PATCH -next 05/13] md: factor out a helper hot_remove_rdev() "
` [PATCH -next 06/13] md: factor out a helper hot_add_rdev() "
` [PATCH -next 07/13] md: factor out a helper remove_rdev() from state_store()
` [PATCH -next 08/13] md: convert to use hot_remove_rdev() to hot remove one rdev
` [PATCH -next 09/13] md: convert to use hot_add_rdev() to hot add "
` [PATCH -next 10/13] md: cleanup remove_and_add_spares()
` [PATCH -next 11/13] md: use separate work_struct for md_start_sync()
` [PATCH -next 12/13] md: delay choosing sync direction to md_start_sync()
` [PATCH -next 13/13] md: delay remove_and_add_spares() for read only array "

[PATCH] include/gpiod.h: Fixed path in error string
 2023-08-03 13:26 UTC  (2+ messages)

[PATCH v8 0/8] Add dynamic connector selection mechanism
 2023-08-03 13:27 UTC  (13+ messages)
` [PATCH v8 2/8] drm/mediatevk: Add crtc path enum for all_drm_priv array
` [PATCH v8 3/8] drm/mediatek: Fix using wrong drm private data to bind mediatek-drm
` [PATCH v8 4/8] drm/mediatek: Add encoder_index function to mtk_ddp_comp_funcs

[PATCH] pinctrl: stm32: set default gpio line names using pin names
 2023-08-03 13:26 UTC  (4+ messages)

[Intel-wired-lan] [PATCH iwl-net] ice: Block switchdev mode when ADQ is acvite and vice versa
 2023-08-03 13:26 UTC  (5+ messages)
  `  "

[PATCH v1 net-next 0/4] Packet classify by matching against SPI
 2023-08-03 13:25 UTC  (5+ messages)
` [PATCH v1 net-next 2/4] tc: flower: support for SPI

[RFC PATCH net-next 0/6] net/smc: serveral features's implementation for smc v2.1
 2023-08-03 13:24 UTC  (7+ messages)
` [RFC PATCH net-next 1/6] net/smc: support smc release version negotiation in clc handshake
` [RFC PATCH net-next 2/6] net/smc: add vendor unique experimental options area "
` [RFC PATCH net-next 3/6] net/smc: support smc v2.x features validate
` [RFC PATCH net-next 4/6] net/smc: support max connections per lgr negotiation
` [RFC PATCH net-next 5/6] net/smc: support max links per lgr negotiation in clc handshake
` [RFC PATCH net-next 6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute

[PATCH] loader/i386/linux: Prefer entry in long mode when booting via EFI
 2023-08-03 13:24 UTC 

[PATCH v3 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-08-03 13:24 UTC  (5+ messages)
` [PATCH v3 2/2] dmaengine: ls2x-apb: new driver for the Loongson LS2X APB DMA controller

Copyright for erofs.5
 2023-08-03 13:23 UTC  (5+ messages)

[PATCH 00/15] Introduce /dev/mshv drivers
 2023-08-03 13:23 UTC  (5+ messages)
` [PATCH 12/15] Documentation: Reserve ioctl number for mshv driver

[PATCH v3 net 0/2] update stmmac fix_mac_speed
 2023-08-03 13:08 UTC  (12+ messages)
` [PATCH v3 net 2/2] net: stmmac: dwmac-imx: pause the TXC clock in fixed-link
    ` [EXT] "

[PATCH] fsync.2: no writability requirements, must operate on directories
 2023-08-03 13:22 UTC  (2+ messages)

[PATCH v6 00/38] New page table range API
 2023-08-03 13:22 UTC  (4+ messages)
` [PATCH v6 01/38] minmax: Add in_range() macro

[PATCH v3 0/6] Add nRF51 DETECT signal with test
 2023-08-03 13:21 UTC  (2+ messages)

[PATCH] net/ethernet/realtek: Add Realtek automotive PCIe driver
 2023-08-03 13:20 UTC  (3+ messages)

[RFC PATCH] env: Export environment config to OS devicetree
 2023-08-03 13:21 UTC  (4+ messages)

[PATCH v7 00/10] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-03 13:20 UTC  (7+ messages)
` [PATCH v7 01/10] KVM: arm64: Allow userspace to get the writable masks for feature ID registers

[PATCH 1/1] perf script python: Cope with declarations after statements found in Python.h
 2023-08-03 13:21 UTC  (3+ messages)

[PATCH net-next v2] net/mlx4: Remove many unnecessary NULL values
 2023-08-03 13:20 UTC  (2+ messages)

[PATCH 0/3] support large folio for mlock
 2023-08-03 13:20 UTC  (5+ messages)
` [PATCH 1/3] mm: add functions folio_in_range() and folio_within_vma()

[RFC PATCH] arm/gicv2: make GICv2 driver and vGICv2 optional
 2023-08-03 13:19 UTC  (4+ messages)

[PATCH bpf-next v8 0/4] bpf: Force to MPTCP
 2023-08-03 13:18 UTC  (6+ messages)
` [PATCH bpf-next v8 1/4] bpf: Add update_socket_protocol hook

[PATCH v8 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-08-03 13:19 UTC  (13+ messages)
` [PATCH v8 02/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v8 03/14] dmaengine: idxd: Export drv_enable/disable and related functions
` [PATCH v8 04/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v8 05/14] dmaengine: idxd: Export wq resource "
` [PATCH v8 06/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v8 07/14] dmaengine: idxd: add callback support for iaa crypto

[PATCH] ASoC: fsl: micfil: Use dual license micfil code
 2023-08-03 13:18 UTC  (3+ messages)

WARNING in try_grab_page
 2023-08-03 13:19 UTC  (2+ messages)

[PATCH v2 0/2] seqlock,mm: lockdep annotation + write_seqlock_irqsave()
 2023-08-03 13:18 UTC  (11+ messages)
` [PATCH v2 1/2] seqlock: Do the lockdep annotation before locking in do_write_seqcount_begin_nested()

[RFC/RFT][PATCH v1 0/2] cpuidle: teo: Do not check timers unconditionally every time
 2023-08-03 13:18 UTC  (2+ messages)

[PATCH v6 0/7] Changed path filter hash fix and version bump
 2023-08-03 13:18 UTC  (5+ messages)

[PATCH v5 00/32] media: ov2680: Bugfixes + ACPI + selection(crop-tgt) API support
 2023-08-03 13:15 UTC  (3+ messages)
` [PATCH v5 17/32] media: ov2680: Add support for ACPI enumeration

[virtio-comment] [RFC] virtio-net: support access and control the member devices
 2023-08-03 13:15 UTC  (13+ messages)
` [virtio-comment] "
    ` [virtio-comment] "
      ` [virtio-comment] "
        ` [virtio-comment] "
          ` [virtio-comment] "
            ` [virtio-comment] "
              ` [virtio-comment] "
                ` [virtio-comment] "
                    ` [virtio-dev] "

[PATCH -next] clk: qcom: lcc-msm8960: change pxo_parent_data to static
 2023-08-03 13:07 UTC  (2+ messages)

[PATCH 0/2] Rebranding dom0less to hyperlaunch part 1
 2023-08-03 13:14 UTC  (6+ messages)
` [PATCH 2/2] fdt: make fdt handling reusable across arch

[PATCHSET 0/3] xfs: maintainer transition for 6.6
 2023-08-03 13:07 UTC  (3+ messages)
` [PATCH 3/3] MAINTAINERS: add Chandan Babu as XFS release manager

[PATCH 1/2] treewide: rework linker symbol declarations in sections header
 2023-08-03 13:13 UTC  (4+ messages)
` [PATCH 2/2] treewide: unify the linker symbol reference format

[PATCH 0/2] treewide: rework linker symbol declarations and references
 2023-08-03 13:13 UTC  (2+ messages)

[PATCH net-next 0/2] eth: bnxt: fix a couple of W=1 C=1 warnings
 2023-08-03 13:08 UTC  (3+ messages)
` [PATCH net-next 1/2] eth: bnxt: fix one of the W=1 warnings about fortified memcpy()

[PATCH] sunxi: MAINTAINERS: drop myself
 2023-08-03 13:13 UTC  (2+ messages)

[PATCH v3 5/9] board_f: Fix corruption of relocaddr
 2023-08-03 13:13 UTC  (4+ messages)

[PATCH] console: generalize the ability for domU access
 2023-08-03 13:12 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 1/2] net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
 2023-08-03 13:04 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 2/2] powerpc/kasan: Disable KCOV in KASAN code

[PATCH AUTOSEL 4.19] net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
 2023-08-03 13:05 UTC 

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-03 13:11 UTC  (9+ messages)

[PATCH AUTOSEL 5.15 1/3] net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
 2023-08-03 13:04 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 2/3] powerpc/kasan: Disable KCOV in KASAN code
` [PATCH AUTOSEL 5.15 3/3] ring-buffer: Do not swap cpu_buffer during resize process

[PATCH] rebase --skip: fix commit message clean up when skipping squash
 2023-08-03 13:09 UTC 

[RFC PATCH v6 0/5] fix task state report from sched tracepoint
 2023-08-03 13:09 UTC  (4+ messages)
` [RFC PATCH v6 4/5] sched, tracing: add to report task state in symbolic chars

[PATCH v6 0/6] soc: qcom: llcc: Add support for QDU1000/QRU1000
 2023-08-03 13:09 UTC  (5+ messages)
` [PATCH v6 2/6] soc: qcom: llcc: Refactor llcc driver to support multiple configuration
` [PATCH v6 6/6] soc: qcom: llcc: Add QDU1000 and QRU1000 LLCC support

[PATCH v7 00/14] linux-user: brk fixes
 2023-08-03 13:11 UTC  (2+ messages)

[virtio-comment] [PATCH requirements 0/7] virtio net new features requirements
 2023-08-03 13:11 UTC  (10+ messages)
` [virtio-comment] [PATCH requirements 5/7] net-features: Add n-tuple receive flow filters requirements
  ` [virtio-comment] "
          ` [virtio-comment] Re: [virtio] "
  ` [virtio-comment] "

[PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
 2023-08-03 13:10 UTC  (2+ messages)

[RFC] ethdev: add calcualte hash function
 2023-08-03 13:10 UTC 

[PATCH net-next] udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES
 2023-08-03 13:10 UTC  (2+ messages)

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-03 13:05 UTC  (7+ messages)
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem

[PATCH V2 0/1] pmem: set QUEUE_FLAG_NOWAIT
 2023-08-03 13:11 UTC  (10+ messages)
` [PATCH V2 1/1] "

[PATCH -next v3] drm/i2c: tda998x: remove redundant CONFIG_OF and of_match_ptr()
 2023-08-03 13:09 UTC  (2+ messages)

[PATCH v1 0/7] ACPI: thermal: Use trip point table to register thermal zones
 2023-08-03 13:06 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] thermal: core: Add mechanism for connecting trips with driver data

[PATCH v2 0/6] rebase -i: impove handling of failed commands
 2023-08-03 13:06 UTC  (4+ messages)
` [PATCH v3 0/7] "

[PATCH AUTOSEL 6.1 1/4] net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
 2023-08-03 13:04 UTC  (5+ messages)
` [PATCH AUTOSEL 6.1 2/4] powerpc/kasan: Disable KCOV in KASAN code
` [PATCH AUTOSEL 6.1 3/4] Bluetooth: MGMT: Use correct address for memcpy()
` [PATCH AUTOSEL 6.1 4/4] ring-buffer: Do not swap cpu_buffer during resize process

[PATCH] mm/page_alloc: remove unneeded variable base
 2023-08-03 13:08 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins
 2023-08-03 13:05 UTC 

[PATCH] sound: core: fix device ownership model in card and pcm
 2023-08-03 13:06 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 1/3] net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
 2023-08-03 13:04 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 2/3] powerpc/kasan: Disable KCOV in KASAN code
` [PATCH AUTOSEL 5.10 3/3] ring-buffer: Do not swap cpu_buffer during resize process

[PATCH -next] mm: use helper function put_resv_map()
 2023-08-03 13:06 UTC  (3+ messages)

[PATCH trivial for-8.1] stubs/colo.c: spelling
 2023-08-03 13:07 UTC 

[PATCH AUTOSEL 4.14] net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
 2023-08-03 13:05 UTC 

[PATCH AUTOSEL 6.4 1/4] net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb
 2023-08-03 13:04 UTC  (5+ messages)
` [PATCH AUTOSEL 6.4 2/4] powerpc/kasan: Disable KCOV in KASAN code
` [PATCH AUTOSEL 6.4 3/4] Bluetooth: MGMT: Use correct address for memcpy()
` [PATCH AUTOSEL 6.4 4/4] ring-buffer: Do not swap cpu_buffer during resize process

[Intel-gfx] [PATCH v6 0/8] Add DSC PPS readout
 2023-08-03 13:03 UTC  (9+ messages)
` [Intel-gfx] [PATCH v6 1/8] drm/i915/vdsc: Refactor dsc register field macro
` [Intel-gfx] [PATCH v6 2/8] drm/i915/vdsc: Add a check for dsc split cases
` [Intel-gfx] [PATCH v6 3/8] drm/i915/vdsc: Add func to get no. of vdsc instances per pipe
` [Intel-gfx] [PATCH v6 4/8] drm/i915/vdsc: Add function to read any PPS register
` [Intel-gfx] [PATCH v6 5/8] drm/i915/vdsc: Add function to write in "
` [Intel-gfx] [PATCH v6 6/8] drm/i915/vdsc: Remove unused dsc registers
` [Intel-gfx] [PATCH v6 7/8] drm/i915/vdsc: Fill the intel_dsc_get_pps_config function
` [Intel-gfx] [PATCH v6 8/8] drm/i915/display: Compare the readout dsc pps params

[PATCH] target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()
 2023-08-03 13:04 UTC  (5+ messages)

[PATCH AUTOSEL 4.14] scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()
 2023-08-03 13:04 UTC 

[PATCH AUTOSEL 4.19] scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()
 2023-08-03 13:03 UTC 

[PATCH AUTOSEL 5.4 1/2] scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()
 2023-08-03 13:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 2/2] HID: logitech-hidpp: Add wired USB id for Logitech G502 Lightspeed

[PATCH AUTOSEL 5.10 1/2] scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()
 2023-08-03 13:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] HID: logitech-hidpp: Add wired USB id for Logitech G502 Lightspeed


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.