messages from 2023-07-26 10:32:37 to 2023-07-26 11:38:56 UTC [more...]
[PATCH v2 00/11] Introduce STM32 Firewall framework
2023-07-26 10:39 UTC (12+ messages)
` [PATCH v2 05/11] firewall: introduce stm32_firewall framework
` [PATCH v2 07/11] bus: rifsc: introduce RIFSC firewall controller driver
[PATCH -next] drm/bridge: fix -Wunused-const-variable= warning
2023-07-26 11:30 UTC (5+ messages)
[PATCH 01/30] usb: ehci-npcm7xx: fix typo in npcm7xx_ehci_hcd_drv_probe()
2023-07-26 11:37 UTC (6+ messages)
` [PATCH 02/30] usb: chipidea/core: Use devm_platform_get_and_ioremap_resource()
` [PATCH 03/30] usb: ohci-at91: "
` [PATCH 04/30] usb: ohci-at91: Remove redundant msg at probe time
` [PATCH 06/30] usb: gadget: aspeed: Use devm_platform_get_and_ioremap_resource()
` [PATCH 09/30] usb: gadget: aspeed_udc: Convert to devm_platform_ioremap_resource()
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-26 11:36 UTC (13+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
[PATCH v4] abort: clarify consequences of calling abort
2023-07-26 11:38 UTC (2+ messages)
[PATCH v2 0/2] can: ems_pci: refine PCI IDs for ASIX AX99100
2023-07-26 11:38 UTC (5+ messages)
` [PATCH v2 2/2] can: ems_pci: move ASIX AX99100 ids to pci_ids.h
[PATCH 0/3] ASoC: mt8188-mt6359: add SOF support
2023-07-26 11:36 UTC (6+ messages)
` [PATCH 1/3] ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl
[PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop
2023-07-26 11:37 UTC (11+ messages)
linux-next: New tree for generic PM domain providers
2023-07-26 11:37 UTC
[PATCH bpf 0/2] bpf/memalloc: Allow non-atomic alloc_bulk
2023-07-26 11:38 UTC (9+ messages)
` [PATCH bpf 1/2] bpf/memalloc: Non-atomically allocate freelist during prefill
` [PATCH bpf 2/2] bpf/memalloc: Schedule highprio wq for non-atomic alloc when atomic fails
[PATCH] hwmon: (hs3001) Fix unused variable compiler warning
2023-07-26 11:36 UTC
[PATCH] hwrng: add Zhaoxin HW RNG driver
2023-07-26 11:35 UTC
[PATCH] qedf: Changed string copy method for "stop_io_on_error" from sprintf to put_user
2023-07-26 11:34 UTC (3+ messages)
[igt-dev] [PATCH i-g-t] tests/xe: Add a test that validates GT C0 on exec
2023-07-26 11:34 UTC (5+ messages)
[PATCH v3 00/11] Introduce STM32 Firewall framework
2023-07-26 11:32 UTC (4+ messages)
` [PATCH v3 04/11] dt-bindings: bus: document ETZPC
[PULL 0/5] QAPI patches patches for 2023-07-26
2023-07-26 11:33 UTC (7+ messages)
` [PULL 1/5] qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation
` [PULL 2/5] qapi/block: Tidy up block-latency-histogram-set documentation
` [PULL 3/5] qapi/qdev: Tidy up device_add documentation
` [PULL 4/5] qapi/trace: Tidy up trace-event-get-state, -set-state documentation
` [PULL 5/5] qapi: Reformat recent doc comments to conform to current conventions
[PATCH net v5] bonding: Remove error checking for debugfs_create_dir()
2023-07-26 11:32 UTC (2+ messages)
[PATCH v2 00/11] arm_scmi/cpufreq: Add generic performance scaling support
2023-07-26 11:31 UTC (15+ messages)
` [PATCH v2 08/11] dt-bindings: firmware: arm,scmi: Extend bindings for protocol@13
` [PATCH v2 09/11] cpufreq: scmi: Add support to parse domain-id using #power-domain-cells
[Intel-gfx] [PATCH v9 0/7] Update AUX invalidation sequence
2023-07-26 11:30 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Update AUX invalidation sequence (rev13)
[PATCH v5 1/2] dt-bindings: display/msm: mdss-common: add memory-region property
2023-07-26 11:29 UTC (6+ messages)
` [PATCH v5 2/2] arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved
[PATCH] ACPI: scan: Create platform device for CS35L56
2023-07-26 11:27 UTC
[PATCH v3 00/12] Unify TDCALL/SEAMCALL and TDVMCALL assembly
2023-07-26 11:25 UTC (13+ messages)
` [PATCH v3 01/12] x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
` [PATCH v3 02/12] x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
` [PATCH v3 03/12] x86/tdx: Make macros of TDCALLs consistent with the spec
` [PATCH v3 04/12] x86/tdx: Rename __tdx_module_call() to __tdcall()
` [PATCH v3 05/12] x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
` [PATCH v3 06/12] x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
` [PATCH v3 07/12] x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
` [PATCH v3 08/12] x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
` [PATCH v3 09/12] x86/tdx: Remove 'struct tdx_hypercall_args'
` [PATCH v3 10/12] x86/virt/tdx: Wire up basic SEAMCALL functions
` [PATCH v3 11/12] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
` [PATCH v3 12/12] x86/virt/tdx: Adjust 'struct tdx_module_args' to use x86 "register index" layout
[PATCH v3 0/2] mpt3sas: Additional retries when reading specific registers
2023-07-26 11:25 UTC (3+ messages)
` [PATCH v3 1/2] Perform additional retries if Doorbell read returns 0
` [PATCH v3 2/2] mpt3sas: Removing volatile qualifier
[PATCH 0/2] Intel: sof_rt5682: remove quirk flag
2023-07-26 11:25 UTC (4+ messages)
` [PATCH 1/2] ASoC: Intel: maxim-common: get codec number from ACPI
[PATCH v7 0/6] Add StarFive Camera Subsystem driver
2023-07-26 11:26 UTC (6+ messages)
` [PATCH v7 2/6] media: admin-guide: Add starfive_camss.rst for Starfive Camera Subsystem
` [PATCH v7 3/6] media: starfive: camss: Add basic driver
[PATCH 1/2 v4] cdx: add support for bus mastering
2023-07-26 11:25 UTC (3+ messages)
` [PATCH 2/2 v4] vfio-cdx: add ioctl support for bus master enable
[PATCH] drm/amdgpu: correct vmid_src -> vmhub_index mapping
2023-07-26 11:24 UTC
[PATCH v3 4/6] scsi: Retry unaligned zoned writes
2023-07-26 11:23 UTC (2+ messages)
next/master baseline: 473 runs, 32 regressions (next-20230726)
2023-07-26 11:23 UTC
[PATCH v4 0/2] xen/riscv: introduce identity mapping
2023-07-26 11:23 UTC (3+ messages)
` [PATCH v4 2/2] "
[PATCH net-next v2] page_pool: split types and declarations from page_pool.h
2023-07-26 11:23 UTC (7+ messages)
[PATCH 0/4] Add watchdog support for Amlogic-T7 SoCs
2023-07-26 11:21 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: watchdog: Add "
` [PATCH 2/4] watchdog: Add a new struct for Amlogic-GXBB driver
` [PATCH 3/4] watchdog: Add support for Amlogic-T7 SoCs
` [PATCH 4/4] arm64: dts: Add watchdog node "
[PATCH] fuse: enable larger read buffers for readdir
2023-07-26 10:59 UTC
[PATCH v3 1/2] arm64: dts: imx93: add the Flex-CAN stop mode by GPR
2023-07-26 11:24 UTC (2+ messages)
` [PATCH v3 2/2] can: flexcan: remove the auto stop mode for IMX93
[PATCH] USB: add usbfs ioctl to get specific superspeedplus rates
2023-07-26 9:38 UTC (9+ messages)
` "
` "
[sailus-media-tree:async-multi] BUILD SUCCESS 2c119bed650596d35a3f9e4407d58c42f97d56fb
2023-07-26 11:19 UTC
[PATCH] oe.data: allow to mask out secret variables
2023-07-26 11:19 UTC (2+ messages)
` [OE-core] "
[PATCH] jbd2: Remove unused t_handle_lock
2023-07-26 11:19 UTC (2+ messages)
[virtio-comment] [PATCH v13] virtio-net: support device stats
2023-07-26 11:17 UTC (3+ messages)
` [virtio-comment] "
` [virtio-dev] "
[PATCH] dmaengine: xgene: Fix potential deadlock on &chan->lock
2023-07-26 11:16 UTC
[PATCH V1 0/2] regulator: aw37503: add regulator driver for AWINIC AW37503
2023-07-26 11:16 UTC (6+ messages)
` [PATCH V1 1/2] "
` [PATCH V1 2/2] regulator: aw37503: add device-tree binding
[PATCH] USB:bugfix a controller halt error
2023-07-26 11:16 UTC (5+ messages)
[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-07-26 11:14 UTC (2+ messages)
` [RFC] iommu/virtio: Use single flush queue (EXPERIMENTAL)
Xen Security Advisory 433 v2 (CVE-2023-20593) - x86/AMD: Zenbleed
2023-07-26 11:13 UTC
[PATCH v2 1/3] arm64: dts: imx93: add the Flex-CAN stop mode by GPR
2023-07-26 11:12 UTC (7+ messages)
` [PATCH v2 3/3] can: flexcan: lack of stop mode dts properity should not block driver probe
` RE: [PATCH v2 1/3] arm64: dts: imx93: add the Flex-CAN stop mode by GPR
[PATCH net-next v4] wifi: ath6kl: Remove error checking for debugfs_create_dir()
2023-07-26 11:11 UTC
❌ FAIL (SKIPPED 7 of 328): Test report for master (6.5.0-rc3, mainline.kernel.org-clang, 18b44bc5)
2023-07-26 11:11 UTC
[PATCH] ASoC: loongson: drop of_match_ptr for OF device id
2023-07-26 11:11 UTC (2+ messages)
[PATCH 1/1] arm64: dts: imx93: Fix LPUART compatible list
2023-07-26 11:11 UTC
[Intel-wired-lan] [PATCH iwl-next v3 0/6] ice: Add PFCP filter support
2023-07-26 11:09 UTC (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v3 2/6] ip_tunnel: convert __be16 tunnel flags to bitmaps
` "
[meta-darwin][PATCH] meta-darwin: update to Darwin 21.3 and SDK 12.3
2023-07-26 11:10 UTC
GPIO and interrupt
2023-07-26 11:09 UTC (2+ messages)
[PATCH net-next v3] wifi: ath9k: Remove error checking for debugfs_create_dir()
2023-07-26 11:07 UTC
[PATCH v3 0/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
2023-07-26 11:07 UTC (9+ messages)
` [PATCH 3/3] fuse: write back dirty pages before direct write in direct_io_relax mode
` [External] [fuse-devel] "
` "
[RESEND] BTF is not generated for gcc-built kernel with the latest pahole
2023-07-26 11:07 UTC (3+ messages)
[PATCH v3 00/25] tools/xenstore: drop TDB
2023-07-26 11:07 UTC (8+ messages)
` [PATCH v3 08/25] tools/xenstore: make hashtable key and value parameters const
[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
2023-07-26 11:07 UTC (7+ messages)
[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
2023-07-26 11:04 UTC (4+ messages)
` [PATCH v4 bpf 2/2] bpf: selftests: add lwt redirect regression test cases
` [v4 "
[XEN PATCH 0/4] xen: address violations of MISRA C:2012 Rule 7.2
2023-07-26 11:03 UTC (5+ messages)
` [XEN PATCH v4 1/4] x86/vmx: "
` [XEN PATCH v4 2/4] xen/vpci: "
` [XEN PATCH v4 3/4] x86/viridian: "
` [XEN PATCH v4 4/4] xen/x86: "
Another regression in the af_alg series (s390x-specific)
2023-07-26 11:02 UTC (4+ messages)
[RFC 0/4] mm/memblock: Skip prep and initialization of struct pages freed later by HVO
2023-07-26 11:01 UTC (4+ messages)
` [RFC 2/4] mm/memblock: Add hugepage_size member to struct memblock_region
btrfs sequential 8K read()s from compressed files are not merging
2023-07-26 10:59 UTC (3+ messages)
` (PING) "
[PATCH net-next] ice: VLAN untagged traffic support
2023-07-26 10:50 UTC (2+ messages)
` [Intel-wired-lan] "
Stopping the tick on a fully loaded system
2023-07-26 10:59 UTC (9+ messages)
[PATCH] dmaengine: plx_dma: Fix potential deadlock on &plxdev->ring_lock
2023-07-26 10:58 UTC (2+ messages)
[PATCH] crypto, cifs: Fix error handling in extract_iter_to_sg()
2023-07-26 10:57 UTC
[PATCH v2] spi: Use dev_err_probe instead of dev_err
2023-07-26 10:54 UTC
[PATCH v5 1/2] drm/ssd130x: Inline the ssd130x_buf_{alloc, free}() function helpers
2023-07-26 10:54 UTC (4+ messages)
` [PATCH v5 1/2] drm/ssd130x: Inline the ssd130x_buf_{alloc,free}() "
` [PATCH v5 2/2] drm/ssd130x: Allocate buffer in the plane's .atomic_check() callback
drivers/remoteproc/qcom_q6v5_pas.c:123:9: sparse: sparse: incorrect type in argument 2 (different address spaces)
2023-07-26 10:52 UTC
[PATCH v6 00/13] Add support for DAX vmemmap optimization for ppc64
2023-07-26 10:52 UTC (4+ messages)
` [PATCH v6 01/13] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
` [PATCH v6 01/13 -fix] "
[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
2023-07-26 10:51 UTC (13+ messages)
` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
x15: Unable to handle kernel NULL pointer dereference at virtual address 00000004 when read : pci_generic_config_read
2023-07-26 10:51 UTC (4+ messages)
[PATCH v2 0/6] python/machine: use socketpair() for console socket
2023-07-26 10:50 UTC (3+ messages)
` [PATCH v2 4/6] python/machine: use socketpair() for console connections
[PATCH 0/1] Set may payload size for IPQ9574
2023-07-26 10:49 UTC (9+ messages)
` [PATCH 1/1] PCI: qcom: Add early fixup to set the max "
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-07-26 10:49 UTC (8+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [Cluster-devel] "
` [f2fs-dev] "
collision between ZONE_MOVABLE and memblock allocations
2023-07-26 10:48 UTC (6+ messages)
[Intel-gfx] [PATCH] drm/i915: Use the i915_vma_flush_writes helper
2023-07-26 10:48 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use the i915_vma_flush_writes helper (rev5)
[Buildroot] [PATCH v3 0/2] Add Microchip PolarFire SoC Icicle Kit
2023-07-26 10:40 UTC (2+ messages)
[syzbot] [crypto?] general protection fault in shash_async_update
2023-07-26 10:46 UTC (2+ messages)
[PATCH net] dccp: Allocate enough data in ccid_get_builtin_ccids()
2023-07-26 10:47 UTC (2+ messages)
[PATCH v5 16/25] iommu: Remove ops->set_platform_dma_ops()
2023-07-26 9:42 UTC (2+ messages)
[PATCH v5 0/4] x86/speculation: Disable IBRS when idle
2023-07-26 10:44 UTC (3+ messages)
` [PATCH v5 4/4] intel_idle: Add ibrs_off module parameter to force disable IBRS
[PATCH V4 8/8] firmware: imx: scu-irq: support identifying SCU wakeup source from sysfs
2023-07-26 10:42 UTC (2+ messages)
[PATCH v2] PCI: qcom: Set max payload size 256 bytes for IPQ9574
2023-07-26 10:42 UTC
[PATCH] libxenstat/Linux: pass nul-terminated string to strpbrk()
2023-07-26 10:42 UTC
[PATCH v1 0/6] mpi3mr: Few Enhancements and minor fixes
2023-07-26 10:41 UTC (3+ messages)
more /proc/cpuinfo & extension support related woes
2023-07-26 10:41 UTC (3+ messages)
[RFC PATCH 0/4] Implement a PSCI SYSTEM_RESET2 reboot-mode driver
2023-07-26 10:41 UTC (3+ messages)
` [RFC PATCH 4/4] power: reset: "
[PATCH RFC net-next v2 0/7] net: page_pool: a couple of assorted optimizations
2023-07-26 10:39 UTC (6+ messages)
` [PATCH RFC net-next v2 2/7] net: page_pool: place frag_* fields in one cacheline
[PATCH v8 0/2] Digiteq Automotive MGB4 driver
2023-07-26 10:40 UTC (3+ messages)
` [PATCH v8 2/2] Added Digiteq Automotive MGB4 driver documentation
[PATCH v4] drm/ssd130x: Allocate buffers in the plane's .atomic_check callback
2023-07-26 10:39 UTC (5+ messages)
[RFC dwarves 0/2] dwarves: detect BTF kinds supported by kernel
2023-07-26 10:39 UTC (3+ messages)
` [RFC dwarves 1/2] dwarves: auto-detect maximum kind supported by vmlinux
[PATCH 6.1 000/183] 6.1.42-rc1 review
2023-07-26 10:38 UTC (2+ messages)
[PATCH] ASoC: loongson: mark OF related data as maybe unused
2023-07-26 10:37 UTC (4+ messages)
[PATCH] MAINTAINERS: Add myself as reviewer for HYPERBUS
2023-07-26 10:36 UTC (5+ messages)
[PATCH v11 00/10] Introduce ICSSG based ethernet Driver
2023-07-26 10:36 UTC (4+ messages)
` [PATCH v11 07/10] net: ti: icssg-prueth: Add ICSSG Stats
` [EXTERNAL] "
[Bug 217709] New: Mistake in example in mount_namespaces(7)
2023-07-26 10:35 UTC
[PATCH v3 0/5] x86: allow Kconfig control over psABI level
2023-07-26 10:35 UTC (6+ messages)
` [PATCH v3 1/5] build: make cc-option properly deal with unrecognized sub-options
` [PATCH v3 2/5] build: permit Kconfig control over how to deal with unsatisfiable choices
` [PATCH v3 3/5] x86: allow Kconfig control over psABI level
` [PATCH v3 4/5] x86: use POPCNT for hweight<N>() when available
` [PATCH v3 5/5] x86: short-circuit certain cpu_has_* when x86-64-v{2,3} are in effect
[Bug 217696] Looking for a way to enable power saving mode for Ryzen APUs, along with limiting the upper temperature and total power consumption
2023-07-26 10:34 UTC
[RFC 0/2] An attempt to improve SLUB on NUMA / under memory pressure
2023-07-26 10:34 UTC (3+ messages)
` [RFC 1/2] Revert "mm, slub: change percpu partial accounting from objects to pages"
[kvalo-ath:ath11k-hibernation-support 4/9] drivers/accel/qaic/mhi_controller.c:545:9: error: too few arguments to function 'mhi_power_down'
2023-07-26 10:32 UTC (2+ messages)
[groeck-staging:hwmon-next 35/35] drivers/hwmon/hs3001.c:196:13: warning: unused variable 'ret'
2023-07-26 10:32 UTC
[PATCH v1] Bluetooth: Add timeout in disconnect when power off
2023-07-26 10:33 UTC (2+ messages)
[PATCH v3 2/6] block/mq-deadline: Only use zone locking if necessary
2023-07-26 10:32 UTC (2+ messages)
[sashal-stable:pending-6.1 209/244] drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2314:31: error: 'struct hwseq_private_funcs' has no member named 'resync_fifo_dccg_dio'
2023-07-26 10:32 UTC
[PATCH v5 0/7] Add support for memmap on memory feature on ppc64
2023-07-26 10:31 UTC (4+ messages)
` [PATCH v5 6/7] mm/hotplug: Embed vmem_altmap details in memory block
[PATCH 0/3] 8250_men_mcb: Make UART port autoconfigurable
2023-07-26 10:32 UTC (4+ messages)
` [PATCH 3/3] 8250_men_mcb: Make UART config auto configurable
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.