public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-20 16:25:59 to 2024-06-20 17:58:53 UTC [more...]

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 17:57 UTC  (38+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [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 09/40] drivers/perf: optimize ali_drw_get_counter_idx() by using find_and_set_bit()
` [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 30/40] ALSA: use atomic find_bit() functions where applicable
` [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 00/10] Add audio support for LPC32XX CPUs
 2024-06-20 17:56 UTC  (4+ messages)
` [Patch v4 01/10] dt-bindings: dma: pl08x: Add dma-cells description
` [Patch v4 02/10] dt-bindings: dma: Add lpc32xx DMA mux binding
` [Patch v4 03/10] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding

[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 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 v2 2/2] leds: Add LED1202 I2C driver
 2024-06-20 17:55 UTC  (2+ messages)

[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] 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 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 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 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 v2 2/4] media: rockchip: Introduce the rkvdec2 driver
 2024-06-20 17:38 UTC  (2+ messages)

[PATCH] usb: misc: onboard_usb_dev: Add match function
 2024-06-20 17:37 UTC  (2+ 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 00/17] netfs, cifs: Miscellaneous fixes and read/write improvements
 2024-06-20 17:31 UTC  (18+ 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 2/2] drm/panel-xinpeng-xpp055c272: add check for mipi_dsi_dcs_enter_sleep_mode
 2024-06-20 17:25 UTC  (2+ messages)

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

[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 6.1 000/217] 6.1.95-rc1 review
 2024-06-20 17:32 UTC  (2+ messages)

[PATCH v1 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
 2024-06-20 17:31 UTC  (2+ 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 net-next] net: stmmac: unexport stmmac_pltfr_init/exit()
 2024-06-20 17:31 UTC  (2+ messages)

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

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

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

[BUG] printk/nbcon.c: watchdog BUG: softlockup - CPU#x stuck for 78s
 2024-06-20 17:27 UTC  (9+ messages)
    ` [PATCH] prinkt/nbcon: Add a scheduling point to nbcon_kthread_func()

[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 1/2] drm/panel: ltk050h3146w: add check for mipi_dsi_dcs_enter_sleep_mode
 2024-06-20 17:23 UTC  (2+ messages)

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

[PATCH v2] cpupower: Remove absent 'v' parameter from monitor man page
 2024-06-20 17:22 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  (6+ messages)
` [PATCH v2 18/19] mfd: Add support for LAN966x PCI device

[PATCH -next] mfd: tps6594-core: Remove unneeded semicolon
 2024-06-20 17:19 UTC  (2+ messages)
` (subset) "

[PATCH] dt-bindings: mfd: Explain lack of child dependency in simple-mfd
 2024-06-20 17:17 UTC  (2+ messages)

[RFC PATCH v2 0/3] Add SD/MMC support for Renesas RZ/V2H(P) SoC
 2024-06-20 17:15 UTC  (6+ messages)
` [RFC PATCH v2 3/3] mmc: renesas_sdhi: Add support for "

[PATCH v7] usb: dwc3: core: Workaround for CSR read timeout
 2024-06-20 17:16 UTC  (2+ messages)

[PATCH] wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*
 2024-06-20 17:06 UTC  (2+ messages)

[PATCH v2] apparmor: try to avoid refing the label in apparmor_file_open
 2024-06-20 17:15 UTC 

[PATCH] leds: cros_ec: Implement review comments from Lee
 2024-06-20 17:15 UTC  (7+ messages)
` (subset) "

[PATCH v4 00/14] security: digest_cache LSM
 2024-06-20 17:13 UTC  (18+ messages)

[PATCH v3 0/5] ChromeOS Embedded Controller LED driver
 2024-06-20 17:13 UTC  (2+ messages)

[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
 2024-06-20 17:12 UTC  (8+ messages)
` [PATCH v2 01/10] rust: pass module name to `Module::init`
` [PATCH v2 02/10] rust: implement generic driver registration

[PATCH v4] tools/memory-model: Document herd7 (abstract) representation
 2024-06-20 17:12 UTC  (2+ messages)

[PATCH] apparmor: try to avoid refing the label in apparmor_file_open
 2024-06-20 17:08 UTC  (4+ messages)

[PATCH v5 00/37] kmsan: Enable on s390
 2024-06-20 17:05 UTC  (5+ messages)
` [PATCH v5 33/37] s390/uaccess: Add KMSAN support to put_user() and get_user()

[PATCH v11 3/7] iio: core: Add new DMABUF interface infrastructure
 2024-06-20 17:05 UTC  (4+ messages)
` [v11 "

[PATCH] MAINTAINERS: thead: update Maintainer
 2024-06-20 17:05 UTC  (2+ messages)

[PATCH] riscv: Fix early ftrace nop patching
 2024-06-20 17:03 UTC  (8+ messages)

[PATCH] MAINTAINERS: update Microchip's Atmel-HLCDC driver maintainers
 2024-06-20 17:02 UTC  (2+ messages)

[PATCH] tty: mcf: MCF54418 has 10 UARTS
 2024-06-20 17:01 UTC  (3+ messages)

[PATCH] kfifo: add missing MODULE_DESCRIPTION() macros
 2024-06-20 16:59 UTC  (2+ messages)

[v2 PATCH] staging: vc04_services: vchiq_arm: Fix initialisation check
 2024-06-20 16:59 UTC  (4+ messages)

[PATCH v3 0/3] spi: fsl-dspi: Convert to yaml format and use common SPI property
 2024-06-20 16:58 UTC  (4+ messages)
` [PATCH v3 1/3] spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'
` [PATCH v3 2/3] spi: dt-bindings: fsl-dspi: Convert to yaml format
` [PATCH v3 3/3] arm64: dts: fsl-ls1043a-rdb: use common spi-cs-setup(hold)-delay-ns

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-06-20 16:55 UTC  (14+ messages)
` [PATCH v9 04/19] x86: Secure Launch Resource Table header file

[PATCH v12 3/7] iio: core: Add new DMABUF interface infrastructure
 2024-06-20 16:55 UTC  (3+ messages)

[PATCH v3 0/2] KEYS: add missing MODULE_DESCRIPTION() macros
 2024-06-20 16:54 UTC  (4+ messages)
` [PATCH v3 1/2] KEYS: trusted: add missing MODULE_DESCRIPTION()

[PATCH] drm/msm/dpu: protect ctl ops calls with validity checks
 2024-06-20 16:54 UTC  (4+ messages)

[PATCH] bluetooth/l2cap: sync sock recv cb and release
 2024-06-20 16:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 0/2] Add i.MX8Q HSIO PHY support
 2024-06-20 16:53 UTC  (5+ messages)
` [PATCH v7 2/2] phy: freescale: imx8qm-hsio: Add i.MX8QM HSIO PHY driver support

[PATCH v2 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family
 2024-06-20 16:52 UTC  (6+ messages)
` [PATCH v2 11/17] wifi: cc33xx: Add init.c, init.h

[PATCH v2 0/9] support large folio swap-out and swap-in for shmem
 2024-06-20 16:51 UTC  (8+ messages)

[PATCH] fs: nfs: add missing MODULE_DESCRIPTION() macros
 2024-06-20 16:51 UTC  (3+ messages)

[PATCH v2 0/4] leds: pca9532: Use hardware for blinking LEDs
 2024-06-20 16:49 UTC  (2+ messages)

[PATCH] samples: configfs: add missing MODULE_DESCRIPTION() macro
 2024-06-20 16:46 UTC  (2+ messages)

[PATCH] string: kunit: add missing MODULE_DESCRIPTION() macros
 2024-06-20 16:45 UTC  (2+ messages)

[PATCH] spi: axi-spi-engine: fix sleep calculation
 2024-06-20 16:43 UTC 

[PATCH V3] scsi: lpfc: Fix a possible null pointer dereference
 2024-06-20 16:43 UTC  (2+ messages)

[PATCH v2] nvme-apple: add missing MODULE_DESCRIPTION()
 2024-06-20 16:42 UTC 

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-06-20 16:36 UTC  (15+ messages)

[PATCH net-next v6 0/4] net: macb: WOL enhancements
 2024-06-20 16:41 UTC  (5+ messages)
` [PATCH net-next v6 3/4] net: macb: Add ARP support to WOL

[PATCH 6.6 000/267] 6.6.35-rc1 review
 2024-06-20 16:40 UTC  (2+ messages)

[PATCH v4 0/5] drm/msm/adreno: Introduce/rework device hw catalog
 2024-06-20 16:40 UTC  (4+ messages)
` [PATCH v4 5/5] drm/msm/adreno: Move CP_PROTECT settings to "

[PATCH v2 0/5] mfd: tqmx86: new hardware and GPIO/I2C IRQ improvements/additions
 2024-06-20 16:35 UTC  (3+ messages)
` [PATCH v2 4/5] mfd: tqmx86: make IRQ setup errors non-fatal

[PATCH v2 0/5] perf trace: Augment enum arguments with BTF
 2024-06-20 16:34 UTC  (5+ messages)
` [PATCH v2 2/5] perf trace: Augment enum syscall "

[PATCH] intel_th: msu-sink: add missing MODULE_DESCRIPTION()
 2024-06-20 16:33 UTC  (2+ messages)

[PATCH v3 0/8] MIPS: Boston: Fix syscon devicetree binding and node
 2024-06-20 16:32 UTC  (8+ messages)
` [PATCH v3 7/8] dt-bindings: mfd: Add img,boston-platform-regs

[PATCH 0/6] clk: thead: Add support for TH1520 AP_SUBSYS clock controller
 2024-06-20 16:30 UTC  (4+ messages)

[PATCH iwl-next 00/12] idpf: XDP chapter I: convert Rx to libeth
 2024-06-20 16:29 UTC  (7+ messages)
` [PATCH iwl-next 11/12] idpf: convert header split mode to libeth + napi_build_skb()

[PATCH v4 0/4] mmc: sdhci-of-dwcmshc: Add Sophgo SG2042 support
 2024-06-20 16:15 UTC  (3+ messages)
` [PATCH v4 2/4] dt-bindings: mmc: sdhci-of-dwcmhsc: "

[PATCH v7 0/5] mips: bmips: improve handling of RAC and CBR addr
 2024-06-20 15:28 UTC  (4+ messages)
` [PATCH v7 2/5] mips: bmips: rework and cache CBR addr handling

[PATCH 2/3] dt-bindings: fpga: Add Efinix serial SPI programming binding description
 2024-06-20 16:26 UTC  (2+ messages)

[PATCH v8 0/4] mips: bmips: improve handling of RAC and CBR addr
 2024-06-20 15:26 UTC  (5+ messages)
` [PATCH v8 1/4] mips: bmips: rework and cache CBR addr handling
` [PATCH v8 2/4] dt-bindings: mips: brcm: Document brcm,bmips-cbr-reg property
` [PATCH v8 3/4] mips: bmips: setup: make CBR address configurable
` [PATCH v8 4/4] mips: bmips: enable RAC on BMIPS4350


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox