messages from 2023-06-30 10:41:54 to 2023-06-30 11:32:53 UTC [more...]
KMSAN: uninit-value in aes_encrypt (4)
2023-06-30 11:32 UTC (11+ messages)
` [net/tls] "
` [PATCH] net: tls: enable __GFP_ZERO upon tls_init()
[PATCH] ppc: spapr: Fix device tree entries in absence of XIVE native mode
2023-06-30 5:30 UTC
[PATCH v2 0/3] Fix a couple of corner cases in feec() when using uclamp_max
2023-06-30 11:30 UTC (8+ messages)
` [PATCH v2 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
[PATCH v1] crypto/qat: fix struct alignment
2023-06-30 11:30 UTC
[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
2023-06-30 11:29 UTC (2+ messages)
[PATCH v7 00/20] target/riscv, KVM: fixes and enhancements
2023-06-30 11:29 UTC (5+ messages)
` [PATCH v7 11/20] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v7 12/20] target/riscv: add KVM specific MISA properties
[igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Add xe_exec_store test to check store dword functionality
2023-06-30 11:28 UTC (2+ messages)
[PATCH 0/7] arm64: dts: qcom: sm8450-hdk: improve thermal monitoring
2023-06-30 11:27 UTC (9+ messages)
` [PATCH 4/7] arm64: dts: qcom: pmk8350: fix ADC-TM compatible string
` [PATCH 7/7] arm64: dts: qcom: sm8450-hdk: add ADC-TM thermal zones
[intel-lts:5.10/preempt-rt 82/85] drivers/misc/habanalabs/gaudi/gaudi.c:2792:27: sparse: sparse: cast truncates bits from constant value (7ff0000000 becomes f0000000)
2023-06-30 11:27 UTC
[PATCH iproute2-next] f_flower: simplify cfm dump function
2023-06-30 11:22 UTC (2+ messages)
[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
2023-06-30 11:26 UTC (4+ messages)
` [PATCH v2] "
[Intel-wired-lan] [PATCH iwl-net v3] igc: Fix Kernel Panic during ndo_tx_timeout callback
2023-06-30 11:25 UTC (3+ messages)
[patch 00/45] posix-timers: Cure inconsistencies and the SIG_IGN mess
2023-06-30 11:25 UTC (5+ messages)
` [patch 14/45] posix-timers: Consolidate interval retrieval
SHA256 support not experimental, or?
2023-06-30 11:25 UTC (7+ messages)
[PATCH] usb: xhci-mtk: set the dma max_seg_size
2023-06-30 11:25 UTC (6+ messages)
[PATCH 0/2] hw/riscv/virt: Restrict ACLINT to TCG
2023-06-30 11:24 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v2 0/4] Add Mediatek ISP3.0
2023-06-30 11:23 UTC (7+ messages)
` [PATCH v2 1/4] dt-bindings: media: add mediatek ISP3.0 sensor interface
` [PATCH v2 3/4] dt-bindings: media: add mediatek ISP3.0 camsv
[PATCH 1/3] optee-os: add optional optee-os-ta package
2023-06-30 11:23 UTC (3+ messages)
` [PATCH 2/3] optee-os: deploy ta elf files
` [PATCH 3/3] optee-test: add TA elfs to deploydir
[PATCH 0/6] Add audio support in v4l2 framework
2023-06-30 11:22 UTC (6+ messages)
` [PATCH 4/6] ASoC: fsl_asrc: Add memory to memory driver
[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
2023-06-30 11:22 UTC (7+ messages)
` [PATCH -next V17 4/7] riscv: entry: Convert to generic entry
[PATCH v3 00/52] xen/arm: Add Armv8-R64 MPU support to Xen - Part#1
2023-06-30 11:22 UTC (6+ messages)
` [PATCH v3 31/52] xen/mpu: make early_fdt_map support in MPU systems
[PATCH v3 0/3] Introduce a REQUIRE_NX Kconfig option
2023-06-30 11:19 UTC (5+ messages)
` [PATCH v3 1/3] tools: Add __AC() macro to common-macros.h
` [PATCH v3 2/3] x86/boot: Clear XD_DISABLE from the early boot path
[PATCH] drm/amd/pm: disbale dcefclk device sysnode on GFX v9.4.3 chip
2023-06-30 11:21 UTC
[PATCH v2 00/15] media: ipu-bridge: Shared with atomisp, rework VCM instantiation
2023-06-30 11:06 UTC (16+ messages)
` [PATCH v2 01/15] media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings
` [PATCH v2 02/15] media: ipu-bridge: Do not use on stack memory for software_node.name field
` [PATCH v2 03/15] media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_swnode_names()
` [PATCH v2 04/15] media: ipu-bridge: Allow building as module
` [PATCH v2 05/15] media: ipu-bridge: Make ipu_bridge_init() take a regular struct device as argument
` [PATCH v2 06/15] media: ipu-bridge: Store dev pointer in struct ipu_bridge
` [PATCH v2 07/15] media: ipu-bridge: Only keep PLD around while parsing
` [PATCH v2 08/15] media: ipu-bridge: Add a ipu_bridge_parse_ssdb() helper function
` [PATCH v2 09/15] media: ipu-bridge: Drop early setting of sensor->adev
` [PATCH v2 10/15] media: ipu-bridge: Add a parse_sensor_fwnode callback to ipu_bridge_init()
` [PATCH v2 11/15] media: ipu-bridge: Move ipu-bridge.h to include/media/
` [PATCH v2 12/15] media: ipu-bridge: Add GalaxyCore GC0310 to ipu_supported_sensors[]
` [PATCH v2 13/15] media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init()
` [PATCH v2 14/15] media: ipu-bridge: Add a runtime-pm device-link between VCM and sensor
` [PATCH v2 15/15] [RFC] media: dw9719: Drop hack to enable "vsio" regulator
[GIT PULL] pid: use flex array
2023-06-30 11:21 UTC (6+ messages)
[igt-dev] [i-g-t,v2 0/8] Fix some bugs in amd_freesync_video_mode
2023-06-30 11:18 UTC (9+ messages)
` [igt-dev] [i-g-t, v2 1/8] tests/amdgpu/amd_freesync_video_mode: Adjust indents and spacing
` [igt-dev] [i-g-t, v2 2/8] tests/amdgpu/amd_freesync_video_mode: Fix memory leak and corruption
` [igt-dev] [i-g-t, v2 3/8] tests/amdgpu/amd_freesync_video_mode: Fix wrong resolution setting during the test
` [igt-dev] [i-g-t, v2 4/8] tests/amdgpu/amd_freesync_video_mode: Add some code from kms_vrr to resolve tearing issue
` [igt-dev] [i-g-t, v2 5/8] tests/amdgpu/amd_freesync_video_mode: Add/remove some test progress messages
` [igt-dev] [i-g-t, v2 6/8] tests/amdgpu/amd_freesync_video_mode: Move the vrr setting and display reset
` [igt-dev] [i-g-t, v2 7/8] tests/amdgpu/amd_freesync_video_mode: Fix wrong resolution setting for some panel
` [igt-dev] [i-g-t, v2 8/8] tests/amdgpu/amd_freesync_video_mode: Add amd_freesync_video_mode to meson.build
[PATCH v5 0/7] VFIO migration related refactor and bug fix
2023-06-30 11:20 UTC (7+ messages)
` [PATCH v5 4/7] vfio/migration: Return bool type for some vfio migration related functions
` [PATCH v5 5/7] vfio/migration: Change vIOMMU blocker from global to per device
` [PATCH v5 7/7] vfio/migration: Remove print of "Migration disabled"
[bluetooth-next:master] BUILD SUCCESS fd859b4a38153b4d9e1942ade471f4fdcd8d224b
2023-06-30 11:18 UTC
[PATCH 0/2] Allow disabling all native fbdev drivers and only keeping DRM emulation
2023-06-30 11:19 UTC (7+ messages)
` [PATCH 1/2] fbdev: Split frame buffer support in FB and FB_CORE symbols
[libgpiod][PATCH v2 0/4] bindings: rust: clippy: fix warnings
2023-06-30 11:18 UTC (5+ messages)
` [libgpiod][PATCH v2 1/4] bindings: rust: clippy: drop unnecessary casts
` [libgpiod][PATCH v2 2/4] bindings: rust: clippy: silence false-positives on casts
` [libgpiod][PATCH v2 3/4] bindings: rust: clippy: drop unneeded conversions
` [libgpiod][PATCH v2 4/4] bindings: rust: clippy: silence false-positive on iterator
[RFC v2 0/3] Introduce KUnit tests for TTM subsystem
2023-06-30 11:18 UTC (6+ messages)
` [RFC v2 1/3] drm/ttm: Introduce KUnit tests
[PATCH v4 0/6] Make IA32_EMULATION boot time overridable
2023-06-30 11:18 UTC (3+ messages)
` [PATCH v4 1/6] x86: Introduce ia32_enabled()
[PATCH v3 00/10] riscv: Allow userspace to directly access perf counters
2023-06-30 11:16 UTC (9+ messages)
` [PATCH v3 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v3 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
[meta-security][PATCH 1/2] packagegroup-core-security: only include firejail x86-64 and arch64
2023-06-30 11:17 UTC (2+ messages)
` [meta-security][PATCH 2/2] firejail: only allow x86-64 and arm64 to build
[PATCH v2 13/15] selftests/nolibc: rename chroot_exe to chroot_tmpfile
2023-06-30 11:14 UTC (2+ messages)
linux-next: duplicate patches in the tegra tree
2023-06-30 11:15 UTC (2+ messages)
Slowdown copying data between kernel versions 4.19 and 5.15
2023-06-30 11:15 UTC (5+ messages)
[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
2023-06-30 11:14 UTC (5+ messages)
[virtio-comment] [RFC] virtio 1.3 schedule
2023-06-30 11:14 UTC (8+ messages)
` [virtio-dev] "
[PATCH v5 00/10] Remove .notify callback in acpi_device_ops
2023-06-30 11:13 UTC (14+ messages)
` [PATCH v5 07/10] acpi/nfit: Move acpi_nfit_notify() before acpi_nfit_add()
` [PATCH v5 08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids
` [PATCH v5 09/10] acpi/nfit: Move handler installing logic to driver
[PATCH 0/2] More MAINTAINERS entries
2023-06-30 11:03 UTC (3+ messages)
` [PATCH 1/2] media: MAINTAINERS: Add entry for V4L2 async and fwnode frameworks
` [PATCH 2/2] media: MAINTAINERS: Add documentation under V4L2 camera sensors
[PATCH] HID: logitech-hidpp: Add wired USB id for Logitech G502 Lightspeed
2023-06-30 11:13 UTC (3+ messages)
` [PATCH v2] "
[syzbot] [udf?] WARNING in __udf_add_aext (2)
2023-06-30 11:12 UTC (2+ messages)
[PATCH v2 01/15] genirq/devres: Add error information printing for devm_request_threaded_irq()
2023-06-30 11:11 UTC (5+ messages)
[PATCH v1] fs: Add kfuncs to handle idmapped mounts
2023-06-30 11:08 UTC
[PATCH v3 0/5] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
2023-06-30 11:08 UTC (6+ messages)
` [PATCH v3 1/5] quota: factor out dquot_write_dquot()
` [PATCH v3 2/5] quota: rename dquot_active() to inode_quota_active()
` [PATCH v3 3/5] quota: add new helper dquot_active()
` [PATCH v3 4/5] quota: fix dqput() to follow the guarantees dquot_srcu should provide
` [PATCH v3 5/5] quota: simplify drop_dquot_ref()
[PATCH mptcp-next 00/18] selftests: mptcp: format subtests results in TAP
2023-06-30 11:08 UTC (5+ messages)
` [PATCH mptcp-next 06/18] selftests: mptcp: connect: don't stop if error
` [PATCH mptcp-next 14/18] selftests: mptcp: join: format subtests results in TAP
[PATCH v1 0/4] PCI/VGA: Improve the default VGA device selection
2023-06-30 11:02 UTC (7+ messages)
` [PATCH v1 1/4] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v1 2/4] PCI/VGA: Improve the default VGA device selection
` [PATCH v1 3/4] drm/amdgpu: Implement the is_boot_device callback function
` [PATCH v1 4/4] drm/radeon: "
[PATCH v6 0/3] shmemfs stable directory offsets
2023-06-30 11:08 UTC (3+ messages)
` [PATCH v6 1/3] libfs: Add directory operations for stable offsets
[RFC PATCH] target/arm: make arm_casq_ptw CONFIG_TCG only
2023-06-30 11:07 UTC
[PATCH v12 00/22] TDX host kernel support
2023-06-30 11:06 UTC (14+ messages)
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
[Intel-xe] [PATCH v12 00/13] xe_device_mem_access fixes and related bits
2023-06-30 11:07 UTC (3+ messages)
[tiwai-sound:topic/midi20-gadget 58/62] f_midi2.c:undefined reference to `snd_ump_switch_protocol'
2023-06-30 11:05 UTC
[PATCH] arch/sparc: Add module license and description for fbdev helpers
2023-06-30 11:04 UTC (4+ messages)
[PATCH] usb: gadget: configfs: Prevent buffer overrun in usb_string_copy
2023-06-30 11:04 UTC
[igt-dev] [PATCH i-g-t v3] tests/kms_plane_cursor: Handle invalid pipe in big joiner
2023-06-30 11:04 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_cursor: Handle invalid pipe in big joiner (rev2)
[PATCH v3 0/3+1] fanotify accounting for fs/splice.c
2023-06-30 11:03 UTC (9+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 1/3] splice: always fsnotify_access(in), fsnotify_modify(out) on success
` [LTP] "
[PATCH 7/7] net/mlx5: fix the error in VLAN actions creation
2023-06-30 11:02 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] ASoC: mediatek: mt8188: add constraints for PCM
2023-06-30 11:00 UTC (5+ messages)
[PATCH v3 0/2] mtd: spi-nor: Avoid setting SRWD bit in SR
2023-06-30 10:59 UTC (6+ messages)
` [PATCH v3 2/2] mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connected
[PATCH V2] riscv: Add BUG_ON() for no cpu nodes in devicetree
2023-06-30 10:59 UTC (2+ messages)
[PATCH v4 0/4] Clean-up stale/unused hci_request.c code
2023-06-30 10:59 UTC (7+ messages)
` [PATCH v4 2/4] Bluetooth: Rework le_scan_restart for hci_sync
[igt-dev] [PATCH i-g-t] tests/xe: When GT is in RC6 donot assert if act freq is 0
2023-06-30 11:00 UTC (3+ messages)
[PATCH 0/2] Add driver for Murata IRS-D200
2023-06-30 8:54 UTC (6+ messages)
` [PATCH 2/2] iio: "
[PATCH v1 0/4] PCI/VGA: Improve the default VGA device selection
2023-06-30 10:57 UTC (14+ messages)
` [Intel-gfx] "
` [Nouveau] "
` [PATCH v1 1/4] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [Intel-gfx] "
` [Nouveau] "
` [Nouveau] [PATCH v1 2/4] PCI/VGA: Improve the default VGA device selection
` "
` [Intel-gfx] "
[Intel-xe] [PATCH DONTMERGE] drm/xe: uapi review submission
2023-06-30 10:57 UTC (2+ messages)
` [Intel-xe] ○ CI.BAT: info for "
[PATCH 0/6] qemu-img: rebase: add compression support
2023-06-30 10:54 UTC (2+ messages)
error: unknown target CPU '8540'
2023-06-30 10:54 UTC
[PATCH] irqchipi/gic-v4: Ensure accessing the correct RD when and writing INVLPIR
2023-06-30 10:37 UTC (7+ messages)
Problem after detaching the header
2023-06-30 10:54 UTC (4+ messages)
[PATCH libgpiod 0/4] bindings: rust: clippy: fixed warnings
2023-06-30 10:53 UTC (8+ messages)
` [PATCH libgpiod 4/4] bindings: rust: clippy: silence false-positive on iterator
[PATCH] usb: typec: tcpm: not sink vbus if operational current is 0mA
2023-06-30 10:56 UTC
[PATCH v2 0/8] PCCI: EPC: Add support to wake up host from D3 states
2023-06-30 10:52 UTC (9+ messages)
` [PATCH v2 1/8] PCI: endpoint: Add dstate change notifier support
` [PATCH v2 2/8] PCI: qcom-ep: Add support for D-state change notification
` [PATCH v2 3/8] PCI: epf-mhi: Add dtate change op
` [PATCH v2 4/8] PCI: endpoint: Add wakeup host API to EPC core
` [PATCH v2 5/8] pci: dwc: Add wakeup host op to pci_epc_ops
` [PATCH v2 6/8] PCI: qcom: ep: Add wake up host op to dw_pcie_ep_ops
` [PATCH v2 7/8] PCI: epf-mhi: Add wakeup host op
` [PATCH v2 8/8] bus: mhi: ep: wake up host is the MHI state is in M3
[PATCH v6 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port
2023-06-30 10:49 UTC (13+ messages)
[PATCH net-next] tcp: add a scheduling point in established_get_first()
2023-06-30 10:49 UTC (2+ messages)
[RFC]: m2m dec reports the graphics memory requirement
2023-06-30 10:47 UTC
[PATCH] net/idpf: refine RTE_PMD_REGISTER_PARAM_STRING of IDPF PMD
2023-06-30 10:47 UTC (3+ messages)
[libgpiod][PATCH 0/2] bindings: rust: add README for crates.io
2023-06-30 10:46 UTC (3+ messages)
` [libgpiod][PATCH 1/2] bindings: rust: add README.md for libgpiod crate
` [libgpiod][PATCH 2/2] bindings: rust: mention the libgpiod crate from libgpiod-sys
[GIT PULL] Please pull powerpc/linux.git powerpc-6.5-1 tag
2023-06-30 10:45 UTC (2+ messages)
[PATCH] net/idpf: refine dev_link_update function
2023-06-30 10:46 UTC (3+ messages)
[PATCH 1/1] thermal: sysfs: avoid actual readings from sysfs
2023-06-30 10:46 UTC (14+ messages)
[PATCH] net/idpf: refine idpf_dev_vport_init() function
2023-06-30 10:46 UTC (4+ messages)
[PATCH] kernel/trace: Fix cleanup logic of enable_trace_eprobe
2023-06-30 10:45 UTC (6+ messages)
[igt-dev] [PATCH i-g-t v5 0/2] PM Suspend debug
2023-06-30 10:43 UTC (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for PM Suspend debug (rev6)
[PATCH V4 0/8] Support Wifi RFI interference mitigation feature
2023-06-30 10:37 UTC (8+ messages)
` [PATCH V4 1/8] drivers/acpi: Add support for Wifi band RF mitigations
[PATCH] PCI/ASPM: Add back L1 PM Substate save and restore
2023-06-30 10:41 UTC (8+ messages)
[PATCH 00/11] Cleanup Octeon DWC3 glue code
2023-06-30 10:40 UTC (7+ messages)
[PATCH v3 0/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
2023-06-30 10:40 UTC (3+ messages)
` [PATCH 3/3] fuse: write back dirty pages before direct write in direct_io_relax mode
[PATCH v3 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2023-06-30 10:38 UTC (2+ messages)
Backporting of series xfs/iomap: fix data corruption due to stale cached iomap
2023-06-30 10:39 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.