LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 09:35:40 to 2024-05-07 11:00:19 UTC [more...]

[PATCH] watchdog: LENOVO_SE10_WDT should depend on X86 && DMI
 2024-05-07 10:59 UTC  (2+ messages)

[RESEND PATCH] mm: align larger anonymous mappings on THP boundaries
 2024-05-07 10:59 UTC  (11+ messages)

6.9.0-rc2+ kernel hangs on boot
 2024-05-07 10:58 UTC  (7+ messages)
  ` 6.9.0-rc2+ kernel hangs on boot (bisected, maybe LED related)

[PATCH] epoll: try to be a _bit_ better about file lifetimes
 2024-05-07 10:58 UTC  (11+ messages)

[PATCH v2 net-next 00/15] locking: Introduce nested-BH locking
 2024-05-07 10:57 UTC  (4+ messages)
` [PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT

[PATCH 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-05-07 10:57 UTC  (14+ messages)
` [PATCH 01/17] perf cs-etm: Print error for new PERF_RECORD_AUX_OUTPUT_HW_ID versions
` [PATCH 12/17] coresight: Make CPU id map a property of a trace ID map
` [PATCH 13/17] coresight: Pass trace ID map into source enable
` [PATCH 14/17] coresight: Use per-sink trace ID maps for Perf sessions

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-07 10:53 UTC  (9+ messages)
` [PATCHv5 bpf-next 1/8] uprobe: Wire up uretprobe system call
` [PATCHv5 bpf-next 2/8] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv5 bpf-next 3/8] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv5 bpf-next 4/8] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv5 bpf-next 5/8] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
` [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test
` [PATCHv5 8/8] man2: Add uretprobe syscall page

[PATCH 1/2] wifi: ath12k: fix misspelling of "dma" in num_rxmda_per_pdev
 2024-05-07 10:54 UTC  (2+ messages)

[PATCH bpf-next 0/4] selftests/bpf: new MPTCP subflow subtest & improvements
 2024-05-07 10:53 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Handle SIGINT when creating netns
` [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro
` [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next 4/4] selftests/bpf: Add mptcp subflow subtest

[PATCH 0/8] add mTHP support for anonymous shmem
 2024-05-07 10:52 UTC  (8+ messages)
` [PATCH 1/8] mm: move highest_order() and next_order() out of the THP config
` [PATCH 2/8] mm: memory: extend finish_fault() to support large folio
` [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem

[PATCH v3 0/8] PCI: Solve two bridge window sizing issues
 2024-05-07 10:50 UTC  (11+ messages)
` [PATCH v3 1/8] PCI: Fix resource double counting on remove & rescan
` [PATCH v3 2/8] resource: Rename find_resource() to find_resource_space()
` [PATCH v3 3/8] resource: Document find_resource_space() and resource_constraint
` [PATCH v3 4/8] resource: Use typedef for alignf callback
` [PATCH v3 5/8] resource: Handle simple alignment inside __find_resource_space()
` [PATCH v3 6/8] resource: Export find_resource_space()
` [PATCH v3 7/8] PCI: Make minimum bridge window alignment reference more obvious
` [PATCH v3 8/8] PCI: Relax bridge window tail sizing rules

[PATCH v3 0/6] large folios swap-in: handle refault cases first
 2024-05-07 10:48 UTC  (24+ messages)
` [PATCH v3 3/6] mm: introduce pte_move_swp_offset() helper which can move offset bidirectionally
` [PATCH v3 6/6] mm: swap: entirely map large folios found in swapcache

[PATCH 6/8] mm: shmem: add mTHP support for anonymous shmem
 2024-05-07 10:46 UTC  (2+ messages)

[PATCH] regulator: Mention regulator id in error message about dummy supplies
 2024-05-07 10:47 UTC 

[PATCH] wifi: nl80211: Avoid address calculations via out of bounds array indexing
 2024-05-07 10:46 UTC  (3+ messages)

[PATCH] io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
 2024-05-07 10:44 UTC  (3+ messages)

[PATCH net-next 00/14] net: qede: convert filter code to use extack
 2024-05-07 10:44 UTC  (15+ messages)
` [PATCH net-next 01/14] net: qede: use extack in qede_flow_parse_ports()
` [PATCH net-next 02/14] net: qede: use extack in qede_set_v6_tuple_to_profile()
` [PATCH net-next 03/14] net: qede: use extack in qede_set_v4_tuple_to_profile()
` [PATCH net-next 04/14] net: qede: use extack in qede_flow_parse_v6_common()
` [PATCH net-next 05/14] net: qede: use extack in qede_flow_parse_v4_common()
` [PATCH net-next 06/14] net: qede: use extack in qede_flow_parse_tcp_v6()
` [PATCH net-next 07/14] net: qede: use extack in qede_flow_parse_tcp_v4()
` [PATCH net-next 08/14] net: qede: use extack in qede_flow_parse_udp_v6()
` [PATCH net-next 09/14] net: qede: use extack in qede_flow_parse_udp_v4()
` [PATCH net-next 10/14] net: qede: add extack in qede_add_tc_flower_fltr()
` [PATCH net-next 11/14] net: qede: use extack in qede_parse_flow_attr()
` [PATCH net-next 12/14] net: qede: use faked extack in qede_flow_spec_to_rule()
` [PATCH net-next 13/14] net: qede: propagate extack through qede_flow_spec_validate()
` [PATCH net-next 14/14] net: qede: use extack in qede_parse_actions()

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-07 10:45 UTC 

[PATCH v2] sched: Consolidate cpufreq updates
 2024-05-07 10:42 UTC  (7+ messages)

[PATCH net-next v5 0/7] dma: skip calling no-op sync ops when possible
 2024-05-07 10:41 UTC  (8+ messages)
` [PATCH net-next v5 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v5 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH] bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq
 2024-05-07 10:39 UTC 

[PATCH net-next] net: fec: Convert fec driver to use lock guards
 2024-05-07 10:39 UTC  (2+ messages)

[PATCH v2] docs: cgroup-v1: Update page cache removal functions
 2024-05-07 10:34 UTC 

[PATCH 1/3] kconfig: m/nconf: remove dead code to display children of choice members
 2024-05-07 10:37 UTC  (3+ messages)
` [PATCH 2/3] kconfig: m/nconf: remove dead code to display value of bool choice
` [PATCH 3/3] kconfig: m/nconf: merge two item_add_str() calls

[PATCH] docs: cgroup-v1: Update page cache removal functions
 2024-05-07 10:30 UTC 

[PATCH] arm64: dts: ti: k3-j722s: Fix main domain GPIO count
 2024-05-07 10:33 UTC 

[PATCH 0/4] mtd: nand: mxc_nand: Convert to exec_op
 2024-05-07 10:33 UTC  (7+ messages)
` [PATCH 3/4] mtd: nand: mxc_nand: support software ECC

[PATCH v2] drivers: use __free attribute instead of of_node_put()
 2024-05-07 10:32 UTC  (8+ messages)
` [PATCH 0/2 v3] drivers: introduce automatic cleanup feature
  ` [PATCH 2/2 v3] drivers: use __free attribute instead of of_node_put()

[PATCH net-next 0/2] Fix phy_link_topology initialization
 2024-05-07 10:28 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: phy_link_topology: Pass netdevice to phy_link_topo helpers
` [PATCH net-next 2/2] net: phy: phy_link_topology: Lazy-initialize the link topology

[PATCH 0/4] ASoC: qcom: x1e80100: Correct channel mapping
 2024-05-07 10:27 UTC  (5+ messages)
` [PATCH 1/4] ASoC: Constify channel mapping array arguments in set_channel_map()
` [PATCH 2/4] ASoC: qcom: q6dsp: Implement proper channel mapping in Audioreach
` [PATCH 3/4] ASoC: qcom: q6dsp: Set channel mapping instead of fixed defaults
` [PATCH 4/4] ASoC: qcom: x1e80100: Correct channel mapping

[PATCH] cpufreq/cppc: changing highest_perf to nominal_perf in cppc_cpufreq_cpu_init()
 2024-05-07 10:25 UTC  (3+ messages)

[PATCH 0/4] arm64: Support the TSO memory model
 2024-05-07 10:24 UTC  (3+ messages)

[PATCH net-next] net: phy: add wol config options in phy device
 2024-05-07 10:20 UTC  (4+ messages)

[PATCH] genirq/irqdomain: Clean code for __irq_domain_create()
 2024-05-07 10:22 UTC  (4+ messages)

[PATCH v5 0/2] Improve VM CPUfreq and task placement behavior
 2024-05-07 10:21 UTC  (8+ messages)
` [PATCH v5 1/2] dt-bindings: cpufreq: add virtual cpufreq device

[BUG][v6.9-rc6] Deadlock with: Revert "drm/qxl: simplify qxl_fence_wait"
 2024-05-07 10:21 UTC  (7+ messages)

[PATCH] genirq: Simplify the check for __irq_get_desc_lock()
 2024-05-07 10:20 UTC  (4+ messages)

[PATCH] bug: Improve comment
 2024-05-07 10:17 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in bch2_fs_usage_read_one
 2024-05-07 10:15 UTC 

[PATCH v3] selftests: cgroup: add tests to verify the zswap writeback path
 2024-05-07 10:14 UTC 

[PATCH v5 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-05-07 10:13 UTC  (5+ messages)
` [PATCH v5 1/2] clk: starfive: jh7110-sys: Add notifier for PLL0 clock
` [PATCH v5 2/2] riscv: dts: starfive: visionfive-2: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz

[PATCH 0/7] Remove 40x
 2024-05-07 10:12 UTC  (3+ messages)
` [PATCH 6/7] powerpc: Replace CONFIG_4xx with CONFIG_44x

[PATCH net v5 0/4] ax25: Fix issues of ax25_dev and net_device
 2024-05-07 10:00 UTC  (5+ messages)
` [PATCH net v5 1/4] ax25: Use kernel universal linked list to implement ax25_dev_list

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-05-07 10:10 UTC  (17+ messages)

[PATCH net-next 1/2] IB/hfi1: Do not use custom stat allocator
 2024-05-07 10:07 UTC  (3+ messages)

[PATCH wireless-next] wil6210: Do not use embedded netdev in wil6210_priv
 2024-05-07 10:05 UTC  (2+ messages)

[PATCH v4 0/5] PCI: controller: Move to agnostic GPIO API
 2024-05-07 10:03 UTC  (2+ messages)

[PATCH V2 0/9] Add data type profiling support for powerpc
 2024-05-07 10:03 UTC  (9+ messages)
` [PATCH V2 5/9] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V2 6/9] tools/perf: Update instruction tracking for powerpc
` [PATCH V2 7/9] tools/perf: Update instruction tracking with add instruction
` [PATCH V2 8/9] tools/perf: Add support to find global register variables using find_data_type_global_reg

[PATCH v4 0/4] Add support for AArch64 AMUv1-based arch_freq_get_on_cpu
 2024-05-07 10:02 UTC  (9+ messages)
` [PATCH v4 4/4] cpufreq: Use arch specific feedback for cpuinfo_cur_freq
      `  "

[PATCH v7 00/18] Support IGT in display driver
 2024-05-07 10:02 UTC  (4+ messages)
` [PATCH v7 01/18] soc: mediatek: Disable 9-bit alpha in ETHDR

[PATCH] ASoC: qcom: audioreach: Correct mapping of back speakers
 2024-05-07 10:02 UTC 

[PATCH v3 0/5] PCI: controller: Move to agnostic GPIO API
 2024-05-07 10:00 UTC  (6+ messages)
` [PATCH v3 4/5] PCI: imx6: Convert "

[PATCH v9 2/8] x86/vmware: Move common macros to vmware.h
 2024-05-07  9:58 UTC  (4+ messages)
` [PATCH v9 0/8] VMware hypercalls enhancements
  ` [PATCH v9 3/8] x86/vmware: Introduce VMware hypercall API

[PATCH 0/5] drm/tiny: panel-mipi-dbi: Support 18 bits per color RGB666
 2024-05-07  9:57 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: display: panel: mipi-dbi-spi: Add a pixel format property
` [PATCH 2/5] drm/mipi-dbi: Remove mipi_dbi_machine_little_endian()
` [PATCH 3/5] drm/mipi-dbi: Make bits per word configurable for pixel transfers
` [PATCH 4/5] drm/mipi-dbi: Add support for DRM_FORMAT_RGB888
` [PATCH 5/5] drm/tiny: panel-mipi-dbi: Support the pixel format property

[PATCH] parport: Increase buffer max length to avoid memory out of bounds overflow
 2024-05-07  9:55 UTC 

[PATCH v3 0/2] Add USB 3.0 support for J784S4
 2024-05-07  9:55 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: ti: k3-j784s4-main: Add support for USB
` [PATCH v3 2/2] arm64: dts: ti: k3-j784s4-evm: Enable USB3 support

[PATCH] printk: cleanup deprecated uses of strncpy/strcpy
 2024-05-07  9:55 UTC  (2+ messages)

[PATCH v2 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
 2024-05-07  9:53 UTC  (2+ messages)
` [PATCH v2 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

[PATCH v10 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2024-05-07  9:54 UTC  (6+ messages)
` [PATCH v10 2/3] clocksource: Add JH7110 timer driver
  ` 回复: "
      ` 回复: "

[PATCH RT 0/1] Linux v4.19.312-rt134-rc2
 2024-05-07  9:54 UTC  (3+ messages)

[PATCH rdma-next 0/3] RDMA/mana_ib: Add support of RC QPs
 2024-05-07  9:53 UTC  (4+ messages)
` [PATCH rdma-next 1/3] RDMA/mana_ib: Create and destroy RC QP
` [PATCH rdma-next 2/3] RDMA/mana_ib: Implement uapi to create "
` [PATCH rdma-next 3/3] RDMA/mana_ib: Modify QP state

[PATCH v12 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-07  1:32 UTC  (5+ messages)
` [PATCH v12 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector

[PATCH] clk: samsung: gs101: drop unused HSI2 clock parent data
 2024-05-07  9:49 UTC  (3+ messages)

[PATCH v2 0/7] Add Mule I2C multiplexer support
 2024-05-07  9:48 UTC  (4+ messages)
` [PATCH v2 1/7] i2c: mux: add the ability to share mux core address with child nodes

[PATCH 0/5] Add bootph-all property for J7 boards
 2024-05-07  9:44 UTC  (6+ messages)
` [PATCH 1/5] arm64: dts: ti: k3-j721s2*: Add bootph-* properties
` [PATCH 2/5] arm64: dts: ti: k3-j784s4*: Remove bootph properties from parent nodes
` [PATCH 3/5] arm64: dts: ti: k3-am68*: Add bootph-* properties
` [PATCH 4/5] arm64: dts: ti: k3-j721e*: "
` [PATCH 5/5] arm64: dts: ti: k3-j7200*: "

[PATCH net-next v17 00/13] Add Realtek automotive PCIe driver
 2024-05-07  9:44 UTC  (4+ messages)
` [PATCH net-next v17 12/13] realtek: Update the Makefile and Kconfig in the realtek folder

[GIT PULL] s390 updates for 6.10 merge window
 2024-05-07  9:43 UTC 

[PATCH 1/2] kbuild: remove redundant $(wildcard ) for rm-files
 2024-05-07  9:43 UTC  (2+ messages)

[PATCH net v5 4/4] ax25: Change kfree() in ax25_dev_free() to ax25_dev_put()
 2024-05-07  9:42 UTC  (2+ messages)

[PATCH net-next] net: add missing check for TCP fraglist GRO
 2024-05-07  9:41 UTC 

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-07  9:40 UTC  (4+ messages)
` [PATCH 3/5] x86/mm: Introduce and export interface arch_clean_nonsnoop_dma()

[PATCH net-next v2] net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO bus
 2024-05-07  9:40 UTC  (2+ messages)

[PATCH v2] firmware_loader: Use init_utsname()->release
 2024-05-07  9:40 UTC  (3+ messages)

[PATCH 0/6] s390: Unify IUCV device allocation
 2024-05-07  9:39 UTC  (2+ messages)

[PATCH] firmware: dmi: Mark dmi_memdev_populated_nr __initdata
 2024-05-07  9:38 UTC 

[PATCH] fscrypto: try to avoid refing parent dentry in fscrypt_file_open
 2024-05-07  9:36 UTC 

[PATCH 00/48] RCU changes for v6.10
 2024-05-07  9:35 UTC  (44+ messages)
` [PATCH 06/48] rcutorture: Dump GP kthread state on insufficient cb-flood laundering
` [PATCH 07/48] rcutorture: ASSERT_EXCLUSIVE_WRITER() for ->rtort_pipe_count updates
` [PATCH 08/48] rcu-tasks: Make Tasks RCU wait idly for grace-period delays
` [PATCH 09/48] doc: Remove references to arrayRCU.rst
` [PATCH 10/48] MAINTAINERS: Update Neeraj's email address
` [PATCH 11/48] bpf: Select new NEED_TASKS_RCU Kconfig option
` [PATCH 12/48] arch: "
` [PATCH 13/48] rcu: Add data structures for synchronize_rcu()
` [PATCH 14/48] tracing: Select new NEED_TASKS_RCU Kconfig option
` [PATCH 15/48] bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
` [PATCH 16/48] ftrace: "
` [PATCH 17/48] rcu: Update lockdep while in RCU read-side critical section
` [PATCH 18/48] rcu: Make TINY_RCU depend on !PREEMPT_RCU rather than !PREEMPTION
` [PATCH 19/48] srcu: Make Tiny SRCU explicitly disable preemption
` [PATCH 20/48] rcu: Create NEED_TASKS_RCU to factor out enablement logic
` [PATCH 21/48] rcu: Remove redundant BH disabling in TINY_RCU
` [PATCH 22/48] rcu: Make Tiny RCU explicitly disable preemption
` [PATCH 23/48] rcu: Remove redundant READ_ONCE() of rcu_state.gp_flags in tree.c
` [PATCH 24/48] rcu: Bring diagnostic read of rcu_state.gp_flags into alignment
` [PATCH 25/48] rcu: Mark writes to rcu_sync ->gp_count field
` [PATCH 26/48] rcu: Mark loads from rcu_state.n_online_cpus
` [PATCH 27/48] rcu: Make hotplug operations track GP state, not flags
` [PATCH 28/48] rcu: Inform KCSAN of one-byte cmpxchg() in rcu_trc_cmpxchg_need_qs()
` [PATCH 29/48] rcu: Remove redundant CONFIG_PROVE_RCU #if condition
` [PATCH 30/48] rcu-tasks: Replace exit_tasks_rcu_start() initialization with WARN_ON_ONCE()
` [PATCH 31/48] rcu-tasks: Fix the comments for tasks_rcu_exit_srcu_stall_timer
` [PATCH 32/48] rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
` [PATCH 33/48] rcu: Mollify sparse with RCU guard
` [PATCH 34/48] rcu: Fix buffer overflow in print_cpu_stall_info()
` [PATCH 35/48] rcu: Reduce synchronize_rcu() latency
` [PATCH 36/48] rcu: Add a trace event for synchronize_rcu_normal()
` [PATCH 37/48] rcu: Support direct wake-up of synchronize_rcu() users
` [PATCH 38/48] rcu: Allocate WQ with WQ_MEM_RECLAIM bit set
` [PATCH 39/48] rcutorture: Remove extraneous rcu_torture_pipe_update_one() READ_ONCE()
` [PATCH 40/48] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
` [PATCH 41/48] rcutorture: Re-use value stored to ->rtort_pipe_count instead of re-reading
` [PATCH 42/48] rcutorture: Use the gp_kthread_dbg operation specified by cur_ops
` [PATCH 43/48] rcutorture: Make rcutorture support print rcu-tasks gp state
` [PATCH 44/48] rcutorture: Removing redundant function pointer initialization
` [PATCH 45/48] rcutorture: Make stall-tasks directly exit when rcutorture tests end
` [PATCH 46/48] rcutorture: Fix invalid context warning when enable srcu barrier testing
` [PATCH 47/48] torture: Scale --do-kvfree test time
` [PATCH 48/48] rcutorture: Use rcu_gp_slow_register/unregister() only for rcutype test


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).