public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-24 02:06:17 to 2023-05-24 06:07:41 UTC [more...]

linux-next: bott test warning
 2023-05-24  6:07 UTC  (3+ messages)

PWM regression causing failures with the pwm-atmel driver
 2023-05-24  6:07 UTC  (2+ messages)

fix the name_to_dev_t mess
 2023-05-24  6:06 UTC  (7+ messages)
` [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/
` [PATCH 19/24] dm: remove dm_get_dev_t

Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
 2023-05-24  5:57 UTC  (5+ messages)

[PATCH v6,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  6:04 UTC  (3+ messages)
` [PATCH v6,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
` [PATCH v6,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH] md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
 2023-05-24  6:04 UTC  (2+ messages)

[PATCH 0/2] ubi: block: fix use-after-free and deadlock
 2023-05-24  6:04 UTC  (5+ messages)
` [PATCH 1/2] ubi: block: Fix use-after-free of gendisk
` [PATCH 2/2] ubi: block: Fix deadlock on remove

[PATCH v9 0/5] ksm: support tracking KSM-placed zero-pages
 2023-05-24  5:59 UTC  (6+ messages)
` [PATCH v9 1/5] ksm: support unsharing KSM-placed zero pages
` [PATCH v9 2/5] ksm: count all zero pages placed by KSM
` [PATCH v9 3/5] ksm: add ksm zero pages for each process
` [PATCH v9 4/5] ksm: consider KSM-placed zeropages when calculating KSM profit
` [PATCH v9 5/5] selftest: add a testcase of ksm zero pages

[PATCH] hv_netvsc: Allocate rx indirection table size dynamically
 2023-05-24  5:57 UTC 

[PATCH] tpm: tpm_tis: Narrow the AAEON DMI quirk to UPX-i11 only
 2023-05-24  5:58 UTC 

[PATCH v21 0/6] block: Use page pinning
 2023-05-24  5:55 UTC  (6+ messages)
  ` Extending page pinning into fs/direct-io.c

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-24  5:54 UTC  (8+ messages)

[PATCH V2 0/2] Add support for PCIe PHY in IPQ9574
 2023-05-24  5:49 UTC  (4+ messages)
` [PATCH V2 1/2] dt-bindings: phy: qcom,qmp-pcie: Add ipq9574 bindings

[PATCH v2 0/2] dmaengine: at_hdmac: Regression fix and cleanup
 2023-05-24  5:50 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Carl/Pranjal as QAIC reviewers
 2023-05-24  5:48 UTC  (2+ messages)

linux-next: Tree for May 24
 2023-05-24  5:48 UTC 

[PATCH v2] dmaengine: pl330: rename _start to prevent build error
 2023-05-24  5:47 UTC  (2+ messages)

linux-next: boot failure after merge of the tip tree
 2023-05-24  5:44 UTC 

[PATCH v7 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-05-24  5:44 UTC  (3+ messages)
` [PATCH v7 4/4] dmaengine/idxd: Re-enable "

[syzbot] INFO: task hung in nfc_rfkill_set_block
 2023-05-24  5:43 UTC  (2+ messages)
` [syzbot] [nfc?] "

[RESEND][PATCH] thermal: intel: int340x_thermal: New IOCTLs for thermal
 2023-05-24  5:42 UTC  (2+ messages)

[PATCH -next] freevxfs: Fix some kernel-doc comments
 2023-05-24  5:42 UTC  (2+ messages)

[PATCH] gpiolib: Avoid side effects in gpio_is_visible()
 2023-05-24  5:41 UTC  (3+ messages)

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-05-24  5:40 UTC  (28+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH v6 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-05-24  5:39 UTC  (2+ messages)

[PATCH] modules/firmware: add a new option to denote a firmware group to choose one
 2023-05-24  5:40 UTC  (5+ messages)

[RESEND PATCH v5 1/3] test_firmware: prevent race conditions by a correct implementation of locking
 2023-05-24  5:34 UTC  (7+ messages)
` [RESEND PATCH v5 2/3] test_firmware: fix a memory leak with reqs buffer

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-24  5:16 UTC  (36+ messages)
` [PATCH 04/31] mm/pgtable: "
` [PATCH 05/31] mm/filemap: allow pte_offset_map_lock() "
` [PATCH 08/31] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
` [PATCH 13/31] mm/hmm: retry if pte_offset_map() fails
` [PATCH 17/31] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH 24/31] mm/migrate_device: allow pte_offset_map_lock() to fail
` [PATCH 25/31] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
` [PATCH 27/31] mm/khugepaged: allow pte_offset_map[_lock]() to fail
` [PATCH 29/31] mm/memory: handle_pte_fault() use pte_offset_map_nolock()

[PATCH V3 0/4] Enable crypto for ipq9574
 2023-05-24  5:31 UTC  (7+ messages)
` [PATCH V3 2/4] clk: qcom: gcc-ipq9574: Enable crypto clocks
` [PATCH V3 4/4] arm64: dts: qcom: ipq9574: Enable crypto nodes

[PATCH 1/2] dt-bindings: mtd: nand: Macronix: document new binding
 2023-05-24  5:30 UTC  (8+ messages)

[PATCH] riscv: mm: try VMA lock-based page fault handling first
 2023-05-24  5:28 UTC  (3+ messages)

[PATCH 1/2] perf annotate: Handle x86 instruction suffix generally
 2023-05-24  5:28 UTC  (2+ messages)
` [PATCH 2/2] perf annotate: Remove x86 instructions with suffix

[PATCH v2][next] scsi: lpfc: Use struct_size() helper
 2023-05-24  5:25 UTC  (2+ messages)

[PATCH] MAINTAINERS: Switch to @amd.com emails
 2023-05-24  5:23 UTC  (2+ messages)

[PATCH] media: dvb_ringbuffer: Return -EFAULT if copy fails
 2023-05-24  5:20 UTC  (4+ messages)

[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
 2023-05-24  5:19 UTC  (6+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

[linus:master] [module] 8660484ed1: WARNING:at_kernel/module/dups.c:#kmod_dup_request_exists_wait
 2023-05-24  5:16 UTC  (2+ messages)

[PATCH -next] scsi: target: Simplify bool conversion
 2023-05-24  5:11 UTC 

[PATCH V23 0/3] misc: Add driver support for Data Capture and Compare unit(DCC)
 2023-05-24  5:10 UTC  (4+ messages)
` [PATCH V23 2/3] misc: dcc: "

[PATCH] kallsyms: remove unused arch_get_kallsym() helper
 2023-05-24  5:07 UTC  (2+ messages)

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-05-24  4:57 UTC  (5+ messages)

[PATCH] clocksource: Add a helper fucntion to reduce code duplication
 2023-05-24  4:54 UTC  (3+ messages)

[PATCH] memblock: update numa node of memblk reserved type
 2023-05-24  4:59 UTC  (2+ messages)

[PATCH] venus: replace arrary index with enum for supported formats
 2023-05-24  4:53 UTC  (3+ messages)

Vger メール(linux-kernel@vger.kernel.org)の設定確認のお願い
 2023-05-24  4:36 UTC 

[PATCH v6 0/6] coresight: syscfg: Add config table load via configfs
 2023-05-24  4:48 UTC  (2+ messages)
` [EXT] "

[PATCH v4 0/8] sysctl: Completely remove register_sysctl_table from sources
 2023-05-24  4:44 UTC  (2+ messages)

[PATCH][next] nfsd: Replace one-element array with flexible-array member
 2023-05-24  1:42 UTC  (5+ messages)

[PATCH] gpio: cdev: fix a crash on line-request release
 2023-05-24  4:36 UTC  (4+ messages)

[PATCH 1/3] drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driver
 2023-05-24  4:28 UTC  (2+ messages)

patches to move ksmbd and cifs under new subdirectory
 2023-05-24  4:27 UTC  (6+ messages)

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-24  4:20 UTC  (2+ messages)

[PATCH net] net: fix skb leak in __skb_tstamp_tx()
 2023-05-24  4:20 UTC  (2+ messages)

[PATCH v3 0/4] cxl: Handle background commands
 2023-05-24  4:19 UTC  (4+ messages)

[PATCH] drivers: mpt3sas: mpt3sas_debugfs: return value check of `mpt3sas_debugfs_root`
 2023-05-24  4:16 UTC  (9+ messages)

[PATCH v4] memblock: Add flags and nid info in memblock debugfs
 2023-05-24  4:12 UTC  (3+ messages)

[PATCH] io_uring: fix compile error when CONFIG_IO_URING not set
 2023-05-24  4:04 UTC  (2+ messages)

[PATCH] staging: rtl8192e: Fix BRACES warning
 2023-05-24  4:00 UTC 

[PATCH -next 01/13] drm/amd/display: remove unused definition
 2023-05-24  3:59 UTC  (13+ messages)
` [PATCH -next 02/13] "
` [PATCH -next 03/13] "
` [PATCH -next 04/13] "
` [PATCH -next 05/13] "
` [PATCH -next 06/13] "
` [PATCH -next 07/13] "
` [PATCH -next 08/13] "
` [PATCH -next 09/13] "
` [PATCH -next 10/13] "
` [PATCH -next 11/13] "
` [PATCH -next 12/13] "
` [PATCH -next 13/13] "

[PATCH 1/2] tpm, tpm_tis: Handle interrupt storm
 2023-05-24  3:59 UTC  (3+ messages)

linux-next: build failure after merge of the sound tree
 2023-05-24  3:54 UTC 

[PATCH] overflow: Add struct_size_t() helper
 2023-05-24  3:53 UTC  (2+ messages)

[PATCH v3] workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()
 2023-05-24  3:53 UTC 

Stable backport request: skbuff: Proactively round up to kmalloc bucket size
 2023-05-24  3:52 UTC  (5+ messages)

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2023-05-24  3:51 UTC  (8+ messages)
` (no subject)
  ` 
          ` kprobes and rcu_is_watching()

linux-next: build warning after merge of the vfs-brauner tree
 2023-05-24  3:46 UTC 

[PATCH RESEND v4 0/2] Fix Goodix touchscreen power leakage for MT8186 boards
 2023-05-24  3:42 UTC  (3+ messages)
` [PATCH RESEND v4 1/2] dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend" property
` [PATCH RESEND v4 2/2] HID: i2c-hid: goodix: Add support for "

[PATCH 0/2] drivers: base: cacheinfo: Fix shared_cpu_list inconsistency in event of CPU hotplug
 2023-05-24  3:43 UTC  (4+ messages)
` [PATCH 2/2] drivers: base: cacheinfo: Update cpu_map_populated during CPU Hotplug

[PATCH net] net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure
 2023-05-24  3:42 UTC  (2+ messages)

[PATCH v2 0/3] soc: loongson2_pm: add power management support
 2023-05-24  3:41 UTC  (4+ messages)
` [PATCH v2 1/3] loongarch: export loongarch pm interface

[PATCH net] page_pool: fix inconsistency for page_pool_ring_[un]lock()
 2023-05-24  3:40 UTC  (2+ messages)

[PATCH v2] workqueue: Fix warning triggered when nr_running is checked in worker_enter_idle()
 2023-05-24  3:39 UTC  (4+ messages)

[PATCH v2] ocfs2: fix use-after-free when unmounting read-only filesystem
 2023-05-24  3:38 UTC  (2+ messages)

[PATCH net-next v4 0/2] Add support for VSC85xx DT RGMII delays
 2023-05-24  3:32 UTC  (3+ messages)
` [PATCH net-next v4 2/2] phy: mscc: Add support for RGMII delay configuration

[linus:master] fdbf807215: xfstests.generic.074.fail
 2023-05-24  3:26 UTC 

[RFC] usb: dwc3: gadget: Fix amount of data copied from event buf to cache
 2023-05-24  3:25 UTC  (5+ messages)

[PATCH 0/2] perf tools: Modify mksyscalltbl
 2023-05-24  3:19 UTC  (4+ messages)
` [PATCH 1/2] perf arm64: Handle __NR3264_ prefixed syscall number

[PATCH v2] tpm_tis_spi: fix:release chip select when flow control fails
 2023-05-24  3:14 UTC  (6+ messages)
` [PATCH v3] tpm_tis_spi: Release "

[PATCH v4 00/10] Clean ups for maple tree
 2023-05-24  3:12 UTC  (11+ messages)
` [PATCH v4 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
` [PATCH v4 02/10] maple_tree: Drop mas_{rev_}alloc() and mas_fill_gap()
` [PATCH v4 03/10] maple_tree: Fix the arguments to __must_hold()
` [PATCH v4 04/10] maple_tree: Simplify mas_is_span_wr()
` [PATCH v4 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null()
` [PATCH v4 06/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately
` [PATCH v4 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH v4 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient
` [PATCH v4 09/10] maple_tree: Simplify and clean up mas_wr_node_store()
` [PATCH v4 10/10] maple_tree: Relocate the declaration of mas_empty_area_rev()

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-24  3:13 UTC  (3+ messages)
` [PATCH v5 05/44] char: tpm: handle HAS_IOPORT dependencies

[PATCH 1/2] [v2] bpf: hide unused bpf_patch_call_args
 2023-05-24  3:12 UTC  (4+ messages)
` [PATCH 2/2] [v2] bpf: fix bpf_probe_read_kernel prototype mismatch

[PATCH V9 00/10] arm64/perf: Enable branch stack sampling
 2023-05-24  3:10 UTC  (4+ messages)
` [PATCH V9 10/10] arm64/perf: Implement branch records save on PMU IRQ

[RESEND][PATCH v2] tracing: Rename stacktrace field to common_stacktrace
 2023-05-24  3:09 UTC 

[paulmck-rcu:dev.2023.05.22a] BUILD SUCCESS a0980618a5d97c8211f8ca22a783d623796d3eb4
 2023-05-24  3:08 UTC 

[PATCH v22 00/31] splice: Kill ITER_PIPE
 2023-05-24  3:01 UTC  (3+ messages)
` [PATCH v22 19/31] f2fs: Provide a splice-read wrapper

[PATCH v4 0/5] perf stat: Add option to aggregate data based on the cache topology
 2023-05-24  3:00 UTC  (4+ messages)
` [PATCH v4 2/5] perf stat: Setup the foundation to allow aggregation based on "

[PATCH v14 0/2] drm: add kms driver for loongson display controller
 2023-05-24  2:56 UTC  (15+ messages)
` [PATCH v14 1/2] "

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-24  2:55 UTC  (5+ messages)
` [PATCH v6 08/14] x86: Secure Launch kernel late boot stub

[PATCH v3 00/21] Enable CET Virtualization
 2023-05-24  2:55 UTC  (7+ messages)
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs
` [PATCH v3 14/21] KVM:VMX: Add a synthetic MSR to allow userspace to access GUEST_SSP

[PATCH v2] fscrypt: Replace 1-element array with flexible array
 2023-05-24  2:55 UTC  (2+ messages)

[PATCH] tracing/selftests: Update synthetic event selftest to use common_stacktrace
 2023-05-24  2:54 UTC 

[PATCH - for 6.4] tpm: tpm_tis: Disable interrupts for AEON UPX-i11
 2023-05-24  2:50 UTC  (7+ messages)

[PATCH] KEYS: Replace all non-returning strlcpy with strscpy
 2023-05-24  2:49 UTC  (5+ messages)

[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
 2023-05-24  2:22 UTC  (6+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indicate memtype changes

[PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-05-24  2:43 UTC  (3+ messages)

[PATCH] Documentation: module-signing: Mention default_x509.genkey template
 2023-05-24  2:40 UTC  (4+ messages)

[PATCH] i2c: imx-lpi2c: directly return ISR when detect a NACK
 2023-05-24  2:40 UTC 

[tip:x86/tdx] BUILD SUCCESS 122333d6bd229af279cdb35d1b874b71b3b9ccfb
 2023-05-24  2:37 UTC 

[PATCH v2] drm/ast: Fix long time waiting on s3/s4 resume
 2023-05-24  2:34 UTC  (2+ messages)

[PATCH] sched/deadline: remove unused dl_bandwidth
 2023-05-24 10:25 UTC 

[PATCH v2] tracing: Rename stacktrace field to common_stacktrace
 2023-05-24  2:32 UTC 

[PATCH][next] wifi: rtw89: coex: Fix __write_overflow_field error
 2023-05-24  2:31 UTC  (3+ messages)

[PATCH] drm/ast: Fix modeset failed on DisplayPort
 2023-05-24  2:29 UTC  (4+ messages)

[PATCH v2 0/7] ASoC: mt8188: add new board support
 2023-05-24  2:25 UTC  (7+ messages)
` [PATCH v2 1/7] ASoC: mediatek: mt8188: separate ADDA playback dai from capture dai
` [PATCH v2 2/7] ASoC: dt-bindings: mediatek,mt8188-mt6359: remove ADDA_BE from link-name

[PATCH] tracing: Rename stacktrace field to common_stacktrace
 2023-05-24  2:24 UTC 

[GIT PULL] tpmdd changes for v6.4-rc4
 2023-05-24  2:22 UTC  (2+ messages)

[PATCH v5,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  2:16 UTC  (3+ messages)
` [PATCH v5,1/2] media: uapi: HEVC: Add num_delta_pocs_of_ref_rps_idx field
` [PATCH v5,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH v4,0/2] media: mediatek: vcodec: add hevc stateless decoder driver in MT8195
 2023-05-24  2:12 UTC  (4+ messages)
` [PATCH v4,2/2] media: mediatek: vcodec: support stateless hevc decoder

[PATCH v3 0/5] GRUB reclaiming fixes
 2023-05-24  2:11 UTC  (13+ messages)
` [PATCH v3 2/5] sched/deadline: Fix reclaim inaccuracy with SMP

[PATCH] tracing/histograms: Allow variables to have some modifiers
 2023-05-24  2:11 UTC 

[PATCH] drm/bridge: anx7625: Prevent endless probe loop
 2023-05-24  2:11 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