All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-11 15:20:12 to 2023-04-11 16:11:46 UTC [more...]

[PATCH net-next v6 00/18] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-04-11 16:08 UTC  (16+ messages)
` [PATCH net-next v6 01/18] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v6 02/18] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next v6 03/18] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next v6 04/18] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next v6 05/18] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v6 06/18] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v6 07/18] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 08/18] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v6 09/18] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v6 10/18] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v6 11/18] tls: "
` [PATCH net-next v6 12/18] siw: "
` [PATCH net-next v6 14/18] ip, udp: Support MSG_SPLICE_PAGES

[PATCH v3 4/5] x86/mce: Move storm handling to core
 2023-04-11 16:06 UTC  (6+ messages)
` [PATCH v4 0/5] Handle corrected machine check interrupt storms
  ` [PATCH v4 2/5] x86/mce: Add per-bank CMCI storm mitigation

[PATCH v4 2/3] drivers: clk: Add support for versa3 clock driver
 2023-04-11 16:07 UTC  (3+ messages)

[PATCH] KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
 2023-04-11 16:07 UTC  (3+ messages)

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-11 16:05 UTC  (9+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates
` [RFC PATCH 3/3][RESEND] xfs: mark the inode for high-res timestamp update in getattr

stable-rc/queue/5.10 build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.176-223-gb73b161a0e35)
 2023-04-11 16:04 UTC 

[PATCH v8 00/11] LSM: Three basic syscalls
 2023-04-11 15:59 UTC  (12+ messages)
  ` [PATCH v8 01/11] LSM: Identify modules by more than name
  ` [PATCH v8 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v8 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v8 04/11] LSM: syscalls for current process attributes
  ` [PATCH v8 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v8 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v8 07/11] LSM: Helpers for attribute names and filling an lsm_ctx
  ` [PATCH v8 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v8 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v8 10/11] SELinux: "
  ` [PATCH v8 11/11] LSM: selftests for Linux Security Module syscalls

[Buildroot] [PATCH 1/2] package/linux-headers: use host-make
 2023-04-11 16:04 UTC  (8+ messages)

final call for anything for QEMU 8.0
 2023-04-11 16:03 UTC 

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-04-11 16:02 UTC  (6+ messages)

[PATCH net-next v3 0/4] Add SCM_PIDFD and SO_PEERPIDFD
 2023-04-11 16:02 UTC  (8+ messages)
` [PATCH net-next v3 1/4] scm: add SO_PASSPIDFD and SCM_PIDFD
` [PATCH net-next v3 2/4] net: socket: add sockopts blacklist for BPF cgroup hook
` [PATCH net-next v3 3/4] net: core: add getsockopt SO_PEERPIDFD

[PATCH v4] PCI: Fix up L1SS capability for Intel Apollo Lake Root Port
 2023-04-11 16:02 UTC 

[PATCH v5 00/13] AV1 stateless decoder for RK3588
 2023-04-11 16:01 UTC  (18+ messages)
` [PATCH v5 03/13] media: Add NV12_10LE40_4L4 pixel format
` [PATCH v5 10/13] media: verisilicon: Add film grain feature to AV1 driver
` [PATCH v5 11/13] media: verisilicon: Enable AV1 decoder on rk3588
` [PATCH v5 12/13] media: verisilicon: Conditionally ignore native formats
` [PATCH v5 13/13] media: AV1: Make sure that bit depth in correctly initialize

[PATCH v3 0/9] AMDGPU Usermode queues
 2023-04-11 16:02 UTC  (5+ messages)
` [PATCH v3 8/9] drm/amdgpu: map wptr BO into GART

[PATCH 0/6] HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms + remove specialized drivers
 2023-04-11 16:00 UTC  (5+ messages)

[PATCH 0/2] hw/acpi: bump MADT to revision 5
 2023-04-11 16:00 UTC  (3+ messages)
` [PATCH 2/2] hw/acpi: i386: "

[PATCH 0/3] kunit: Fix reporting of the skipped parameterized tests
 2023-04-11 16:00 UTC  (4+ messages)
` [PATCH 1/3] kunit/test: Add example test showing parameterized testing
` [PATCH 2/3] kunit: Fix reporting of the skipped parameterized tests
` [PATCH 3/3] kunit: Update reporting function to support results from subtests

[PATCH net-next 00/10] Support tunnel mode in mlx5 IPsec packet offload
 2023-04-11 16:00 UTC  (3+ messages)
` [PATCH net-next 04/10] net/mlx5e: Prepare IPsec packet reformat code for tunnel mode

[PATCH v3 0/2] ATH10K YAML conversion
 2023-04-11 15:59 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: net: Convert ATH10K to YAML

[PATCH v1 0/3] Add JH7110 cpufreq support
 2023-04-11 15:58 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: fix to check readonly condition correctly
 2023-04-11 15:58 UTC  (5+ messages)

[PATCH RESEND] hooks: add sendemail-validate-series
 2023-04-11 15:58 UTC  (5+ messages)
` [PATCH v2] "

[Intel-gfx] [PATCH] fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace
 2023-04-11 15:57 UTC  (5+ messages)
  `  "

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-11 15:56 UTC  (3+ messages)

[PATCH net-next] net: phy: add basic driver for NXP CBTX PHY
 2023-04-11 15:57 UTC 

[PATCH v5 00/15] x86/mtrr: fix handling with PAT but without MTRR
 2023-04-11 15:57 UTC  (7+ messages)
` [PATCH v5 04/15] x86/mtrr: support setting MTRR state for software defined MTRRs

[pull] drm/msm: drm-msm-next-2023-04-10 for v6.4
 2023-04-11 15:56 UTC  (6+ messages)

[PATCH v3 00/13] drm: Fix color-format selection in fbdev emulation
 2023-04-11 15:56 UTC  (5+ messages)
` [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

[PATCH net-next 0/3] net: use READ_ONCE/WRITE_ONCE for ring index accesses
 2023-04-11 15:55 UTC  (8+ messages)
` [PATCH net-next 1/3] net: docs: update the sample code in driver.rst
` [PATCH net-next 2/3] bnxt: use READ_ONCE/WRITE_ONCE for ring indexes
` [PATCH net-next 3/3] mlx4: "

[PATCH iproute2] iptunnel: detect protocol mismatch on tunnel change
 2023-04-11 15:55 UTC  (2+ messages)

[PATCH v3] rust: xarray: Add an abstraction for XArray
 2023-04-11 15:55 UTC  (3+ messages)

[PATCH 0/2] cpufreq/schedutil: Fix null pointer dereference in sugov_update_single_freq
 2023-04-11 15:55 UTC  (3+ messages)
` [PATCH 1/2] cpufreq/schedutil: Add fast_switch callback check

[PATCH RFC net-next 0/6] net: mvneta: reduce size of TSO header allocation
 2023-04-11 15:53 UTC  (3+ messages)

[Bug 1212] [dpdk-21.11.8]pvp_qemu_multi_paths_port_restart:perf_pvp_qemu_vector_rx_mac: performance drop about 23.5% when send small packets
 2023-04-11 15:53 UTC  (2+ messages)
` [Bug 1212] [dpdk-20.11.8]pvp_qemu_multi_paths_port_restart:perf_pvp_qemu_vector_rx_mac: "

[PATCH] ubi: fastmap: Reserve PEBs and init fm_work when fastmap is used
 2023-04-11 15:46 UTC  (3+ messages)

[intel-tdx:guest-filter-upstream 12/39] drivers/acpi/dalt.c:122 parse_dalt_table() error: uninitialized symbol 'devid'
 2023-04-11 15:53 UTC 

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-04-11 15:52 UTC  (3+ messages)
` [PULL v4 23/83] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation

[PATCH] bpf: lirc program type should not require SYS_CAP_ADMIN
 2023-04-11 15:44 UTC 

[PATCH v2 1/2] mm/vmemmap/devdax: Fix kernel crash when probing devdax devices
 2023-04-11 15:52 UTC  (6+ messages)
` [PATCH v2 2/2] m/hugetlb: Rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[RESEND PATCH 4.14 v3 1/5] iio: counter: 104-quad-8: Fix race condition between FLAG and CNTR reads
 2023-04-11 15:52 UTC  (5+ messages)
` [RESEND PATCH 4.19 v3 2/5] "
` [RESEND PATCH 5.4 v3 3/5] "
` [RESEND PATCH 5.10 v3 4/5] "
` [RESEND PATCH 5.15 v3 5/5] "

FAILED: patch "[PATCH] drm/i915: Workaround ICL CSC_MODE sticky arming" failed to apply to 6.1-stable tree
 2023-04-11 15:51 UTC  (4+ messages)
` [PATCH 6.1.y 1/3] drm/i915: Split icl_color_commit_noarm() from skl_color_commit_noarm()

[PATCH v5 0/8] Add basic Boot Loader Interface support
 2023-04-11 15:51 UTC  (5+ messages)
` [PATCH v5 8/8] util/grub.d: Activate bli module on EFI

[PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd
 2023-04-11 15:50 UTC  (2+ messages)

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-04-11 15:50 UTC  (24+ messages)
                                          ` Lazy lowerdata lookup and data-only layers (Was: Re: Composefs:)

[xiang-erofs:dev-test 17/17] ld.lld: error: undefined symbol: z_erofs_aops
 2023-04-11 15:49 UTC  (2+ messages)

[PATCH bpf-next] bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages
 2023-04-11 15:50 UTC  (2+ messages)

[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
 2023-04-11 15:48 UTC  (11+ messages)

[PATCH v3] PCI: Fix up L1SS capability for Intel Apollo Lake PCIe bridge
 2023-04-11 15:48 UTC  (3+ messages)

[ANN] Request for Topics for a Media Summit June 26th
 2023-04-11 15:47 UTC  (2+ messages)

stable-rc/queue/6.1 build: 165 builds: 1 failed, 164 passed, 4 errors, 17 warnings (v6.1.22-327-gddc6e8108cbb)
 2023-04-11 15:47 UTC 

[PATCH v2 0/1] Switchtec Switch DMA Engine Driver
 2023-04-11 15:47 UTC  (4+ messages)
` [PATCH v2 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

[PATCH v1 0/2] swiotlb: Cleanup and alignment fix
 2023-04-11 15:46 UTC  (12+ messages)
` [PATCH v1 2/2] swiotlb: Fix slot alignment checks

[PATCH -next v5 0/6] md: fix uaf for sync_thread
 2023-04-11 15:46 UTC  (6+ messages)
` [PATCH -next v5 1/6] md: pass a md_thread pointer to md_register_thread()

[PATCH net-next] net: dsa: mt7530: fix support for MT7531BE
 2023-04-11 15:44 UTC  (3+ messages)

[virtio-comment] [PATCH v11 00/10] Introduce device group and device management
 2023-04-11 15:46 UTC  (10+ messages)
` [virtio-comment] [PATCH v11 04/10] admin: introduce virtio admin virtqueues
  ` [virtio-comment] "
      ` [virtio-comment] "
              ` [virtio-dev] "

[PATCH v6 0/4] Introduction of HP-BIOSCFG driver
 2023-04-11 15:45 UTC  (6+ messages)
` [PATCH v6 3/4] Introduction of HP-BIOSCFG driver [3]

[PATCH] drm/amdgpu: fix introduce gc_*_mes_2.bin v2
 2023-04-11 15:45 UTC  (2+ messages)

[PATCH net-next] net: stmmac: propagate feature flags to vlan
 2023-04-11 15:44 UTC  (2+ messages)

question about mpt3sas commit b424eaa1b51c
 2023-04-11 15:43 UTC  (3+ messages)

[PATCH 00/17] Introduce runtime modifiable Energy Model
 2023-04-11 15:43 UTC  (10+ messages)
` [PATCH 01/17] PM: EM: Refactor em_cpufreq_update_efficiencies() arguments
` [PATCH 02/17] PM: EM: Find first CPU online while updating OPP efficiency
` [PATCH 05/17] trace: energy_model: Add trace event for EM runtime modifications
` [PATCH 10/17] PM: EM: Add runtime update interface to modify EM power

[PATCH] date: remove approxidate_relative()
 2023-04-11 15:43 UTC  (6+ messages)

[Intel-gfx] [PATCH v2] drm/i915: Initialize dkl_phy spin lock from display code path
 2023-04-11 15:41 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Build: success for "
` [Intel-xe] ○ CI.BAT: info "

[PATCH] Subject:[PATCH] cxl-cdat:Fix open file not closed in ct3_load_cdat
 2023-04-11 15:39 UTC  (2+ messages)

[PATCH v1 1/1] mlxbf-bootctl: Add sysfs file for BlueField boot fifo
 2023-04-11 15:39 UTC 

[PATCH] net: ti/cpsw: Add explicit platform_device.h and of_platform.h includes
 2023-04-11 15:38 UTC  (2+ messages)

When processes are forked using clone3 to a cgroup in cgroup v2 with a specified cpuset.cpus, the cpuset.cpus doesn't take an effect to the new processes
 2023-04-11 15:37 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory​
 2023-04-11 15:36 UTC  (4+ messages)

[PATCH] block: add configure options for excluding vmdk, vhdx and vpc
 2023-04-11 15:34 UTC 

[PATCH] tty: serial: sh-sci: Fix transmit end interrupt handler
 2023-04-11 15:36 UTC  (6+ messages)

stable-rc/queue/4.19 baseline: 147 runs, 28 regressions (v4.19.279-109-g4f37597b6cd7)
 2023-04-11 15:35 UTC 

[PATCHSET v2 0/6] xfsprogs: fix ascii-ci problems, then kill it
 2023-04-11 15:35 UTC  (4+ messages)
` [PATCH 4/6] xfs_db: fix metadump name obfuscation for ascii-ci filesystems

[PATCH 0/6] Initial Rust V4L2 support
 2023-04-11 15:33 UTC  (10+ messages)

[PATCH 0/9] media: sun6i-csi/isp: Implement MC I/O support
 2023-04-11 15:30 UTC  (4+ messages)
` [PATCH 2/9] media: v4l2: Add NV12_16L16 pixel format to v4l2 format info

[Bridge] [PATCH net] net: bridge: switchdev: don't notify FDB entries with "master dynamic"
 2023-04-11 15:30 UTC  (3+ messages)
`  "

[PATCH 0/8] Add ESM support for J721E and J7200
 2023-04-11 15:30 UTC  (4+ messages)

[PATCH v3 0/3] regulator: da9063: disable unused voltage monitors
 2023-04-11 15:21 UTC 

[PATCH 2/3] kunit: add ability to register a simple cleanup function
 2023-04-11 15:28 UTC  (2+ messages)

linux-next: build failure after merge of the driver-core tree
 2023-04-11 15:29 UTC  (10+ messages)

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-11 15:29 UTC  (22+ messages)

[gustavoars:testing/fsfa3 17/22] arch/sparc/mm/init_64.c:3057:31: error: array subscript -1 is outside array bounds of 'char[]'
 2023-04-11 15:28 UTC 

[hverkuil-media-tree:for-v6.4l 10/14] drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c:621:1: warning: the frame size of 1080 bytes is larger than 1024 bytes
 2023-04-11 15:28 UTC 

stable-rc/queue/5.4 build: 185 builds: 2 failed, 183 passed, 30 warnings (v5.4.238-146-g52ee9b2b843c)
 2023-04-11 15:28 UTC 

[PATCH 0/6] ASoC: cs35l56: Add system suspend handling
 2023-04-11 15:25 UTC  (13+ messages)
` [PATCH 1/6] ASoC: cs35l56: Remove quick-cancelling of dsp_work()
` [PATCH 2/6] ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSE
` [PATCH 3/6] ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_done
` [PATCH 4/6] ASoC: cs35l56: Always wait for firmware boot in runtime-resume
` [PATCH 5/6] ASoC: cs35l56: Add basic system suspend handling
` [PATCH 6/6] ASoC: cs35l56: Re-patch firmware after system suspend

[OE-core] Reproducible build
 2023-04-11 15:27 UTC  (5+ messages)

[NXP ELE-MUAP Driver 0/7] *** firmware: imx: NXP Edgelock Enclave MUAP Driver ***
 2023-04-11 16:25 UTC  (4+ messages)
` [NXP ELE-MUAP 2/7] arm64: dts: imx93-11x11-evk: added ele-mu
` [NXP ELE-MUAP 3/7] arm64: dts: imx93-11x11-evk: reserved mem-ranges to constrain ele-mu dma-range
` [NXP ELE-MUAP 4/7] arm64: dts: imx8ulp-evk: added ele-mu

[PATCH 0/6] ASoC: cs35l56: Add system suspend handling
 2023-04-11 15:25 UTC 

[PATCH v5 0/9] video/aperture: Ignore firmware framebuffers with non-primary devices
 2023-04-11 15:25 UTC  (6+ messages)
` [PATCH v5 2/9] video/aperture: use generic code to figure out the vga default device

[PATCH 0/2] drm: sun4i/dsi: allow modeset helpers to manage display
 2023-04-11 15:24 UTC  (4+ messages)

[PATCH v3] net: macb: restart tx after tx used bit read
 2023-04-11 15:25 UTC  (4+ messages)
` [PATCH 0/1] Alternative, "
  ` [PATCH 1/1] net: macb: A different way to restart a stuck TX descriptor ring

[PATCH] target/arm: Fix debugging of ARMv8M Secure code
 2023-04-11 15:24 UTC  (4+ messages)

[PATCH 0/2] Add phy tuning support for imx8mq-usb
 2023-04-11 15:22 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: phy: imx8mq-usb: add phy tuning properties

[Intel-xe] [PATCH 1/3] drm/xe: Use packed bitfields for xe->info feature flags
 2023-04-11 15:22 UTC  (4+ messages)

[RFCv2 5/8] ext2: Move direct-io to use iomap
 2023-04-11 15:21 UTC  (2+ messages)

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-11 15:17 UTC  (3+ messages)
` [PATCH v2 1/6] module: fix kmemleak annotations for non init ELF sections

[PATCH v5 0/2] spi: dw: DW SPI DMA Driver updates
 2023-04-11 15:18 UTC  (8+ messages)
` [PATCH v5 1/2] spi: dw: Add 32 bpw support to DW DMA Controller

[PATCH v2 0/2] Add DTS for BPI-R3
 2023-04-11 15:19 UTC  (3+ messages)
` [PATCH v2 1/2] board: mediatek: add Bananapi-R3 devicetree
` [PATCH v2 2/2] configs: change bpi-r3 to board specific dts and change prompt


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.