All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-20 17:35:38 to 2024-06-20 18:20:11 UTC [more...]

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-20 17:57 UTC  (41+ 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 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 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 v4 39/40] mailbox: bcm-flexrm: simplify locking scheme
` [PATCH v4 40/40] powerpc/xive: drop locking around IRQ map

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

[PATCH v2 00/37] Update Intel perf vendor events
 2024-06-20 18:17 UTC  (25+ messages)
` [PATCH v2 01/37] perf vendor events: Update alderlake events/metrics
` [PATCH v2 02/37] perf vendor events: Update alderlaken events/metrics
` [PATCH v2 03/37] perf vendor events: Add bonnell counter information
` [PATCH v2 04/37] perf vendor events: Update broadwell metrics add event "
` [PATCH v2 05/37] perf vendor events: Update broadwellde "
` [PATCH v2 06/37] perf vendor events: Update broadwellx "
` [PATCH v2 07/37] perf vendor events: Update cascadelakex events/metrics
` [PATCH v2 08/37] perf vendor events: Update elkhartlake events
` [PATCH v2 09/37] perf vendor events: Add/update emeraldrapids events/metrics
` [PATCH v2 10/37] perf vendor events: Add goldmont counter information
` [PATCH v2 11/37] perf vendor events: Add goldmontplus "
` [PATCH v2 12/37] perf vendor events: Update/add grandridge events/metrics
` [PATCH v2 13/37] perf vendor events: Update graniterapids events and add counter information
` [PATCH v2 14/37] perf vendor events: Add haswell "
` [PATCH v2 15/37] perf vendor events: Update haswellx metrics add event "
` [PATCH v2 16/37] perf vendor events: Add/update icelake events/metrics
` [PATCH v2 17/37] perf vendor events: Add/update icelakex events/metrics
` [PATCH v2 18/37] perf vendor events: Update ivybridge metrics add event counter information
` [PATCH v2 19/37] perf vendor events: Update ivytown "
` [PATCH v2 20/37] perf vendor events: Update jaketown "
` [PATCH v2 21/37] perf vendor events: Add knightslanding "
` [PATCH v2 22/37] perf vendor events: Add lunarlake "
` [PATCH v2 23/37] perf vendor events: Update meteorlake events and add "
` [PATCH v2 24/37] perf vendor events: Add nehalemep "

[PATCH] KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path
 2024-06-20 18:19 UTC  (2+ messages)

[PATCH v4 0/6] Add support for AD4000 series of ADCs
 2024-06-20 18:21 UTC  (8+ messages)
` [PATCH v4 1/6] spi: Enable controllers to extend the SPI protocol with MOSI idle configuration

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-20 18:19 UTC  (3+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe

FAILED: patch "[PATCH] locking/atomic: scripts: fix ${atomic}_sub_and_test()" failed to apply to 6.6-stable tree
 2024-06-20 18:18 UTC  (2+ messages)
` [PATCH 6.6.y] locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldoc

[PATCH] Fix initializing a static union variable
 2024-06-20 18:17 UTC 

[PATCH 3/3] exec: use char* for pointer arithmetic
 2024-06-20 18:16 UTC  (4+ messages)

[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
 2024-06-20 18:14 UTC  (6+ messages)
` [RFC PATCH v3 1/5] build-sys: Add rust feature option

[PATCH v4] mmc: core: allow detection of locked cards
 2024-06-20 18:15 UTC  (5+ messages)

[PATCH 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-20 18:13 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Move initialization of debug ID registers
` [PATCH 2/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max

[brauner-vfs:work.ns_ioctl 2/2] fs/nsfs.c:199:1: warning: non-void function does not return a value in all control paths
 2024-06-20 18:14 UTC 

[PATCH v2 0/2] can: kvaser_pciefd: Support MSI interrupts
 2024-06-20 18:13 UTC  (3+ messages)
` [PATCH v2 1/2] can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISR
` [PATCH v2 2/2] can: kvaser_pciefd: Add MSI interrupts

[Buildroot] [PATCH 0/6] package: bump to python 3.12, rust 1.79.0 (branch yem/python3.12)
 2024-06-20 18:13 UTC  (5+ messages)
` [Buildroot] [PATCH 2/6] utils/update-rust: add script to automatically update the rust version

Intel BE200 - mld/mlo supplicant testing
 2024-06-20 18:13 UTC  (2+ messages)

[PATCH 0/2] KVM vPMU code refine
 2024-06-20 18:13 UTC  (3+ messages)
` [PATCH 2/2] selftests: kvm: Reduce verbosity of "Random seed" messages

[PATCH 1/2] receive-pack: use find_commit_header() in check_cert_push_options()
 2024-06-20 18:12 UTC  (5+ messages)
` [PATCH 2/2] receive-pack: use find_commit_header() in check_nonce()
  ` [PATCH 3/2] commit: remove find_header_mem()

[PATCH i-g-t v2] tests/intel/xe_gt_freq: Resolve freq_low_max test
 2024-06-20 18:12 UTC  (2+ messages)

[PATCH v3] drm/panel: raydium-rm692e5: transition to mipi_dsi wrapped functions
 2024-06-20 18:10 UTC 

[PATCH v1 0/9] test-bbdev fixes and improvements for 24.07
 2024-06-20 18:11 UTC  (4+ messages)
` [PATCH v1 7/9] test/bbdev: check assumptions on fft window

[PATCH] Fix default font scaling
 2024-06-20 18:11 UTC  (5+ messages)

[PATCH v3 1/6] net/fm10k: add missing vector API header include
 2024-06-20 17:57 UTC  (15+ messages)
` [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy
  ` [PATCH v4 01/13] net/i40e: add missing vector API header include
  ` [PATCH v4 02/13] net/iavf: "
  ` [PATCH v4 03/13] net/ice: "
  ` [PATCH v4 04/13] net/ixgbe: "
  ` [PATCH v4 05/13] net/ngbe: "
  ` [PATCH v4 06/13] net/txgbe: "
  ` [PATCH v4 07/13] net/virtio: "
  ` [PATCH v4 08/13] net/fm10k: "
  ` [PATCH v4 09/13] event/dlb2: include headers for vector and memory copy APIs
  ` [PATCH v4 10/13] net/octeon_ep: add missing vector API header include
  ` [PATCH v4 11/13] distributor: "
  ` [PATCH v4 12/13] fib: "
  ` [PATCH v4 13/13] eal: provide option to use compiler memcpy instead of RTE

[Intel-wired-lan] [PATCH iwl-net v2 1/1] e1000e: fix force smbus during suspend flow
 2024-06-20 18:08 UTC  (3+ messages)

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

[PATCH v4 0/3] Fix CPER issues related to UEFI 2.9A Errata
 2024-06-20 18:08 UTC  (5+ messages)
` [PATCH v4 1/3] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v4 2/3] efi/cper: Add a new helper function to print bitmasks
` [PATCH v4 3/3] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs

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

[PATCH v1 00/37] Update Intel perf vendor events
 2024-06-20 18:07 UTC  (4+ messages)
` [PATCH v1 13/37] perf vendor events: Update grandridge events and add counter information

[PATCH] t5500: fix mistaken $SERVER reference in helper function
 2024-06-20 18:06 UTC  (3+ messages)

[PATCH 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
 2024-06-20 18:05 UTC  (2+ messages)

[PATCH] wifi: mwifiex: increase max_num_akm_suites
 2024-06-20 18:05 UTC  (2+ messages)

[PATCH 2/3] exec: avoid using C++ keywords in function parameters
 2024-06-20 18:03 UTC  (2+ messages)

[PATCH] x86/kconfig: add as-instr64 macro to properly evaluate AS_WRUSS
 2024-06-20 18:03 UTC  (2+ messages)
` [tip: x86/build] x86/kconfig: Add "

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

next/master build: 177 builds: 2 failed, 175 passed, 1 error, 10363 warnings (next-20240620)
 2024-06-20 18:03 UTC 

next/master build: 177 builds: 2 failed, 175 passed, 1 error, 10363 warnings (next-20240620)
 2024-06-20 18:03 UTC 

PROBLEM: kernel crashes when running xfsdump since ~6.4
 2024-06-20 18:02 UTC  (2+ messages)

[PATCH] drm/ttm/pool: Revert to clear-on-alloc to honor TTM_TT_FLAG_ZERO_ALLOC
 2024-06-20 18:02 UTC  (2+ messages)
` ✓ CI.BAT: success for "

[Patch v4 00/10] Add audio support for LPC32XX CPUs
 2024-06-20 17:56 UTC  (11+ 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
` [Patch v4 04/10] ARM: dts: lpc32xx: Add missing dma and i2s properties
` [Patch v4 05/10] clk: lpc32xx: initialize regmap using parent syscon
` [Patch v4 06/10] dmaengine: Add dma router for pl08x in LPC32XX SoC
` [Patch v4 07/10] ARM: lpc32xx: Remove pl08x platform data in favor for device tree
` [Patch v4 08/10] mtd: rawnand: lpx32xx: Request DMA channels using DT entries
` [Patch v4 09/10] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
` [Patch v4 10/10] i2x: pnx: Use threaded irq to fix warning from del_timer_sync()

[PATCH v2 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-06-20 18:00 UTC  (17+ 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

linux-next: manual merge of the memblock tree with the origin tree
 2024-06-20 18:00 UTC  (5+ messages)

[PATCH net-next v2] docs: net: document guidance of implementing the SR-IOV NDOs
 2024-06-20 17:58 UTC  (2+ messages)

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

[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

[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 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  (7+ messages)
` [kvm-unit-tests PATCH v3 4/7] s390x: Add function for checking diagnose intercepts
` [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"


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.