LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 13:59:04 to 2023-06-07 15:55:21 UTC [more...]

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-06-07 15:54 UTC  (6+ messages)
` [PATCH v13 10/24] gunyah: vm_mgr: Add/remove user memory regions

[PATCH net-next v4 0/5] Followup fixes for the dwmac and altera lynx conversion
 2023-06-07 15:54 UTC  (7+ messages)
` [PATCH net-next v4 5/5] net: dwmac_socfpga: initialize local data for mdio regmap configuration

[PATCH net-next v5 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-07 15:54 UTC  (17+ messages)
` [PATCH net-next v5 01/14] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v5 02/14] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
` [PATCH net-next v5 03/14] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH net-next v5 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
` [PATCH net-next v5 05/14] tls/sw: Use splice_eof() to flush
` [PATCH net-next v5 06/14] tls/device: "
` [PATCH net-next v5 07/14] ipv4, ipv6: "
` [PATCH net-next v5 08/14] chelsio/chtls: "
` [PATCH net-next v5 09/14] kcm: "
` [PATCH net-next v5 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v5 11/14] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 14/14] tls/device: Convert tls_device_sendpage() "

[PATCH v11 00/20] TDX host kernel support
 2023-06-07 15:54 UTC  (18+ messages)
` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions

[PATCH drm-next v4 12/14] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
 2023-06-07 15:52 UTC  (2+ messages)

[PATCH 0/4] mm: Fix pmd_trans_unstable() call sites on retry
 2023-06-07 15:45 UTC  (3+ messages)

[PATCH 1/2] stmmac: fix pcs_lynx link failure
 2023-06-07 15:52 UTC  (3+ messages)

[PATCH v1 0/2] Meson NAND: waiting w/o wired ready/busy pin
 2023-06-07 15:50 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: nand: meson: Fix 'nand-rb' property
` [PATCH v1 2/2] mtd: rawnand: meson: waiting w/o wired ready/busy pin

New kernel warning after updating from LTS 5.15.110 to 5.15.112 (and 5.15.113)
 2023-06-07 15:47 UTC  (12+ messages)

[PATCH] writeback: fix dereferencing NULL mapping->host on writeback_page_template
 2023-06-07 13:41 UTC  (3+ messages)

[PATCH v1] dt-bindings: nand: meson: Fix 'nand-rb' property
 2023-06-07 15:21 UTC  (13+ messages)

[PATCH drm-next v4 09/14] drm/nouveau: fence: separate fence alloc and emit
 2023-06-07 15:42 UTC  (2+ messages)

[PATCH v2 00/13] ceph: support idmapped mounts
 2023-06-07 15:28 UTC  (7+ messages)
` [PATCH v2 10/13] ceph: allow idmapped setattr inode op

[PATCH 0/8] SPDX conversion for cryptographic algorithms
 2023-06-07 14:10 UTC  (7+ messages)
` [PATCH 1/8] crypto: Convert dual BSD 3-Clause/GPL 2.0 boilerplate to SPDX identifier
` [PATCH 3/8] crypto: drbg: Convert dual BSD 3-Clause/GPL-1.0 license "
` [PATCH 8/8] crypto: cts: Convert MIT boilerplate to corresponding SPDX license identifier

[PATCH v2] drm/panel-edp: Add AUO B116XAB01.4 edp panel entry
 2023-06-07 15:37 UTC  (2+ messages)

[PATCH v2] selftests: prctl: Add new prctl test for PR_SET_NAME
 2023-06-07 15:36 UTC 

[PATCH] arm64: dts: imx8mp-venice-gw702x: fix GSC vdd_bat data size
 2023-06-07 15:36 UTC 

[PATCH v4 2/2] remoteproc: qcom: Add remoteproc tracing
 2023-06-07 15:35 UTC 

[PATCH v3 00/14] ceph: support idmapped mounts
 2023-06-07 15:33 UTC  (16+ messages)
` [PATCH v3 01/14] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v3 02/14] ceph: stash idmapping in mdsc request
` [PATCH v3 03/14] ceph: handle idmapped mounts in create_request_message()
` [PATCH v3 04/14] ceph: allow idmapped mknod inode op
` [PATCH v3 05/14] ceph: allow idmapped symlink "
` [PATCH v3 06/14] ceph: allow idmapped mkdir "
` [PATCH v3 07/14] ceph: allow idmapped rename "
` [PATCH v3 08/14] ceph: allow idmapped getattr "
` [PATCH v3 09/14] ceph: allow idmapped permission "
` [PATCH v3 10/14] ceph: pass idmap to __ceph_setattr
` [PATCH v3 11/14] ceph: allow idmapped setattr inode op
` [PATCH v3 12/14] ceph/acl: allow idmapped set_acl "
` [PATCH v3 13/14] ceph/file: allow idmapped atomic_open "
` [PATCH v3 14/14] ceph: allow idmapped mounts

[PATCH v3] selftests/input: Introduce basic tests for evdev ioctls
 2023-06-07 15:32 UTC 

[PATCH v2] x86/mm: Fix PAT bit missing from page protection modify mask
 2023-06-07 15:31 UTC  (2+ messages)

[PATCH] Revert "arm64: dts: qcom: sa8540p-ride: enable pcie2a node"
 2023-06-07 13:44 UTC  (2+ messages)

[PATCH] spi: dw: Remove misleading comment for Mount Evans SoC
 2023-06-07 15:28 UTC  (4+ messages)

[PATCH v2] tcp: fix connection reset due to tw hashdance race
 2023-06-07 15:27 UTC  (5+ messages)

[PATCH 0/7] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-07 15:24 UTC  (8+ messages)
` [PATCH 1/7] watchdog/hardlockup: Sort hardlockup detector related config values a logical way
` [PATCH 2/7] watchdog/hardlockup: Make the config checks more straightforward
` [PATCH 3/7] watchdog/hardlockup: Declare arch_touch_nmi_watchdog() only in linux/nmi.h
` [PATCH 4/7] watchdog/hardlockup: Enable HAVE_NMI_WATCHDOG only on sparc64
` [PATCH 5/7] watchdog/sparc64: Rename HAVE_NMI_WATCHDOG to HAVE_HARDLOCKUP_WATCHDOG_SPARC64
` [PATCH 6/7] watchdog/sparc64: Define HARDLOCKUP_DETECTOR_SPARC64
` [PATCH 7/7] watchdog/hardlockup: Define HARDLOCKUP_DETECTOR_ARCH

[PATCH v2 0/2] Add MHI Endpoint network driver
 2023-06-07 15:24 UTC  (3+ messages)
` [PATCH v2 1/2] net: "
` [PATCH v2 2/2] MAINTAINERS: Add entry for MHI networking drivers under MHI bus

[PATCH] block, loop: Increment diskseq when releasing a loop device
 2023-06-07 15:23 UTC  (3+ messages)

[PATCH v4 0/3] media: i2c: Add support for alvium camera
 2023-06-07 15:20 UTC  (7+ messages)
` [PATCH v4 2/3] media: dt-bindings: alvium: add document YAML binding

[PATCH v5 0/3] introduce tee-based EFI Runtime Variable Service
 2023-06-07 15:18 UTC  (11+ messages)
` [PATCH v5 3/3] efi: Add tee-based EFI variable driver

[PATCH v2 1/8] rust: workqueue: add low-level workqueue bindings
 2023-06-07 15:18 UTC  (2+ messages)

[PATCH v3 0/2] net/ncsi: refactoring for GMA command
 2023-06-07 15:17 UTC  (3+ messages)
` [PATCH v3 1/2] net/ncsi: make one oem_gma function for all mfr id
` [PATCH v3 2/2] net/ncsi: change from ndo_set_mac_address to dev_set_mac_address

[PATCH v2 2/8] rust: add offset_of! macro
 2023-06-07 15:15 UTC  (2+ messages)

[PATCH] tee: optee: Fix supplicant based device enumeration
 2023-06-07 15:14 UTC 

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-06-07 15:03 UTC  (4+ messages)
` [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()

drivers/remoteproc/qcom_q6v5_pas.c:108:6: warning: no previous prototype for function 'adsp_segment_dump'
 2023-06-07 15:11 UTC 

[PATCH v4 0/3] drm/panel: add fannal c3004 panel
 2023-06-07 15:11 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: add fannal vendor prefix
` [PATCH v4 2/3] dt-bindings: display: panel: add fannal,c3004
` [PATCH v4 3/3] drm/panel-fannal-c3004: Add fannal c3004 DSI panel

[RELEASE] LTTng UST 2.12.8/2.13.6 and LTTng modules 2.12.14/2.13.10 tracers
 2023-06-07 15:10 UTC 

[PATCH v2 0/5] Trivial code cleanup patches
 2023-06-07 15:10 UTC  (8+ messages)
` [PATCH v2 1/5] staging: rtl8192e: Remove variable SetWirelessMode
` [PATCH v2 2/5] staging: rtl8192e: Remove variable SetBWModeHandler
` [PATCH v2 3/5] staging: rtl8192e: Remove variable LeisurePSLeave
` [PATCH v2 4/5] staging: rtl8192e: Remove variable InitialGainHandler
` [PATCH v2 5/5] staging: rtl8192e: Remove DRV_NAME definition in rtllib_debug.h

[PATCH v8 00/10] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-06-07 15:09 UTC  (17+ messages)
` [PATCH v8 01/10] serial: sc16is7xx: fix broken port 0 uart init
` [PATCH v8 02/10] serial: sc16is7xx: mark IOCONTROL register as volatile
` [PATCH v8 03/10] serial: sc16is7xx: remove obsolete out_thread label
` [PATCH v8 04/10] serial: sc16is7xx: refactor GPIO controller registration
` [PATCH v8 05/10] dt-bindings: sc16is7xx: Add property to change GPIO function
` [PATCH v8 06/10] serial: sc16is7xx: fix regression with GPIO configuration
` [PATCH v8 07/10] serial: sc16is7xx: fix bug when first setting GPIO direction
` [PATCH v8 08/10] serial: sc16is7xx: add call to get rs485 DT flags and properties
` [PATCH v8 09/10] serial: sc16is7xx: add post reset delay
` [PATCH v8 10/10] serial: sc16is7xx: improve comments about variants

[PATCH v4 0/1] nvmet-fcloop: unblock module removal
 2023-06-07 15:09 UTC  (3+ messages)
` [PATCH v4 1/1] nvmet-fcloop: Do not wait on completion when unregister fails

[PATCH net-next v2 0/3] support non-frag page for page_pool_alloc_frag()
 2023-06-07 15:05 UTC  (11+ messages)
` [PATCH net-next v2 1/3] page_pool: unify frag page and non-frag page handling

[PATCH] percpu-internal/pcpu_chunk: Re-layout pcpu_chunk structure to reduce false sharing
 2023-06-07 15:02 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] USB-serial device ids for 6.4-rc6
 2023-06-07 15:04 UTC 

[PATCH] net/sched: Set the flushing flags to false to prevent an infinite loop
 2023-06-07 15:02 UTC  (3+ messages)

[PATCH v3] fs/aio: Replace kmap{,_atomic}() with kmap_local_page()
 2023-06-07 14:59 UTC  (4+ messages)

[PATCH v2] f2fs_io: expend fallocate command
 2023-06-07 14:56 UTC 

[PATCH 0/3] Add MHI Endpoint network driver
 2023-06-07 14:56 UTC  (11+ messages)
` [PATCH 3/3] net: mhi: Increase the default MTU from 16K to 32K

[RFC PATCH v4] can: virtio: Initial virtio CAN driver
 2023-06-07 14:56 UTC 

[PATCH v2 0/9] Add support for IIO devices in ASoC
 2023-06-07 14:56 UTC  (6+ messages)
` [PATCH v2 7/9] ASoC: codecs: Add support for the generic IIO auxiliary devices

[PATCH v7 00/21] timer: Move from a push remote at enqueue to a pull at expiry model
 2023-06-07 14:55 UTC  (3+ messages)
` [PATCH v7 15/21] timer: Add get next timer interrupt functionality for remote CPUs

[RFC][PATCH 0/5] Smack transmute fixes
 2023-06-07 14:53 UTC  (2+ messages)

[PATCH v5 0/3] TI TPS6594 PMIC support (RTC, pinctrl, regulators)
 2023-06-07 14:52 UTC  (5+ messages)
` [PATCH v5 3/3] regulator: tps6594-regulator: Add driver for TI TPS6594 regulators

[PATCH v17 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-07 14:52 UTC  (3+ messages)
` [PATCH v17 2/5] fs/proc/task_mmu: "

[PATCH v2 0/3] Fix a couple of corner cases in feec() when using uclamp_max
 2023-06-07 14:52 UTC  (6+ messages)
` [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0

[PATCH 0/6] vfs: provide automatic kernel freeze / resume
 2023-06-07 14:50 UTC  (7+ messages)
` [PATCH 3/6] fs: distinguish between user initiated freeze and kernel initiated freeze

[PATCH] streamline_config.pl: handle also ${CONFIG_FOO}
 2023-06-07 14:49 UTC  (3+ messages)

[PATCH v1 0/2] Privileged process support on remote subsystem
 2023-06-07 14:49 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: misc: fastrpc: add fastrpc group IDs property

[PATCH v2 0/2] Add max14001 support
 2023-06-07 14:49 UTC  (7+ messages)
` [PATCH v2 2/2] iio: adc: max14001: New driver

[PATCH v3] gpio: ath79: Add missing check for platform_get_irq
 2023-06-07 14:49 UTC  (2+ messages)

[RFC PATCH 0/3] Add ability to disable ia32 at boot time
 2023-06-07 14:49 UTC  (7+ messages)
` [PATCH 3/3] x86: Disable running 32bit processes if ia32_disabled is passed

[PATCH net-next v6] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-06-07 14:45 UTC  (2+ messages)

[PATCH 00/16] arm_scmi/opp/dvfs: Add generic performance scaling support
 2023-06-07 14:43 UTC  (2+ messages)

[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
 2023-06-07 14:42 UTC  (5+ messages)

[PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties
 2023-06-07 14:42 UTC 

[PATCH v5 0/2] Add support for TI TPS65219 PMIC GPIO interface
 2023-06-07 14:39 UTC  (3+ messages)
` [PATCH v5 1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC
` [PATCH v5 2/2] mfd: tps65219: Add gpio cell instance

[PATCH] drm: gem: add an option for supporting the dma-coherent hardware
 2023-06-07 14:38 UTC  (5+ messages)

[PATCH] remoteproc: pru: add support for configuring GPMUX based on client setup
 2023-06-07 14:35 UTC  (4+ messages)

[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page
 2023-06-07 14:30 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Retry APIC-access page reload if invalidation is in-progress

[PATCH] syscalls: add sys_ni_posix_timers prototype
 2023-06-07 14:28 UTC 

[PATCH 1/2] spi: dt-bindings: introduce linux,use-rt-queue flag
 2023-06-07 14:28 UTC  (7+ messages)

[PATCH] Documentation: uacce: Add doc title
 2023-06-07 14:28 UTC  (2+ messages)

[PATCH] iommu/amd: Fix possible memory leak of 'domain'
 2023-06-07 14:26 UTC  (3+ messages)

[PATCH V8 0/7] drm: bridge: samsung-dsim: Support variable clocking
 2023-06-07 14:23 UTC  (4+ messages)

[PATCH 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-07 14:23 UTC  (4+ messages)
` [PATCH 06/10] RISC-V: KVM: Implement device interface for "

[PATCH v2 0/4] perf/arm_cspmu: Fixes and cleanups
 2023-06-07 14:21 UTC  (3+ messages)
` [PATCH v2 2/4] ACPI/APMT: Don't register invalid resource

[RFC PATCH v2 0/3] Add support for Vendor Defined Error Types in Einj Module
 2023-06-07 14:20 UTC  (3+ messages)
` [RFC PATCH v2 1/3] ACPI: APEI: EINJ: Refactor available_error_type_show()

[PATCH] documentation/rcu: fix typo
 2023-06-07 14:15 UTC 

[PATCH 1/4] selftests/nolibc: add a test-report target
 2023-06-07 14:15 UTC  (2+ messages)

[PATCH] mm: zswap: support exclusive loads
 2023-06-07 14:13 UTC  (2+ messages)

[PATCH v2] gpiolib: Fix GPIO chip IRQ initialization restriction
 2023-06-07 14:12 UTC  (2+ messages)

[PATCH] scsi: sd: support specify probe type of build-in driver
 2023-06-07 14:10 UTC  (2+ messages)

[PATCH v3 0/4] tracing/user_events: Add empty arguments events
 2023-06-07 14:10 UTC  (2+ messages)

[PATCH v3] mm/migrate_device: Try to handle swapcache pages
 2023-06-07 14:10 UTC  (2+ messages)

[PATCH v7 0/9] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-06-07 14:07 UTC  (7+ messages)
` [PATCH v7 5/9] serial: sc16is7xx: fix regression with GPIO configuration

[PATCH] EDAC/mc: Add new HBM3 memory type
 2023-06-07 14:07 UTC  (3+ messages)
` [PATCH] EDAC/mce_amd: Remove SMCA Extended Error code descriptions

[PATCH] tracing/user_events: Run BPF program if attached
 2023-06-07 14:07 UTC  (12+ messages)

[PATCH v2] drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow
 2023-06-07 14:03 UTC  (2+ messages)

[PATCH] spi: fsl-dspi: avoid SCK glitches with continuous transfers
 2023-06-07 14:02 UTC  (3+ messages)

[PATCH] block: fix rootwait=
 2023-06-07 14:00 UTC  (2+ messages)

[PATCH] arm64: Provide an AMU-based version of arch_freq_get_on_cpu
 2023-06-07 14:00 UTC  (3+ messages)

arm: shmobile_defconfig: ld.lld: error: undefined symbol: lynx_pcs_destroy
 2023-06-07 13:59 UTC  (5+ messages)

[PATCH v3 0/2] Add ili9882t bindings and timing
 2023-06-07 13:59 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: HID: i2c-hid: ilitek: Introduce bindings for Ilitek ili9882t

[GIT PULL] AMDTEE fix for v6.5
 2023-06-07 13:58 UTC  (4+ messages)

[PATCH net-next 1/5] virtio_net: Fix an unsafe reference to the page chain
 2023-06-07 13:58 UTC  (9+ messages)
` [PATCH net-next 2/5] virtio_net: Add page_pool support to improve performance


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