messages from 2025-01-02 15:51:14 to 2025-01-02 16:53:52 UTC [more...]
[PATCH net-next v03 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
2025-01-02 16:53 UTC (2+ messages)
[PATCH 2/2] tpm: get tpm event log from bloblist
2025-01-02 16:53 UTC (13+ messages)
[Buildroot] [PATCH v4 1/2] package/pkg-meson: h files only into sysroot
2025-01-02 16:50 UTC (8+ messages)
` [Buildroot] [PATCH v5 0/2] meson install with optional tags
` [Buildroot] [PATCH v5 2/2] doc/manual/adding-packages-meson.adoc: tags
` [Buildroot] [PATCH v6 0/2] meson install with optional tags
` [Buildroot] [PATCH v6 1/2] package/pkg-meson: h files only into sysroot
` [Buildroot] [PATCH v6 2/2] doc/manual/adding-packages-meson.adoc: tags
[RFC PATCH] xen/kconfig: allow LATE_HWDOM config for ARM
2025-01-02 16:49 UTC (7+ messages)
[PATCH v2 00/20] alienware-wmi driver rework
2025-01-02 16:49 UTC (15+ messages)
` [PATCH v2 07/20] alienware-wmi: Add a state container for LED control feature
` [PATCH v2 08/20] alienware-wmi: Add WMI Drivers
` [PATCH v2 09/20] alienware-wmi: Add a state container for thermal control methods
` [PATCH v2 10/20] alienware-wmi: Refactor LED "
` [PATCH v2 13/20] alienware-wmi: Split DMI table
` [PATCH v2 16/20] platform/x86: Add alienware-wmi.h
` [PATCH v2 17/20] platform-x86: Split the alienware-wmi driver
[PATCH] iommu/tegra241-cmdqv: Read SMMU IDR1.CMDQS instead of hardcoding
2025-01-02 16:47 UTC (2+ messages)
[ANN] net-next is OPEN
2025-01-02 16:48 UTC
[PATCH v5 0/5] media: i2c: imx219: Fixes for blanking, pixel rate and binning
2025-01-02 16:48 UTC (5+ messages)
` [PATCH v5 2/5] media: i2c: imx219: Rename VTS to FRM_LENGTH
` [PATCH v5 3/5] media: i2c: imx219: make HBLANK r/w to allow longer exposures
[RFC PATCH mpam mpam/snapshot/v6.12-rc1 v3 0/5] arm_mpam: Introduce the Narrow-PARTID feature for MPAM driver
2025-01-02 16:45 UTC (8+ messages)
` [RFC PATCH mpam mpam/snapshot/v6.12-rc1 v3 4/5] arm_mpam: Automatically synchronize the configuration of all sub-monitoring groups
[PATCH] of: dynamic: Avoid reversing sibling order
2025-01-02 16:46 UTC (2+ messages)
[PATCH] pipe_read: don't wake up the writer if the pipe is still full
2025-01-02 16:46 UTC (3+ messages)
[RFC PATCH 00/44] SELinux namespace support
2025-01-02 16:45 UTC (45+ messages)
` [RFC PATCH 01/44] selinux: restore passing of selinux_state
` [RFC PATCH 02/44] selinux: introduce current_selinux_state
` [RFC PATCH 03/44] selinux: support multiple selinuxfs instances
` [RFC PATCH 04/44] selinux: dynamically allocate selinux namespace
` [RFC PATCH 05/44] netstate,selinux: create the selinux netlink socket per network namespace
` [RFC PATCH 06/44] selinux: support per-task/cred selinux namespace
` [RFC PATCH 07/44] selinux: introduce cred_selinux_state() and use it
` [RFC PATCH 08/44] selinux: add a selinuxfs interface to unshare selinux namespace
` [RFC PATCH 09/44] selinuxfs: restrict write operations to the same "
` [RFC PATCH 10/44] selinux: introduce a global SID table
` [RFC PATCH 11/44] selinux: wrap security server interfaces to use the "
` [RFC PATCH 12/44] selinux: update hook functions to use correct selinux namespace
` [RFC PATCH 13/44] selinux: introduce cred_task_has_perm()
` [RFC PATCH 14/44] selinux: introduce cred_has_extended_perms()
` [RFC PATCH 15/44] selinux: introduce cred_self_has_perm()
` [RFC PATCH 16/44] selinux: introduce cred_has_perm()
` [RFC PATCH 17/44] selinux: introduce cred_ssid_has_perm() and cred_other_has_perm()
` [RFC PATCH 18/44] selinux: introduce task_obj_perm()
` [RFC PATCH 19/44] selinux: fix selinux_lsm_getattr() check
` [RFC PATCH 20/44] selinux: update bprm hooks for selinux namespaces
` [RFC PATCH 21/44] selinux: add kerneldoc to new permission checking functions
` [RFC PATCH 22/44] selinux: convert selinux_file_send_sigiotask() to namespace-aware helper
` [RFC PATCH 23/44] selinux: rename cred_has_perm*() to cred_tsid_has_perm*()
` [RFC PATCH 24/44] selinux: convert additional checks to cred_ssid_has_perm()
` [RFC PATCH 25/44] selinux: introduce selinux_state_has_perm()
` [RFC PATCH 26/44] selinux: annotate selinuxfs permission checks
` [RFC PATCH 27/44] selinux: annotate process transition "
` [RFC PATCH 28/44] selinux: convert xfrm and netlabel "
` [RFC PATCH 29/44] selinux: switch selinux_lsm_setattr() checks to current namespace
` [RFC PATCH 30/44] selinux: add limits for SELinux namespaces
` [RFC PATCH 31/44] selinux: fix namespace creation
` [RFC PATCH 32/44] selinux: limit selinux netlink notifications to init namespace
` [RFC PATCH 33/44] selinux: refactor selinux_state_create()
` [RFC PATCH 34/44] selinux: make open_perms namespace-aware
` [RFC PATCH 35/44] selinux: split cred_ssid_has_perm() into two cases
` [RFC PATCH 36/44] selinux: set initial SID context for init to "kernel" in global SID table
` [RFC PATCH 37/44] selinux: disallow writes to /sys/fs/selinux/user in non-init namespaces
` [RFC PATCH 38/44] selinux: convert nlmsg_sock_has_extended_perms() to namespace-aware
` [RFC PATCH 39/44] selinux: defer inode init on current selinux state
` [RFC PATCH 40/44] selinux: init inode from nearest initialized namespace
` [RFC PATCH 41/44] selinux: allow userspace to detect non-init SELinux namespace
` [RFC PATCH 42/44] selinux: exempt creation of init SELinux namespace from limits
` [RFC PATCH 43/44] selinux: introduce a Kconfig option for SELinux namespaces
` [RFC PATCH 44/44] selinux: fix inode initialization when no namespace is initialized
[PATCH] PCI/DPC: Yet another quirk for PIO log size on Intel Raptor Lake-P
2025-01-02 16:43 UTC
[PATCH v6 00/15] net/zxdh: updated net zxdh driver
2025-01-02 16:42 UTC (3+ messages)
` [v6,00/15] "
[PATCH v2 0/2] Fix compilation errors with pruss APIs
2025-01-02 16:41 UTC (2+ messages)
[PATCH v5 0/3] PCI: dwc: Skip waiting for link up if vendor drivers can detect Link up event
2025-01-02 16:42 UTC (2+ messages)
[PATCH v5 06/10] btrfs: introduce RAID1 round-robin read balancing
2025-01-02 16:39 UTC (2+ messages)
` [PATCH] fixup: "
Xen.efi "must be loaded below 4Gb"
2025-01-02 16:41 UTC (3+ messages)
[PATCH 0/2] some optimize in dirtylimit_throttle_pct
2025-01-02 16:40 UTC (3+ messages)
` [PATCH 1/2] optimize the dirtylimit_throttle_pct trace event
[PATCH net-next 00/10] net: add phylink managed EEE support
2025-01-02 16:39 UTC (4+ messages)
` [PATCH net-next 05/10] net: phylink: add EEE management
[bugzilla-daemon@kernel.org: [Bug 219619] New: vfio-pci: screen graphics artifacts after 6.12 kernel upgrade]
2025-01-02 16:39 UTC (8+ messages)
[Intel-wired-lan] [Question] ixgbe:Mechanism of RSS
2025-01-02 16:39 UTC (9+ messages)
` "
[PATCH v2 0/2] mm: alloc_pages_bulk: small API refactor
2025-01-02 16:38 UTC (4+ messages)
` [PATCH v2 1/2] mm: alloc_pages_bulk_noprof: drop page_list argument
[PATCH v5 05/10] btrfs: add read count tracking for filesystem stats
2025-01-02 16:37 UTC (2+ messages)
` [PATCH 1/1] fixup: "
[PATCH] arm64: dts: ti: k3-j7200: Add node to disable loopback connection
2025-01-02 16:34 UTC (2+ messages)
[PATCH v9 00/27] cxl: add type2 device basic support
2025-01-02 16:38 UTC (3+ messages)
` [PATCH v9 18/27] sfc: get endpoint decoder
drivers/virtio/virtio_dma_buf.c:41: warning: Function parameter or struct member 'dma_buf' not described in 'virtio_dma_buf_attach'
2025-01-02 16:37 UTC
[PATCH v2] arm64: dts: ti: k3-j784s4: use ti,j7200-padconf compatible
2025-01-02 16:33 UTC (2+ messages)
[PATCH 0/3] dt-bindings: clock: xilinx: Update VCU bindings
2025-01-02 16:37 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: clock: xilinx: move xlnx_vcu dt-binding to clock from soc
` [PATCH 2/3] dt-bindings: clock: xilinx: Convert VCU bindings to dtschema
` [PATCH 3/3] dt-bindings: clock: xilinx: Update VCU bindings for reset GPIO
[PATCH] dt-bindings: vendor-prefixes: add Siflower
2025-01-02 16:36 UTC (2+ messages)
[Buildroot] [PATCH v1 1/2] package/newlib-bare-metal: bump to newlib 4.5.0
2025-01-02 16:36 UTC (2+ messages)
[PATCH] arm64: dts: ti: k3-am62p-j722s-common-main: enable USB0 for DFU boot
2025-01-02 16:33 UTC (2+ messages)
[PATCH] ata: Replace deprecated PCI functions
2025-01-02 16:35 UTC
[PATCH 01/24] wifi: mt76: add code for emulating hardware scanning
2025-01-02 16:35 UTC (24+ messages)
` [PATCH 02/24] wifi: mt76: add support for allocating a phy without hw
` [PATCH 03/24] wifi: mt76: rename struct mt76_vif to mt76_vif_link
` [PATCH 04/24] wifi: mt76: add vif link specific data structure
` [PATCH 05/24] wifi: mt76: mt7996: split link specific data from struct mt7996_vif
` [PATCH 06/24] wifi: mt76: initialize more wcid fields mt76_wcid_init
` [PATCH 07/24] wifi: mt76: add chanctx functions for multi-channel phy support
` [PATCH 08/24] wifi: mt76: remove dev->wcid_phy_mask
` [PATCH 09/24] wifi: mt76: add multi-radio support to a few core hw ops
` [PATCH 10/24] wifi: mt76: add multi-radio support to tx scheduling
` [PATCH 11/24] wifi: mt76: add multi-radio support to scanning code
` [PATCH 12/24] wifi: mt76: add multi-radio remain_on_channel functions
` [PATCH 13/24] wifi: mt76: mt7996: use emulated hardware scan support
` [PATCH 14/24] wifi: mt76: mt7996: pass wcid to mt7996_mcu_sta_hdr_trans_tlv
` [PATCH 15/24] wifi: mt76: mt7996: prepare mt7996_mcu_add_dev/bss_info for MLO support
` [PATCH 16/24] wifi: mt76: mt7996: prepare mt7996_mcu_add_beacon "
` [PATCH 17/24] wifi: mt76: mt7996: prepare mt7996_mcu_set_tx "
` [PATCH 18/24] wifi: mt76: mt7996: prepare mt7996_mcu_set_timing "
` [PATCH 19/24] wifi: mt76: connac: prepare mt76_connac_mcu_sta_basic_tlv "
` [PATCH 20/24] wifi: mt76: mt7996: prepare mt7996_mcu_update_bss_color "
` [PATCH 21/24] wifi: mt76: connac: rework connac helpers
` [PATCH 22/24] wifi: mt76: mt7996: move all debugfs files to the primary phy
` [PATCH 23/24] wifi: mt76: mt7996: switch to single multi-radio wiphy
` [PATCH 24/24] wifi: mt76: mt7996: fix monitor mode
[PATCH 0/2] arm64: dts: ti: remove extra GIC redistributor ranges
2025-01-02 16:33 UTC (2+ messages)
[PATCH net-next] sctp: Prepare sctp_v4_get_dst() to dscp_t conversion
2025-01-02 16:34 UTC
[PATCH v3 0/6] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
2025-01-02 16:32 UTC (7+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: qcom-cci: Document x1e80100 compatible
` [PATCH v3 2/6] dt-bindings: clock: move qcom,x1e80100-camcc to its own file
` [PATCH v3 3/6] dt-bindings: media: Add qcom,x1e80100-camss
` [PATCH v3 4/6] arm64: dts: qcom: x1e80100: Add CAMCC block definition
` [PATCH v3 5/6] arm64: dts: qcom: x1e80100: Add CCI definitions
` [PATCH v3 6/6] arm64: dts: qcom: x1e80100: Add CAMSS block definition
PATCH? avoid the unnecessary wakeups in pipe_read()
2025-01-02 16:33 UTC (2+ messages)
` wakeup_pipe_readers/writers() && pipe_poll()
[PATCH 1/2] arm64: dts: ti: k3-am62p: Enable Mailbox nodes at the board level
2025-01-02 16:31 UTC (2+ messages)
[PATCH] arm64: dts: ti: k3-am625-sk: Remove M4 mailbox node redefinition
2025-01-02 16:30 UTC (2+ messages)
[PATCH] arm64: dts: ti: k3-j722s-evm: Enable support for mcu_i2c0
2025-01-02 16:29 UTC (2+ messages)
[PATCH] x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0
2025-01-02 16:30 UTC (2+ messages)
` [tip: x86/urgent] "
[PATCH v3] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
2025-01-02 16:28 UTC (2+ messages)
[PATCH v4 0/4] Add PCIe Overlays for J721E, AM68 and AM69
2025-01-02 16:26 UTC (2+ messages)
[PATCH 00/67] upl: Align with the updated spec
2025-01-02 14:44 UTC (2+ messages)
Secure boot on Milk V duo 256
2025-01-02 13:28 UTC
[PATCH v2 0/8] usb: dwc2: Refactor and update USB DWC2 driver
2025-01-02 9:35 UTC (7+ messages)
` [PATCH v2 4/8] usb: dwc2: Clean up with bitfield macros
` [PATCH v2 7/8] usb: dwc2: Unify flush and reset logic with v4.20a support
MUSB compile failure for imx28
2025-01-02 9:23 UTC
[linux-next:master 774/5236] samples/vfs/mountinfo.c:142:33: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long')
2025-01-02 16:26 UTC
[PATCH net-next v3] net: mvpp2: tai: warn once if we fail to update our timestamp
2025-01-02 16:26 UTC (3+ messages)
meson-test syntax error
2025-01-02 16:26 UTC (7+ messages)
[PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
2025-01-02 16:25 UTC
DMA interface support for libqos/fw_cfg.c
2025-01-02 16:23 UTC (2+ messages)
[PATCH 0/6] Fix several bugs in error handling during device
2025-01-02 5:36 UTC (7+ messages)
` [PATCH 1/6] amdgpu: add flags to track sysfs initialization status
` [PATCH 2/6] amdgpu: fix invalid memory access in kfd_cleanup_nodes()
` [PATCH 3/6] amdgpu: clear adev->in_suspend flag when fails to suspend
` [PATCH 4/6] amdgpu: fix use after free bug related to amdgpu_driver_release_kms()
` [PATCH 5/6] amdgpu: fix invalid memory access in amdgpu_fence_driver_sw_fini()
` [PATCH 6/6] amdgpu: get rid of false warnings caused by amdgpu_irq_put()
out-of-bounds write in the function ata_pio_sector
2025-01-02 16:23 UTC (3+ messages)
[Buildroot] [PATCH v3 1/6] boot/uboot: binman generates u-boot.itb
2025-01-02 16:22 UTC (3+ messages)
` [Buildroot] [PATCH v3 2/6] boot/uboot: add qspi.bin file support
[PATCH] usb-storage: Add max sectors quirk for Nokia 208
2025-01-02 16:22 UTC (2+ messages)
[RFC PATCH 0/2] ptp: add PTP_SYS_OFFSET_STAT ioctl, support it in virtio_rtc
2025-01-02 16:21 UTC (7+ messages)
` [RFC PATCH 1/2] ptp: add PTP_SYS_OFFSET_STAT for xtstamping with status
[PATCH RESEND net-next v9 00/21] io_uring zero copy rx
2025-01-02 16:21 UTC (13+ messages)
` [PATCH net-next v9 03/20] net: generalise net_iov chunk owners
` [PATCH net-next v9 04/20] net: page_pool: create hooks for custom page providers
` [PATCH net-next v9 08/20] net: expose page_pool_{set,clear}_pp_info
[PATCH 1/3] dt-bindings: vendor-prefixes: Add NetCube Systems Austria name
2025-01-02 16:17 UTC (6+ messages)
` [PATCH 2/3] dt-bindings: arm: sunxi: Add NetCube Systems Kumquat board
` [PATCH 3/3] ARM: dts: sunxi: add support for NetCube Systems Kumquat
Write delegation stateid permission checks
2025-01-02 16:17 UTC (4+ messages)
[PATCH net-next 1/4] net: wangxun: Add support for PTP clock
2025-01-02 16:16 UTC (2+ messages)
[RFC PATCH 0/6] Introduce flexible CLOSID/RMID translation
2025-01-02 16:14 UTC (4+ messages)
` [RFC PATCH 4/6] arm_mpam: "
Simon Glass's future with Das U-Boot project?
2025-01-02 16:13 UTC
watchdog: BUG: soft lockup
2025-01-02 16:10 UTC (2+ messages)
[PATCH 0/2] riscv,aplic: support for hart indexes
2025-01-02 16:10 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: interrupt-controller: add risc-v,aplic "
` [PATCH 2/2] irqchip/riscv-aplic: add support for "
[PATCH v2 0/4] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
2025-01-02 16:08 UTC (3+ messages)
` [PATCH v2 2/4] dt-bindings: power: supply: add max77759-fg flavor
[PATCH] arm64: defconfig: Enable SPI NAND flashes
2025-01-02 16:05 UTC (2+ messages)
[PATCH] wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid()
2025-01-02 15:58 UTC (2+ messages)
[PATCH] licenses: Remove SPDX tags not being license identifier for Linaro
2025-01-02 16:05 UTC
[PATCH] binfmt: Don't consider riscv{32,64} part of the same family
2025-01-02 16:02 UTC (2+ messages)
` [PATCH] binfmt: Don't consider riscv{32, 64} "
[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
2025-01-02 16:04 UTC (4+ messages)
` [PATCH 7/7] "
arch/x86/platform/olpc/olpc_dt.c:226:19: warning: variable 'len' set but not used
2025-01-02 16:02 UTC
[PATCH v1] cgroup/cpuset: remove kernfs active break
2025-01-02 16:02 UTC (2+ messages)
[PATCH] ipv6: socket SO_BINDTODEVICE lookup routing fail without IPv6 rule
2025-01-02 15:57 UTC (2+ messages)
[PATCH v3 0/4] arm64: dts: Add Arm Morello support
2025-01-02 15:54 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: arm: Add Morello compatibility
` [PATCH v3 2/4] arm64: dts: morello: Add support for common functionalities
` [PATCH v3 3/4] arm64: dts: morello: Add support for soc dts
` [PATCH v3 4/4] MAINTAINERS: Add Vincenzo Frascino as Arm Morello Maintainer
[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
2025-01-02 15:59 UTC (5+ messages)
` [PATCH v7 08/16] rust: add devres abstraction
[PATCH v2 00/16] drm/i915/dp: 128b/132b uncompressed SST
2025-01-02 15:59 UTC (3+ messages)
` [PATCH v2 12/16] drm/i915/ddi: enable ACT handling for 128b/132b SST
[BUG REPORT] ext4: “errors=remount-ro” has become “errors=shutdown”?
2025-01-02 15:58 UTC (2+ messages)
perhaps inet_csk_reqsk_queue_is_full should also allow zero backlog
2025-01-02 15:57 UTC (3+ messages)
[PATCH] mm: remove unnecessary calls to lru_add_drain
2025-01-02 15:53 UTC (3+ messages)
[GIT PULL] interconnect fixes for 6.13-rc
2025-01-02 15:53 UTC (2+ messages)
Immutable vs read-only for Windows compatibility
2025-01-02 15:52 UTC (3+ messages)
[PATCH] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
2025-01-02 15:52 UTC (2+ messages)
[syzbot] [bfs?] WARNING in bfs_rename
2025-01-02 15:51 UTC
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.