messages from 2023-09-19 18:48:22 to 2023-09-19 22:53:41 UTC [more...]
[PATCH] drm: remove drm_bridge_hpd_disable() from drm_bridge_connector_destroy()
2023-09-19 22:53 UTC (3+ messages)
include/linux/netlink.h:116:6: warning: ') out of range, only support mangle action on ipv6.hop_limit' directive output truncated writing 60 bytes into a region of size between 46 and 55
2023-09-19 22:48 UTC
[PATCH] perf cs-etm: Fix missing decoder for per-process trace
2023-09-19 22:45 UTC
[PATCH v2 0/3] arm64: dts: qcom: msm8916-samsung-fortuna: Add initial device trees
2023-09-19 22:51 UTC (3+ messages)
` [PATCH v2 2/3] "
[RFC 0/2] iio: imu: Add driver and dt-bindings for BMI323
2023-09-19 22:43 UTC (4+ messages)
` [RFC 2/2] iio: imu: Add driver for BMI323 IMU
[PATCH v3] usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
2023-09-19 22:43 UTC
[PATCH v1] arch/x86: port I/O tracing on x86
2023-09-19 22:43 UTC (8+ messages)
[PATCH] pipe_fs_i.h: add pipe_buf_init()
2023-09-19 22:39 UTC (6+ messages)
[PATCH 00/14] add driver to support secure video decoder
2023-09-19 22:38 UTC (14+ messages)
` [PATCH 11/14] media: medkatek: vcodec: covert secure fd to secure handle
` [PATCH 12/14] media: medkatek: vcodec: set secure mode to decoder driver
[PATCH 0/2] sched/eevdf: sched_attr::sched_runtime slice hint
2023-09-19 22:37 UTC (7+ messages)
` [PATCH 2/2] sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestion
[PATCH 2/6] scsi: ufs: ufs-qcom: Add support for UFS device version detection
2023-09-19 22:30 UTC (12+ messages)
` [PATCH 4/6] phy: qualcomm: phy-qcom-qmp-ufs: Move data structs and setting tables to header
I2C transfer offload on i2c-mv64xxx devices
2023-09-19 22:29 UTC
[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
2023-09-19 22:15 UTC (8+ messages)
` [PATCH 8/9] dt-bindings: reserved-memory: MediaTek: Add reserved memory for SVP
[tip:sched/core] BUILD SUCCESS e23edc86b09df655bf8963bbcb16647adc787395
2023-09-19 22:14 UTC
[tip:x86/bugs] BUILD SUCCESS f75a0e70ed379019b209cdb591ffbfe2fbf4342f
2023-09-19 22:14 UTC
[tip:master] BUILD SUCCESS 9f868b90a41bf83571cec538f74a4ec490dc88d9
2023-09-19 22:14 UTC
[PATCH] Documentation: xfs: Remove repeated word in comments
2023-09-19 22:10 UTC (6+ messages)
[PATCH v3 01/44] drm/nouveau/devinit/tu102-: remove attempt at loading PreOS
2023-09-19 21:56 UTC (44+ messages)
` [PATCH v3 02/44] drm/nouveau/imem: support allocations not preserved across suspend
` [PATCH v3 03/44] drm/nouveau/gr/gf100-: lose contents of global ctxbufs "
` [PATCH v3 04/44] drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALL
` [PATCH v3 05/44] drm/nouveau/kms/nv50-: fix mst payload alloc fail crashing evo
` [PATCH v3 06/44] drm/nouveau/disp: rearrange output methods
` [PATCH v3 07/44] drm/nouveau/disp: add output detect method
` [PATCH v3 08/44] drm/nouveau/disp: add output method to fetch edid
` [PATCH v3 09/44] drm/nouveau/disp: rename internal output acquire/release functions
` [PATCH v3 10/44] drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state
` [PATCH v3 11/44] drm/nouveau/disp: shuffle to make upcoming diffs prettier
` [PATCH v3 12/44] drm/nouveau/disp: add acquire_dac()
` [PATCH v3 13/44] drm/nouveau/disp: add acquire_sor/pior()
` [PATCH v3 14/44] drm/nouveau/disp: update SOR routing immediately on acquire()
` [PATCH v3 15/44] drm/nouveau/kms/nv50-: pull some common init out of OR-specific code
` [PATCH v3 16/44] drm/nouveau/kms/nv50-: remove nv_encoder.audio.connector
` [PATCH v3 17/44] drm/nouveau/kms/nv50-: keep output state around until modeset complete
` [PATCH v3 18/44] drm/nouveau/kms/nv50-: move audio enable post-modeset
` [PATCH v3 19/44] drm/nouveau/disp: add output hdmi config method
` [PATCH v3 20/44] drm/nouveau/disp: move hdmi disable out of release()
` [PATCH v3 21/44] drm/nouveau/disp: release outputs post-modeset
` [PATCH v3 22/44] drm/nouveau/disp: remove SOR routing updates from supervisor
` [PATCH v3 23/44] drm/nouveau/disp: add output backlight control methods
` [PATCH v3 24/44] drm/nouveau/disp: add output lvds config method
` [PATCH v3 25/44] drm/nouveau/disp: add hdmi audio hal function
` [PATCH v3 26/44] drm/nouveau/disp: move dp aux pwr method to HAL
` [PATCH v3 27/44] drm/nouveau/disp: add dp aux xfer method
` [PATCH v3 28/44] drm/nouveau/disp: add dp rates method
` [PATCH v3 29/44] drm/nouveau/kms/nv50-: split DP disable+enable into two modesets
` [PATCH v3 30/44] drm/nouveau/kms/nv50-: flush mst disables together
` [PATCH v3 31/44] drm/nouveau/kms/nv50-: fixup sink D3 before tearing down link
` [PATCH v3 32/44] drm/nouveau/disp: add dp train method
` [PATCH v3 33/44] drm/nouveau/disp: move link training out of supervisor
` [PATCH v3 34/44] drm/nouveau/disp: add dp sst config method
` [PATCH v3 35/44] drm/nouveau/disp: add dp mst id get/put methods
` [PATCH v3 36/44] drm/nouveau/disp: move outp/conn construction to chipset code
` [PATCH v3 37/44] drm/nouveau/disp: move outp init/fini paths "
` [PATCH v3 38/44] drm/nouveau/disp/nv50-: skip DCB_OUTPUT_TV
` [PATCH v3 39/44] drm/nouveau/kms/nv50-: create heads based on nvkm head mask
` [PATCH v3 40/44] drm/nouveau/kms/nv50-: create heads after outps/conns
` [PATCH v3 41/44] drm/nouveau/kms/nv50-: name aux channels after their connector
` [PATCH v3 42/44] drm/nouveau/kms/nv50-: create connectors based on nvkm info
` [PATCH v3 43/44] drm/nouveau/kms/nv50-: create outputs "
` [PATCH v3 44/44] drm/nouveau/kms/nv50-: disable dcb parsing
[PATCH v4 0/8] Batch hugetlb vmemmap modification operations
2023-09-19 21:53 UTC (13+ messages)
` [PATCH v4 3/8] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH v4 4/8] hugetlb: perform vmemmap restoration "
` [PATCH v4 5/8] hugetlb: batch freeing of vmemmap pages
` [PATCH v4 8/8] hugetlb: batch TLB flushes when restoring vmemmap
[PATCH] gpu: drm: amd: display: fix kernel-doc warnings
2023-09-19 21:54 UTC (2+ messages)
[PATCH 0/6] shmem: high order folios support in write path
2023-09-19 21:51 UTC (9+ messages)
` [PATCH 6/6] shmem: add large folios support to the "
[PATCH 0/4] btrfs: RAID stripe tree updates
2023-09-19 21:50 UTC (8+ messages)
` [PATCH 1/4] btrfs: fix 64bit division in btrfs_insert_striped_mirrored_raid_extents
[PATCH v2 2/2] dmaengine: fsl-edma: add trace event support
2023-09-19 21:47 UTC (2+ messages)
[RFC PATCH 2/3] add statmnt(2) syscall
2023-09-19 21:28 UTC (15+ messages)
[PATCH v6 00/33] Introduce QC USB SND audio offloading support
2023-09-19 21:26 UTC (2+ messages)
` [PATCH v6 03/33] xhci: sideband: add initial api to register a sideband entity
linux-next: Tree for Sep 12
2023-09-19 21:23 UTC (5+ messages)
` linux-next: Tree for Sep 12 (bcachefs)
linux-next: Tree for Sep 19
2023-09-19 21:18 UTC (3+ messages)
` linux-next: Tree for Sep 19 (UML)
[PATCH v7] platform/x86: Add Silicom Platform Driver
2023-09-19 21:16 UTC
[RFC 00/23] Enable block size > page size in XFS
2023-09-19 21:15 UTC (3+ messages)
linux-next: duplicate patch in the ecryptfs tree
2023-09-19 21:11 UTC
[PATCH 1/1] mm: lock VMAs skipped by a failed queue_pages_range()
2023-09-19 21:09 UTC (3+ messages)
linux-next: Signed-off-by missing for commit in the cifs tree
2023-09-19 21:06 UTC
[PATCH v2] i2c: designware: Fix corrupted memory seen in the ISR
2023-09-19 21:05 UTC (13+ messages)
include/linux/netlink.h:115:6: warning: ' conflicts with existing pseudo(MASK) entry for mask ' directive output truncated writing 53 bytes into a region of size between 24 and 33
2023-09-19 21:05 UTC
[PATCH v2 0/2] Add ADI MAX77503 regulator driver and bindings
2023-09-19 21:04 UTC (5+ messages)
` [PATCH v2 1/2] regulator: max77503: Add ADI MAX77503 support
` [PATCH v2 2/2] regulator: dt-bindings: "
-Wuninitialized in drivers/accel/habanalabs/common/memory.c introduced by aa7b6367186e
2023-09-19 21:01 UTC
[PATCH v10 08/15] PCI/AER: Refactor cper_print_aer() for use by CXL driver module
2023-09-19 20:58 UTC (4+ messages)
` [PATCH v10 13/15] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
2023-09-19 20:57 UTC (10+ messages)
[net-next RFC 0/1] mlx5: support per queue coalesce settings
2023-09-19 20:42 UTC (4+ messages)
` [net-next RFC v2 0/4] "
[PATCH 1/2] bcachefs: acl: Uninitialized variable in bch2_acl_chmod()
2023-09-19 20:57 UTC (2+ messages)
drivers/accel/qaic/qaic_control.c:348:17: warning: array subscript 'struct wrapper_msg[0]' is partly outside array bounds of 'unsigned char[44]'
2023-09-19 20:55 UTC
[PATCH] bcachefs: Fix -Wself-assign
2023-09-19 20:53 UTC (2+ messages)
[PATCH v1 0/2] mm/ksm: add fork-exec support for prctl
2023-09-19 20:51 UTC (3+ messages)
` [PATCH v1 1/2] mm/ksm: support fork/exec "
` [PATCH v1 2/2] mm/ksm: Test case for prctl fork/exec workflow
[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: add paths and SerDes modes
2023-09-19 20:50 UTC (4+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: mediatek,net: add phandles for SerDes on MT7988
[PATCH v7 00/13] fs: implement multigrain timestamps
2023-09-19 20:46 UTC (6+ messages)
` [PATCH v7 12/13] ext4: switch to "
[PATCH 0/2] ALSA: hda: cs35l56: Handle speaker id GPIOs
2023-09-19 20:44 UTC (3+ messages)
` [PATCH 2/2] ALSA: hda: cirrus_scodec: Add KUnit test
[PATCH v4 1/2] soc: nuvoton: Add a menu for Nuvoton SoC drivers
2023-09-19 20:38 UTC (3+ messages)
[PATCH net] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
2023-09-19 20:32 UTC (2+ messages)
[PATCH] inotify: support returning file_handles
2023-09-19 20:23 UTC
[PATCH 1/2] signal: Add proper comment about the preempt-disable in ptrace_stop()
2023-09-19 20:16 UTC (2+ messages)
` [tip: core/core] signal: Add a proper comment about preempt_disable() "
[PATCH 2/2] signal: Don't disable preemption in ptrace_stop() on PREEMPT_RT
2023-09-19 20:16 UTC (2+ messages)
` [tip: core/core] "
[PATCH 0/4] KVM RISC-V fixes for ONE_REG interface
2023-09-19 20:12 UTC (9+ messages)
` [PATCH 1/4] RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
` [PATCH 2/4] RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
` [PATCH 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers
[PATCH v3] spmi: mtk-pmif: Serialize PMIF status check and command submission
2023-09-19 20:12 UTC (3+ messages)
[PATCH v3] platform/x86: thinkpad_acpi: sysfs interface to auxmac
2023-09-19 20:11 UTC
[PATCH] i2c: dev: make i2c_dev_class a static const structure
2023-09-19 20:10 UTC (2+ messages)
[PATCH v2] dt-bindings: mfd: armltd: Move Arm board syscon's to separate schema
2023-09-19 20:09 UTC
warning: unknown warning option '-Wrestrict'
2023-09-19 20:05 UTC (3+ messages)
[PATCH v2] rust: Respect HOSTCC when linking for host
2023-09-19 20:02 UTC (4+ messages)
[PATCH v1 1/1] amba: bus: balance firmware node reference counting
2023-09-19 20:02 UTC (3+ messages)
[PATCH] i2c: mt65xx: allow optional pmic clock
2023-09-19 20:00 UTC (2+ messages)
[RFC 0/3] sys_move_phy_pages system call
2023-09-19 19:59 UTC (10+ messages)
` [RFC PATCH 3/3] mm/migrate: Create move_phys_pages syscall
[PATCH v1 1/1] irqdomain: Check virq for 0 before use in irq_dispose_mapping()
2023-09-19 19:59 UTC (2+ messages)
[PATCH v4] i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low
2023-09-19 19:58 UTC (2+ messages)
[PATCH v3 00/12] regulator: mt6366: Split out of MT6358 and cleanup
2023-09-19 19:57 UTC (3+ messages)
` [PATCH v3 05/12] regulator: dt-bindings: mt6358: Add MT6366 PMIC
[PATCH v1 1/1] serial: 8250_of: Use devm_clk_get_enabled()
2023-09-19 19:55 UTC
[PATCH v1 1/1] serial: 8250_dw: Use devm_clk_get_optional_enabled()
2023-09-19 19:55 UTC
[PATCH v1 1/1] serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()
2023-09-19 19:54 UTC
[PATCH] regulator: userspace-consumer: Retrieve supplies from DT
2023-09-19 19:52 UTC (2+ messages)
[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-09-19 19:53 UTC (24+ messages)
` Arches that don't support PREEMPT
[PATCH tty v1 00/74] serial: wrappers for uart port lock
2023-09-19 19:51 UTC (5+ messages)
` [PATCH tty v1 01/74] serial: core: Provide port lock wrappers
[PATCH v1 1/1] driver core: Add missing parameter description to __fwnode_link_add()
2023-09-19 19:50 UTC
[PATCH] rculist.h: docu: fix wrong function name
2023-09-19 19:47 UTC
[PATCH 0/2] drm/tests: Flag slow kunit tests as such
2023-09-19 19:48 UTC (3+ messages)
` [PATCH 1/2] kunit: Warn if tests are slow
[PATCH] i915: Limit the length of an sg list to the requested length
2023-09-19 19:48 UTC
[PATCH v4] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-09-19 19:39 UTC
[PATCH] modpost: Optimize symbol search from linear to binary search
2023-09-19 19:40 UTC (2+ messages)
Buggy __free(kfree) usage pattern already in tree
2023-09-19 19:35 UTC (11+ messages)
[PATCH net-next v6 0/3] net: axienet: Introduce dmaengine
2023-09-19 19:34 UTC (7+ messages)
` [PATCH net-next v6 2/3] net: axienet: Preparatory changes for dmaengine support
` [PATCH net-next v6 3/3] net: axienet: Introduce "
[PATCH] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes
2023-09-19 19:31 UTC (3+ messages)
[PATCH v2 0/2] workload-specific and memory pressure-driven zswap writeback
2023-09-19 19:31 UTC (2+ messages)
[PATCH] bcachefs: Use snprintf() instead of scnprintf() when appropriate
2023-09-19 19:23 UTC (4+ messages)
[PATCH v2] vt: Replace strlcpy with strscpy
2023-09-19 19:21 UTC
[PATCH] bcachefs: Avoid a potential memory over-allocation in bch2_printbuf_make_room()
2023-09-19 19:21 UTC (4+ messages)
[PATCH 0/2] net: stmmac: dwmac-stm32: fix resume on STM32 MCU
2023-09-19 16:45 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net: stmmac: dwmac-stm32: refactor clock config
[PATCH v3 0/7] Add pinctrl driver support for Realtek DHC SoCs
2023-09-19 19:17 UTC (7+ messages)
` [PATCH v3 5/7] dt-bindings: pinctrl: realtek: add RTD1315E pinctrl binding
` [PATCH v3 6/7] dt-bindings: pinctrl: realtek: add RTD1319D "
` [PATCH v3 7/7] dt-bindings: pinctrl: realtek: add RTD1619B "
[REGRESSION] Panic in gen8_ggtt_insert_entries() with v6.5
2023-09-19 19:15 UTC (5+ messages)
` [REGRESSION] [BISECTED] "
[PATCH] soc: qcom: rpmh: Include resource name in the trace event
2023-09-19 19:18 UTC (2+ messages)
[RFC PATCH V1 0/6] sched/numa: Enhance disjoint VMA scanning
2023-09-19 19:11 UTC (4+ messages)
include/linux/netlink.h:115:6: warning: ' conflicts with existing pseudo(MASK) entry for TOS mask ' directive output truncated writing 57 bytes into a region of size between 33 and 39
2023-09-19 19:10 UTC
[PATCH] MA-21654 Use dma_alloc_pages in vb2_dma_sg_alloc_compacted
2023-09-19 19:04 UTC (4+ messages)
` [EXT] "
[PATCH 00/10] userfaultfd man page updates
2023-09-19 19:02 UTC (11+ messages)
` [PATCH 01/10] userfaultfd.2: briefly mention two-step feature handshake process
` [PATCH 02/10] userfaultfd.2: reword to account for new fault resolution ioctls
` [PATCH 03/10] userfaultfd.2: comment on feature detection in the example program
` [PATCH 04/10] ioctl_userfaultfd.2: fix a few trivial mistakes
` [PATCH 05/10] ioctl_userfaultfd.2: describe two-step feature handshake
` [PATCH 06/10] ioctl_userfaultfd.2: describe missing UFFDIO_API feature flags
` [PATCH 07/10] ioctl_userfaultfd.2: correct and update UFFDIO_API ioctl error codes
` [PATCH 08/10] ioctl_userfaultfd.2: clarify the state of the uffdio_api structure on error
` [PATCH 09/10] ioctl_userfaultfd.2: fix / update UFFDIO_REGISTER error code list
` [PATCH 10/10] ioctl_userfaultfd.2: document new UFFDIO_POISON ioctl
[PATCH V7 0/7] amd-pstate preferred core
2023-09-19 19:01 UTC (2+ messages)
[PATCH] locking/atomic: scripts: fix fallback ifdeffery
2023-09-19 18:59 UTC (2+ messages)
[PATCH v1] thermal: core: Drop redundant trips check from for_each_thermal_trip()
2023-09-19 18:59 UTC
[PATCH vfio 0/3] pds/vfio: Fixes for locking bugs
2023-09-19 18:59 UTC (4+ messages)
` [PATCH vfio 3/3] pds/vfio: Fix possible sleep while in atomic context
[PATCH v1] thermal: core: Drop trips_disabled bitmask
2023-09-19 18:54 UTC
[RFC PATCH 00/14] Prevent cross-cache attacks in the SLUB allocator
2023-09-19 18:49 UTC (8+ messages)
include/linux/fortify-string.h:57:33: warning: '__builtin_memcpy' offset -32 is out of the bounds of object 'boot_command_line' with type 'char[]'
2023-09-19 18:49 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox