All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-18 05:55:07 to 2023-04-18 07:09:28 UTC [more...]

[PATCH net-next v1 00/10] Support tunnel mode in mlx5 IPsec packet offload
 2023-04-18  7:09 UTC  (5+ messages)
` [PATCH net-next v1 06/10] net/mlx5e: Support IPsec TX packet offload in tunnel mode

[PATCH] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
 2023-04-18  7:07 UTC  (2+ messages)

[PATCH 0/6] target/riscv: Fix PMP related problem
 2023-04-18  7:08 UTC  (11+ messages)
` [PATCH 1/6] target/riscv: Update pmp_get_tlb_size()

[PATCH 1/1] imx8mn: buffer overflow in low_drive_gpu_freq()
 2023-04-18  7:07 UTC  (2+ messages)

btrfs induced data loss (on xfs) - 5.19.0-38-generic
 2023-04-18  7:07 UTC  (3+ messages)

[PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-04-18  7:05 UTC  (8+ messages)
` [PATCH] Smack modifications for: "

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

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

[PATCH for-next 0/3] rtrs bugfix and cleanups
 2023-04-18  7:04 UTC  (20+ messages)
` [PATCH for-next 2/3] RDMA/rtrs: Fix rxe_dealloc_pd warning

[PATCH net-next v5 5/5] macsec: Don't rely solely on the dst MAC address to identify destination MACsec device
 2023-04-18  7:05 UTC  (5+ messages)

[Intel-gfx] [PATCH v5] drm/i915: Make IRQ reset and postinstall multi-gt aware
 2023-04-18  7:04 UTC  (2+ messages)

[PATCH RFC 0/5] perf: Add ioctl to emit sideband events
 2023-04-18  7:03 UTC  (8+ messages)
` [PATCH RFC 1/5] "

[GIT PULL FOR v6.4] imx8-isi and rcar-vin fixes
 2023-04-18  7:02 UTC 

[PATCH] rcu/kvfree: Make drain_page_cache() call return directly if cache is disabled
 2023-04-18  7:02 UTC 

[android-common:android14-5.15 22736/22738] net/xfrm/xfrm_input.c:597:11: error: no member named 'verified_cnt' in 'struct sec_path'
 2023-04-18  7:00 UTC 

[PATCH 0/2] doc: git-checkout: trivial style improvements
 2023-04-18  7:00 UTC  (3+ messages)
` [PATCH 1/2] doc: git-checkout: trivial callout cleanup
` [PATCH 2/2] doc: git-checkout: reorganize examples

[PATCH net-next v2 0/5] Wangxun netdev features support
 2023-04-18  7:00 UTC  (4+ messages)
` [PATCH net-next v2 1/5] net: wangxun: libwx add tx offload functions

[PATCH 0/1] null_blk: allow user to set QUEUE_FLAG_NOWAIT
 2023-04-18  7:00 UTC  (4+ messages)
` [PATCH 1/1] "

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-18  6:58 UTC  (7+ messages)

[PATCH v3] dt-bindings: watchdog: alphascale-asm9260: convert to DT schema
 2023-04-18  6:58 UTC  (2+ messages)

[PATCH v2 0/1] SDL2: fix handling of the AltGr key on Windows again
 2023-04-18  6:56 UTC  (2+ messages)
` [PATCH v2 1/1] ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows

[PATCH 1/2] watchdog: s3c2410_wdt: Use Use devm_clk_get[_optional]_enabled() helpers
 2023-04-18  6:56 UTC  (4+ messages)

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

[linux-next:master] BUILD REGRESSION 4aa1da8d99724f6c0b762b58a71cee7c5e2e109b
 2023-04-18  6:55 UTC  (4+ messages)
` [Intel-gfx] "

UVC Gadget Driver shows glitched frames with a Linux host
 2023-04-18  6:56 UTC  (5+ messages)

[PATCH 0/3] J7 merge HS configs
 2023-04-18  6:56 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix potential deallocation of previously deallocated memory
 2023-04-18  6:55 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 88d3973741d77fefd8dec0ee678c9a09269c3006
 2023-04-18  6:54 UTC 

[PATCH] drm/amdgpu: Enable doorbell selfring if resize BAR successfully
 2023-04-18  6:54 UTC 

[PATCH] kunit: Set the current KUnit context when cleaning up
 2023-04-18  6:53 UTC  (3+ messages)

[PATCH net-next v2 00/14] virtio_net: refactor xdp codes
 2023-04-18  6:53 UTC  (30+ messages)
` [PATCH net-next v2 01/14] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v2 02/14] virtio_net: introduce mergeable_xdp_prepare()
` [PATCH net-next v2 03/14] virtio_net: optimize mergeable_xdp_prepare()
` [PATCH net-next v2 04/14] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v2 05/14] virtio_net: introduce xdp res enums
` [PATCH net-next v2 06/14] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v2 07/14] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v2 08/14] virtio_net: auto release xdp shinfo
` [PATCH net-next v2 09/14] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v2 10/14] virtio_net: merge: remove skip_xdp
` [PATCH net-next v2 11/14] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v2 12/14] virtio_net: small: optimize code
` [PATCH net-next v2 13/14] "
` [PATCH net-next v2 14/14] virtio_net: small: remove skip_xdp

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

[PATCH] x86/kaslr: Fix potential dereference of NULL pointer
 2023-04-18  6:53 UTC 

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

next: armv7: kernel BUG at mm/slub.c:4240! - PC is at __kmem_cache_create+0x580/0x588
 2023-04-18  6:51 UTC  (2+ messages)

[PATCH] hw/nvme: add comment for nvme-ns properties
 2023-04-18  6:51 UTC  (2+ messages)

[PATCH RESEND 0/2] hw/nvme: COPY fixes
 2023-04-18  6:51 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/pps: use intel_de_rmw() for panel unlock
 2023-04-18  6:51 UTC  (3+ messages)

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

[PATCH v2 00/29] Convert most of ext4 to folios
 2023-04-18  6:50 UTC  (3+ messages)
` [PATCH v2 29/29] ext4: Use a folio in ext4_read_merkle_tree_page

[PATCH v2] perf: arm_cspmu: Separate Arm and vendor module
 2023-04-18  6:20 UTC  (2+ messages)

gpg-related crash with custom formatter (BUG: gpg-interface.c:915: invalid trust level requested -1)
 2023-04-18  6:48 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/dp_mst: Clear MSG_RDY flag before sending new message
 2023-04-18  6:09 UTC  (4+ messages)
`  "

[PATCH V5 0/3] soc: qcom: boot_stats: Add driver support for boot_stats
 2023-04-18  6:46 UTC  (8+ messages)
` [PATCH V5 1/3] dt-bindings: sram: qcom,imem: Add Boot Stat region within IMEM
` [PATCH V5 2/3] soc: qcom: boot_stat: Add Driver Support for Boot Stats
` [PATCH V5 3/3] MAINTAINERS: Add the entry for boot_stats driver support

[PATCH v2] USB: serial: option: add UNISOC vendor and TOZED LT70C product
 2023-04-18  6:47 UTC  (4+ messages)

[syzbot] [squashfs?] general protection fault in squashfs_page_actor_init_special
 2023-04-18  6:46 UTC 

[PATCH] iommu/iova: Optimize iova_magazine_alloc()
 2023-04-18  6:25 UTC 

[PATCH 0/3] media: rcar-csi2: Add support for V4H
 2023-04-18  6:45 UTC  (2+ messages)

[PATCH net-next] net: libwx: fix memory leak in wx_setup_rx_resources
 2023-04-18  6:54 UTC 

[Intel-gfx] [PATCH v2] drm/i915/display: Increase AUX timeout for Type-C
 2023-04-18  6:44 UTC  (13+ messages)

[BUG] DAX access of Memory Expander on RCH topology fires BUG on page_table_check
 2023-04-18  6:43 UTC  (4+ messages)

[PATCH] x86/alternatives: fix build issue with binutils before 2.28
 2023-04-18  6:42 UTC 

[Intel-gfx] [PATCH v9 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-04-18  6:43 UTC  (10+ messages)
` [Intel-gfx] [PATCH v9 01/10] drm/hdcp: Add drm_hdcp_atomic_check()
      `  "
` [Intel-gfx] [PATCH v9 07/10] drm/i915/hdcp: Use HDCP helpers for i915
    `  "

[PATCH U-BOOT v2] btrfs: fix offset when reading compressed extents
 2023-04-18  6:41 UTC 

[PATCH v2] ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470
 2023-04-18  6:42 UTC 

[PATCH] rtl_bt: Add firmware and config files for RTL8851B
 2023-04-18  6:41 UTC  (2+ messages)

[PATCH 0/2] Reduce lock contention related with large folio
 2023-04-18  6:39 UTC  (6+ messages)
` [PATCH 2/2] lru: allow large batched add large folio to lru list

[PATCH] ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470
 2023-04-18  6:40 UTC  (4+ messages)

[ceph-client:testing 77/77] fs/ceph/mds_client.c:1957 wake_up_session_cb() error: potentially dereferencing uninitialized 'cap'
 2023-04-18  6:38 UTC  (2+ messages)

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

[PATCH bpf-next V1 0/5] XDP-hints: XDP kfunc metadata for driver igc
 2023-04-18  6:38 UTC  (5+ messages)
` [PATCH bpf-next V1 5/5] selftests/bpf: xdp_hw_metadata track more timestamps

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

[PATCH] Bluetooth: btrtl: Add the support for RTL8851B
 2023-04-18  6:36 UTC  (2+ messages)
`  "

[PATCH v2 0/2] deal with GOT stuff for RISC-V
 2023-04-18  6:35 UTC  (4+ messages)

[PATCH v3 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2023-04-18  6:29 UTC  (8+ messages)
` [PATCH v3 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[xen-unstable test] 180287: tolerable FAIL - PUSHED
 2023-04-18  6:32 UTC 

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

[PATCH vhost v6 00/11] virtio core prepares for AF_XDP
 2023-04-18  6:18 UTC  (16+ messages)
` [PATCH vhost v6 08/11] virtio_ring: introduce virtqueue_dma_dev()

BUG: divide error in ubi_attach_mtd_dev
 2023-04-18  6:30 UTC  (4+ messages)

[ardb:x86-pie 14/19] /tmp/ccndMBEp.s:27: Error: junk `(__x86_call_count)' after expression
 2023-04-18  6:30 UTC 

[PATCH v2] travis.yml: Add missing 'flex', 'bison' packages to 'GCC (user)' job
 2023-04-18  6:28 UTC  (2+ messages)
` [PATCH v2] travis.yml: Add missing 'flex','bison' "

SDL2: fix handling of the AltGr key on Windows again
 2023-04-18  6:28 UTC  (2+ messages)
` [PATCH] ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows

[RFC PATCH 0/5] Add TDX intra host migration support
 2023-04-18  6:28 UTC  (3+ messages)
` [RFC PATCH 3/5] KVM: TDX: Add base implementation for tdx_vm_move_enc_context_from

[RFC PATCH v1 0/5] Introduce objects folding mechanism
 2023-04-18  6:25 UTC  (6+ messages)
` [RFC PATCH v1 1/5] mm/zsmalloc: use ARRAY_SIZE in isolate_zspage()
` [RFC PATCH v1 2/5] mm/zsmalloc: get rid of PAGE_MASK
` [RFC PATCH v1 3/5] mm/zsmalloc: introduce objects folding mechanism
` [RFC PATCH v1 4/5] zram: add fold sysfs knob
` [RFC PATCH v1 5/5] zram: add pages_folded to stats

[PATCH] mm/shmem: Fix race in shmem_undo_range w/THP
 2023-04-18  6:19 UTC 

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 net-next] xsk: introduce xsk_dma_ops
 2023-04-18  6:19 UTC  (11+ messages)

[PATCH u-boot v2019.04-aspeed-openbmc v2] board: ast2600: Add Inspur SCM V1 board
 2023-04-18  6:17 UTC 

[PATCH] block/vhost-user-blk: Fix hang on boot for some odd guests
 2023-04-18  6:17 UTC  (4+ messages)

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

[PATCH] doc: remove custom callouts format
 2023-04-18  6:17 UTC  (4+ messages)

[PATCH v15 0/6] Add RZ/G2L MTU3a Core, Counter and pwm driver
 2023-04-18  6:16 UTC  (8+ messages)
` [PATCH v15 6/6] pwm: Add Renesas RZ/G2L MTU3a PWM driver

[PATCH v2 0/2] SDL2 usability fixes
 2023-04-18  6:16 UTC  (5+ messages)
` [PATCH v2 1/2] ui/sdl2: Grab Alt+Tab also in fullscreen mode
` [PATCH v2 2/2] ui/sdl2: Grab Alt+F4 also under Windows

Poor write performance to boot area using rcar-gen3-sdhi
 2023-04-18  6:16 UTC  (3+ messages)

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

[PATCH 1/1] arm: mvebu: avoid buffer overflow in hws_serdes_topology_verify
 2023-04-18  6:15 UTC  (2+ messages)

[PATCH v3 0/2] xen: some CONFIG_DEBUG_INFO changes
 2023-04-18  6:14 UTC  (2+ messages)

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

[PATCH] Fix J-core aic warning spam
 2023-04-18  6:13 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: remove unnessary comment in __may_age_extent_tree
 2023-04-18  6:09 UTC  (2+ messages)
`  "

[Intel-gfx] [PATCH 0/2] Handle dma fences in dirtyfb ioctl
 2023-04-18  6:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[OE-core][kirkstone][PATCH] shadow: backport patch to fix CVE-2023-29383
 2023-04-18  6:08 UTC 

[PATCH] ACPI: LPSS: Add 80862289 ACPI HID for second PWM controller on Cherry Trail
 2023-04-18  6:07 UTC  (2+ messages)

[virtio-comment] [PATCH v13 00/11] Rename queue number to queue index
 2023-04-18  6:04 UTC  (6+ messages)
` [virtio-comment] [PATCH v13 03/11] content: Rename confusing queue_notify_data and vqn names
  ` [virtio-comment] Re: [virtio-dev] "
    ` [virtio-comment] "
      `  "

[Intel-gfx] [PATCH] drm/i915/guc/slpc: Provide sysfs for efficient freq
 2023-04-18  6:04 UTC  (3+ messages)

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

[Intel-gfx] [PATCH 1/2] drm/i915/display: split out load detect to a separate file
 2023-04-18  6:03 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

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] x86/livepatch: Fix livepatch application when CET is active
 2023-04-18  5:58 UTC  (6+ messages)

[PATCH 00/14] Introduce new `git replay` command
 2023-04-18  5:58 UTC  (7+ messages)
` [PATCH 11/14] replay: use standard revision ranges

[PATCH] usertools: enhance CPU layout
 2023-04-18  5:25 UTC 

Patchwork housekeeping for: spi-devel-general
 2023-04-18  5:56 UTC 


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.