All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-20 17:19:30 to 2024-06-20 17:58:57 UTC [more...]

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 17:57 UTC  (36+ messages)
` [PATCH v4 03/40] lib/sbitmap; optimize __sbitmap_get_word() by using find_and_set_bit()
` [PATCH v4 04/40] watch_queue: optimize post_one_notification() by using find_and_clear_bit()
` [PATCH v4 05/40] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
` [PATCH v4 06/40] mips: sgi-ip30: optimize heart_alloc_int() by using find_and_set_bit()
` [PATCH v4 07/40] sparc: optimize alloc_msi() "
` [PATCH v4 08/40] perf/arm: use atomic find_bit() API
` [PATCH v4 10/40] dmaengine: idxd: optimize perfmon_assign_event()
` [PATCH v4 11/40] ath10k: optimize ath10k_snoc_napi_poll()
` [PATCH v4 12/40] wifi: rtw88: optimize the driver by using atomic iterator
` [PATCH v4 13/40] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
` [PATCH v4 14/40] PCI: hv: Optimize hv_get_dom_num() by using find_and_set_bit()
` [PATCH v4 15/40] scsi: core: optimize scsi_evt_emit() by using an atomic iterator
` [PATCH v4 16/40] scsi: mpi3mr: optimize the driver by using find_and_set_bit()
` [PATCH v4 17/40] scsi: qedi: optimize qedi_get_task_idx() "
` [PATCH v4 18/40] powerpc: optimize arch code by using atomic find_bit() API
` [PATCH v4 19/40] iommu: optimize subsystem "
` [PATCH v4 20/40] media: radio-shark: optimize the driver "
` [PATCH v4 21/40] sfc: "
` [PATCH v4 22/40] tty: nozomi: optimize interrupt_handler()
` [PATCH v4 23/40] usb: cdc-acm: optimize acm_softint()
` [PATCH v4 24/40] RDMA/rtrs: optimize __rtrs_get_permit() by using find_and_set_bit_lock()
` [PATCH v4 25/40] mISDN: optimize get_free_devid()
` [PATCH v4 26/40] media: em28xx: cx231xx: optimize drivers by using find_and_set_bit()
` [PATCH v4 27/40] ethernet: rocker: optimize ofdpa_port_internal_vlan_id_get()
` [PATCH v4 28/40] bluetooth: optimize cmtp_alloc_block_id()
` [PATCH v4 29/40] net: smc: optimize smc_wr_tx_get_free_slot_index()
` [PATCH v4 31/40] m68k: optimize get_mmu_context()
` [PATCH v4 32/40] microblaze: "
` [PATCH v4 33/40] sh: mach-x3proto: optimize ilsel_enable()
` [PATCH v4 34/40] MIPS: sgi-ip27: optimize alloc_level()
` [PATCH v4 35/40] uprobes: optimize xol_take_insn_slot()
` [PATCH v4 36/40] scsi: sr: drop locking around SR index bitmap
` [PATCH v4 37/40] KVM: PPC: Book3s HV: drop locking around kvmppc_uvmem_bitmap
` [PATCH v4 38/40] wifi: mac80211: drop locking around ntp_fltr_bmap

[PATCH] drm/amd/display: Remove redundant code and semicolons
 2024-06-20 17:43 UTC  (7+ messages)

[PATCH] mingw: drop bogus (and unneeded) declaration of `_pgmptr`
 2024-06-20 17:58 UTC  (3+ messages)

[Patch v4 00/10] Add audio support for LPC32XX CPUs
 2024-06-20 17:56 UTC  (2+ messages)
` [Patch v4 01/10] dt-bindings: dma: pl08x: Add dma-cells description

[PATCH v3 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-06-20 17:56 UTC  (8+ messages)
` [PATCH v3 1/6] virtio: Add bool to VirtQueueElement
` [PATCH v3 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
` [PATCH v3 3/6] virtio: virtqueue_ordered_fill "
` [PATCH v3 4/6] virtio: virtqueue_ordered_flush "
` [PATCH v3 5/6] vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
  ` [PATCH v3 5/6] vhost, vhost-user: "
` [PATCH v3 6/6] virtio: Add VIRTIO_F_IN_ORDER property definition

[PATCH net-next 0/6] net: ethtool: reduce RTNL pressure in dev_ethtool()
 2024-06-20 17:58 UTC  (4+ messages)
` [PATCH net-next 6/6] net: ethtool: add the ability to run ethtool_[gs]et_rxnfc() without RTNL

[PATCHSET sched_ext/for-6.11] sched_ext: Integrate with schedutil
 2024-06-20 17:57 UTC  (5+ messages)
` [PATCH 1/2] cpufreq_schedutil: Refactor sugov_cpu_is_busy()

[PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack
 2024-06-20 17:57 UTC  (4+ messages)
` [RESEND, BUG, SIGSEGV CRASH] (Re: [PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack)
  ` [PATCH] fetch-pack: fix segfault when fscking without --lock-pack

[PATCH v1] cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missing
 2024-06-20 17:57 UTC  (2+ messages)

[PATCH V4] rcutorture: Add CFcommon.arch for the various arch's need
 2024-06-20 17:57 UTC  (2+ messages)

[PATCH v5 0/8] KVM: arm64: Add support for hypervisor kCFI
 2024-06-20 17:56 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2024-06-20 17:56 UTC 

[PATCH v2 2/2] leds: Add LED1202 I2C driver
 2024-06-20 17:55 UTC  (2+ messages)

[PATCH v2 1/2] translators: support 6.10
 2024-06-20 17:55 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v7 0/1] nvme: queue-depth multipath iopolicy
 2024-06-20 17:54 UTC  (4+ messages)
` [PATCH v7 1/1] nvme-multipath: implement "queue-depth" iopolicy

[PATCH next 0/2] rockchip: theobroma: use HTTPS for git URLs and drop RK3368 Lion support
 2024-06-20 17:53 UTC  (6+ messages)
` [PATCH next 2/2] rockchip: remove support for Theobroma Systems RK3368 Lion

[PATCH] cpufreq: update to sysfs_emit for safer buffer handling
 2024-06-20 17:53 UTC  (3+ messages)

[PATCH v10 0/2] wifi: mwifiex: add code to support host mlme
 2024-06-20 17:53 UTC  (9+ messages)
` [PATCH v10 1/2] wifi: mwifiex: add host mlme for client mode
    ` [EXT] "

[PATCH] UAPI: Make virtio_ring.h C++ friendly
 2024-06-20 17:52 UTC 

[PATCH 1/3] powerpc/pseries: Macros and wrapper functions for H_HTM call
 2024-06-20 17:46 UTC  (3+ messages)
` [PATCH 2/3] powerpc/pseries: Export hardware trace macro dump via debugfs
` [PATCH 3/3] powerpc: Document details on H_HTM hcall

[PATCH v2 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-06-20 17:48 UTC  (13+ messages)
` [PATCH v2 01/11] dt-bindings: clock: mobileye,eyeq5-clk: drop bindings
` [PATCH v2 03/11] dt-bindings: soc: mobileye: add EyeQ OLB system controller
` [PATCH v2 06/11] mfd: olb: Add support for Mobileye OLB system-controller

[PATCH 0/5] Error handling fixes
 2024-06-20 17:46 UTC  (5+ messages)
` [PATCH 4/5] btrfs: qgroup: preallocate memory before adding a relation
    ` [PATCH v2] "

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-06-20 17:46 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 4/7] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests PATCH v3 5/7] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)

[PATCH] Documentation: CXL Maturity Map
 2024-06-20 17:45 UTC  (4+ messages)

[PATCH v2] smack: unix sockets: fix accept()ed socket label
 2024-06-20 17:42 UTC  (2+ messages)

[PATCH v2] locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers
 2024-06-20 17:41 UTC 

[PATCH v2 0/4] MIPS: Enable ARCH_SUPPORTS_ATOMIC_RMW
 2024-06-20 17:41 UTC  (5+ messages)
` [PATCH v2 2/4] MIPS: Introduce config options for LLSC availability

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-20 17:41 UTC  (9+ messages)

[PATCH] arm64: Kconfig: fix typo in __builtin_return_adddress
 2024-06-20 17:40 UTC 

[PATCH] net/mlx5: Lag, Remove NULL check before dev_{put, hold}
 2024-06-20 17:40 UTC  (2+ messages)

[PATCH v5 00/10] KVM: arm64: Allow userspace to modify CTR_EL0
 2024-06-20 17:39 UTC  (2+ messages)

[PATCH v2 2/4] media: rockchip: Introduce the rkvdec2 driver
 2024-06-20 17:38 UTC  (3+ messages)

[PATCH v2 0/5] mfd: stm32-timers: Make register definition more flexible
 2024-06-20 17:38 UTC  (5+ messages)
` [PATCH v2 3/5] counter: stm32-timer-cnt: Use TIM_DIER_CCxIE(x) instead of TIM_DIER_CCxIE(x)

[PATCH 0/6] host/i386: allow configuring the x86-64 baseline
 2024-06-20 17:37 UTC  (5+ messages)
` [PATCH 6/6] meson: require compiler support for chosen x86-64 instructions

[PATCH] usb: misc: onboard_usb_dev: Add match function
 2024-06-20 17:37 UTC  (2+ messages)

[PATCH v2 0/3] Improve interactive shell output gathering and logging
 2024-06-20 17:36 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] dts: Improve output gathering in interactive shells
  ` [PATCH v4 2/3] dts: Add missing docstring from XML-RPC server
  ` [PATCH v4 3/3] dts: Improve logging for interactive shells

[PATCH v3 0/9] misc: introduce STATUS LED activity function
 2024-06-20 17:36 UTC  (2+ messages)

[ACPI Code First ECN] "Extended-linear" addressing for direct-mapped memory-side caches
 2024-06-20 17:37 UTC  (4+ messages)

[PATCH] backlight: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-06-20 17:36 UTC  (2+ messages)
` (subset) "

[PATCH v7] drm/i915/panelreplay: Panel replay workaround with VRR
 2024-06-20 17:35 UTC  (3+ messages)

[PATCH v1 0/2] "usb: gadget: u_ether: revert netif_device_detach change
 2024-06-20 17:35 UTC  (3+ messages)
` [PATCH v1 1/2] Revert "usb: gadget: u_ether: Re-attach netif device to mirror detachment"

[PATCH v14 00/14] Support blob memory and venus on qemu
 2024-06-20 17:34 UTC  (3+ messages)

How to use designware-root-port and designware-root-host devices ?
 2024-06-20 17:34 UTC  (2+ messages)

[PATCH 00/17] netfs, cifs: Miscellaneous fixes and read/write improvements
 2024-06-20 17:31 UTC  (36+ messages)
` [PATCH 01/17] netfs: Fix io_uring based write-through
` [PATCH 02/17] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 03/17] netfs: Fix early issue of write op on partial write to folio tail
` [PATCH 04/17] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 05/17] netfs: Record contention stats for writeback lock
` [PATCH 06/17] 9p: Enable multipage folios
` [PATCH 07/17] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 08/17] netfs: Delete some xarray-wangling functions that aren't used
` [PATCH 09/17] cifs: Defer read completion
` [PATCH 10/17] cifs: Only pick a channel once per read request
` [PATCH 11/17] cifs: Move the 'pid' from the subreq to the req
` [PATCH 12/17] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 13/17] mm: Define struct sheaf and ITER_SHEAF to handle a sequence of folios
` [PATCH 14/17] netfs: Use new sheaf data type and iterator instead of xarray iter
` [PATCH 15/17] netfs: Simplify the writeback code
` [PATCH 16/17] afs: Make read subreqs async
` [PATCH 17/17] netfs: Speed up buffered reading

[PATCH v1 0/3] Add AP6275P wireless support
 2024-06-20 17:33 UTC  (3+ messages)

next/pending-fixes baseline: 81 runs, 2 regressions (v6.10-rc4-318-gc7e7720403303)
 2024-06-20 17:33 UTC 

[PATCH v2] sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
 2024-06-20 17:32 UTC 

[RESEND PATCH v6 0/4] Add features to an existing driver
 2024-06-20 17:32 UTC  (9+ messages)
` [RESEND PATCH v6 2/4] media: chips-media: wave5: Support runtime suspend/resume

[PATCH v1 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
 2024-06-20 17:31 UTC  (3+ messages)

[PATCH 6.1 000/217] 6.1.95-rc1 review
 2024-06-20 17:32 UTC  (2+ messages)

[PATCH] drm/msm: log iommu init failure
 2024-06-20 17:32 UTC  (4+ messages)

[PATCH v2] mm: optimize the redundant loop of mm_update_next_owner()
 2024-06-20 17:30 UTC  (2+ messages)

[PATCH v3 0/9] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-06-20 17:31 UTC  (10+ messages)
` [PATCH v3 1/9] Revert "dt-bindings: clock: mobileye,eyeq5-clk: add bindings"
` [PATCH v3 2/9] Revert "dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v3 3/9] Revert "dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v3 4/9] dt-bindings: soc: mobileye: add EyeQ OLB system controller
` [PATCH v3 5/9] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flag
` [PATCH v3 6/9] clk: eyeq: add driver
` [PATCH v3 7/9] reset: eyeq: add platform driver
` [PATCH v3 8/9] pinctrl: eyeq5: "
` [PATCH v3 9/9] MIPS: mobileye: eyeq5: add OLB system-controller node

[PATCH 0/9] Adapt the driver to boot on the VF device
 2024-06-20 17:31 UTC  (5+ messages)
` [PATCH 2/9] drm/xe/vf: Don't run any save-restore RTP actions if VF
` [PATCH 3/9] drm/xe/vf: Don't apply tile workarounds "

[PATCH net-next] net: stmmac: unexport stmmac_pltfr_init/exit()
 2024-06-20 17:31 UTC  (2+ messages)

[PATCH v4 0/9] misc: introduce STATUS LED activity function
 2024-06-20 17:31 UTC  (3+ messages)
` [PATCH v4 4/9] led: status_led: add warning when an invalid Status LED ID is used

[PATCH v6 00/20] leds: leds-lp55xx: overhaul driver
 2024-06-20 17:30 UTC  (4+ messages)

[PATCH] usb: typec: ucsi: UCSI2.0 Get Error Status changes
 2024-06-20 17:30 UTC  (2+ messages)

[PATCH] powerpc/pseries: Whitelist dtl slub object for copying to userspace
 2024-06-20 17:28 UTC  (4+ messages)

[syzbot] [netfilter?] [usb?] INFO: rcu detected stall in NF_HOOK
 2024-06-20 17:29 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx10: handle SDMA in KIQ map/unmap
 2024-06-20 17:29 UTC 

[PATCH] drm/msm/adreno: Add A306A support
 2024-06-20 17:28 UTC  (3+ messages)

[PATCH v15 00/17] Add OA functionality to Xe
 2024-06-20 17:28 UTC  (3+ messages)
` [PATCH 03/17] drm/xe/oa/uapi: Add OA data formats

[PATCH 0/2] cat-file related doc and test
 2024-06-20 17:28 UTC  (7+ messages)
` [PATCH 2/2] t9700: ensure cat-file info isn't buffered by default
    ` [PATCH v2 2/2] t1006: "

[PATCH] drm/ttm/pool: Revert to clear-on-alloc to honor TTM_TT_FLAG_ZERO_ALLOC
 2024-06-20 17:28 UTC  (4+ messages)
` ✓ CI.Build: success for "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "

[BUG] printk/nbcon.c: watchdog BUG: softlockup - CPU#x stuck for 78s
 2024-06-20 17:27 UTC  (5+ messages)

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-06-20 17:26 UTC  (8+ messages)

[PATCH net-next 0/3] net: dsa: qca8k: cleanup and port isolation
 2024-06-20 17:25 UTC  (4+ messages)
` [PATCH net-next 1/3] net: dsa: qca8k: do not write port mask twice in bridge join/leave
` [PATCH net-next 2/3] net: dsa: qca8k: factor out bridge join/leave logic
` [PATCH net-next 3/3] net: dsa: qca8k: add support for bridge port isolation

FYI: path walking optimizations pending for 6.11
 2024-06-20 17:25 UTC  (3+ messages)

[PATCH 0/8] Add Battery and USB Supply for AXP717
 2024-06-20 17:25 UTC  (3+ messages)
` [PATCH 4/8] mfd: axp20x: Add ADC, BAT, and USB cells "

[PATCH v3 0/3] Userspace controls soft-offline pages
 2024-06-20 17:25 UTC  (4+ messages)
` [PATCH v3 3/3] docs: mm: add enable_soft_offline sysctl

[PATCH] pager: die when paging to non-existing command
 2024-06-20 17:25 UTC 

KernelSIG / Devsec call cancelled June 20th and July 5th
 2024-06-20 17:25 UTC 

[PATCH for-4.19] xen/arch: Centralise __read_mostly and __ro_after_init
 2024-06-20 17:25 UTC  (3+ messages)

[PATCH 2/2] drm/panel-xinpeng-xpp055c272: add check for mipi_dsi_dcs_enter_sleep_mode
 2024-06-20 17:25 UTC  (2+ messages)

[PATCH 1/2] drm/panel: ltk050h3146w: add check for mipi_dsi_dcs_enter_sleep_mode
 2024-06-20 17:23 UTC  (2+ messages)

[GSoC][PATCH v4 0/7] ref consistency check infra setup
 2024-06-20 17:24 UTC  (3+ messages)
` [GSoC][PATCH v4 1/7] fsck: add refs check interfaces to interact with fsck error levels

[PATCH] Fix default font scaling
 2024-06-20 17:24 UTC  (4+ messages)

[PATCH v2] cpupower: Change the var type of the 'monitor' subcommand display mode
 2024-06-20 17:23 UTC  (2+ messages)

[boot-wrapper 0/7] Add Armv8-R AArch64 support
 2024-06-20 17:22 UTC  (3+ messages)
` [boot-wrapper 5/7] aarch64: Introduce EL2 boot code for Armv8-R AArch64

[PATCH v2] cpupower: Remove absent 'v' parameter from monitor man page
 2024-06-20 17:22 UTC  (2+ messages)

[PATCH v3 0/2] rcar-vin: Add support for R-Car V4M
 2024-06-20 17:22 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: media: renesas,vin: Add binding for V4M

[PATCH v2 00/14] hw: define and enforce a standard lifecycle for versioned machines
 2024-06-20 17:18 UTC  (3+ messages)
` [PATCH v2 09/14] include/hw: temporarily disable deletion of versioned machine types

[PATCH net] openvswitch: get related ct labels from its master if it is not confirmed
 2024-06-20 17:14 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.10-rc5
 2024-06-20 17:20 UTC 

[PATCH net-next v2] wifi: mt76: un-embedd netdev from mt76_dev
 2024-06-20 17:19 UTC  (2+ messages)

[PATCH v2 00/19] Add support for the LAN966x PCI device using a DT overlay
 2024-06-20 17:19 UTC  (5+ messages)
` [PATCH v2 18/19] mfd: Add support for LAN966x PCI device


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.