messages from 2024-11-28 11:35:47 to 2024-11-28 12:45:04 UTC [more...]
[PATCH i-g-t 0/1] CCS hibernate test
2024-11-28 12:44 UTC (8+ messages)
` [PATCH i-g-t 1/1] tests/intel/kms_ccs: add hiberbate test
[PATCH] selftest: hugetlb_dio: Fix test naming
2024-11-28 12:44 UTC (3+ messages)
[PATCH RFC 0/3] Introduce orphan tee_shm and default tee_context
2024-11-28 12:44 UTC (20+ messages)
` [PATCH RFC 3/3] tee: introduce orphan tee_shm and default context
[PATCH RFC 00/14] efi: implement EFISTUB support for ARM64 and Qualcomm
2024-11-28 12:41 UTC (4+ messages)
` [PATCH RFC 07/14] efi: stub: add known memory to U-Boot's EFI memory map
[PATCH v2 00/11] Deduplicate driver initialization code
2024-11-28 12:40 UTC (26+ messages)
` [PATCH v2 01/11] treewide: Make carray arrays const and NULL-terminated
` [PATCH v2 02/11] lib: utils/fdt: Add helpers for generic driver initialization
` [PATCH v2 03/11] scripts/carray.sh: Avoid useless use of cat
` [PATCH v2 04/11] scripts/carray.sh: Allow referencing a struct member
` [PATCH v2 05/11] lib: utils/gpio: Use fdt_driver for initialization
` [PATCH v2 06/11] lib: utils/i2c: "
` [PATCH v2 07/11] lib: utils/ipi: "
` [PATCH v2 08/11] lib: utils/regmap: "
` [PATCH v2 09/11] lib: utils/reset: "
` [PATCH v2 10/11] lib: utils/serial: "
` [PATCH v2 11/11] lib: utils/timer: "
[PATCH fixes] riscv: mm: Do not call pmd dtor on vmemmap page table teardown
2024-11-28 12:38 UTC (2+ messages)
[PATCH] ARM: dts: ti/omap: gta04: fix pm issues caused by spi module
2024-11-28 12:39 UTC (10+ messages)
[PATCH net,v2 0/4] Netfilter fixes for net
2024-11-28 12:38 UTC (5+ messages)
` [PATCH net 1/4] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
` [PATCH net 2/4] netfilter: x_tables: fix LED ID check in led_tg_check()
` [PATCH net 3/4] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
` [PATCH net 4/4] netfilter: nft_inner: incorrect percpu area handling under softirq
[PATCH] btrfs: don't BUG_ON() in btrfs_drop_extents()
2024-11-28 12:37 UTC (2+ messages)
[syzbot] [block?] possible deadlock in loop_set_status
2024-11-28 12:37 UTC (2+ messages)
[PATCH] pynfs: rpc.py: use OSError.errno to fix a not subscriptable exception
2024-11-28 12:36 UTC
[PATCH v3 00/15] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-11-28 12:35 UTC (16+ messages)
` [PATCH v3 01/15] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v3 02/15] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v3 03/15] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v3 04/15] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v3 05/15] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v3 06/15] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v3 07/15] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v3 08/15] KVM: arm64: Remove fixed_config.h header
` [PATCH v3 09/15] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v3 10/15] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v3 11/15] KVM: arm64: Refactor kvm_reset_cptr_el2()
` [PATCH v3 12/15] KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
` [PATCH v3 13/15] KVM: arm64: Remove PtrAuth guest vcpu flag
` [PATCH v3 14/15] KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
` [PATCH v3 15/15] KVM: arm64: Renumber remaining vcpu guest configuration flags
[PATCH 0/7] drm/i915/display: power conversion to struct intel_display
2024-11-28 12:35 UTC (4+ messages)
` [PATCH 1/7] drm/i915/display: simplify conditional compilation on runtime PM debug
[PATCH 0/7] drm/i915: 10bpc/fp16 + CCS support
2024-11-28 12:34 UTC (4+ messages)
` [PATCH 2/7] drm/i915: Disable compression tricks on JSL
[PATCH 00/10] wifi: ath12k: MLO support part 4
2024-11-28 12:34 UTC (10+ messages)
` [PATCH 01/10] wifi: ath12k: convert struct ath12k::wmi_mgmt_tx_work to struct wiphy_work
` [PATCH 02/10] wifi: ath12k: ath12k_mac_op_tx(): MLO support
` [PATCH 06/10] wifi: ath12k: do not return invalid link id for scan link
[PATCH v2 0/3] pidfs: implement file handle support
2024-11-28 12:33 UTC (4+ messages)
` [PATCH RFC 0/2] pidfs: file handle preliminaries
` [PATCH RFC 1/2] pidfs: rework inode number allocation
` [PATCH RFC 2/2] pidfs: remove 32bit inode number handling
[PATCH v2 0/6] RCU changes for PREEMPT_LAZY
2024-11-28 12:33 UTC (8+ messages)
` [PATCH v2 3/6] rcu: limit PREEMPT_RCU configurations
[PATCH] dm: core: ofnode: safely fallback in ofnode_lookup_fdt
2024-11-28 12:33 UTC (5+ messages)
[PATCH net 0/4] Netfilter fixes for net
2024-11-28 12:33 UTC (6+ messages)
` [PATCH net 1/4] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
` [PATCH net 2/4] netfilter: x_tables: fix LED ID check in led_tg_check()
` [PATCH net 3/4] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level
` [PATCH net 4/4] netfilter: nft_inner: incorrect percpu area handling under softirq
[PATCH net v2 0/2] IEP clock module bug fixes
2024-11-28 12:29 UTC (3+ messages)
` [PATCH net v2 1/2] net: ti: icssg-prueth: Fix firmware load sequence
` [PATCH net v2 2/2] net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during iep_init
[GIT PULL] sparc updates for v6.13
2024-11-28 12:33 UTC
[PATCH 00/22] Converge on using secs_to_jiffies()
2024-11-28 12:29 UTC (3+ messages)
` [PATCH 18/22] ceph: Convert timeouts to secs_to_jiffies()
[PATCH v2 00/21] Converge on using secs_to_jiffies()
2024-11-28 12:28 UTC (3+ messages)
` [PATCH v2 18/21] ceph: Convert timeouts to secs_to_jiffies()
[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfs_bnode_read
2024-11-28 12:31 UTC (2+ messages)
` [PATCH] hfs: check key length before reading
[PATCH] fs/ceph/file: fix memory leaks in __ceph_sync_read()
2024-11-28 12:31 UTC (4+ messages)
[PATCH RFC net-next 09/23] net: phy: add configuration of rx clock stop mode
2024-11-28 12:29 UTC (2+ messages)
[PATCH v2] gpio: pca953x: do not enable regmap cache when there is no regulator
2024-11-28 12:28 UTC (2+ messages)
[PATCH] x86/boot/compressed: Remove unused module.h include from kaslr.c
2024-11-28 12:28 UTC
[PATCH v1 0/3] bluetooth: qca: Add QCA6698 Bluetooth chip
2024-11-28 12:28 UTC (5+ messages)
` [PATCH v1 1/3] arm64: dts: qcom: sa8775p-ride: Change the BT node
` bluetooth: qca: Add QCA6698 Bluetooth chip
` [PATCH v1 2/3] dt-bindings: net: Add QCA6698 Bluetooth
` [PATCH v1 3/3] Bluetooth: btqca: Add QCA6698 support
[QUESTION] What memcg lifetime is required by list_lru_add?
2024-11-28 12:27 UTC (3+ messages)
[PATCH libmnl v2] whitespace: remove spacing irregularities
2024-11-28 12:27 UTC (3+ messages)
[PATCH v2 0/2] iio: light: add support for veml3235
2024-11-28 12:26 UTC (6+ messages)
` [PATCH v2 2/2] "
[LTP] [PATCH] ftruncate01: Convert docs to docparse
2024-11-28 12:24 UTC (2+ messages)
[syzbot] [mm?] kernel BUG in const_folio_flags (2)
2024-11-28 12:23 UTC (5+ messages)
[PATCH v2] fix user get ifindex error issue
2024-11-28 12:20 UTC (2+ messages)
[PATCH v3 0/2] arm64: dts: rockchip: use shared .dtsi and board-specific .dts for Radxa ROCK 5A and 5C
2024-11-28 12:19 UTC (6+ messages)
` [PATCH v3 1/2] arm64: dts: rockchip: split dts into sharable dtsi and board-specific dts for Radxa ROCK 5C
` [PATCH v3 2/2] arm64: dts: rockchip: convert to use shared .dtsi for Radxa ROCK 5A
Xenomai Community Meet-Up in Beijing 11/26
2024-11-28 12:20 UTC (2+ messages)
[OE-core][PATCH] libssh2: mark CVE-2023-48795 as fixed
2024-11-28 12:19 UTC (2+ messages)
[PATCH] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
2024-11-28 12:19 UTC (2+ messages)
[PATCH] xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()
2024-11-28 12:19 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to cc2dba08cc33
2024-11-28 12:18 UTC
[PATCH] sched/core: Do not migrate ineligible tasks in sched_balance_rq()
2024-11-28 12:18 UTC (5+ messages)
[PATCH] coresight: Drop atomics in connection refcounts
2024-11-28 12:14 UTC
[PATCH v4 0/3] clk: qcom: Add support for multiple power-domains for a clock controller
2024-11-28 12:16 UTC (4+ messages)
` [PATCH v4 2/3] clk: qcom: common: Add support for power-domain attachment
[PULL v1 linux-firmware] Add firmware for Cirrus Amps for some Dell laptops
2024-11-28 12:16 UTC
[PATCH 0/2] x86/vlapic: Fixes to APIC_ESR handling
2024-11-28 12:16 UTC (7+ messages)
` [PATCH 1/2] x86/vlapic: Fix handling of writes to APIC_ESR
[PATCH] rhashtable: Fix potential deadlock by moving schedule_work outside lock
2024-11-28 12:16 UTC
[Buildroot] [PATCH v4 0/6] Improved nftables firewall support
2024-11-28 12:16 UTC (3+ messages)
[PATCH] btrfs/028: kill lingering processes when test is interrupted
2024-11-28 12:14 UTC
[PATCH net 0/6] several fixes for smc
2024-11-28 12:14 UTC (7+ messages)
` [PATCH net 1/6] net/smc: protect link down work from execute after lgr freed
` [PATCH net 2/6] net/smc: set SOCK_NOSPACE when send_remaining but no sndbuf_space left
` [PATCH net 3/6] net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
` [PATCH net 4/6] net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt "
` [PATCH net 5/6] net/smc: check smcd_v2_ext_offset "
` [PATCH net 6/6] net/smc: check return value of sock_recvmsg when draining clc data
[PATCH] xfrm: Add pre-encap fragmentation for packet offload
2024-11-28 12:14 UTC (9+ messages)
[PATCH v3 00/24] Multifd 🔀 device state transfer support with VFIO consumer
2024-11-28 12:12 UTC (10+ messages)
` [PATCH v3 04/24] thread-pool: Implement generic (non-AIO) pool support
` [PATCH v3 08/24] migration: Add thread pool of optional load threads
` [PATCH v3 15/24] migration/multifd: Add migration_has_device_state_support()
[PATCH v3 net] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
2024-11-28 12:12 UTC (4+ messages)
[PATCH] list_lru: expand list_lru_add() docs with info about sublists
2024-11-28 12:12 UTC
[PATCH v3 0/3] clk: qcom: Add support for multiple power-domains for a clock controller
2024-11-28 12:11 UTC (4+ messages)
` [PATCH v3 2/3] clk: qcom: common: Add support for power-domain attachment
[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
2024-11-28 12:11 UTC (12+ messages)
[PATCH net v3] net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPI
2024-11-28 12:08 UTC (4+ messages)
[PATCH v2] arm64: dts: rockchip: rename rfkill label for Radxa ROCK 5B
2024-11-28 12:06 UTC (2+ messages)
[PATCH] cve-update-nvd2-native: Update vector logic
2024-11-28 12:05 UTC (4+ messages)
` [OE-core] "
Reset on Beaglebone Black has become unreliable/broken
2024-11-28 12:02 UTC (5+ messages)
[PATCH] media: qcom: camss: fix VFE pm domain off
2024-11-28 12:02 UTC (4+ messages)
[PATCH] tests/functional/test_virtio_version: Check for the availability of the machine
2024-11-28 12:01 UTC
[RFC PATCH v3 00/19] Support socket access-control
2024-11-28 12:01 UTC (7+ messages)
` [RFC PATCH v3 01/19] landlock: "
[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
2024-11-28 12:01 UTC (4+ messages)
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing
[PATCH v10 00/12] Arm cache coloring
2024-11-28 12:00 UTC (7+ messages)
` [PATCH v10 07/12] xen/arm: add support for cache coloring configuration via device-tree
` [PATCH v10 09/12] xen: add cache coloring allocator for domains
` [PATCH v10 12/12] xen/arm: add cache coloring support for Xen
[PATCH AUTOSEL 5.15 01/12] watch_queue: fix kcalloc() arguments order
2024-11-28 11:59 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 11/12] x86/barrier: Do not serialize MSR accesses on AMD
fs/xfs/scrub/rtsummary.c:288 xchk_rtsum_compare() warn: missing error code? 'error'
2024-11-28 11:58 UTC
[PATCH] arm64: dts: rockchip: rename rfkill label for Radxa ROCK 5B
2024-11-28 11:58 UTC (4+ messages)
[syzbot] [wireless?] WARNING in plfxlc_mac_release
2024-11-28 11:58 UTC (2+ messages)
[PATCH i-g-t v2 0/2] tests/gem_mmap_offset: Fix OOM hits
2024-11-28 11:56 UTC (5+ messages)
` [PATCH i-g-t v2 1/2] tests/gem_mmap_offset: Split 'clear' subtest
` [PATCH i-g-t v2 2/2] tests/gem_mmap_offset: Fix OOM hits
[PATCH v5 0/3] Add SPMI bus, PMIC for qcs615 and fix reboot-modes etc
2024-11-28 11:55 UTC (4+ messages)
` [PATCH v5 1/3] arm64: dts: qcom: qcs615: Adds SPMI support
` [PATCH v5 2/3] arm64: dts: qcom: qcs615-ride: Enable PMIC peripherals
` [PATCH v5 3/3] arm64: dts: qcom: move pon reboot-modes from pm8150.dtsi to board files
[Buildroot] [PATCH] package/libiec61850: bump to version 1.6.0
2024-11-28 11:56 UTC
[BUG regression in HEAD] efi: memory: use the lmb API's for allocating and freeing memory
2024-11-28 11:55 UTC (14+ messages)
[PATCH v3 00/11] Add RISC-V Counter delegation ISA extension support
2024-11-28 11:55 UTC (7+ messages)
` [PATCH v3 01/11] target/riscv: Add properties for Indirect CSR Access extension
` [PATCH v3 04/11] target/riscv: Support generic CSR indirect access
` [PATCH v3 05/11] target/riscv: Add properties for counter delegation ISA extensions
[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in __timer_delete
2024-11-28 11:55 UTC (2+ messages)
[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
2024-11-28 11:54 UTC (7+ messages)
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests
DPDK Release Status Meeting 2024-11-28
2024-11-28 11:53 UTC
[PATCH] tracing: Add WARN_ON_ONCE for syscall_nr check
2024-11-28 11:53 UTC
[PATCH] tests/functional/test_acpi_bits: Turn the test into a QemuSystemTest
2024-11-28 11:50 UTC
[PATCH] drm/i915/hdcp: Change log level for HDMI HDCP LIC check
2024-11-28 11:50 UTC (2+ messages)
[PATCH RESEND v2] drm/i915: Fix memory leak by correcting cache object name in error handler
2024-11-28 11:50 UTC (4+ messages)
` ✗ i915.CI.BAT: failure for drm/i915: Fix memory leak by correcting cache object name in error handler (rev3)
[PATCH 0/9] coresight: change some driver' spinlock type to raw_spinlock_t
2024-11-28 11:48 UTC (3+ messages)
[PATCH 1/2] device property: do not leak child nodes when using NULL/error pointers
2024-11-28 11:49 UTC (2+ messages)
Weekly CVE triage report
2024-11-28 11:49 UTC
[PATCH] lmb: Fix the allocation of overlapping memory areas with !LMB_NONE
2024-11-28 11:49 UTC
[PATCH v2] regmap: detach regmap from dev on regmap_exit
2024-11-28 11:48 UTC (2+ messages)
[PATCH 1/4] ARM: dts: imx: Make DRAM coding GPIOs available in all phases on Data Modul i.MX8M Mini/Plus eDM SBC
2024-11-28 11:48 UTC (2+ messages)
[PATCH v11 00/10] Read/Write with meta/integrity
2024-11-28 11:22 UTC (11+ messages)
` [PATCH v11 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v11 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v11 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v11 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v11 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support
` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v11 08/10] nvme: add support for passing on the application tag
` [PATCH v11 09/10] scsi: add support for user-meta interface
` [PATCH v11 10/10] block: add support to pass user meta buffer
[bug report] smc: possible deadlock in smc_switch_to_fallback
2024-11-28 11:45 UTC (2+ messages)
[RFC 00/13] acpi/x86: s2idle: implement Modern Standby transition states and expose to userspace
2024-11-28 11:45 UTC (3+ messages)
` [RFC 13/13] PM: standby: Add sysfs attribute for modern standby transitions
[PATCH 00/24] Complete EEVDF
2024-11-28 11:37 UTC (4+ messages)
` [REGRESSION] "
[PATCH] macintosh: Switch back to struct platform_driver::remove()
2024-11-28 11:42 UTC
[PATCH 6.1] ntfs3: Add bounds checking to mi_enum_attr()
2024-11-28 11:42 UTC
[GIT PULL] ntfs3: bugfixes for 6.13
2024-11-28 11:35 UTC
[PATCH] Makefile: avoid non-standard sed expressions
2024-11-28 11:41 UTC (4+ messages)
[PATCH i-g-t] tests/intel/xe_wedged: Manage verbosity of GT reset fault injection
2024-11-28 11:40 UTC (3+ messages)
[PATCH v2 0/7] ima: Remove unnecessary inode locks
2024-11-28 11:40 UTC (3+ messages)
` [PATCH v2 1/7] fs: ima: Remove S_IMA and IS_IMA()
[PATCH v11 00/15] macOS PV Graphics and new vmapple machine type
2024-11-28 11:39 UTC (3+ messages)
` [PATCH v11 15/15] hw/vmapple/vmapple: Add "
[PATCH] drm/panfrost: Add GPU ID for MT8188 Mali-G57 MC3
2024-11-28 11:38 UTC (2+ messages)
[PATCH] perf: map pages in advance
2024-11-28 11:37 UTC
[PATCH 0/2] pwm: brcmstb: Support configurable open-drain mode
2024-11-28 11:35 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: pwm: brcm,bcm7038: Document the 'open-drain' property
[PATCH v2] madvise: MADV_SOFT_OFFLINE requests can return -EBUSY
2024-11-28 11:35 UTC (2+ messages)
[yocto-docs][PATCH v4] ref-manual: classes: fix bin_package description
2024-11-28 11:35 UTC (3+ 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.