LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 13:18:17 to 2024-05-07 14:30:32 UTC [more...]

[PATCH 0/6] HID/arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
 2024-05-07 14:30 UTC  (6+ messages)
` [PATCH 3/6] dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property

[PATCH 0/2] ChromeOS Embedded controller hwmon driver
 2024-05-07 14:30 UTC  (4+ messages)
` [PATCH 1/2] hwmon: add ChromeOS EC driver
` [PATCH 2/2] mfd: cros_ec: Register hardware monitoring subdevice

[PATCH v2 0/2] abort hot-plug if pci_hp_add_bridge() fails
 2024-05-07 14:27 UTC  (7+ messages)
` [PATCH v2 2/2] PCI: pciehp: Abort "

[PATCH v2 0/2] riscv: make image compression configurable
 2024-05-07 14:26 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] riscv: show help string for riscv-specific targets

[PATCH RFC RESEND 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 14:26 UTC  (7+ messages)
` [PATCH RFC RESEND 1/6] iommu/riscv: Add RISC-V IOMMU PMU support
` [PATCH RFC RESEND 2/6] iommu/riscv: Support HPM and interrupt handling
` [PATCH RFC RESEND 3/6] iommu/riscv: support GSCID
` [PATCH RFC RESEND 4/6] iommu/riscv: support nested iommu for getting iommu hardware information
` [PATCH RFC RESEND 5/6] iommu/riscv: support nested iommu for creating domains owned by userspace
` [PATCH RFC RESEND 6/6] iommu/riscv: support nested iommu for flushing cache

[PATCH 1/2] kbuild: remove redundant $(wildcard ) for rm-files
 2024-05-07 14:25 UTC  (4+ messages)
` [PATCH 2/2] kbuild: add 'private' to target-specific variables

[PATCH -mm] nilfs2: Use __field_struct() for a bitwise field
 2024-05-07 14:24 UTC 

[PATCH] gpiolib: fix the speed of descriptor label setting with SRCU
 2024-05-07 14:24 UTC  (3+ messages)

[PATCH v3] kernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning
 2024-05-07 14:23 UTC  (2+ messages)

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

[PATCH v10 00/27] Enable CET Virtualization
 2024-05-07 14:21 UTC  (8+ messages)
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace

[PATCH for-next] RDMA/hns: Support flexible WQE buffer page size
 2024-05-07 14:21 UTC  (5+ messages)

[PATCH 2/2] Loongarch:Support loongarch avec
 2024-05-07 14:20 UTC  (2+ messages)

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

[PATCH v5 1/2] lib/test_bitops: Add benchmark test for fns()
 2024-05-07 14:19 UTC  (7+ messages)

[PATCH v4 0/3] arm64: qcom: sm8650: add support for the SM8650-HDK board
 2024-05-07 14:18 UTC  (3+ messages)
` [PATCH v4 3/3] arch: arm64: dts: sm8650-hdk: add support for the Display Card overlay

[PATCH net-next 0/8] net: openvswitch: Add sample multicasting
 2024-05-07 14:18 UTC  (4+ messages)
` [PATCH net-next 6/8] net:openvswitch: add psample support

[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-07 14:15 UTC  (37+ messages)
` [PATCH v10 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v10 02/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v10 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v10 04/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v10 05/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v10 06/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v10 08/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v10 09/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v10 10/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v10 11/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v10 12/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v10 13/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v10 14/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v10 15/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v10 16/36] function_graph: Move graph depth stored data "
` [PATCH v10 17/36] function_graph: Move graph notrace bit "
` [PATCH v10 18/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v10 19/36] function_graph: Add selftest for passing local variables
` [PATCH v10 20/36] ftrace: Add multiple fgraph storage selftest
` [PATCH v10 21/36] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v10 22/36] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v10 23/36] function_graph: Pass ftrace_regs to retfunc
` [PATCH v10 24/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v10 25/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v10 26/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v10 27/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v10 28/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v10 29/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v10 30/36] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v10 31/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v10 32/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v10 33/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v10 34/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v10 35/36] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v10 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded

[PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
 2024-05-07 14:14 UTC 

[PATCH 0/5] a few fixes for the Samsung USB phy driver
 2024-05-07 14:14 UTC  (6+ messages)
` [PATCH 1/5] phy: exynos5-usbdrd: uniform order of register bit macros
` [PATCH 2/5] phy: exynos5-usbdrd: convert udelay() to fsleep()
` [PATCH 3/5] phy: exynos5-usbdrd: make phy_isol() take a bool for clarity
` [PATCH 4/5] phy: exynos5-usbdrd: fix definition of EXYNOS5_FSEL_26MHZ
` [PATCH 5/5] phy: exynos5-usbdrd: set ref clk freq in exynos850_usbdrd_utmi_init()

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_clean_to_text
 2024-05-07 14:14 UTC  (3+ messages)
` [PATCH] bcachefs: fix oob "

[PATCH net v5 0/4] ax25: Fix issues of ax25_dev and net_device
 2024-05-07 14:13 UTC  (3+ messages)
` [PATCH net v5 4/4] ax25: Change kfree() in ax25_dev_free() to ax25_dev_put()

[PATCH 0/4] perf maps/symbols: Various assert fixes
 2024-05-07 14:12 UTC  (5+ messages)
` [PATCH 1/4] perf symbols: Remove map from list before updating addresses
` [PATCH 2/4] perf maps: Re-use __maps__free_maps_by_name()
` [PATCH 3/4] perf symbols: Update kcore map before merging in remaining symbols
` [PATCH 4/4] perf symbols: Fix ownership of string in dso__load_vmlinux()

[PATCH v6 00/10] Fix Kselftest's vfork() side effects
 2024-05-07 14:12 UTC  (3+ messages)

[PATCH v4 0/4] arm64/mm: Enable userfaultfd write-protect
 2024-05-07 14:08 UTC  (5+ messages)
` [PATCH v4 1/4] arm64/mm: generalize PMD_PRESENT_INVALID for all levels

[RFC 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 14:07 UTC 

[PATCH] riscv/atomic.h: optimize ops with acquire/release ordering
 2024-05-07 14:07 UTC  (3+ messages)

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-05-07 14:07 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: arm: mediatek: mmsys: Add OF graph support for board path

[PATCH 0/3] Fix up qcom,halt-regs definition in various schemas
 2024-05-07 14:11 UTC  (2+ messages)

[PATCH 0/2] Mark qcom,ipc as deprecated in two schemas
 2024-05-07 14:11 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] arm64: dts: qcom: msm8996: enable fastrpc and glink-edge
 2024-05-07 14:11 UTC  (2+ messages)
` (subset) "

[PATCH] f2fs: fix to avoid racing in between buffered read and OPU dio write
 2024-05-07 14:05 UTC 

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-05-07 14:04 UTC  (12+ messages)

[PATCH v4] can: mcp251xfd: fix infinite loop when xmit fails
 2024-05-07 14:03 UTC  (3+ messages)

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

[PATCH v1 1/1] bitops: Move aligned_byte_mask() to wordpart.h
 2024-05-07 14:01 UTC 

[PATCH] docs:core-api: fixed typos and grammar in printk-index page
 2024-05-07 14:01 UTC  (2+ messages)

[PATCH] MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
 2024-05-07 14:01 UTC 

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

[PATCH v3 0/8] PCI: Solve two bridge window sizing issues
 2024-05-07 14:01 UTC  (5+ messages)
` [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] Documentation: tracing: Fix spelling mistakes
 2024-05-07 14:00 UTC  (2+ messages)

[PATCH v3 -next] mm: memcg: make alloc_mem_cgroup_per_node_info() return bool
 2024-05-07 13:59 UTC  (2+ messages)

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

[PATCH v2] s390/pkey: use kvfree_sensitive() to fix Coccinelle warning
 2024-05-07 13:53 UTC  (2+ messages)

[PATCH v4 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-05-07 13:52 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: display: panel: Add himax hx83102 panel bindings
` [PATCH v4 2/7] drm/panel: himax-hx83102: Break out as separate driver
` [PATCH v4 3/7] arm64: defconfig: Enable HIMAX_HX83102 panel
` [PATCH v4 4/7] dt-bindings: display: panel: Add compatible for BOE nv110wum-l60
` [PATCH v4 5/7] drm/panel: himax-hx83102: Support for BOE nv110wum-l60 MIPI-DSI panel
` [PATCH v4 6/7] dt-bindings: display: panel: Add compatible for IVO t109nw41
` [PATCH v4 7/7] drm/panel: himax-hx83102: Support for IVO t109nw41 MIPI-DSI panel

[PATCH] nvme-pci: Add quirk for broken MSIs
 2024-05-07 13:53 UTC  (2+ messages)

[PATCH] mm: Remove mm argument from mm_get_unmapped_area()
 2024-05-07 13:51 UTC  (5+ messages)

[PATCH] clk: qcom: gcc-sm8450: set OPS_PARENT_ENABLE on gcc_sdcc2_apps_clk_src
 2024-05-07 13:51 UTC  (5+ messages)

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

[PATCH V3 net 0/7] There are some bugfix for the HNS3 ethernet driver
 2024-05-07 13:42 UTC  (8+ messages)
` [PATCH V3 net 1/7] net: hns3: using user configure after hardware reset
` [PATCH V3 net 2/7] net: hns3: direct return when receive a unknown mailbox message
` [PATCH V3 net 3/7] net: hns3: change type of numa_node_mask as nodemask_t
` [PATCH V3 net 4/7] net: hns3: release PTP resources if pf initialization failed
` [PATCH V3 net 5/7] net: hns3: use appropriate barrier function after setting a bit value
` [PATCH V3 net 6/7] net: hns3: fix port vlan filter not disabled issue
` [PATCH V3 net 7/7] net: hns3: fix kernel crash when devlink reload during initialization

[PATCH v2 00/27] context_tracking, rcu: Spring cleaning renaming
 2024-05-07 13:48 UTC  (5+ messages)
` [PATCH v2 17/27] rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_in_eqs()
` [PATCH v2 18/27] rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_changed_since()

[PATCH v5] LoongArch: KVM: Add PMU support
 2024-05-07 13:45 UTC  (2+ messages)

[PATCH v3 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-05-07 13:44 UTC  (4+ messages)
` [PATCH v3 2/7] drm/panel: himax-hx83102: Break out as separate driver

[RFC] CamelCase can it be fixed per Checkpatch.pl script
 2024-05-07 13:42 UTC  (2+ messages)

[PATCH] phy: qcom-snps-femto-v2: Add load and voltage setting for LDO's used
 2024-05-07 13:41 UTC  (5+ messages)

[PATCH 00/20] drm/bridge: tc358775: proper bridge bringup and code cleanup
 2024-05-07 13:39 UTC  (4+ messages)
` [PATCH 01/20] drm/bridge: add dsi_lp11_notify mechanism

[PATCH] ASoC: qcom: audioreach: Correct mapping of back speakers
 2024-05-07 13:39 UTC  (2+ messages)

[RFC v1 0/5] Add Bananapi R3 Mini
 2024-05-07 13:36 UTC  (9+ messages)
` [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys
` [RFC v1 5/5] arm64: dts: mediatek: Add mt7986 based Bananapi R3 Mini

Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
 2024-05-07 13:34 UTC  (6+ messages)

[PATCH] md: Revert "md: Fix overflow in is_mddev_idle"
 2024-05-07 13:34 UTC  (2+ messages)

[PATCH v3] block/ioctl: prefer different overflow check
 2024-05-07 13:32 UTC  (2+ messages)

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-05-07 13:32 UTC  (8+ messages)

[PATCH 1/1] bcachefs: Move BCACHEFS_STATFS_MAGIC to UAPI magic.h
 2024-05-07 13:34 UTC  (2+ messages)

[PATCH v2 -next] mm: memcg: make alloc_mem_cgroup_per_node_info() return bool
 2024-05-07 13:31 UTC  (3+ messages)

[PATCH v4 0/3] KVM/x86: Enhancements to static calls
 2024-05-07 13:31 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Replace static_call_cond() with static_call()
` [PATCH v4 2/3] KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
` [PATCH v4 3/3] KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_ops

WARNING in fuse_request_end
 2024-05-07 13:29 UTC  (2+ messages)

[PATCH v2 0/3] hwmon: (emc1403) Various improvements
 2024-05-07 13:29 UTC  (5+ messages)

[PATCH v2 0/4] Fix and cleanups to page-writeback
 2024-05-07 13:28 UTC  (5+ messages)
` [PATCH v2 2/4] mm: correct calculation of wb's bg_thresh in cgroup domain

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

[PATCH 0/4] ASoC: qcom: x1e80100: Correct channel mapping
 2024-05-07 13:25 UTC  (5+ messages)
` [PATCH 2/4] ASoC: qcom: q6dsp: Implement proper channel mapping in Audioreach
` [PATCH 4/4] ASoC: qcom: x1e80100: Correct channel mapping

[PATCH v1 1/1] spi: pxa2xx: Drop the stale entry in documentation TOC
 2024-05-07 13:21 UTC  (2+ messages)

[PATCH RFC bpf-next 0/8] Implement generic bpf_async cb
 2024-05-07 13:19 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/8] bpf: ignore sleepable prog parameter for kfuncs
` [PATCH RFC bpf-next 2/8] bpf: add kfunc_meta parameter to push_callback_call()
` [PATCH RFC bpf-next 3/8] bpf: implement __async and __s_async kfunc suffixes
` [PATCH RFC bpf-next 4/8] bpf: typedef a type for the bpf_wq callbacks
` [PATCH RFC bpf-next 5/8] selftests/bpf: rely on wq_callback_fn_t
` [PATCH RFC bpf-next 6/8] bpf: remove one special case of is_bpf_wq_set_callback_impl_kfunc
` [PATCH RFC bpf-next 7/8] bpf: implement __aux kfunc argument suffix to fetch prog_aux
` [PATCH RFC bpf-next 8/8] bpf: rely on __aux suffix for bpf_wq_set_callback_impl

[PATCH] fs/proc: fix softlockup in __read_vmcore
 2024-05-07 13:18 UTC 

[PATCH v13 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-07 13:17 UTC  (18+ messages)
` [PATCH v13 12/28] drm/tests: Add TDMS character rate connector state tests
` [PATCH v13 13/28] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v13 14/28] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v13 16/28] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v13 17/28] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v13 18/28] drm/tests: Add tests for "
` [PATCH v13 19/28] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v13 20/28] drm/tests: Add RGB Quantization tests
` [PATCH v13 21/28] drm/connector: hdmi: Add Infoframes generation
` [PATCH v13 22/28] drm/tests: Add infoframes test
` [PATCH v13 23/28] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v13 24/28] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v13 25/28] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v13 26/28] drm/vc4: tests: Convert to plane creation helper
` [PATCH v13 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v13 28/28] drm/sun4i: hdmi: "

[PATCH 00/18] media: Fix the last set of coccinelle warnings
 2024-05-07 13:18 UTC  (19+ messages)
` [PATCH 01/18] media: allegro: nal-hevc: Refactor nal_hevc_sub_layer_hrd_parameters
` [PATCH 02/18] media: xilinx: Refactor struct xvip_dma
` [PATCH 03/18] media: dvb-frontend/mxl5xx: Refactor struct MBIN_FILE_T
` [PATCH 04/18] media: dvb-frontend/mxl5xx: Use flex array for MBIN_SEGMENT_T
` [PATCH 05/18] media: pci: cx18: Use flex arrays for struct cx18_scb
` [PATCH 06/18] media: siano: Refactor struct sms_msg_data
` [PATCH 07/18] media: siano: Remove unused structures
` [PATCH 08/18] media: siano: Use flex arrays for sms_firmware
` [PATCH 09/18] media: venus: Remove unused structs
` [PATCH 10/18] media: venus: Use flex array for hfi_session_release_buffer_pkt
` [PATCH 11/18] media: venus: Refactor struct hfi_uncompressed_plane_info
` [PATCH 12/18] media: venus: Refactor struct hfi_session_get_property_pkt
` [PATCH 13/18] media: venus: Refactor struct hfi_uncompressed_format_supported
` [PATCH 14/18] media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pkt
` [PATCH 15/18] media: venus: Refactor hfi_session_empty_buffer_compressed_pkt
` [PATCH 16/18] media: venus: Refactor hfi_sys_get_property_pkt
` [PATCH 17/18] media: venus: Refactor hfi_session_fill_buffer_pkt
` [PATCH 18/18] media: venus: Refactor hfi_buffer_alloc_mode_supported


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