linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-18 00:30:26 to 2023-04-18 06:22:43 UTC [more...]

linux-next: manual merge of the driver-core tree with the iommu tree
 2023-04-18  6:21 UTC  (2+ messages)

[PATCH v14 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-18  6:20 UTC  (6+ messages)
` [PATCH v14 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v14 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v14 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v14 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v14 5/5] selftests: mm: add pagemap ioctl tests

[PATCH RFC 0/5] perf: Add ioctl to emit sideband events
 2023-04-18  6:18 UTC  (3+ messages)

[PATCH v2] staging: rtl8192e: Fix W_DISABLE# does not work after stop/start
 2023-04-18  6:17 UTC  (2+ messages)

[PATCH] usb: typec: fix potential NULL dereference
 2023-04-18  6:16 UTC  (2+ messages)

[PATCH net] mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()
 2023-04-18  6:15 UTC  (2+ messages)

[PATCH] media: nxp: imx8-isi: fix buiding on 32-bit
 2023-04-18  6:13 UTC  (3+ messages)

[PATCH] [v2] media: nxp: imx8-isi: fix buiding on 32-bit
 2023-04-18  6:11 UTC 

[PATCH v1] lib/stackdepot: limit nr_entries size
 2023-04-18  6:10 UTC  (4+ messages)

[PATCH] f2fs: remove unnessary comment in __may_age_extent_tree
 2023-04-18  6:09 UTC 

BUG: sleeping function called from invalid context in __might_resched
 2023-04-18  6:09 UTC  (2+ messages)

[PATCH] libbpf: correct the macro KERNEL_VERSION for old kernel
 2023-04-18  6:09 UTC  (4+ messages)
  ` [External] "

[PATCH v9 01/10] drm/hdcp: Add drm_hdcp_atomic_check()
 2023-04-18  6:07 UTC  (6+ messages)
` [PATCH v9 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check
` [PATCH v9 07/10] drm/i915/hdcp: Use HDCP helpers for i915

[PATCH] ALSA: hda/hdmi: Remove some dead code
 2023-04-18  6:01 UTC  (2+ messages)

WARNING in timer_wait_running
 2023-04-18  6:00 UTC  (9+ messages)
            ` [PATCH] posix-cpu-timers: Implement the missing timer_wait_running callback

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-04-18  5:50 UTC  (8+ messages)
` [PATCH v2 4/6] shmem: skip page split if we're not reclaiming
` [PATCH v2 5/6] shmem: update documentation
` [PATCH v2 6/6] shmem: add support to ignore swap

[PATCH v3] i2c: ocores: add missing unwind goto in `ocores_i2c_probe`
 2023-04-18  5:45 UTC  (2+ messages)

[PATCH] Bluetooth: btrtl: Add the support for RTL8851B
 2023-04-18  5:43 UTC 

kernel 6.2 stuck at boot (efi_call_rts) on arm64
 2023-04-18  5:42 UTC  (11+ messages)

[PATCH] drm/docs: Fix usage stats typos
 2023-04-18  5:38 UTC  (2+ messages)

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-04-18  5:33 UTC  (39+ messages)
` [RFC PATCH v3 01/37] bpf: verifier: Accept dynptr mem as mem in herlpers
` [RFC PATCH v3 02/37] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
` [RFC PATCH v3 03/37] selftests/bpf: Test allowing NULL buffer in dynptr slice
` [RFC PATCH v3 04/37] fs: Generic function to convert iocb to rw flags
` [RFC PATCH v3 05/37] fuse-bpf: Update fuse side uapi
` [RFC PATCH v3 06/37] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v3 07/37] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v3 09/37] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v3 10/37] fuse-bpf: Don't support export_operations
` [RFC PATCH v3 11/37] fuse-bpf: Add support for access
` [RFC PATCH v3 12/37] fuse-bpf: Partially add mapping support
` [RFC PATCH v3 13/37] fuse-bpf: Add lseek support
` [RFC PATCH v3 14/37] fuse-bpf: Add support for fallocate
` [RFC PATCH v3 15/37] fuse-bpf: Support file/dir open/close
` [RFC PATCH v3 16/37] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter
` [RFC PATCH v3 18/37] fuse-bpf: support readdir
` [RFC PATCH v3 19/37] fuse-bpf: Add support for sync operations
` [RFC PATCH v3 20/37] fuse-bpf: Add Rename support
` [RFC PATCH v3 21/37] fuse-bpf: Add attr support
` [RFC PATCH v3 22/37] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v3 23/37] fuse-bpf: Add xattr support
` [RFC PATCH v3 24/37] fuse-bpf: Add symlink/link support
` [RFC PATCH v3 25/37] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v3 26/37] bpf: Increase struct_op limits
` [RFC PATCH v3 27/37] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v3 29/37] fuse-bpf: Export Functions
` [RFC PATCH v3 30/37] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v3 31/37] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v3 32/37] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v3 33/37] fuse-bpf: Add userspace "
` [RFC PATCH v3 34/37] WIP: fuse-bpf: add error_out
` [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
` [RFC PATCH v3 36/37] fuse-bpf: Add selftests
` [RFC PATCH v3 37/37] fuse: Provide easy way to test fuse struct_op call

[PATCH v7 0/5] spi: dw: DW SPI DMA Driver updates
 2023-04-18  5:29 UTC  (6+ messages)
` [PATCH v7 1/5] spi: dw: Add 32 bpw support to SPI DW DMA driver
` [PATCH v7 2/5] spi: dw: Move dw_spi_can_dma()
` [PATCH v7 3/5] spi: dw: Add DMA directional capability check
` [PATCH v7 4/5] spi: dw: Add DMA address widths "
` [PATCH v7 5/5] spi: dw: Round of n_bytes to power of 2

[PATCH] mm: fix printk format within cma
 2023-04-18  5:24 UTC  (4+ messages)

Apply ATI NCQ horkage to ASPEED as well
 2023-04-18  5:24 UTC  (4+ messages)
` [PATCH 1/2] gpu: Move ASPEED vendor ID definition to pci_ids.h
` [PATCH 2/2] ata: libata-core: Apply ATI NCQ horkage to ASPEED as well

[syzbot] [ext4?] general protection fault in ext4_write_begin
 2023-04-18  5:19 UTC 

[PATCH V1 2/3] drivers: misc: dcc: Add driver support for Data Capture and Compare unit(DCC)
 2023-04-18  5:18 UTC  (2+ messages)

BUG: divide error in ubi_attach_mtd_dev
 2023-04-18  5:16 UTC  (2+ messages)

[PATCH v3] dt-bindings: watchdog: alphascale-asm9260: convert to DT schema
 2023-04-18  5:16 UTC 

[PATCH 0/2] Fix for applied series [PATCH v5 0/5] Hyper-V VTL support
 2023-04-18  5:12 UTC  (3+ messages)
` [PATCH 1/2] x86/init: Remove static for get/set_rtc_noop()
` [PATCH 2/2] x86/hyperv: Allow hv_get_nmi_reason compilation irrespective of HYPERV config

[PATCH v2 0/4] usb: dwc2: add optional clock used on stm32mp15
 2023-04-18  5:06 UTC  (5+ messages)
` [PATCH v2 1/4] usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enable
` [PATCH v2 3/4] usb: dwc2: platform: add support for utmi optional clock

[PATCH v2 0/2] arm64: dts: ti: k3-j7200-common-proc-board fixes
 2023-04-18  5:05 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-j7200: Fix physical address of pin
` [PATCH v2 2/2] arm64: dts: ti: k3-j7200-som: Enable I2C

BUG: general protection fault in hci_uart_tty_ioctl
 2023-04-18  4:59 UTC 

[tip:master] BUILD SUCCESS 7d866e111ecda0551f7270ab932fde37ddba1470
 2023-04-18  4:57 UTC 

[PATCH net-next v1 0/2] net: dsa: microchip: Rework ksz_prmw8 and add partial ACL support
 2023-04-18  4:55 UTC  (8+ messages)
` [PATCH net-next v1 2/2] net: dsa: microchip: Add partial ACL support for ksz9477 switches

BUG: WARNING in dvb_frontend_get_event
 2023-04-18  4:50 UTC 

ERROR: modpost: "__divsi3_table" [lib/lz4/lz4_compress.ko] undefined!
 2023-04-18  4:47 UTC 

[PATCH] f2fs: remove some dead code
 2023-04-18  4:43 UTC  (2+ messages)

[PATCH 0/4] arm64: qcom: fix the reboot reason handling on sa8775p
 2023-04-18  4:39 UTC  (4+ messages)
` [PATCH 1/4] arm64: dts: qcom: sa8775p: pmic: remove the PON modes

[PATCH] nvme/tcp: Add support to set the tcp worker cpu affinity
 2023-04-18  4:33 UTC  (13+ messages)
` [PATCH v2] "

[PATCH net] net: dsa: microchip: ksz8795: Correctly handle huge frame configuration
 2023-04-18  4:21 UTC  (2+ messages)

BUG: general protection fault in vidtv_mux_stop_thread
 2023-04-18  4:20 UTC 

[PATCH v3] vfio/cdx: add support for CDX bus
 2023-04-18  4:19 UTC  (3+ messages)

[PATCH 0/2] Input: st1232: wakeup in Suspend to idle
 2023-04-18  4:12 UTC  (2+ messages)

[tip:x86/microcode] BUILD SUCCESS 07cc5639f14dcc3763a926dbe7cc38ac2694de0c
 2023-04-18  4:07 UTC 

[PATCH] nvmet-auth: remove some dead code
 2023-04-18  4:06 UTC  (2+ messages)

[PATCH] thermal/drivers/cpuidle_cooling: Delete unmatched comments
 2023-04-18  3:53 UTC  (2+ messages)

[PATCH v2] PCI: cadence: Fix Gen2 Link Retraining process
 2023-04-18  3:49 UTC  (2+ messages)

[PATCH v4] PCI: vmd: Add the module param to adjust MSI mode
 2023-04-18  3:40 UTC  (3+ messages)

[PATCH] mm,unmap: avoid flushing TLB in batch if PTE is inaccessible
 2023-04-18  3:17 UTC  (7+ messages)

[PATCH v5 0/3] perf script: Have consistent output for symbol address
 2023-04-18  3:18 UTC  (4+ messages)
` [PATCH v5 1/3] perf script: print raw ip instead of binary offset for callchain
` [PATCH v5 2/3] perf: add helper map__fprintf_dsoname_dsoff
` [PATCH v5 3/3] perf: script: add new output field 'dsoff' to print dso offset

[PATCH v5 0/2] perf script: Have consistent output for symbol address
 2023-04-18  3:18 UTC  (4+ messages)
` [PATCH v5 1/2] perf: add helper map__fprintf_dsoname_dsoff
` [PATCH v5 2/2] perf: script: add new output field 'dsoff' to print dso offset

[RFC PATCH] migrate_pages: Never block waiting for the page lock
 2023-04-18  3:17 UTC  (6+ messages)

[PATCH v4 0/2] perf script: Have consistent output for symbol address
 2023-04-18  3:14 UTC  (4+ messages)
` [PATCH v4 2/2] perf: script: add new output field 'dsoff' to print dso offset

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-18  3:13 UTC  (2+ messages)

[PATCH v2 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-04-18  3:12 UTC  (6+ messages)
` [PATCH v2 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs

[syzbot] [net?] KASAN: slab-use-after-free Write in mini_qdisc_pair_swap
 2023-04-18  3:07 UTC 

[PATCHv2] zsmalloc: allow only one active pool compaction context
 2023-04-18  3:05 UTC  (4+ messages)

[PATCH 0/2] Access variable length array relaxed for integer type
 2023-04-18  2:53 UTC  (4+ messages)
` [PATCH 1/2] bpf: support access variable length array of "
    `  "

[PATCH v7 0/2] spi: loongson: add bus driver for the loongson spi
 2023-04-18  2:53 UTC  (3+ messages)

[PATCH v2 3/5] ACPI/PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
 2023-04-18  2:38 UTC  (2+ messages)

[PATCH 1/6] drm: bridge: samsung-dsim: Support multi-lane calculations
 2023-04-18  2:43 UTC  (8+ messages)
` [PATCH 3/6] drm: bridge: samsung-dsim: Fetch pll-clock-frequency automatically
` [PATCH 4/6] drm: bridge: samsung-dsim: Dynamically configure DPHY timing

[PATCH] irq: fasteoi handler re-runs on concurrent invoke
 2023-04-18  2:39 UTC  (5+ messages)

[PATCH v3 0/6] cxl/pci: Add support for RCH RAS error handling
 2023-04-18  2:37 UTC  (5+ messages)
` [PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
` [PATCH v3 6/6] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling

[PATCH] LoongArch: crypto: Add crc32 and crc32c hw acceleration
 2023-04-18  2:32 UTC 

[PATCH] ocfs2: reduce ioctl stack usage
 2023-04-18  2:29 UTC  (3+ messages)

[PATCH V3] tools/perf: Add basic support for LoongArch
 2023-04-18  2:23 UTC 

[PATCH v4 0/7] x86/resctrl: Miscellaneous resctrl features
 2023-04-18  2:22 UTC  (3+ messages)
` [PATCH v4 6/7] x86/resctrl: Display CLOSID and RMID for the resctrl groups

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-04-18  2:21 UTC  (9+ messages)
` [PATCH v2 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt

[PATCH v3] cpupower:Fix resource leaks in sysfs_get_enabled()
 2023-04-18  2:21 UTC  (3+ messages)

[PATCH v2 2/2] x86/Documentation: Add documentation about cluster
 2023-04-18  2:19 UTC  (5+ messages)
` [PATCH v2.1 "

[PATCH net-next v2] net/ipv6: silence 'passing zero to ERR_PTR()' warning
 2023-04-18  2:17 UTC  (4+ messages)

[PATCH v1 0/2] A fix for StarFive JH7110 clock drivers
 2023-04-18  2:14 UTC  (9+ messages)
` [PATCH v1 1/2] clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case
` [PATCH v1 2/2] clk: starfive: Delete the redundant dev_set_drvdata() in JH7110 clock drivers

[PATCH v2] docs: f2fs: specify extent cache for read explicitly
 2023-04-18  2:10 UTC  (2+ messages)

[PATCH net-next v6 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-18  2:10 UTC  (2+ messages)

[PATCH net-next 0/7] Ocelot/Felix driver support for preemptible traffic classes
 2023-04-18  2:10 UTC  (2+ messages)

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-04-18  2:07 UTC  (7+ messages)
` [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support
` [RFC PATCH v2 05/11] x86/bugs: Use Virtual MSRs to request hardware mitigations

[PATCH v5 0/3] Avoid having pending end transfers on soft disconnect
 2023-04-18  1:47 UTC  (5+ messages)
` [PATCH v5 1/3] usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
` [PATCH v5 3/3] usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API

[PATCH v4 0/7] Re-enable IDXD kernel workqueue under DMA API
 2023-04-18  2:06 UTC  (6+ messages)
` [PATCH v4 3/7] iommu: Support allocation of global PASIDs outside SVA

[PATCH v2] mm: Fixed incorrect comment for _kmem_cache_create function
 2023-04-18  2:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH net] net: Add check for csum_start in skb_partial_csum_set()
 2023-04-18  1:59 UTC  (12+ messages)
            ` 答复: "

[PATCH RESEND] sh: sq: Use the bitmap API when applicable
 2023-04-18  2:13 UTC  (2+ messages)

[PATCH v17 00/14] amphion video decoder/encoder driver
 2023-04-18  1:56 UTC  (4+ messages)
` [PATCH v17 08/14] media: amphion: add v4l2 m2m vpu decoder stateful driver
    ` [EXT] "

[PATCH 0/3] drm/msm/dpu: Drop useless for-loop HW block lookup
 2023-04-18  1:54 UTC  (3+ messages)
` [PATCH 1/3] drm/msm/dpu: Drop unused members from HW structs

[PATCH v1 0/3] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-04-18  1:51 UTC  (5+ messages)
` [PATCH v2 2/3] drivers/perf: add DesignWare PCIe PMU driver

[PATCH bpf-next 0/6] bpf: Tracing recursion prevention mechanism improvement
 2023-04-18  1:49 UTC  (4+ messages)
` [PATCH bpf-next 5/6] bpf: Improve tracing recursion prevention mechanism

[PATCH v1 0/7] Add JH7110 DPHY PMU support
 2023-04-18  1:38 UTC  (9+ messages)
` [PATCH v1 1/7] dt-bindings: power: Constrain properties for JH7110 PMU

[PATCH] perf/core: Fix perf_sample_data not properly initialized for different swevents in perf_tp_event()
 2023-04-18  1:35 UTC  (3+ messages)

[PATCH v4] cpupower:Fix resource leaks in sysfs_get_enabled()
 2023-04-18  1:30 UTC 

[PATCH linux-next 1/3] selftests: net: udpgso_bench_rx: Fix verifty exceptions
 2023-04-18  1:29 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: ti: k3-am62a: Add timers, wdt and fixup
 2023-04-18  1:27 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-am62a: Add general purpose timers
` [PATCH 2/3] arm64: dts: ti: k3-am62a: Add watchdog nodes
` [PATCH 3/3] arm64: dts: ti: k3-am62a7-evm: Describe main_uart1 and wkup_uart

[PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds"
 2023-04-18  1:24 UTC  (3+ messages)

[GIT PULL] x86/urgent for v6.3-rc7
 2023-04-18  1:24 UTC  (4+ messages)

[PATCH 1/2] kbuild: add srcdeb-pkg target
 2023-04-18  1:17 UTC  (3+ messages)

[PATCH V2] tools/perf: Add basic support for LoongArch
 2023-04-18  1:14 UTC  (6+ messages)

[PATCH 1/1] mm: handle swap page faults if the faulting page can be locked
 2023-04-18  1:07 UTC  (7+ messages)

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18  1:05 UTC  (5+ messages)
` [PATCH v3 6/7] mm: truncate: split huge page cache page to a non-zero order if possible

[PATCH net-next v4 0/4] Add SCM_PIDFD and SO_PEERPIDFD
 2023-04-18  1:03 UTC  (7+ messages)
` [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook
          ` handling unsupported optlen in cgroup bpf getsockopt: (was [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook)

[PATCH v2] Bluetooth: btusb: Add WCN6855 devcoredump support
 2023-04-18  1:02 UTC  (5+ messages)

[PATCH] dt-bindings: mfd: ti,j721e-system-controller: Add SoC chip ID
 2023-04-18  1:00 UTC 

[PATCH 00/27] MediaTek Helio X10 - Mailbox, Display, MMC/SD/SDIO
 2023-04-18  0:58 UTC  (5+ messages)
` [PATCH 01/27] dt-bindings: pwm: Add compatible for MediaTek MT6795

[PATCH 01/11] drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
 2023-04-18  0:53 UTC  (3+ messages)

[PATCH v2 0/8] sched/topology: add for_each_numa_cpu() macro
 2023-04-18  0:51 UTC  (3+ messages)

[PATCH v2 0/3] net: mvpp2: tai: add extts support
 2023-04-18  0:44 UTC  (4+ messages)
` [PATCH v2 1/3] net: mvpp2: tai: add refcount for ptp worker

[PATCH] f2fs: remove power-of-two limitation fo zoned device
 2023-04-18  0:40 UTC 

[PATCH] clk: starfive: Avoid casting iomem pointers
 2023-04-18  0:30 UTC  (4+ 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 NNTP newsgroup(s).