LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-11 22:52:42 to 2023-12-12 02:30:29 UTC [more...]

[PATCH v7 0/2] Add Meta(Facebook) Harma BMC(AST2600)
 2023-12-12  2:29 UTC  (3+ messages)
` [PATCH v7 2/2] ARM: dts: aspeed: Harma: Add Meta Harma (AST2600) BMC

[PATCH v3 00/35] bitops: add atomic find_bit() operations
 2023-12-12  2:27 UTC  (36+ messages)
` [PATCH v3 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v3 02/35] lib/find: add test for atomic find_bit() ops
` [PATCH v3 03/35] lib/sbitmap; optimize __sbitmap_get_word() by using find_and_set_bit()
` [PATCH v3 04/35] watch_queue: optimize post_one_notification() by using find_and_clear_bit()
` [PATCH v3 05/35] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
` [PATCH v3 06/35] mips: sgi-ip30: optimize heart_alloc_int() by using find_and_set_bit()
` [PATCH v3 07/35] sparc: optimize alloc_msi() "
` [PATCH v3 08/35] perf/arm: use atomic find_bit() API
` [PATCH v3 09/35] drivers/perf: optimize ali_drw_get_counter_idx() by using find_and_set_bit()
` [PATCH v3 10/35] dmaengine: idxd: optimize perfmon_assign_event()
` [PATCH v3 11/35] ath10k: optimize ath10k_snoc_napi_poll()
` [PATCH v3 12/35] wifi: rtw88: optimize the driver by using atomic iterator
` [PATCH v3 13/35] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
` [PATCH v3 14/35] PCI: hv: Optimize hv_get_dom_num() by using find_and_set_bit()
` [PATCH v3 15/35] scsi: core: optimize scsi_evt_emit() by using an atomic iterator
` [PATCH v3 16/35] scsi: mpi3mr: optimize the driver by using find_and_set_bit()
` [PATCH v3 17/35] scsi: qedi: optimize qedi_get_task_idx() "
` [PATCH v3 18/35] powerpc: optimize arch code by using atomic find_bit() API
` [PATCH v3 19/35] iommu: optimize subsystem "
` [PATCH v3 20/35] media: radio-shark: optimize the driver "
` [PATCH v3 21/35] sfc: "
` [PATCH v3 22/35] tty: nozomi: optimize interrupt_handler()
` [PATCH v3 23/35] usb: cdc-acm: optimize acm_softint()
` [PATCH v3 24/35] block: null_blk: replace get_tag() with a generic find_and_set_bit_lock()
` [PATCH v3 25/35] RDMA/rtrs: optimize __rtrs_get_permit() by using find_and_set_bit_lock()
` [PATCH v3 26/35] mISDN: optimize get_free_devid()
` [PATCH v3 27/35] media: em28xx: cx231xx: optimize drivers by using find_and_set_bit()
` [PATCH v3 28/35] ethernet: rocker: optimize ofdpa_port_internal_vlan_id_get()
` [PATCH v3 29/35] serial: sc12is7xx: optimize sc16is7xx_alloc_line()
` [PATCH v3 30/35] bluetooth: optimize cmtp_alloc_block_id()
` [PATCH v3 31/35] net: smc: optimize smc_wr_tx_get_free_slot_index()
` [PATCH v3 32/35] ALSA: use atomic find_bit() functions where applicable
` [PATCH v3 33/35] m68k: optimize get_mmu_context()
` [PATCH v3 34/35] microblaze: "
` [PATCH v3 35/35] sh: mach-x3proto: optimize ilsel_enable()

[PATCH v9 00/28] KVM: x86/pmu: selftests: Fixes and new tests
 2023-12-12  2:26 UTC  (6+ messages)
` [PATCH v9 10/28] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types

[PATCH v6 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-12  2:22 UTC  (4+ messages)
` [PATCH v6 3/4] clk: sophgo: Add SG2042 clock generator driver

[PATCH] perf/arm-cmn: Fail DTC counter allocation correctly
 2023-12-12  2:21 UTC  (2+ messages)

[PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
 2023-12-12  2:21 UTC  (4+ messages)

[PATCH 0/3] vfio-pci support pasid attach/detach
 2023-12-12  2:20 UTC  (7+ messages)
` [PATCH 3/3] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH V2] f2fs: fix to check return value of f2fs_recover_xattr_data
 2023-12-12  2:15 UTC 

[PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
 2023-12-12  2:15 UTC  (9+ messages)

[PATCH bpf-next] bpf: make the verifier trace the "not qeual" for regs
 2023-12-12  2:15 UTC  (3+ messages)

[paulmck-rcu:dev.2023.11.08a] [EXP locktorture] 1254a620b4: WARNING:at_kernel/rcu/tree_stall.h:#rcu_stall_chain_notifier_register
 2023-12-12  2:06 UTC  (3+ messages)

[PATCH v2 00/33] kmsan: Enable on s390
 2023-12-12  2:05 UTC  (5+ messages)
` [PATCH v2 01/33] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()

[PATCH v7 0/3] Validating UAPI backwards compatibility
 2023-12-12  2:02 UTC  (4+ messages)
` [PATCH v7 1/3] check-uapi: Introduce check-uapi.sh
` [PATCH v7 2/3] docs: dev-tools: Add UAPI checker documentation
` [PATCH v7 3/3] check-module-params: Introduce check-module-params.sh

linux-next: duplicate patches in the block tree
 2023-12-12  2:02 UTC 

[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
 2023-12-12  2:01 UTC  (8+ messages)
` [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-12-12  1:59 UTC  (4+ messages)

[PATCH v4 1/2] perf: starfive: Add StarLink PMU support
 2023-12-12  1:55 UTC  (2+ messages)

[PATCH v4 1/1] riscv: optimize ELF relocation function in riscv
 2023-12-12  1:51 UTC  (3+ messages)

[PATCH] f2fs: unify the error handling of f2fs_is_valid_blkaddr
 2023-12-12  1:51 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 01/47] hwtracing: hisi_ptt: Handle the interrupt in hardirq context
 2023-12-12  1:45 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 36/47] mips/smp: Call rcutree_report_cpu_starting() earlier

[PATCH] f2fs: fix to check return value of f2fs_recover_xattr_data
 2023-12-12  1:39 UTC  (2+ messages)

[PATCH] ring-buffer: Never use absolute timestamp for start event
 2023-12-12  1:43 UTC  (3+ messages)

drivers/video/fbdev/cirrusfb.c:1852:28: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-12  1:40 UTC 

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-12  1:32 UTC  (7+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block

[PATCH] nvdimm: Remove usage of the deprecated ida_simple_xx() API
 2023-12-12  1:26 UTC  (2+ messages)

[PATCH v2 6/7] rust: file: add `DeferredFdCloser`
 2023-12-12  1:25 UTC  (4+ messages)

[PATCH v2] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
 2023-12-12  1:20 UTC 

Re: [PATCH v4] PM / devfreq: Synchronize device_monitor_[start/stop]
 2023-12-12  0:27 UTC 

[PATCH v1 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
 2023-12-12  1:09 UTC  (12+ messages)
` [PATCH v1 06/16] clk: starfive: Add JH8100 System clock generator driver
` [PATCH v1 07/16] dt-bindings: clock: Add StarFive JH8100 System-North-West clock and reset generator
` [PATCH v1 16/16] riscv: dts: starfive: jh8100: Add clocks and resets nodes

[PATCH V3 0/1] Add swappiness argument to memory.reclaim
 2023-12-12  1:06 UTC  (3+ messages)
` [PATCH V3 1/1] mm: add swapiness= arg "

[PATCH -next] x86/virt/tdx: Remove duplicated include in tdx.c
 2023-12-12  1:05 UTC  (2+ messages)

[PATCH 1/6] f2fs: fix to tag gcing flag on page during block migration
 2023-12-12  1:05 UTC  (4+ messages)
` [PATCH 5/6] f2fs: fix to restrict condition of compress inode conversion

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diNewExt
 2023-12-12  1:04 UTC 

drivers/video/fbdev/amifb.c:3375:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-12  1:03 UTC  (3+ messages)

[PATCH v3 0/2] Add DAX ABI for memmap_on_memory
 2023-12-12  1:02 UTC  (7+ messages)
` [PATCH v3 2/2] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH v2 4/6] f2fs: don't set FI_PREALLOCATED_ALL for partial write
 2023-12-12  1:01 UTC 

[syzbot] [kernel?] possible deadlock in task_fork_fair
 2023-12-12  1:01 UTC  (2+ messages)
` [syzbot] [bpf?] [trace?] "

[PATCH v2] dt-bindings: iommu: rockchip: Add Rockchip RK3588
 2023-12-12  0:57 UTC 

[RFC PATCH 0/6] Add GPT parser to MTD layer
 2023-12-12  0:57 UTC  (4+ messages)
` [RFC PATCH 2/6] block: partitions: efi: Fix some style issues

[PATCH 1/2] drm/bridge: parade-ps8640: Never increase the length when reading from AUX
 2023-12-12  0:55 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge: ti-sn65dsi86: "

[PATCH -next] bpf: remove unused function
 2023-12-12  0:54 UTC 

[RFC KERNEL] initoverlayfs - a scalable initial filesystem
 2023-12-12  0:50 UTC  (2+ messages)

[PATCH -fixes] riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
 2023-12-12  0:48 UTC  (2+ messages)

[PATCH v2] iio: sx9324: avoid copying property strings
 2023-12-12  0:46 UTC  (4+ messages)

[PATCH v3] iio: sx9324: avoid copying property strings
 2023-12-12  0:42 UTC 

[PATCH] clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
 2023-12-12  0:40 UTC  (2+ messages)

[PATCH] extcon: qcom-spmi-misc: don't use kernel-doc marker for comment
 2023-12-12  0:34 UTC  (2+ messages)

[PATCH v4 0/8] sched: Implement shared runqueue in fair.c
 2023-12-12  0:31 UTC  (9+ messages)
` [PATCH v4 1/8] sched: Expose move_queued_task() from core.c
` [PATCH v4 2/8] sched: Move is_cpu_allowed() into sched.h
` [PATCH v4 3/8] sched: Tighten unpinned rq lock window in newidle_balance()
` [PATCH v4 4/8] sched: Check cpu_active() earlier "
` [PATCH v4 5/8] sched: Enable sched_feat callbacks on enable/disable
` [PATCH v4 6/8] sched: Implement shared runqueue in fair.c
` [PATCH v4 7/8] sched: Shard per-LLC shared runqueues
` [PATCH v4 8/8] sched: Add selftest for SHARED_RUNQ

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diNewExt
 2023-12-12  0:30 UTC  (2+ messages)

Radeon regression in 6.6 kernel
 2023-12-12  0:28 UTC  (21+ messages)

drivers/i2c/busses/i2c-cpm.c:661:58: sparse: sparse: incorrect type in argument 1 (different base types)
 2023-12-12  0:27 UTC 

[PATCH 6.1 000/194] 6.1.68-rc1 review
 2023-12-12  0:26 UTC  (2+ messages)

[PATCH 6.6 000/244] 6.6.7-rc1 review
 2023-12-12  0:25 UTC  (3+ messages)

[PATCH bpf-next v5 0/9] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-12  0:25 UTC  (7+ messages)
` [PATCH bpf-next v5 9/9] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH v3 01/15] drm/msm/dpu: add formats check for writeback encoder
 2023-12-12  0:22 UTC  (15+ messages)
` [PATCH v3 02/15] drm/msm/dpu: rename dpu_encoder_phys_wb_setup_cdp to match its functionality
` [PATCH v3 03/15] drm/msm/dpu: fix writeback programming for YUV cases
` [PATCH v3 04/15] drm/msm/dpu: move csc matrices to dpu_hw_util
` [PATCH v3 05/15] drm/msm/dpu: add cdm blocks to sc7280 dpu_hw_catalog
` [PATCH v3 06/15] drm/msm/dpu: add cdm blocks to sm8250 dpu_hw_catalog
` [PATCH v3 07/15] drm/msm/dpu: add dpu_hw_cdm abstraction for CDM block
` [PATCH v3 08/15] drm/msm/dpu: add cdm blocks to RM
` [PATCH v3 09/15] drm/msm/dpu: add support to allocate CDM from RM
` [PATCH v3 10/15] drm/msm/dpu: add CDM related logic to dpu_hw_ctl layer
` [PATCH v3 11/15] drm/msm/dpu: add an API to setup the CDM block for writeback
` [PATCH v3 12/15] drm/msm/dpu: plug-in the cdm related bits to writeback setup
` [PATCH v3 13/15] drm/msm/dpu: reserve cdm blocks for writeback in case of YUV output
` [PATCH v3 14/15] drm/msm/dpu: introduce separate wb2_format arrays for rgb and yuv
` [PATCH v3 15/15] drm/msm/dpu: add cdm blocks to dpu snapshot

[PATCH v2] riscv: remove unused header
 2023-12-12  0:20 UTC 

[GIT PULL] More bcachefs fixes for 6.7
 2023-12-12  0:19 UTC  (2+ messages)

linux-next: build warning after merge of the sound-asoc tree
 2023-12-12  0:16 UTC 

[Regression report] commit 40613da52b13 ("PCI: acpiphp: Reassign resources on bridge if necessary")
 2023-12-12  0:14 UTC 

[PATCH mm 0/4] lib/stackdepot, kasan: fixes for stack eviction series
 2023-12-12  0:14 UTC  (5+ messages)
` [PATCH mm 1/4] lib/stackdepot: add printk_deferred_enter/exit guards
` [PATCH mm 2/4] kasan: handle concurrent kasan_record_aux_stack calls
` [PATCH mm 3/4] kasan: memset free track in qlink_free
` [PATCH mm 4/4] lib/stackdepot: fix comment in include/linux/stackdepot.h

[PATCH net] net: phy: skip LED triggers on PHYs on SFP modules
 2023-12-12  0:05 UTC 

[PATCH] arch/riscv/kernel/sys_riscv.c: removed asm-generic
 2023-12-12  0:05 UTC  (2+ messages)

[PATCH v6 3/4] clk: sophgo: Add SG2042 clock generator driver
 2023-12-12  0:05 UTC  (2+ messages)

linux-next: build warning after merge of the amdgpu tree
 2023-12-12  0:04 UTC 

[PATCH v3] drm/msm/dpu: improve DSC allocation
 2023-12-12  0:03 UTC  (3+ messages)

[PATCH] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-12  0:02 UTC  (2+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-12  0:00 UTC  (4+ messages)
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe

linux-next: manual merge of the amdgpu tree with the jc_docs tree
 2023-12-11 23:58 UTC  (2+ messages)

[PATCH v1 0/6] Add io_dir to avoid memory overhead from opendir
 2023-12-11 23:54 UTC  (4+ messages)
` [PATCH v1 2/6] tools lib api: Add io_dir an allocation free readdir alternative

[PATCH v6 00/47] maps/threads/dsos memory improvements and fixes
 2023-12-11 23:52 UTC  (5+ messages)
` [PATCH v6 01/47] perf map: Improve map/unmap parameter names

[PATCH] stacktrace: check whether task has a stack before saving it
 2023-12-11 23:52 UTC  (4+ messages)

[PATCH v2 0/2] KVM: Fix race between reboot and hardware enabling
 2023-12-11 23:50 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown

nolibc changes for 6.8
 2023-12-11 23:49 UTC  (4+ messages)

[PATCH v5 00/13] pinctrl: Convert struct group_desc to use struct pingroup
 2023-12-11 23:48 UTC  (2+ messages)

[GIT PULL] gpio: immutable branch between the GPIO and pinctrl trees for v6.8-rc1
 2023-12-11 23:46 UTC  (2+ messages)

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-12-11 23:37 UTC  (14+ messages)

[PATCH 5.15 000/141] 5.15.143-rc1 review
 2023-12-11 23:28 UTC  (2+ messages)

[PATCH v2] docs: Raise the minimum Sphinx requirement to 2.4.4
 2023-12-11 23:27 UTC  (2+ messages)
` [PATCH] docs: sphinx/requirement.txt: Reflect recommended Sphinx version

[PATCH v3] net: mdio-gpio: replace deprecated strncpy with strscpy
 2023-12-11 23:22 UTC  (2+ messages)

[PATCH 01/10] dt-bindings: pinctrl: qcom: create common LPASS LPI schema
 2023-12-11 23:22 UTC  (3+ messages)
` [PATCH 09/10] dt-bindings: pinctrl: qcom: drop common properties

[PATCH v4] net: 9p: avoid freeing uninit memory in p9pdu_vreadf
 2023-12-11 23:21 UTC  (3+ messages)

[PATCH 0/3] nfsd: fully close all files in the nfsd threads
 2023-12-11 23:21 UTC  (8+ messages)
` [PATCH 1/3] nfsd: use __fput_sync() to avoid delayed closing of files

drivers/firmware/dmi_scan.c:145:13: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-12-11 23:16 UTC 

[PATCH] radix-tree: fix memory leak in radix_tree_insert
 2023-12-11 23:16 UTC  (2+ messages)

[PATCH] tracing: Update snapshot buffer on resize if it is allocated
 2023-12-11 23:14 UTC  (4+ messages)

[PATCH] perf test: Fix fails of perf stat --bpf-counters --for-each-cgroup on s390
 2023-12-11 23:13 UTC  (5+ messages)

[RFC PATCH] ring-buffer: Fix and comment ring buffer rb_time functions on 32-bit
 2023-12-11 23:13 UTC  (3+ messages)

[PATCH] nfsd: properly tear down server when write_ports fails
 2023-12-11 23:11 UTC  (3+ messages)

[PATCHv4 00/14] x86/tdx: Add kexec support
 2023-12-11 23:10 UTC  (3+ messages)
` [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled

[PATCH] trace_seq: Increase the buffer size to almost two pages
 2023-12-11 23:07 UTC  (4+ messages)

[PATCH] drm/msm/dpu: Ratelimit framedone timeout msgs
 2023-12-11 23:04 UTC  (3+ messages)

[PATCH v4 0/2] i2c: aspeed: Late ack Tx done irqs and handle coalesced start with stop conditions
 2023-12-11 23:03 UTC  (3+ messages)
` [PATCH v4 2/2] i2c: aspeed: Acknowledge Tx done with and without ACK irq late

[PATCH 1/2] perf tool AMD: Use non-precise cycles as default event on certain Zen2 processors
 2023-12-11 23:01 UTC  (6+ messages)

[PATCH 0/6] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-11 23:01 UTC  (8+ messages)
` [PATCH 6/6] cxl/memdev: Register for and process CPER events

[PATCH net-next] net: stmmac: xgmac3+: add FPE handshaking support
 2023-12-11 22:59 UTC  (3+ messages)

[PATCH v2] iommu/arm-smmu-qcom: Add missing GMU entry to match table
 2023-12-11 22:58 UTC  (2+ messages)

[PATCH v2 0/7] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-11 22:57 UTC  (8+ messages)
` [PATCH v2 1/7] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v2 2/7] cxl/events: Promote CXL event structures to a core header
` [PATCH v2 3/7] cxl/events: Create common event UUID defines
` [PATCH v2 4/7] cxl/events: Separate UUID from event structures
` [PATCH v2 5/7] cxl/events: Create a CXL event union
` [PATCH v2 6/7] firmware/efi: Process CXL Component Events
` [PATCH v2 7/7] cxl/memdev: Register for and process CPER events

[PATCH v3 0/5] perf: KVM: Enable callchains for guests
 2023-12-11 22:57 UTC  (4+ messages)
` [PATCH v3 1/5] KVM: Add arch specific interfaces for sampling guest callchains

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-11 22:55 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).