messages from 2024-02-06 11:58:04 to 2024-02-06 12:24:54 UTC [more...]
[PATCH v2 00/23] gpio: rework locking and object life-time control
2024-02-06 12:24 UTC (5+ messages)
` [PATCH v2 21/23] gpio: protect the pointer to gpio_chip in gpio_device with SRCU
[CI 1/3] drm/ttm: Allow TTM LRU list nodes of different types
2024-02-06 12:17 UTC (3+ messages)
` [CI 2/3] drm/ttm: Use LRU hitches
` [CI 3/3] drm/ttm: Consider hitch moves within bulk sublist moves
firmware files located in root of repo
2024-02-06 12:24 UTC
[PATCH 00/10] Add AVS support for J721S2
2024-02-06 12:21 UTC (11+ messages)
` [PATCH 01/10] arm: dts: k3-j721s2*: Sync with 6.8-rc1
` [PATCH 02/10] arm: dts: k3-am68*: "
` [PATCH 03/10] drivers: misc: k3_avs: Use soc_match_device instead of compatible
` [PATCH 04/10] drivers: misc: k3_avs: Check return code while programming AVS
` [PATCH 05/10] drivers: misc: k3_avs: Add AVS Support for J721S2
` [PATCH 06/10] drivers: power: pmic: Fix compatible "
` [PATCH 07/10] arm: mach-k3: j721s2_init: Initialize AVS Class 0
` [PATCH 08/10] arm: dts: j721s2: Add VTM node in R5
` [PATCH 09/10] DONOTMERGE: arm: dts: j721s2: Fix Power domain for VTM node
` [PATCH 10/10] configs: j721s2_evm_r5_defconfig: Add AVS Configs
[PATCH 0/7] accel/ivpu fixes for 6.8-rc3
2024-02-06 12:22 UTC (5+ messages)
` [PATCH 4/7] accel/ivpu: Gracefully shutdown NPU before reset
[PATCH net-next 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-02 (ice)
2024-02-06 12:20 UTC (2+ messages)
[RFC 0/4] DP link training failure fallback
2024-02-06 12:19 UTC (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
[PATCH v7] PCI/DPC: Ignore Surprise Down error on hot removal
2024-02-06 12:19 UTC (2+ messages)
[PATCH 1/6] ethdev: add modify IPv4 next protocol field
2024-02-06 12:17 UTC (6+ messages)
` [PATCH 2/6] app/testpmd: add modify IPv4 next protocol command line
` [PATCH 3/6] net/mlx5: add modify IPv4 protocol implementation
` [PATCH 4/6] ethdev: add modify action support for IPsec fields
` [PATCH 5/6] app/testpmd: add modify ESP related fields command line
` [PATCH 6/6] net/mlx5: add modify field action IPsec support
[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
2024-02-06 12:18 UTC (2+ messages)
What happens if the machine runs out of memory while adding new nftables sets atomically?
2024-02-06 12:18 UTC (5+ messages)
[PATCH 1/3] pstore: add multi-backend support
2024-02-06 12:17 UTC (2+ messages)
[v6.6][PATCH 00/57] eventfs: Linus's updates for 6.6
2024-02-06 12:17 UTC (59+ messages)
` [v6.6][PATCH 01/57] Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"
` [v6.6][PATCH 02/57] Revert "eventfs: Check for NULL ef in eventfs_set_attr()"
` [v6.6][PATCH 03/57] Revert "eventfs: Use simple_recursive_removal() to clean up dentries"
` [v6.6][PATCH 04/57] Revert "eventfs: Delete eventfs_inode when the last dentry is freed"
` [v6.6][PATCH 05/57] Revert "eventfs: Save ownership and mode"
` [v6.6][PATCH 06/57] Revert "eventfs: Remove "is_freed" union with rcu head"
` [v6.6][PATCH 07/57] eventfs: Remove eventfs_file and just use eventfs_inode
` [v6.6][PATCH 08/57] eventfs: Use eventfs_remove_events_dir()
` [v6.6][PATCH 09/57] eventfs: Use ERR_CAST() in eventfs_create_events_dir()
` [v6.6][PATCH 10/57] eventfs: Fix failure path "
` [v6.6][PATCH 11/57] tracefs/eventfs: Modify mismatched function name
` [v6.6][PATCH 12/57] eventfs: Fix WARN_ON() in create_file_dentry()
` [v6.6][PATCH 13/57] eventfs: Fix typo in eventfs_inode union comment
` [v6.6][PATCH 14/57] eventfs: Remove extra dget() in eventfs_create_events_dir()
` [v6.6][PATCH 15/57] eventfs: Fix kerneldoc of eventfs_remove_rec()
` [v6.6][PATCH 16/57] eventfs: Remove "is_freed" union with rcu head
` [v6.6][PATCH 17/57] eventfs: Have a free_ei() that just frees the eventfs_inode
` [v6.6][PATCH 18/57] eventfs: Test for ei->is_freed when accessing ei->dentry
` [v6.6][PATCH 19/57] eventfs: Save ownership and mode
` [v6.6][PATCH 20/57] eventfs: Hold eventfs_mutex when calling callback functions
` [v6.6][PATCH 21/57] eventfs: Delete eventfs_inode when the last dentry is freed
` [v6.6][PATCH 22/57] eventfs: Remove special processing of dput() of events directory
` [v6.6][PATCH 23/57] eventfs: Use simple_recursive_removal() to clean up dentries
` [v6.6][PATCH 24/57] eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
` [v6.6][PATCH 25/57] eventfs: Do not invalidate dentry in create_file/dir_dentry()
` [v6.6][PATCH 26/57] eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
` [v6.6][PATCH 27/57] eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
` [v6.6][PATCH 28/57] eventfs: Do not allow NULL parent to eventfs_start_creating()
` [v6.6][PATCH 29/57] eventfs: Make sure that parent->d_inode is locked in creating files/dirs
` [v6.6][PATCH 30/57] eventfs: Fix events beyond NAME_MAX blocking tasks
` [v6.6][PATCH 31/57] eventfs: Have event files and directories default to parent uid and gid
` [v6.6][PATCH 32/57] eventfs: Fix file and directory uid and gid ownership
` [v6.6][PATCH 33/57] tracefs: Check for dentry->d_inode exists in set_gid()
` [v6.6][PATCH 34/57] eventfs: Fix bitwise fields for "is_events"
` [v6.6][PATCH 35/57] eventfs: Remove "lookup" parameter from create_dir/file_dentry()
` [v6.6][PATCH 36/57] eventfs: Stop using dcache_readdir() for getdents()
` [v6.6][PATCH 37/57] tracefs/eventfs: Use root and instance inodes as default ownership
` [v6.6][PATCH 38/57] eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
` [v6.6][PATCH 39/57] eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
` [v6.6][PATCH 40/57] eventfs: Read ei->entries before ei->children "
` [v6.6][PATCH 41/57] eventfs: Shortcut eventfs_iterate() by skipping entries already read
` [v6.6][PATCH 42/57] eventfs: Have the inodes all for files and directories all be the same
` [v6.6][PATCH 43/57] eventfs: Do not create dentries nor inodes in iterate_shared
` [v6.6][PATCH 44/57] eventfs: Use kcalloc() instead of kzalloc()
` [v6.6][PATCH 45/57] eventfs: Save directory inodes in the eventfs_inode structure
` [v6.6][PATCH 46/57] tracefs: remove stale update_gid code
` [v6.6][PATCH 47/57] tracefs: Zero out the tracefs_inode when allocating it
` [v6.6][PATCH 48/57] eventfs: Initialize the tracefs inode properly
` [v6.6][PATCH 49/57] tracefs: Avoid using the ei->dentry pointer unnecessarily
` [v6.6][PATCH 50/57] tracefs: dentry lookup crapectomy
` [v6.6][PATCH 51/57] eventfs: Remove unused d_parent pointer field
` [v6.6][PATCH 52/57] eventfs: Clean up dentry ops and add revalidate function
` [v6.6][PATCH 53/57] eventfs: Get rid of dentry pointers without refcounts
` [v6.6][PATCH 54/57] eventfs: Warn if an eventfs_inode is freed without is_freed being set
` [v6.6][PATCH 55/57] eventfs: Restructure eventfs_inode structure to be more condensed
` [v6.6][PATCH 56/57] eventfs: Remove fsnotify*() functions from lookup()
` [v6.6][PATCH 57/57] eventfs: Keep all directory links at 1
[Patch] memory: tegra: Skip SID override from Guest VM
2024-02-06 12:17 UTC (4+ messages)
[PATCH net-next v7] bonding: Add independent control state machine
2024-02-06 12:17 UTC (2+ messages)
vger Facilities Management Contacts
2024-02-06 12:16 UTC
[PATCH 0/2] x86/boot: EFISTUB section alignment
2024-02-06 12:15 UTC (6+ messages)
` [PATCH 1/2] x86/boot: Order sections by their RVAs
[PATCH] lib/bb: Drop BBFILE_PRIORITY support
2024-02-06 12:15 UTC
[PATCH] thermal: power_allocator: initialize params->sustainable_power in the bind callback
2024-02-06 12:15 UTC (4+ messages)
` [PATCH V2] thermal: power_allocator: Avoid overwriting PID coefficients from setup time
WCN7850 doesn't work on Linux kernel 6.8-rc3
2024-02-06 12:13 UTC
[PATCH 0/3] Add DT support for Multiport controller on SC8280XP
2024-02-06 12:13 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: sa8295p: Enable tertiary controller and its 4 USB ports
[PATCH 0/2 v3] Add cond_guard() to conditional guards
2024-02-06 12:13 UTC (3+ messages)
` [PATCH 1/2 v3] cleanup: "
` [PATCH 2/2 v3] cxl/region: Use cond_guard() in show_targetN()
[PATCH net-next] net: phy: constify phydev->drv
2024-02-06 12:10 UTC (3+ messages)
[PATCH] decompress: change length arguments to long
2024-02-06 12:09 UTC (4+ messages)
Patchwork summary for: spi-devel-general
2024-02-06 12:10 UTC
Sub: USGV6 test v6LC.2.2.23- Processing Router Advertisement failure on version 5.10
2024-02-06 12:08 UTC
[PATCH] ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8
2024-02-06 12:09 UTC (2+ messages)
[PATCH 2/3] spi: spi-rockchip: Fix max_native_cs
2024-02-06 12:09 UTC (4+ messages)
[PATCH] spi: bcm2835: implement ctlr->max_transfer_size
2024-02-06 12:09 UTC (3+ messages)
[PATCH 1/2] x86/random: Retry on RDSEED failure
2024-02-06 12:04 UTC (11+ messages)
` [PATCH 2/2] x86/random: Issue a warning if RDRAND or RDSEED fails
[PATCH 1/3] spi: spi-rockchip: Fix out of bounds array access
2024-02-06 12:09 UTC (4+ messages)
[PATCH] spi: move split xfers for CS_WORD emulation
2024-02-06 12:09 UTC (2+ messages)
[PATCH 1/2] spi: intel: Add default partition and name to the second chip
2024-02-06 12:09 UTC (2+ messages)
[PATCH] spi: axi-spi-engine: use common AXI macros
2024-02-06 12:09 UTC (2+ messages)
[PATCH v2 0/2] spi: fsl-dspi: A couple of error handling improvements
2024-02-06 12:09 UTC (2+ messages)
[PATCH v4 0/9] MediaTek DRM - DSI driver cleanups
2024-02-06 12:07 UTC (30+ messages)
` [PATCH v4 1/9] drm/mediatek: dsi: Use GENMASK() for register mask definitions
` [PATCH v4 2/9] drm/mediatek: dsi: Fix DSI RGB666 formats and definitions
` [PATCH v4 3/9] drm/mediatek: dsi: Cleanup functions mtk_dsi_ps_control{_vact}()
` [PATCH v4 4/9] drm/mediatek: dsi: Use bitfield macros where useful
` [PATCH v4 5/9] drm/mediatek: dsi: Replace open-coded instance of HZ_PER_MHZ
` [PATCH v4 6/9] drm/mediatek: dsi: Register DSI host after acquiring clocks and PHY
` [PATCH v4 7/9] drm/mediatek: dsi: Simplify with dev_err_probe and remove gotos
` [PATCH v4 8/9] drm/mediatek: dsi: Compress of_device_id entries and add sentinel
` [PATCH v4 9/9] drm/mediatek: dsi: Use mipi_dsi_pixel_format_to_bpp() helper function
[Intel-wired-lan] [PATCH iwl-net 0/2] i40e: disable XDP Tx queues on ifdown
2024-02-06 12:08 UTC (5+ messages)
` [Intel-wired-lan] [PATCH iwl-net 2/2] i40e: take into account XDP Tx queues when stopping rings
` "
[PATCH 0/5] Add support for videocc and camcc on SM8650
2024-02-06 12:08 UTC (3+ messages)
` [PATCH 4/5] clk: qcom: camcc-sm8650: Add camera clock controller driver for SM8650
[GIT PULL FOR 6.9] Revert a faulty ov08x40 patch and re-apply a good one
2024-02-06 12:07 UTC
[PATCH] x86/HVM: tidy state on hvmemul_map_linear_addr()'s error path
2024-02-06 12:06 UTC
OE-core CVE metrics for master on Sun 04 Feb 2024 01:00:01 AM HST
2024-02-06 12:05 UTC (2+ messages)
` [yocto-security] "
[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfsplus_bnode_read_key
2024-02-06 12:05 UTC (3+ messages)
` [PATCH next] hfsplus: fix oob "
[PATCH] ext4: fix corruption during on-line resize
2024-02-06 12:05 UTC
[XEN PATCH v4 0/4] address violation of MISRA C:2012 Rule 13.1
2024-02-06 12:04 UTC (3+ messages)
` [XEN PATCH v4 1/4] xen: add SAF deviation for debugging and logging effects
[PATCH v3 0/8] Add power-supply properties for sdmmc nodes on Microchip boards
2024-02-06 12:03 UTC (18+ messages)
` [PATCH v3 1/8] ARM: dts: microchip: sam9x60_curiosity: Add power-supply properties for sdmmc nodes
` [PATCH v3 2/8] ARM: dts: microchip: sam9x60ek: "
` [PATCH v3 3/8] ARM: dts: microchip: sama5d27_som1_ek: "
` [PATCH v3 4/8] ARM: dts: microchip: sama5d27_wlsom1: Add power-supply property for sdmmc1 node
` [PATCH v3 5/8] ARM: dts: microchip: sama5d27_wlsom1_ek: Add power-supply property for sdmmc0 node
` [PATCH v3 6/8] ARM: dts: microchip: sama5d29_curiosity: Add power-supply properties for sdmmc nodes
` [PATCH v3 7/8] ARM: dts: microchip: sama5d2_icp: Add power-supply property for sdmmc0 node
` [PATCH v3 8/8] ARM: dts: microchip: sama5d2_xplained: "
[PATCH] mirrors: Allow shallow glibc to work correctly
2024-02-06 12:03 UTC
[PATCH v2] t_snapshot_deleted_subvolume: add check for BTRFS_IOC_SNAP_DESTROY_V2
2024-02-06 12:02 UTC (4+ messages)
Encoding BTF information from DWARF causes "has void type" error
2024-02-06 12:02 UTC
[PATCH v5 0/3] Introduce STM32 LVDS driver
2024-02-06 12:01 UTC (3+ messages)
[PATCH v6 00/15] Arm cache coloring
2024-02-06 12:00 UTC (6+ messages)
` [PATCH v6 05/15] xen: extend domctl interface for "
[PATCH] perf: CXL: fix mismatched cpmu event opcode
2024-02-06 9:41 UTC
Question about the ipi_raise filter usage and output
2024-02-06 9:39 UTC (4+ messages)
[RESEND v4] perf stat: Support per-cluster aggregation
2024-02-06 9:38 UTC (3+ messages)
[PATCH v2] ASoC: pxa: remove duplicated CONFIG_SND_PXA2XX_AC97 entry
2024-02-06 9:37 UTC (2+ messages)
[OE-Core][PATCH v3 0/2] testimage: enable artifacts retrieval for failed tests
2024-02-06 12:00 UTC (6+ messages)
` [OE-Core][PATCH v3 1/2] testimage: move TESTIMAGE_FAILED_QA_ARTIFACTS default to core-image
[brgl:gpio/for-next] BUILD SUCCESS a875746f603b86134bd1924b7289fc3542fd45e7
2024-02-06 12:00 UTC
[PATCH v2 00/19] Remove pm_power_off use in drivers/power/reset
2024-02-06 9:36 UTC (3+ messages)
` [PATCH v2 19/19] power: reset: syscon-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
[PATCH v4 00/12] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
2024-02-06 9:34 UTC (6+ messages)
` [PATCH v4 03/12] dt-bindings: mtd: brcmnand: Add ecc strap property
[PATCH 0/4] spi: s3c64xx: add support for google,gs101-spi
2024-02-06 12:00 UTC (7+ messages)
` [PATCH 4/4] "
[PATCH v4 00/15] Hardware wrapped key support for qcom ice and ufs
2024-02-06 11:59 UTC (3+ messages)
` [PATCH v4 03/15] qcom_scm: scm call for create, prepare and import keys
[PATCH 00/19] drm/i915: Add Display Port tunnel BW allocation support
2024-02-06 11:58 UTC (4+ messages)
` [PATCH 11/19] drm/i915/dp: Add support for DP tunnel BW allocation
[ovmf test] 184603: all pass - PUSHED
2024-02-06 11:57 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.