messages from 2024-09-29 17:56:48 to 2024-09-29 21:29:19 UTC [more...]
[RFC PATCH 0/8] [RFC] DRM Rust abstractions and Nova
2024-05-28 21:20 UTC (7+ messages)
` [RFC PATCH 7/8] rust: add firmware abstractions
[PATCH v3 00/37] drm/nouveau: misc. cleanups and removal of unused apis
2024-07-31 18:33 UTC (59+ messages)
` [PATCH v3 01/37] drm/nouveau: move nouveau_drm_device_fini() above init()
` [PATCH v3 02/37] drm/nouveau: handle pci/tegra drm_dev_{alloc, register} from common code
` [PATCH v3 03/37] drm/nouveau: replace drm_device* with nouveau_drm* as dev drvdata
` [PATCH v3 04/37] drm/nouveau: create pci device once
` [PATCH v3 05/37] drm/nouveau: store nvkm_device pointer in nouveau_drm
` [PATCH v3 06/37] drm/nouveau: move allocation of root client out of nouveau_cli_init()
` [PATCH v3 07/37] drm/nouveau: add nouveau_cli to nouveau_abi16
` [PATCH v3 09/37] drm/nouveau: remove abi16->device
` [PATCH v3 10/37] drm/nouveau: remove abi16->handles
` [PATCH v3 11/37] drm/nouveau/nvkm: remove detect/mmio/subdev_mask from device args
` [PATCH v3 13/37] drm/nouveau/nvkm: remove nvkm_client_search()
` [PATCH v3 16/37] drm/nouveau/nvif: remove nvxx_object()
` [PATCH v3 17/37] drm/nouveau/nvif: remove nvxx_client()
` [PATCH v3 18/37] drm/nouveau/nvif: remove driver keep/fini
` [PATCH v3 20/37] drm/nouveau/nvif: remove client version
` [PATCH v3 22/37] drm/nouveau/nvif: remove client fini
` [PATCH v3 24/37] drm/nouveau: always map device
` [PATCH v3 25/37] drm/nouveau/nvif: remove device rd/wr
` [PATCH v3 27/37] drm/nouveau: move nvxx_* definitions to nouveau_drv.h
` [PATCH v3 28/37] drm/nouveau: add nvif_mmu to nouveau_drm
` [PATCH v3 29/37] drm/nouveau: pass drm to nouveau_mem_new(), instead of cli
` [PATCH v3 30/37] drm/nouveau: pass drm to nv50_dmac_create(), rather than device+disp
` [PATCH v3 31/37] drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
` [PATCH v3 32/37] drm/nouveau: remove nouveau_chan.device
` [PATCH v3 33/37] drm/nouveau: remove chan->drm
` [PATCH v3 34/37] drm/nouveau: remove master
` [PATCH v3 35/37] drm/nouveau: remove push pointer from nouveau_channel
` [PATCH v3 36/37] drm/nouveau/kms: remove a few unused struct members and fn decls
[PATCH 0/3] NVKM GSP RPC fixes
2024-09-22 13:07 UTC (2+ messages)
` [PATCH 1/3] nvkm/gsp: correctly advance the read pointer of GSP message queue
[PATCH v8 0/8] mm: zswap swap-out of large folios
2024-09-29 21:24 UTC (20+ messages)
` [PATCH v8 3/8] mm: zswap: Rename zswap_pool_get() to zswap_pool_tryget()
` [PATCH v8 4/8] mm: Provide a new count_objcg_events() API for batch event updates
` [PATCH v8 5/8] mm: zswap: Modify zswap_stored_pages to be atomic_long_t
` [PATCH v8 6/8] mm: zswap: Support large folios in zswap_store()
[PATCH] [RFC] add group restriction bitmap
2024-09-29 21:15 UTC
[PATCH] ARM: atags: Be silent about missing ATAGs
2024-09-29 21:21 UTC
[PATCH v1] asm-generic: introduce be56 unaligned accessors
2024-09-29 21:16 UTC (2+ messages)
[PATCH 0/7] cifs: Improve support for native SMB symlinks
2024-09-29 21:16 UTC (9+ messages)
` [PATCH 1/7] cifs: Rename smb2_get_reparse_inode to smb2_create_reparse_inode
` [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
` [PATCH 3/7] cifs: Fix creating native symlinks pointing to current or parent directory
` [PATCH 4/7] cifs: Fix parsing native symlinks relative to the export
` [PATCH 5/7] cifs: Fix parsing native symlinks directory/file type
` [PATCH 6/7] cifs: Validate content of native symlink
` [PATCH 7/7] cifs: Fix creating and resolving absolute NT-style symlinks
[PATCH v5 0/2] sh: Restructure setup code to reserve memory regions earlier
2024-09-29 21:15 UTC (5+ messages)
` [PATCH v5 1/2] sh: Restructure call site for early_reserve_mem()
` [PATCH v5 2/2] sh: Restructure setup code to reserve memory regions earlier
[PATCH] hardening: Adjust dependencies in selection of MODVERSIONS
2024-09-29 21:10 UTC (3+ messages)
[PATCH 0/5] use custom FFI integer types
2024-09-29 21:02 UTC (5+ messages)
` [PATCH 1/5] rust: fix size_t in bindgen prototypes of C builtins
` [PATCH 2/5] rust: map `__kernel_size_t` and friends also to usize/isize
[PATCH] MAINTAINERS: Add security/Kconfig.hardening to hardening section
2024-09-29 21:00 UTC (3+ messages)
[PATCHv5 bpf-next 00/13] uprobe, bpf: Add session support
2024-09-29 20:57 UTC (14+ messages)
` [PATCHv5 bpf-next 01/13] uprobe: Add data pointer to consumer handlers
` [PATCHv5 bpf-next 02/13] uprobe: Add support for session consumer
` [PATCHv5 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv5 bpf-next 04/13] bpf: Add support for uprobe multi session context
` [PATCHv5 bpf-next 05/13] bpf: Allow return values 0 and 1 for uprobe/kprobe session
` [PATCHv5 bpf-next 06/13] libbpf: Add support for uprobe multi session attach
` [PATCHv5 bpf-next 07/13] selftests/bpf: Add uprobe session test
` [PATCHv5 bpf-next 08/13] selftests/bpf: Add uprobe session cookie test
` [PATCHv5 bpf-next 09/13] selftests/bpf: Add uprobe session recursive test
` [PATCHv5 bpf-next 10/13] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv5 bpf-next 11/13] selftests/bpf: Add kprobe "
` [PATCHv5 bpf-next 12/13] selftests/bpf: Add uprobe session single consumer test
` [PATCHv5 bpf-next 13/13] selftests/bpf: Add uprobe sessions to "
[PATCH v2] arm64: dts: imx8mp: Add DH i.MX8MP DHCOM SoM on DRC02 carrier board
2024-09-29 20:56 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM PicoITX
2024-09-29 20:55 UTC (2+ messages)
[openeuler:openEuler-1.0-LTS 14594/23805] arch/arm64/kvm/../../../virt/kvm/arm/arm.c:411:36: error: 'struct sched_info' has no member named 'run_delay'
2024-09-29 20:54 UTC
[freescale-fslc:6.6-2.0.x-imx 11979/16788] sound/soc/fsl/fsl_mqs.c:63: warning: Function parameter or member 'mode' not described in 'fsl_mqs_soc_data'
2024-09-29 20:54 UTC
[PATCH v2] gpio: adp5585: Add SPL config for ADP5585 driver
2024-09-29 20:54 UTC (2+ messages)
[PULL v2 00/47] riscv-to-apply queue
2024-09-29 20:53 UTC (5+ messages)
[PATCH] binman: add fast authentication method for i.MX8M signing
2024-09-29 20:53 UTC (4+ messages)
[PATCH v6 0/3] rust: Add irq abstraction, SpinLockIrq
2024-09-29 20:50 UTC (7+ messages)
` [PATCH v6 1/3] rust: Introduce irq module
` [PATCH v6 2/3] rust: sync: Introduce lock::Backend::Context
` [PATCH v6 3/3] rust: sync: Add SpinLockIrq
[opencloudos:next 11988/12031] net/core/netclassid_cgroup.c:515:5: warning: no previous prototype for 'bps_limit_dump'
2024-09-29 20:44 UTC
[opencloudos:next 12004/12031] mm/memcontrol.c:7125:6: warning: no previous prototype for 'charge_dying_memcgs'
2024-09-29 20:44 UTC
[PATCH 0/7] iio: light: veml6070: update code to current IIO best practices
2024-09-29 20:38 UTC (8+ messages)
` [PATCH 1/7] iio: light: veml6070: add action for i2c_unregister_device
` [PATCH 2/7] iio: light: veml6070: use guard to handle mutex
` [PATCH 3/7] iio: light: veml6070: use device managed iio_device_register
` [PATCH 4/7] iio: light: veml6070: add support for a regulator
` [PATCH 5/7] dt-bindings: iio: light: vishay,veml6075: add vishay,veml6070
` [PATCH 6/7] iio: light: veml6070: add devicetree support
` [PATCH 7/7] iio: light: veml6070: use dev_err_probe in probe function
[PATCH v6 0/5] Consolidate IO memcpy functions
2024-09-29 20:37 UTC (3+ messages)
` [PATCH v6 1/5] Consolidate __memcpy_{to,from}io and __memset_io into iomap_copy.c
[RFC PATCH] media: i2c: Add AR0233 camera sensor driver
2024-09-29 20:33 UTC (2+ messages)
[PATCH 0/6] refactor RDMA live migration based on rsocket API
2024-09-29 20:26 UTC (10+ messages)
[openeuler:OLK-6.6 2547/14244] kernel/sched/core.c:11514:74: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'int'
2024-09-29 20:23 UTC
[PATCH v5 6/6] i2c: Add driver for the RTL9300 I2C controller
2024-09-29 20:17 UTC (4+ messages)
` [PATCH] fixup! "
[PATCH v2 00/11] ARM: dts: amlogic: first easy dtbs fixes
2024-09-29 20:15 UTC (4+ messages)
` [PATCH v2 06/11] ARM: dts: amlogic: fix /memory node name
[PATCH] tracing/probes: Fix MAX_TRACE_ARGS limit handling
2024-09-29 20:09 UTC
[Buildroot] [PATCH v3 0/9] add ARM FDPIC support
2024-09-29 20:14 UTC (10+ messages)
` [Buildroot] [PATCH v3 1/9] Revert: "arch: drop now useless support for FDPIC"
` [Buildroot] [PATCH v3 2/9] arch: don't enable FDPIC binaries by default
` [Buildroot] [RFC PATCH v3 3/9] Add the right dependencies on BR2_BINFMT_* to the toolchains
` [Buildroot] [PATCH v3 4/9] arch/arm: add support for FDPIC
` [Buildroot] [PATCH v3 5/9] boot/uboot: pass -mno-fdpic if FDPIC is enabled
` [Buildroot] [PATCH v3 6/9] linux: "
` [Buildroot] [PATCH v3 7/9] package/uclibc: enable NPTL on no-MMU ARM w/ FDPIC
` [Buildroot] [PATCH v3 8/9] package/busybox: remove STATIC from busybox-minimal.config
` [Buildroot] [PATCH v3 9/9] configs/stm32f746_disco_sd: new defconfig
[PATCH] NFSD: Remove unused function parameter
2024-09-29 20:12 UTC (2+ messages)
[nsa:b4/dev-adp5589-fw-conversion 5/14] include/linux/irq.h:1300:25: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1'
2024-09-29 20:01 UTC
[PATCH 0/6] Support spread spectrum clocking for i.MX8{M,N,P} PLLs
2024-09-29 20:00 UTC (4+ messages)
` [PATCH 1/6] dt-bindings: clock: imx8m-anatop: support spread spectrum clocking
[REGRESSION][BISECTED] erroneous buffer overflow detected in bch2_xattr_validate
2024-09-29 19:59 UTC (11+ messages)
[meta-networking][PATCH] python3-scapy: Upgrade to 2.6.0 release
2024-09-29 19:57 UTC
[PATCH 0/6] ASoC: add Allwinner H616 audio codec support
2024-09-29 19:56 UTC (3+ messages)
` [PATCH 4/6] dt-bindings: allwinner: add H616 sun4i audio codec binding
[PATCH] dt-bindings: spi: Add bcm2835-aux-spi.yaml file
2024-09-29 19:54 UTC (2+ messages)
[openeuler:OLK-5.10 13419/30000] drivers/net/ethernet/netswift/ngbe/ngbe_main.c:2658:30: warning: unused variable 'adapter'
2024-09-29 19:51 UTC
[PATCH 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
2024-09-29 19:49 UTC (9+ messages)
` [PATCH 2/3] dt-bindings: fpga: Add Efinix serial SPI programming bindings
[PATCH v6 0/2] Add driver for Sharp Memory LCD
2024-09-29 19:48 UTC (4+ messages)
` [PATCH v6 2/2] drm/tiny: "
[PATCH] fbcon: break earlier in search_fb_in_map and search_for_mapped_con
2024-09-29 19:45 UTC (2+ messages)
[PATCH -v3 0/3] resource: Fix region_intersects() vs add_memory_driver_managed()
2024-09-29 19:45 UTC (3+ messages)
` [PATCH -v3 3/3] resource, kunit: Add test case for region_intersects()
[PATCH v2 0/6] Support spread spectrum clocking for i.MX8{M,N,P} PLLs
2024-09-29 19:45 UTC (3+ messages)
` [PATCH v2 1/6] dt-bindings: clock: imx8m-anatop: support spread spectrum clocking
[PATCH v2 0/2] Add mtk-sd support for MT8196
2024-09-29 19:43 UTC (3+ messages)
` [PATCH v2 2/2] dt-bindings: mmc: mtk-sd: Add "
[PATCH v8 1/8] common/zsda: add common function and log macro
2024-09-29 19:41 UTC (4+ messages)
` [PATCH v8 2/8] common/zsda: configure device
` [PATCH v8 8/8] doc/guides: add documents and release notes for two drivers
[PATCH v4 1/3] phy: rockchip: inno-usb2: convert clock management to bulk
2024-09-29 19:38 UTC (8+ messages)
` [PATCH v4 2/3] dt-bindings: phy: rockchip,inno-usb2phy: add rk3576
KASAN: slab-use-after-free Read in bch2_direct_write
2024-09-29 19:34 UTC
[PATCH] iio: imu: bmi270: Add spi driver for bmi270 imu
2024-09-29 19:31 UTC (3+ messages)
[Buildroot] Change config.txt Not Working
2024-09-29 19:29 UTC (2+ messages)
[Bug 219332] New: /sys/devices/system/cpu/cpufreq/policy0/energy_performance_preference: Device or resource busy
2024-09-29 19:29 UTC (3+ messages)
` [Bug 219332] "
[PATCH] io_uring/net: fix a multishot termination case for recv
2024-09-29 19:25 UTC (3+ messages)
[PATCH] net/9p/usbg: dont call usb9pfs_clear_tx if client is not connected
2024-09-29 19:22 UTC
[PATCH 0/7] *** Add support for AD485x DAS Family ***
2024-09-29 19:21 UTC (5+ messages)
` [PATCH 6/7] iio: adc: ad485x: add ad485x driver
[bcachefs:bcachefs-testing 215/218] fs/ext4/mballoc-test.c:90:17: error: incompatible pointer types passing 'struct fast_list *' to parameter of type 'struct list_head *'
2024-09-29 19:20 UTC
[freescale-fslc:6.6-2.0.x-imx 4/5] drivers/firmware/imx/seco.c:277:20: error: incomplete definition of type 'struct file'
2024-09-29 19:09 UTC
[PATCH v2] vhost/vsock: specify module version
2024-09-29 19:03 UTC (2+ messages)
[freescale-fslc:6.6-2.0.x-imx 4/5] drivers/firmware/imx/seco.c:277:34: error: invalid use of undefined type 'struct file'
2024-09-29 18:59 UTC
[freescale-fslc:6.6-2.0.x-imx 2675/16788] drivers/input/touchscreen/max11801_ts.c:148:5: warning: no previous prototype for function 'max11801_read_adc'
2024-09-29 18:59 UTC
[jimc:dd-shrink-4b 81/86] lib/dynamic_debug.c:1428:13: warning: 'ddebug_clear_range' defined but not used
2024-09-29 18:59 UTC
[steev:lenovo-x13s-linux-6.11.y 46/107] drivers/base/power/common.c:288: warning: Function parameter or struct member '_list' not described in 'devm_pm_domain_detach_list'
2024-09-29 18:59 UTC
[PATCH v6 0/9] usb: gadget: uvc: effectively fill the udc isoc pipeline with available video buffers and fixes
2024-09-29 18:59 UTC (10+ messages)
` [PATCH v6 1/9] usb: gadget: uvc: wake pump everytime we update the free list
` [PATCH v6 2/9] usb: gadget: uvc: only enqueue zero length requests in potential underrun
` [PATCH v6 3/9] usb: gadget: uvc: rework to enqueue in pump worker from encoded queue
` [PATCH v6 4/9] usb: gadget: uvc: add g_parm and s_parm for frame interval
` [PATCH v6 5/9] usb: gadget: uvc: set req_size and n_requests based on the "
` [PATCH v6 6/9] usb: gadget: uvc: set req_length based on payload by nreqs instead of req_size
` [PATCH v6 7/9] usb: gadget: uvc: set nbuffers to minimum STREAMING_MIN_BUFFERS in uvc_queue_setup
` [PATCH v6 8/9] usb: gadget: uvc: add trace of enqueued and completed requests
` [PATCH v6 9/9] usb: gadget: uvc: dont call usb_composite_setup_continue when not streaming
[PATCH v3 0/5] platform/x86: introduce asus-armoury driver
2024-09-29 18:59 UTC (7+ messages)
` [PATCH v5 3/9] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v5 5/9] platform/x86: asus-armoury: add the ppt_* and nv_* tuning knobs
` [PATCH v5 8/9] platform/x86: asus-armoury: add core count control
[PATCH] unicode: update the width tables to Unicode 16
2024-09-29 18:58 UTC (4+ messages)
[RFC] ethdev: introduce PTP device capability
2024-09-29 18:55 UTC (6+ messages)
[master][PATCH] meta-toolchain: inherit nopackages
2024-09-29 18:55 UTC
[PATCH v2 19/25] netfs: Speed up buffered reading
2024-09-29 18:55 UTC (9+ messages)
[PATCH v3 1/2] soc: imx8m: Probe the SoC driver as platform driver
2024-09-29 18:47 UTC (5+ messages)
[PATCH] reset: Further simplify locking with guard()
2024-09-29 18:48 UTC (3+ messages)
` [heads-up] "
[PATCH v4 1/3] soc: imx8m: Probe the SoC driver as platform driver
2024-09-29 18:49 UTC (3+ messages)
` [PATCH v4 2/3] soc: imx8m: Remove global soc_uid
` [PATCH v4 3/3] soc: imx8m: Use devm_* to simplify probe failure handling
[PATCH] Documentation: riscv: Fix typo MIMPLID -> MIMPID
2024-09-29 18:46 UTC (5+ messages)
[PATCH v2 00/10] iio: light: veml6030: fix issues and add support for veml6035
2024-09-29 18:45 UTC (4+ messages)
` [PATCH v2 06/10] iio: light: veml6030: use read_avail() for available attributes
[PATCH 1/3] cryptodev: add ec points to sm2 op
2024-09-29 17:29 UTC (2+ messages)
` [PATCH v2] "
[PATCH] coredump: Do not lock during 'comm' reporting
2024-09-29 18:42 UTC (6+ messages)
Bug in git-gui
2024-09-29 18:35 UTC (4+ messages)
[opencloudos:next 11987/12031] net/core/netclassid_cgroup.c:100:5: warning: no previous prototype for 'cls_cgroup_stats_init'
2024-09-29 18:28 UTC
arch/sh/boards/mach-ecovec24/setup.c:1133:9: sparse: sparse: incorrect type in argument 1 (different base types)
2024-09-29 18:28 UTC
[PATCH v2 0/2]: pressure: bmp280: Improve pushing of data to buffer
2024-09-29 18:26 UTC (7+ messages)
` [PATCH v2 1/2] iio: pressure: bmp280: Fix type for raw values
` [PATCH v2 2/2] iio: pressure: bmp280: Use char instead of s32 for data buffer
[PATCH] MAINTAINERS: remove Raveendra Padasalagi
2024-09-29 18:25 UTC (3+ messages)
[PATCH] vhost/vsock: specify module version
2024-09-29 18:23 UTC (5+ messages)
[PATCH] ARM: topology: Allow missing CPU clock-frequency device-tree property
2024-09-29 18:19 UTC
[PATCH -perfbook 1/2] CodeSamples/formal/rcutorture.sh: Don't bother with stable tags
2024-09-29 18:19 UTC (2+ messages)
[ardb:x86-pie-v2 23/26] block/blk-core.o: warning: objtool: errno_to_blk_status+0x16: can't find switch jump table
2024-09-29 18:17 UTC
[opencloudos:next 11997/12031] kernel/sysctl.c:1964:5: warning: no previous prototype for 'memory_qos_sysctl_handler'
2024-09-29 18:17 UTC
Push to GitHub HTTP repo fails (>v2.45.2)
2024-09-29 18:14 UTC (2+ messages)
./configure fails to link test program due to missing dependencies
2024-09-29 18:10 UTC (14+ messages)
Summary of discussions on BPF load-acquire instruction ordering
2024-09-29 18:09 UTC (2+ messages)
[PATCH v2 0/2] Fix PVH entrypoint parsing
2024-09-29 18:06 UTC (3+ messages)
` [PATCH v2 1/2] hw/elf_ops: Implement missing endian swabbing for ELF notes
` [PATCH v2 2/2] hw/x86: Always treat the PVH entrypoint as a 32-bit LE field
[openeuler:OLK-6.6 13319/14244] drivers/crypto/ccp/hygon/tdm-kernel-guard.c:308:23: error: use of undeclared identifier 'NR_syscalls'
2024-09-29 18:07 UTC
[RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
2024-09-29 18:07 UTC (2+ messages)
[PATCH] bpf: fix the xdp_adjust_tail sample prog issue
2024-09-29 17:56 UTC (2+ messages)
6.11.0, possible regression resuming balance
2024-09-29 17:56 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.