All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-18 08:43:57 to 2022-09-18 09:59:45 UTC [more...]

[PATCH RESEND v3 0/9] Add gamma lut support for mt8195
 2022-09-18  9:59 UTC  (6+ messages)
` [PATCH RESEND v3 1/9] dt-bindings: mediatek: modify item formatting for gamma
` [PATCH RESEND v3 2/9] dt-bindings: mediatek: Add gamma compatible for mt8195

[PATCH v3 0/3] can: ctucanfd: hardware rx timestamps reporting
 2022-09-18  9:56 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: can: ctucanfd: add another clock for HW timestamping

[PATCH 0/7] Add support for MT6331 and MT6332 LEDs
 2022-09-18  9:55 UTC  (7+ messages)
` [PATCH 4/7] dt-bindings: leds: leds-mt6323: Document mt6331 compatible
` [PATCH 6/7] dt-bindings: leds: leds-mt6323: Document mt6332 compatible

[PATCH] dt-bindings: arm: qcom: document Google Cheza
 2022-09-18  9:54 UTC 

[Buildroot] [PATCH v4 00/29] Extend Qt6 configuration
 2022-09-18  9:57 UTC  (7+ messages)
` [Buildroot] [PATCH v4 09/29] package/qt6/qt6base: add qt support for journald when using systemd
` [Buildroot] [PATCH v4 10/29] package/qt6/qt6base: add qt support for zstd when using the package
` [Buildroot] [PATCH v4 11/29] package/qt6/qt6base: add qt support for SSE/AVX SIMD extensions

[PATCH v2/RESEND] riscv: Pass -mno-relax only on lld < 15.0.0
 2022-09-18  9:57 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/5] Configure default wifi through kconfig
 2022-09-18  9:57 UTC  (3+ messages)
` [Buildroot] [PATCH v3 1/5] system: adding options for configuring wifi

[PATCH v2 0/3] ASoC: ts3a227e control debounce times
 2022-09-18  9:51 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: sound: ts3a227e: convert to yaml
` [PATCH v2 2/3] dt-bindings: sound: ts3a227e: add control of debounce times

[RFCv8 PATCH net-next 00/55] net: extend the type of netdev_features_t to bitmap
 2022-09-18  9:43 UTC  (56+ messages)
` [RFCv8 PATCH net-next 01/55] net: introduce operation helpers for netdev features
` [RFCv8 PATCH net-next 02/55] net: replace general features macroes with global netdev_features variables
` [RFCv8 PATCH net-next 03/55] treewide: replace multiple feature bits with DECLARE_NETDEV_FEATURE_SET
` [RFCv8 PATCH net-next 04/55] net: sfc: replace const features initialization "
` [RFCv8 PATCH net-next 05/55] net: atlantic: replace const features initialization with NETDEV_FEATURE_SET
` [RFCv8 PATCH net-next 06/55] iwlwifi: "
` [RFCv8 PATCH net-next 07/55] net: ethernet: mtk_eth_soc: "
` [RFCv8 PATCH net-next 08/55] ravb: "
` [RFCv8 PATCH net-next 09/55] test_bpf: "
` [RFCv8 PATCH net-next 10/55] treewide: replace NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK by netdev_csum_gso_features_mask
` [RFCv8 PATCH net-next 11/55] treewide: replace NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM by netdev_ip_csum_features
` [RFCv8 PATCH net-next 12/55] treewide: replace NETIF_F_TSO | NETIF_F_TSO6 by netdev_general_tso_features
` [RFCv8 PATCH net-next 13/55] treewide: replace VLAN tag feature array by const vlan features
` [RFCv8 PATCH net-next 14/55] net: simplify the netdev features expressions for xxx_gso_segment
` [RFCv8 PATCH net-next 15/55] treewide: simplify the netdev features expression
` [RFCv8 PATCH net-next 16/55] treewide: adjust the handle for netdev features '0'
` [RFCv8 PATCH net-next 17/55] treewide: adjust features initialization
` [RFCv8 PATCH net-next 18/55] net: mlx4: adjust the net device feature relative macroes
` [RFCv8 PATCH net-next 19/55] net: mlx5e: adjust "
` [RFCv8 PATCH net-next 20/55] net: mlxsw: adjust input parameter for function mlxsw_sp_handle_feature
` [RFCv8 PATCH net-next 21/55] net: iavf: adjust net device features relative macroes
` [RFCv8 PATCH net-next 22/55] net: core: adjust netdev_sync_xxx_features
` [RFCv8 PATCH net-next 23/55] net: adjust the build check for net_gso_ok()
` [RFCv8 PATCH net-next 24/55] treewide: use netdev_feature_add helpers
` [RFCv8 PATCH net-next 25/55] treewide: use netdev_features_or/set helpers
` [RFCv8 PATCH net-next 26/55] treewide: use netdev_feature_change helpers
` [RFCv8 PATCH net-next 27/55] treewide: use netdev_feature_del helpers
` [RFCv8 PATCH net-next 28/55] treewide: use netdev_features_andnot/clear helpers
` [RFCv8 PATCH net-next 29/55] treewide: use netdev_features_xor/toggle helpers
` [RFCv8 PATCH net-next 30/55] treewide: use netdev_feature_test helpers
` [RFCv8 PATCH net-next 31/55] treewide: use netdev_features_intersects helpers
` [RFCv8 PATCH net-next 32/55] treewide: use netdev_features_and/mask helpers
` [RFCv8 PATCH net-next 33/55] treewide: use netdev_features_subset helpers
` [RFCv8 PATCH net-next 34/55] treewide: use netdev_features_equal helpers
` [RFCv8 PATCH net-next 35/55] treewide: use netdev_features_empty helpers
` [RFCv8 PATCH net-next 36/55] net: adjust the prototype of netdev_increment_features()
` [RFCv8 PATCH net-next 37/55] net: adjust the prototype of netdev_add_tso_features()
` [RFCv8 PATCH net-next 38/55] net: core: adjust prototype of several functions used in net/core/dev.c
` [RFCv8 PATCH net-next 39/55] net: adjust the prototype of netdev_intersect_features()
` [RFCv8 PATCH net-next 40/55] net: adjust the prototype of netif_skb_features()
` [RFCv8 PATCH net-next 41/55] net: adjust the prototype of xxx_features_check()
` [RFCv8 PATCH net-next 42/55] net: adjust the prototype of ndo_fix_features
` [RFCv8 PATCH net-next 43/55] net: adjust the prototype of xxx_set_features()
` [RFCv8 PATCH net-next 44/55] net: adjust the prototype fo xxx_gso_segment() family
` [RFCv8 PATCH net-next 45/55] net: vlan: adjust the prototype of vlan functions
` [RFCv8 PATCH net-next 46/55] net: adjust the prototype of netif_needs_gso() and relative functions
` [RFCv8 PATCH net-next 47/55] net: adjust the prototype of skb_needs_linearize()
` [RFCv8 PATCH net-next 48/55] net: adjust the prototype of validate_xmit_xfrm() and relative functions
` [RFCv8 PATCH net-next 49/55] net: adjust the prototype of can_checksum_protocol()
` [RFCv8 PATCH net-next 50/55] net: tap: adjust the prototype of update_features()
` [RFCv8 PATCH net-next 51/55] net: mlx4: adjust the prototype of check_csum() and mlx4_en_update_loopback_state()
` [RFCv8 PATCH net-next 52/55] net: gve: adjust the prototype of gve_rx(), gve_clean_rx_done() and gve_rx_complete_skb()
` [RFCv8 PATCH net-next 53/55] net: sfc: adjust the prototype of xxx_supported_features()
` [RFCv8 PATCH net-next 54/55] treewide: use netdev_features_copy helpers
` [RFCv8 PATCH net-next 55/55] net: redefine the prototype of netdev_features_t

[Buildroot] [git commit] package/qt6/qt6base: add qt support for SSE/AVX SIMD extensions
 2022-09-18  9:49 UTC 

[PATCH] of: device: fix repeated words in comments
 2022-09-18  9:49 UTC 

[PATCH v3 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-09-18  9:48 UTC  (4+ messages)
` [PATCH v3 1/3] memblock test: Add test to memblock_add() "

[PATCH v2 0/7] spi: spi-zyqnmp-gqspi: Add tap delay and Versal platform support
 2022-09-18  9:46 UTC  (4+ messages)
` [PATCH v2 6/7] dt-bindings: spi: spi-zynqmp-qspi: Add support for Xilinx Versal QSPI

[PATCH] i2c: viperboard: fix repeated words in comments
 2022-09-18  9:47 UTC 

[PATCH] bcache: fix repeated words in comments
 2022-09-18  9:45 UTC 

[Buildroot] [PATCH 1/1] package/vim: security bump to version 9.0.0292
 2022-09-18  9:44 UTC  (2+ messages)

[PATCH v1 0/2] Add power domain support for MT8188
 2022-09-18  9:42 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: power: Add MT8188 power domains

[Buildroot] [git commit branch/2022.02.x] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
 2022-09-18  9:38 UTC 

[Buildroot] [git commit branch/2022.02.x] arch/xtensa: custom configuration requires an overlay
 2022-09-18  9:34 UTC 

[Buildroot] [git commit branch/2022.02.x] package/polkit: fix typo in POLKIT_IGNORE_CVES
 2022-09-18  9:35 UTC 

[Buildroot] [git commit branch/2022.05.x] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
 2022-09-18  9:36 UTC 

[PATCH v2 0/4] Introduce MediaTek frequency hopping driver
 2022-09-18  9:38 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: arm: mediatek: Add new bindings of MediaTek frequency hopping

[Buildroot] [git commit branch/2022.05.x] arch/xtensa: custom configuration requires an overlay
 2022-09-18  9:34 UTC 

[Buildroot] [git commit branch/2022.05.x] package/polkit: fix typo in POLKIT_IGNORE_CVES
 2022-09-18  9:35 UTC 

[Buildroot] [git commit] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
 2022-09-18  9:39 UTC  (2+ messages)

[Buildroot] [PATCH 1/4] package/polkit: fix typo in POLKIT_IGNORE_CVES
 2022-09-18  9:35 UTC  (2+ messages)

[Buildroot] [git commit] arch/xtensa: custom configuration requires an overlay
 2022-09-18  9:35 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.02.x] package/gdb: include gdbarch.h in xtensa-linux-nat.c
 2022-09-18  9:02 UTC 

[Buildroot] [git commit branch/2022.02.x] package/gcc: fix check-package warnings in patches
 2022-09-18  9:00 UTC 

[Buildroot] [git commit branch/2022.02.x] boot/mv-ddr-marvell: bump to latest commit
 2022-09-18  9:19 UTC 

[Buildroot] [git commit branch/2022.02.x] package/gcc: 11.3.0: fix glibc crash on G4 ppc cpus
 2022-09-18  8:55 UTC 

[Buildroot] [git commit branch/2022.02.x] package/wolfssl: security bump to version 5.5.0
 2022-09-18  8:54 UTC 

[Buildroot] [git commit branch/2022.02.x] package/minidlna: security bump to version 1.3.2
 2022-09-18  8:52 UTC 

[Buildroot] [git commit branch/2022.02.x] package/networkd-dispatcher: bump to version 2.2.3
 2022-09-18  8:59 UTC 

[PATCH 0/3] Add qemu-img checksum command using blkhash
 2022-09-18  9:35 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.02.x] configs/rockpro64: Use mainline ATF
 2022-09-18  9:16 UTC 

[Buildroot] [git commit branch/2022.02.x] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
 2022-09-18  8:45 UTC 

[Buildroot] [git commit branch/2022.02.x] package/dhcpcd: fix pid path
 2022-09-18  8:49 UTC 

[Buildroot] [git commit branch/2022.05.x] package/minidlna: security bump to version 1.3.2
 2022-09-18  8:52 UTC 

[Buildroot] [git commit branch/2022.05.x] package/gdb: include gdbarch.h in xtensa-linux-nat.c
 2022-09-18  9:01 UTC 

[Buildroot] [git commit branch/2022.05.x] configs/rockpro64: Use mainline ATF
 2022-09-18  9:17 UTC 

[Buildroot] [git commit branch/2022.05.x] package/go: security bump to version 1.18.6
 2022-09-18  9:30 UTC 

[Buildroot] [git commit branch/2022.05.x] boot/mv-ddr-marvell: bump to latest commit
 2022-09-18  9:19 UTC 

[Buildroot] [git commit branch/2022.05.x] package/gcc: 11.3.0: fix glibc crash on G4 ppc cpus
 2022-09-18  8:55 UTC 

[Buildroot] [git commit branch/2022.05.x] package/wolfssl: security bump to version 5.5.0
 2022-09-18  8:54 UTC 

[Buildroot] [git commit branch/2022.05.x] package/gcc: fix check-package warnings in patches
 2022-09-18  9:00 UTC 

[Buildroot] [git commit branch/2022.05.x] package/networkd-dispatcher: bump to version 2.2.3
 2022-09-18  8:59 UTC 

[Buildroot] [git commit branch/2022.05.x] package/dhcpcd: fix pid path
 2022-09-18  8:49 UTC 

[PATCH] arm64: Kconfig.platforms: renesas: Drop selecting SOC_BUS
 2022-09-18  9:33 UTC  (3+ messages)

[PATCH] ARM: shmobile: Kconfig: Drop selecting SOC_BUS
 2022-09-18  9:32 UTC  (3+ messages)

[Buildroot] [git commit branch/2022.05.x] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
 2022-09-18  8:45 UTC 

[Buildroot] [git commit branch/2022.05.x] package/mosquitto: security bump to version 2.0.15
 2022-09-18  7:48 UTC 

[Buildroot] [PATCH 1/1] package/go: security bump to version 1.18.6
 2022-09-18  9:33 UTC  (3+ messages)

[PATCH v2 0/6] Change mmsys compatible for mt8195 mediatek-drm
 2022-09-18  9:31 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: arm: mediatek: mmsys: change compatible for MT8195

[Buildroot] [PATCH 1/2] package/skeleton-init-openrc: prepare runlevels from make over skeleton
 2022-09-18  9:32 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] .gitattributes: default lf line endings for text files

[PATCH v5 0/6] ARM: Add Rockchip RV1126 support
 2022-09-18  9:29 UTC  (9+ messages)
` [PATCH v5 5/6] ARM: dts: rockchip: Add Rockchip RV1126 pinctrl
` (subset) [PATCH v5 0/6] ARM: Add Rockchip RV1126 support

[GIT PULL 1/4] i.MX DT bindings update for 6.1
 2022-09-18  9:28 UTC  (8+ messages)
` [GIT PULL 2/4] i.MX drivers change "
` [GIT PULL 3/4] i.MX device tree "
` [GIT PULL 4/4] i.MX arm64 device tree update "

[PATCH 1/1] io_uring/net: fix zc fixed buf lifetime
 2022-09-18  9:29 UTC  (4+ messages)

[PATCH memcg v5] net: set proper memcg for net_init hooks allocations
 2022-09-18  9:28 UTC  (3+ messages)
` [PATCH memcg v6] "
  ` [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations)

[PATCH 3/3] misc: microchip: pci1xxxx: Fix the error handling paths of gp_aux_bus_probe()
 2022-09-18  9:25 UTC  (3+ messages)

[PATCH] dt-bindings: virtio: Convert virtio,pci-iommu to DT schema
 2022-09-18  9:23 UTC  (2+ messages)

[PATCH] mm/slub: clean up create_unique_id()
 2022-09-18  9:21 UTC 

[PATCH 0/2] RZ/G2UL SMARC EVK trivial changes
 2022-09-18  9:20 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: rzg2ul-smarc: Include SoM DTSI into board DTS

[syzbot] WARNING: locking bug in tee_netdev_event
 2022-09-18  9:20 UTC 

[Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit
 2022-09-18  9:20 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: Adjust whitespace around '{'
 2022-09-18  9:17 UTC  (2+ messages)

[Buildroot] [PATCH] configs/rockpro64: Use mainline ATF
 2022-09-18  9:17 UTC  (2+ messages)

[PATCH mm-unstable v15 00/14] Multi-Gen LRU Framework
 2022-09-18  8:00 UTC  (10+ messages)
` [PATCH mm-unstable v15 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH mm-unstable v15 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH mm-unstable v15 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH mm-unstable v15 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH mm-unstable v15 05/14] mm: multi-gen LRU: groundwork
` [PATCH mm-unstable v15 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH mm-unstable v15 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH mm-unstable v15 08/14] mm: multi-gen LRU: support page table walks
` [PATCH mm-unstable v15 09/14] mm: multi-gen LRU: optimize multiple memcgs

[PATCH v5 0/5] ASoC: qcom: add support for sc8280xp machine
 2022-09-18  9:15 UTC  (4+ messages)
` [PATCH v5 2/5] ASoC: dt-bindings: qcom: sort compatible strings

[PATCH v2] dt-bindings: clock: convert rockchip,rk3128-cru.txt to YAML
 2022-09-18  9:10 UTC  (4+ messages)

[PATCH v2 0/2] gpio: pca9570: add slg7xl45106 support
 2022-09-18  9:11 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: gpio: pca9570: Add compatible for slg7xl45106

[PATCH v2] Bluetooth: btusb: Add more device IDs for WCN6855
 2022-09-18  9:11 UTC  (2+ messages)
` [v2] "

[PATCH] dt-bindings: timer: Add QEMU compatible strings
 2022-09-18  9:09 UTC  (5+ messages)

[PATCH] media: dt-bindings: i2c: ovti,ov5640: Drop ref to video-interface-devices.yaml
 2022-09-18  9:07 UTC  (2+ messages)

[linux-stable-rc:linux-5.10.y 7935/8454] signal.c:undefined reference to `uml_pm_wake'
 2022-09-18  9:05 UTC 

[linux-stable-rc:linux-5.15.y 5237/9999] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:967:12: warning: stack frame size (1040) exceeds limit (1024) in 'hclge_dbg_dump_tm_pri'
 2022-09-18  9:05 UTC 

[PATCH] arm64: dts: renesas: rzg2ul-smarc-som: Drop enabling wdt2
 2022-09-18  9:04 UTC  (2+ messages)

[Buildroot] [for-master] package/gdb: include gdbarch.h in xtensa-linux-nat.c
 2022-09-18  9:03 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-18  9:00 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL

[Buildroot] [git commit] package/gcc: fix check-package warnings in patches
 2022-09-18  9:01 UTC  (2+ messages)

[Buildroot] [PATCH] package/networkd-dispatcher: bump to version 2.2.3
 2022-09-18  9:00 UTC  (2+ messages)

[PATCH v2 0/3] SDM670 Pin Control Driver
 2022-09-18  8:57 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: qcom: add sdm670 pinctrl

[Buildroot] [PATCH 0/4] dracut: extend support and tests (branch yem/dracut)
 2022-09-18  8:57 UTC  (10+ messages)
` [Buildroot] [PATCH 2/4] package/dracut: allow users to provide their own modules
` [Buildroot] [PATCH 3/4] fs/cpio: accept a list of dracut.conf files

[Buildroot] [git commit] package/qt6/qt6base: order conditional blocks alphabetically
 2022-09-18  8:46 UTC 

[Buildroot] [git commit] package/qt6/qt6base: add qt support for zstd when using the package
 2022-09-18  8:50 UTC 

[Buildroot] [git commit] package/qt6/qt6base: add qt support for journald when using systemd
 2022-09-18  8:49 UTC 

[Buildroot] [PATCH for-master] package/gcc: 11.3.0: fix glibc crash on G4 ppc cpus
 2022-09-18  8:55 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wolfssl: security bump to version 5.5.0
 2022-09-18  8:55 UTC  (2+ messages)

drivers/hwmon/pmbus/lm25066.c:461:13: warning: use of uninitialized value '<unknown>' [CWE-457]
 2022-09-18  8:54 UTC 

[Buildroot] [PATCH 1/1] package/minidlna: security bump to version 1.3.2
 2022-09-18  8:52 UTC  (2+ messages)

[Buildroot] [git commit] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x series
 2022-09-18  8:51 UTC  (2+ messages)

[PATCH] python3-idna: migrate to flit-core
 2022-09-18  8:51 UTC 

[Buildroot] [PATCH 1/1] package/dhcpcd: pid path fixed
 2022-09-18  8:51 UTC  (2+ messages)

[PATCH] dt-bindings: dma: Make minor fixes to qcom,bam-dma binding doc
 2022-09-18  8:49 UTC  (2+ messages)

[Buildroot] [PATCH] fs/cpio: add legacy entry for renamed option
 2022-09-18  8:47 UTC  (2+ messages)

[PATCH 1/2 v2] pinctrl: nomadik: Dereference gpio_chip properly
 2022-09-18  8:44 UTC  (4+ messages)
` [PATCH 2/2 v2] pinctrl: nomadik: Make gpio irqchip immutable


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.