public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-04 18:58:09 to 2024-06-04 22:23:56 UTC [more...]

[PATCH rcu 0/9] Miscellaneous fixes for v6.11
 2024-06-04 22:23 UTC  (3+ messages)
` [PATCH rcu 2/9] rcu: Reduce synchronize_rcu() delays when all wait heads are in use
` [PATCH rcu 4/9] rcu: Disable interrupts directly in rcu_gp_init()

[PATCH rcu 0/2] RCU documentation updates for v6.11
 2024-06-04 22:21 UTC  (3+ messages)
` [PATCH rcu 1/2] doc: Update Tasks RCU and Tasks Rude RCU description in Requirements.rst
` [PATCH rcu 2/2] doc: Clarify rcu_assign_pointer() and rcu_dereference() ordering

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-04 22:20 UTC  (5+ messages)
` [PATCH v4 6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

[PATCH RFC v2 tsc] Check for sockets instead of CPUs to make code match comment
 2024-06-04 22:20 UTC  (5+ messages)
    ` [PATCH RFC v3 "
      ` [PATCH RFC v4 "

kswapd0: page allocation failure: order:0, mode:0x820(GFP_ATOMIC), nodemask=(null),cpuset=/,mems_allowed=0 (Kernel v6.5.9, 32bit ppc)
 2024-06-04 22:17 UTC  (18+ messages)

[PATCH v2 0/2] ufs: pci: Add support UFSHCI 4.0 MCQ
 2024-06-04 22:17 UTC  (3+ messages)

[PATCH v4 0/1] Perf lock improvements
 2024-06-04 22:17 UTC  (4+ messages)
` [PATCH 1/1] perf lock info: Display both map and thread by default

[PATCH rcu 0/4] Torture-test updates for v6.11
 2024-06-04 22:17 UTC  (5+ messages)
` [PATCH torture 1/4] torture: Add MODULE_DESCRIPTION()
` [PATCH torture 2/4] locktorture: "
` [PATCH torture 3/4] scftorture: "
` [PATCH torture 4/4] scftorture: Make torture_type static

[HELP] FUSE writeback performance bottleneck
 2024-06-04 22:16 UTC  (12+ messages)

[PATCH] perf genelf: remove unused struct 'options'
 2024-06-04 22:15 UTC  (2+ messages)

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-06-04 22:14 UTC  (40+ messages)
` [PATCH v9 01/19] x86/boot: Place kernel_info at a fixed offset
` [PATCH v9 04/19] x86: Secure Launch Resource Table header file
` [PATCH v9 05/19] x86: Secure Launch main "
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v9 08/19] x86: Secure Launch kernel early boot stub
` [PATCH v9 09/19] x86: Secure Launch kernel late "
` [PATCH v9 10/19] x86: Secure Launch SMP bringup support
` [PATCH v9 13/19] tpm: Protect against locality counter underflow
` [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup
` [PATCH v9 16/19] tpm: Add ability to set the preferred locality the TPM chip uses
` [PATCH v9 17/19] tpm: Add sysfs interface to allow setting and querying the preferred locality

[PATCH memory-model 0/3] LKMM updates for v6.11
 2024-06-04 22:14 UTC  (4+ messages)
` [PATCH memory-model 1/3] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
` [PATCH memory-model 2/3] tools/memory-model: Add atomic_andnot() with its variants
` [PATCH memory-model 3/3] tools/memory-model: Add KCSAN LF mentorship session citation

[PATCH v4 0/6] slab: Introduce dedicated bucket allocator
 2024-06-04 22:13 UTC  (4+ messages)
` [PATCH v4 4/6] mm/slab: Introduce kmem_buckets_create() and family

[PATCH v4] fs: Improve eventpoll logging to stop indicting timerfd
 2024-06-04 22:13 UTC  (2+ messages)

[PATCH V1] rpmsg: glink: Make glink smem interrupt wakeup capable
 2024-06-04 22:12 UTC  (3+ messages)

[PATCH v7 1/3] efi/x86: Fix EFI memory map corruption with kexec
 2024-06-04 22:12 UTC  (12+ messages)

[PATCH v5 00/20] EDAC/mc/synopsys: Various fixes and cleanups
 2024-06-04 22:11 UTC  (4+ messages)
` [PATCH v5 02/20] EDAC/synopsys: Fix generic device type detection procedure

[PATCH] HID: add missing MODULE_DESCRIPTION() macros
 2024-06-04 22:10 UTC 

[PATCH 11/18] maple_tree: use store type in mas_wr_store_entry()
 2024-06-04 22:02 UTC  (2+ messages)

[PATCH v1] ARM: dts: aspeed: System1: Updates to BMC board
 2024-06-04 21:59 UTC 

[PATCH v2] resource: add a simple test for walk_iomem_res_desc()
 2024-06-04 22:01 UTC 

[PATCH v14 00/14] Add Cgroup support for SGX EPC memory
 2024-06-04 22:00 UTC  (3+ messages)
` [PATCH v14 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH net] net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
 2024-06-04 21:58 UTC  (2+ messages)

[PATCH] drm/msm/a6xx: use __always_unused to fix compiler warnings for gen7_* includes
 2024-06-04 21:51 UTC 

[RFC v3 net-next 0/7] net: pass receive socket to drop tracepoint
 2024-06-04 21:47 UTC  (8+ messages)
` [RFC v3 net-next 1/7] net: add rx_sk to trace_kfree_skb
` [RFC v3 net-next 2/7] net: introduce sk_skb_reason_drop function
` [RFC v3 net-next 3/7] ping: use sk_skb_reason_drop to free rx packets
` [RFC v3 net-next 4/7] net: raw: "
` [RFC v3 net-next 5/7] tcp: "
` [RFC v3 net-next 6/7] udp: "
` [RFC v3 net-next 7/7] af_packet: "

[PATCH] resource: add a basic test for walk_iomem_res_desc
 2024-06-04 21:45 UTC  (3+ messages)

[PATCH 0/3] arm64: dts: qcom: sc7180-trogdor: clamshell/detachable fragments
 2024-06-04 21:42 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: qcom: sc7180: quackingstick: Disable instead of delete usb_c1
` [PATCH 2/3] arm64: dts: qcom: sc7180: pazquel: Add missing comment header
` [PATCH 3/3] arm64: dts: qcom: sc7180-trogdor: Make clamshell/detachable fragments

[PATCH] platform/x86: dell-pc: avoid double free and invalid unregistration
 2024-06-04 21:41 UTC 

[PATCH] kernel/resource: optimize find_next_iomem_res
 2024-06-04 21:37 UTC  (3+ messages)

[PATCH v2] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
 2024-06-04 21:36 UTC  (2+ messages)

[PATCH 00/14] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-06-04 21:34 UTC  (15+ messages)
` [PATCH 13/14] drm/bridge: synopsys: Add DW HDMI QP TX controller driver

[PATCH 0/2] mtd: use 'time_left' instead of 'timeout' with wait_*() functions
 2024-06-04 21:29 UTC  (3+ messages)
` [PATCH 1/2] mtd: nand: mxc_nand: use 'time_left' variable with wait_for_completion_timeout()
` [PATCH 2/2] mtd: rawnand: intel: "

[PATCH 0/5] ftrace: Clean up and comment code
 2024-06-04 21:28 UTC  (6+ messages)
` [PATCH 1/5] ftrace: Rename dup_hash() and comment it
` [PATCH 2/5] ftrace: Comment __ftrace_hash_rec_update() and make filter_hash bool
` [PATCH 3/5] ftrace: Remove "filter_hash" parameter from ftrace_hash_rec_disable/enable()
` [PATCH 4/5] ftrace: Convert "filter_hash" and "inc" to bool in ftrace_hash_rec_update_modify()
` [PATCH 5/5] ftrace: Add comments to ftrace_hash_move() and friends

[PATCH 1/1] usb: typec: tcpm: use 'time_left' variable with wait_for_completion_timeout()
 2024-06-04 21:27 UTC 

[PATCH 0/4] misc: use 'time_left' instead of 'timeout' with wait_*() functions
 2024-06-04 21:22 UTC  (5+ messages)
` [PATCH 1/4] misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()
` [PATCH 2/4] misc: bh1770glc: "
` [PATCH 3/4] misc: tifm: use 'time_left' variable with wait_for_completion_timeout()
` [PATCH 4/4] misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interruptible_timeout()

[PATCH v2] selftests/vDSO: fix clang build errors and warnings
 2024-06-04 21:18 UTC  (2+ messages)
` [v2] "

[PATCH v3 cmpxchg 0/4] Provide emulation for one--byte cmpxchg()
 2024-06-04 21:14 UTC  (9+ messages)
` [PATCH v3 cmpxchg 2/4] sh: Emulate one-byte cmpxchg
` [PATCH v3 cmpxchg 4/4] ARM: "

[syzbot] [jfs?] kernel BUG in jfs_flush_journal (2)
 2024-06-04 21:13 UTC 

[PATCH] extcon: realtek: Use scope-based resource management in extcon_rtk_type_c_init()
 2024-06-04 21:11 UTC  (2+ messages)

[PATCH 00/18] Introduce a store type enum for the Maple tree
 2024-06-04 21:09 UTC  (12+ messages)
` [PATCH 04/18] maple_tree: introduce mas_wr_store_type()
` [PATCH 05/18] maple_tree: set store type in mas_store_prealloc()
` [PATCH 06/18] maple_tree: remove mas_destroy() from mas_nomem()
` [PATCH 09/18] maple_tree: use mas_store_gfp() in mtree_store_range()
` [PATCH 13/18] maple_tree: simplify mas_commit_b_node()

[PATCH 0/3] nfsd/sunrpc: allow starting/stopping pooled NFS server via netlink
 2024-06-04 21:07 UTC  (4+ messages)
` [PATCH 1/3] sunrpc: fix up the special handling of sv_nrpools == 1
` [PATCH 2/3] nfsd: make nfsd_svc call nfsd_set_nrthreads
` [PATCH 3/3] nfsd: allow passing in array of thread counts via netlink

[PATCH] [v3] arm64/io: add constant-argument check
 2024-06-04 20:59 UTC 

[PATCH v3] selftests: livepatch: Test atomic replace against multiple modules
 2024-06-04 20:59 UTC  (3+ messages)

[PATCH] ASoC: cs42l43: Increase default type detect time and button delay
 2024-06-04 21:00 UTC  (2+ messages)

[PATCH] linux/interrupt.h: allow "guard" notation to disable and reenable IRQ
 2024-06-04 20:55 UTC  (3+ messages)

[PATCH] mm: zsmalloc: share slab caches for all zsmalloc zpools
 2024-06-04 20:54 UTC  (2+ messages)

[PATCH v5 00/11] clk: Add kunit tests for fixed rate and parent data
 2024-06-04 20:53 UTC  (7+ messages)
` [PATCH v5 07/11] dt-bindings: test: Add single clk consumer

[RFC PATCH] arm64: dts: rockchip: Make preparations for per-RK3588-variant OPPs
 2024-06-04 20:48 UTC  (8+ messages)

[net-next PATCH v5 0/7] Improve GbEth performance on Renesas RZ/G2L and related SoCs
 2024-06-04 20:47 UTC  (3+ messages)
` [net-next PATCH v5 2/7] net: ravb: Align poll function with NAPI docs

[PATCH v4 3/3] net: phy: bcm-phy-lib: Implement BroadR-Reach link modes
 2024-06-04 20:47 UTC  (2+ messages)

[PATCH] [v2] arm64/io: add constant-argument check
 2024-06-04 20:44 UTC  (4+ messages)

[PATCH] KVM: arm64: Fix confusion in documentation for pKVM SME assert
 2024-06-04 20:42 UTC  (3+ messages)

[PATCH kcsan 0/2] KCSAN updates for v6.11
 2024-06-04 20:40 UTC  (3+ messages)
` [PATCH kcsan 1/2] kcsan: Add example to data_race() kerneldoc header
` [PATCH kcsan 2/2] kcsan: test: add missing MODULE_DESCRIPTION() macro

[PATCH] spi: cs42l43: Correct SPI root clock speed
 2024-06-04 20:38 UTC  (2+ messages)

[RFC v2 net-next 0/7] net: pass receive socket to drop tracepoint
 2024-06-04 20:35 UTC  (4+ messages)
` [RFC v2 net-next 7/7] af_packet: use sk_skb_reason_drop to free rx packets

[GIT PULL] Devicetree fixes for v6.10, part v1
 2024-06-04 20:35 UTC 

[PATCH 0/7] Use mboxes instead of syscon for APCS (arm32 & arm64)
 2024-06-04 20:34 UTC  (2+ messages)
` (subset) "

[PATCH v7 0/5] KEYS: asymmetric: tpm2_key_{rsa,ecdsa}
 2024-06-04 20:29 UTC  (4+ messages)
` [PATCH v7 4/5] keys: asymmetric: Add tpm2_key_rsa

[PATCH] ata: pata_buddha: pata_gayle: consolidate .sff_data_xfer around libata::ata_sff_data_xfer()
 2024-06-04 20:29 UTC  (3+ messages)

[PATCH] cxl: add missing MODULE_DESCRIPTION() macros
 2024-06-04 20:21 UTC  (3+ messages)

[PATCH v4] drivers: remoteproc: xlnx: add attach detach support
 2024-06-04 20:23 UTC  (2+ messages)

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-06-04 20:17 UTC  (10+ messages)
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
  ` [External] "

[PATCH] i2c: smbus: fix NULL function pointer dereference
 2024-06-04 20:08 UTC  (5+ messages)

[RESEND PATCH] raid6test: Use str_plural() to fix Coccinelle warning
 2024-06-04 20:13 UTC 

[PATCH] arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure physical timer
 2024-06-04 20:11 UTC  (2+ messages)

[RFC PATCH 00/11] [RFC] Device / Driver and PCI Rust abstractions
 2024-06-04 20:06 UTC  (10+ messages)
` [RFC PATCH 02/11] rust: add driver abstraction

perf 6.9-1 (archlinux) crashes during recording of cycles + raw_syscalls
 2024-06-04 20:04 UTC  (4+ messages)

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-04 20:02 UTC  (11+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
` [RFC bpf-next 02/10] bpf: Add support for uprobe multi session attach
` [RFC bpf-next 03/10] bpf: Add support for uprobe multi session context
` [RFC bpf-next 04/10] libbpf: Add support for uprobe multi session attach
` [RFC bpf-next 05/10] libbpf: Add uprobe session attach type names to attach_type_name
` [RFC bpf-next 06/10] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
` [RFC bpf-next 07/10] selftests/bpf: Add uprobe session test
` [RFC bpf-next 08/10] selftests/bpf: Add uprobe session errors test
` [RFC bpf-next 09/10] selftests/bpf: Add uprobe session cookie test
` [RFC bpf-next 10/10] selftests/bpf: Add uprobe session recursive test

[PATCH RFC v2 1/8] spi: dt-bindings: spi-peripheral-props: add spi-offloads property
 2024-06-04 20:04 UTC  (14+ messages)

[PATCH -rc] workqueue: Reimplement UAF fix to avoid lockdep worning
 2024-06-04 20:04 UTC  (9+ messages)

[PATCH 00/16] dt-bindings: clock: qcom: reference qcom-gcc.yaml
 2024-06-04 20:03 UTC  (2+ messages)

[RFC/PATCH 1/1] tools headers arm64: Sync arm64's cputype.h with the kernel sources
 2024-06-04 20:01 UTC  (5+ messages)

[RFC PATCH v10 0/8] TPEBS counting mode support
 2024-06-04 20:00 UTC  (6+ messages)
` [RFC PATCH v10 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric

[PATCH v2 00/19] Add support for the LAN966x PCI device using a DT overlay
 2024-06-04 19:59 UTC  (5+ messages)
` [PATCH v2 09/19] irqdomain: Add missing parameter descriptions in docs
` [PATCH v2 10/19] irqdomain: Introduce irq_domain_alloc() and irq_domain_publish()

[PATCH] misc: bcm-vk: Fix NULL pointer dereference in case of buffer is not big enough in bcm_vk_read()
 2024-06-04 19:58 UTC 

[PATCH v2] dt-bindings: dma: fsl,imx-dma: Convert to dtschema
 2024-06-04 19:57 UTC  (4+ messages)

[syzbot] [wireguard?] WARNING: locking bug in wg_packet_decrypt_worker
 2024-06-04 19:56 UTC 

[PATCH] usb: typec: ucsi: treat get_pdos not supported condition as info instead of error
 2024-06-04 19:40 UTC 

[PATCH 1/4] x86/entry: Remove unwanted instrumentation in common_interrupt()
 2024-06-04 19:38 UTC  (3+ messages)

[PATCH net] net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
 2024-06-04 19:39 UTC  (2+ messages)

[PATCH] regulator: tps6594-regulator: Fix the number of irqs for TPS65224 and TPS6594
 2024-06-04 19:35 UTC  (2+ messages)

[PATCH v10 0/7] Preparatory changes for Proxy Execution v10
 2024-06-04 19:34 UTC  (7+ messages)
` [PATCH v10 6/7] sched: Split out __schedule() deactivate task logic into a helper
` [PATCH v10 7/7] sched: Split scheduler and execution contexts

[PATCH] x86/tdx: Enhance code generation for TDCALL and SEAMCALL wrappers
 2024-06-04 19:34 UTC  (4+ messages)

[PATCH v2] wifi: mac80211: Avoid address calculations via out of bounds array indexing
 2024-06-04 19:29 UTC  (4+ messages)

[PATCH] auxdisplay: ht16k33: Drop device node reference after registration failure in ht16k33_led_probe()
 2024-06-04 19:30 UTC  (4+ messages)
  `  "

[PATCH 0/3] dt-bindings: pinctrl: aspeed: Define missing functions and groups
 2024-06-04 19:28 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: aspeed: Use block syntax for function "
` [PATCH 2/3] dt-bindings: pinctrl: aspeed,ast2500-pinctrl: Describe SGPM
` [PATCH 3/3] dt-bindings: pinctrl: aspeed,ast2600-pinctrl: Describe I3C, USB

[Enable Designware XGMAC VLAN Stripping Feature v2 0/1]
 2024-06-04 19:26 UTC  (9+ messages)
` [Enable Designware XGMAC VLAN Stripping Feature v2 1/1] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN Stripping

[PATCH] ftrace/selftests: Fix pid test with function graph not showing pids
 2024-06-04 19:25 UTC 

[PATCH v3] fs/splice: don't block splice_direct_to_actor() after data was read
 2024-06-04 19:24 UTC  (5+ messages)

[PATCH] ASoC: qcom: add missing MODULE_DESCRIPTION() macro
 2024-06-04 19:20 UTC  (3+ messages)

[PATCH v17 0/7] Case insensitive cleanup for ext4/f2fs
 2024-06-04 19:18 UTC  (5+ messages)
` [PATCH v17 3/7] libfs: Introduce case-insensitive string comparison helper
` [PATCH v17 4/7] ext4: Reuse generic_ci_match for ci comparisons

[PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
 2024-06-04 19:18 UTC  (7+ messages)

[RFC][PATCH 08/10] sched/fair: Implement delayed dequeue
 2024-06-04 19:12 UTC  (11+ messages)

[PATCH v2] Fix issue in mark_buffer_dirty_inode
 2024-06-04 19:10 UTC  (2+ messages)

[PATCH 1/2] platform/chrome: cros_ec_proto: Upgrade get_next_event to v3
 2024-06-04 19:09 UTC  (3+ messages)
` [PATCH 3/3] ARM: dts: cros-ec-keyboard: Add keyboard matrix v3.0

[PATCH] iommu/arm-smmu-v3: Avoid uninitialized asid in case of error
 2024-06-04 19:09 UTC  (2+ messages)

[PATCH V5] ext4: check hash version and filesystem casefolded consistent
 2024-06-04 19:06 UTC  (3+ messages)

[PATCH 0/8] Some pstore improvements
 2024-06-04 19:05 UTC  (4+ messages)
` [PATCH 7/8] efi: pstore: Follow convention for the efi-pstore backend name

[PATCH v4 07/11] net: ethernet: stmmac: add management of stm32mp13 for stm32
 2024-06-04 19:00 UTC  (2+ messages)


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