All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-10 07:46:54 to 2022-01-10 08:35:49 UTC [more...]

[PATCH v4, 00/15] media: mtk-vcodec: support for MT8192 decoder
 2022-01-10  8:34 UTC  (18+ messages)
` [PATCH v4, 01/15] media: mtk-vcodec: Add vdec enable/disable hardware helpers
` [PATCH v4, 02/15] media: mtk-vcodec: Using firmware type to separate different firmware architecture
` [PATCH v4, 03/15] media: mtk-vcodec: get capture queue buffer size from scp
` [PATCH v4, 04/15] media: mtk-vcodec: Read max resolution from dec_capability
` [PATCH v4, 05/15] media: mtk-vcodec: Call v4l2_m2m_set_dst_buffered() set capture buffer buffered
` [PATCH v4, 06/15] media: mtk-vcodec: Refactor get and put capture buffer flow
` [PATCH v4, 07/15] media: mtk-vcodec: Refactor supported vdec formats and framesizes
` [PATCH v4, 08/15] media: mtk-vcodec: Add format to support MT21C
` [PATCH v4, 09/15] media: mtk-vcodec: disable vp8 4K capability
` [PATCH v4, 10/15] media: mtk-vcodec: Fix v4l2-compliance fail
` [PATCH v4, 11/15] media: mtk-vcodec: record capture queue format type
` [PATCH v4, 12/15] media: mtk-vcodec: Extract H264 common code
` [PATCH v4, 13/15] media: mtk-vcodec: support stateless H.264 decoding for mt8192
` [PATCH v4, 14/15] media: mtk-vcodec: support stateless VP8 decoding
` [PATCH v4, 15/15] media: mtk-vcodec: support stateless VP9 decoding

[PATCH v2 00/28] Convert GUP to folios
 2022-01-10  8:35 UTC  (33+ messages)
` [PATCH v2 01/28] gup: Remove for_each_compound_range()
` [PATCH v2 02/28] gup: Remove for_each_compound_head()
` [PATCH v2 03/28] gup: Change the calling convention for compound_range_next()
` [PATCH v2 04/28] gup: Optimise compound_range_next()
` [PATCH v2 05/28] gup: Change the calling convention for compound_next()
` [PATCH v2 06/28] gup: Fix some contiguous memmap assumptions
` [PATCH v2 07/28] gup: Remove an assumption of a contiguous memmap
` [PATCH v2 08/28] gup: Handle page split race more efficiently
` [PATCH v2 09/28] gup: Turn hpage_pincount_add() into page_pincount_add()
` [PATCH v2 10/28] gup: Turn hpage_pincount_sub() into page_pincount_sub()
` [PATCH v2 12/28] mm: Add folio_put_refs()
` [PATCH v2 13/28] mm: Add folio_pincount_ptr()
` [PATCH v2 14/28] mm: Convert page_maybe_dma_pinned() to use a folio
` [PATCH v2 15/28] gup: Add try_get_folio() and try_grab_folio()
` [PATCH v2 16/28] mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
` [PATCH v2 17/28] gup: Add gup_put_folio()

[PATCH net 0/1] net: phy: marvell: add Marvell specific PHY loopback
 2022-01-10  8:34 UTC  (3+ messages)
` [PATCH net 1/1] "

[PATCH 0/2] sun4i-emac: replace magic number with marcos
 2022-01-10  8:32 UTC  (3+ messages)

[PATCH] serial: imx: reduce RX interrupt frequency
 2022-01-10  8:31 UTC  (9+ messages)

[PATCH v4 0/3] Stacked/parallel memories bindings
 2022-01-10  8:31 UTC  (6+ messages)
` [PATCH v4 2/3] spi: dt-bindings: Describe stacked/parallel memories modes

[syzbot] KASAN: use-after-free Read in ucma_destroy_private_ctx
 2022-01-10  8:30 UTC  (3+ messages)

[LTP] [PATCH v2 4/4] sysctl/sysctl02.sh: Use kconfig shell api
 2022-01-10  8:30 UTC  (9+ messages)
` [LTP] [PATCH v3 1/4] lib/tst_kconfig: Modify the return type of tst_kconfig_check function
  ` [LTP] [PATCH v3 2/4] lib: Introduce KCONFIG_SKIP_CHECK environment variable
  ` [LTP] [PATCH v3 3/4] shell: add kconfig parse api
  ` [LTP] [PATCH v3 4/4] sysctl/sysctl02.sh: Use kconfig shell api

[PATCH] drm/amd/pm: correct the checks for fan attributes support
 2022-01-10  8:31 UTC  (4+ messages)

Unable to connect to Bluetooth LE devices with long advertising times
 2022-01-10  8:29 UTC 

[PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages
 2022-01-10  8:29 UTC  (4+ messages)

[PATCH] blk-throtl: avoid double charge of bio IOPS due to split
 2022-01-10  8:29 UTC  (2+ messages)

[PATCH] nfc: pn544: make array rset_cmd static const
 2022-01-10  8:28 UTC  (2+ messages)

[PATCH v4 00/11] Improve PMU support
 2022-01-10  8:26 UTC  (9+ messages)
` [PATCH v4 07/11] target/riscv: Support mcycle/minstret write operation
` [PATCH v4 09/11] target/riscv: Simplify counter predicate function
` [PATCH v4 11/11] hw/riscv: virt: Add PMU DT node to the device tree

[PATCH 1/2] dt-bindings: serial: meson: Drop compatible = amlogic,meson-gx-uart
 2022-01-10  8:26 UTC  (18+ messages)
` [PATCH 1/2] dt-bindings: serial: meson: Drop compatible = amlogic, meson-gx-uart
` [PATCH] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe()
` [PATCH] tty: serial: meson: Make the bit24 and bit [26, 27] of the UART_REG5 register writable
  ` [PATCH] tty: serial: meson: Make the bit24 and bit [26,27] "
` [PATCH] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit
` [PATCH] tty: serial: meson: Request the register region in meson_uart_probe()
` [PATCH 1/2] tty: serial: meson: The UART baud rate calculation is described using the common clock code

[PATCH] libxl/PCI: defer backend wait upon attaching to PV guest
 2022-01-10  8:28 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/systemd: Allow extra config options
 2022-01-10  8:28 UTC  (7+ messages)

[PATCH 0/2] video: A couple of fixes for the vga16fb driver
 2022-01-10  8:22 UTC  (6+ messages)
` [PATCH 1/2] video: vga16fb: Fix logic that checks for the display standard

[PATCH v2] hv: account for packet descriptor in maximum packet size
 2022-01-10  0:44 UTC  (2+ messages)

[PATCH 1/2] drm/i2c/tda998x: Switch to atomic operations
 2022-01-08 19:16 UTC  (4+ messages)

[PATCH] can: softing: softing_startstop(): fix set but not used variable warning
 2022-01-10  8:26 UTC  (3+ messages)

[PATCH v9 3/3] mmc: Add driver for LiteX's LiteSDCard interface
 2022-01-10  8:25 UTC  (3+ messages)

[PATCH] Documentation: kgdb: Replace deprecated remotebaud
 2022-01-10  8:26 UTC  (4+ messages)
` [PATCHv2] "
    ` [PATCHv3] "

[RFC PATCH 0/7] AMX support in Qemu
 2022-01-10  8:23 UTC  (5+ messages)
` [RFC PATCH 1/7] x86: Fix the 64-byte boundary enumeration for extended state
` [RFC PATCH 2/7] x86: Add AMX XTILECFG and XTILEDATA components

Problem with credential.helper=store in git 2.32.0.windows.2
 2022-01-10  7:58 UTC  (3+ messages)

[PATCH] mailmap: update email address of Brian Silverman
 2022-01-10  8:23 UTC 

[PATCH] RDMA/hns: Fix missing put_device call in hns_roce_get_cfg
 2022-01-10  8:23 UTC  (3+ messages)

[PATCH] tty tty_buffer: fix uninit-value in n_tty_receive_buf_common
 2022-01-10  8:23 UTC  (2+ messages)

[PATCH v9 9/9] cocci: allow padding with `strbuf_addf()`
 2022-01-10  8:22 UTC  (2+ messages)

[PATCH] commands: hashsum: Fix endif typos
 2022-01-10  8:20 UTC  (2+ messages)

[PATCH] drivers: virtio: import list of newer Virtio IDs
 2022-01-10  8:19 UTC  (2+ messages)

[PATCH master] x86: <asm/io.h>: fix outl/outsl access size
 2022-01-10  8:18 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 152 runs, 1 regressions (v4.19.224-21-g20bd20474370)
 2022-01-10  8:20 UTC 

[RFC PATCH v2 0/6] host: Support macOS 12
 2022-01-10  8:17 UTC  (3+ messages)
` [RFC PATCH v2 2/6] audio/coreaudio: Remove a deprecation warning on "

[PATCH 0/8] video: improve UEFI experience on DM_VIDEO
 2022-01-10  8:18 UTC  (3+ messages)
` [PATCH 8/8] video: Convert UTF-8 input stream to the 437 code page

[PATCH] iomap: Address soft lockup in iomap_finish_ioend()
 2022-01-10  8:18 UTC  (11+ messages)

[PATCH RESEND net] bonding: Fix extraction of ports from the packet headers
 2022-01-10  8:15 UTC 

[PATCH 0/2] Add support for getting page info of ZONE_DEVICE by /proc/kpage*
 2022-01-10  8:16 UTC  (3+ messages)
` [PATCH 1/2] mm/memremap.c: Add pfn_to_devmap_page() to get page in ZONE_DEVICE

[LTP] [RFC PATCH] API: Allow testing of kernel features in development
 2022-01-10  8:09 UTC  (4+ messages)

[PATCH v1 1/1] net/qede: fix redundant condition in debug code
 2022-01-10  8:15 UTC  (3+ messages)
  ` [EXT] "

[PATCH] HID: vivaldi: fix handling devices not using numbered reports
 2022-01-10  8:14 UTC  (2+ messages)

[Buildroot] [PATCH for-next] package/gtest: remove partial host package
 2022-01-10  8:14 UTC  (2+ messages)

[Buildroot] [PATCH] package/libostree: bump to version 2022.1
 2022-01-10  8:13 UTC  (2+ messages)

[PATCH v1 1/5] nvmem: core: Remove unused devm_nvmem_unregister()
 2022-01-10  8:11 UTC  (4+ messages)
` [PATCH v1 4/5] mtd: core: Drop duplicate NULL checks around nvmem_unregister()

[Buildroot] [git commit] package/libostree: bump to version 2022.1
 2022-01-10  8:11 UTC 

[PATCH] sysinfo: include availram field in sysinfo struct
 2022-01-10  8:11 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] drm/self_refresh: Don't trigger the entry timer for self refresh work if CRTC state is inactive
 2022-01-10  8:09 UTC  (2+ messages)

"PCI/MSI: Mask MSI-X vectors only on success" (boot problem on c4.large)
 2022-01-10  8:10 UTC  (2+ messages)

[PATCH 1/2] ARM: mvebu: x530: set MPP55 to gpio
 2022-01-10  8:10 UTC  (4+ messages)
` [PATCH 2/2] ARM: mvebu: x530: Add option for ECC

[meta-initramfs][PATCH V2] grubby: fix conflict with debianutils
 2022-01-10  8:08 UTC 

[PATCH] target/ppc: Fix e6500 boot
 2022-01-10  8:04 UTC  (4+ messages)

[PATCH 1/6] go: log build id computations
 2022-01-10  8:08 UTC  (4+ messages)
` [PATCH 3/6] go: correctly set debug-prefix-map and build directory
  ` [OE-core] "

[PATCH] iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()
 2022-01-10  8:08 UTC  (3+ messages)

[Intel-gfx] [RFC 0/7] Add GuC Error Capture Support
 2022-01-10  8:07 UTC  (14+ messages)
` [Intel-gfx] [RFC 7/7] drm/i915/guc: Print the GuC error capture output register list

[PATCH v3 0/8] target/ppc: powerpc_excp improvements (2/n)
 2022-01-10  7:38 UTC  (2+ messages)

[PATCH u-boot-dm] fdt_support: Add fdt_for_each_node_by_compatible() helper macro
 2022-01-10  8:06 UTC  (4+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-01-10  8:03 UTC  (4+ messages)
` [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions

[PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
 2022-01-10  8:05 UTC  (6+ messages)

[f2fs-dev] [PATCH] f2fs: move f2fs to use reader-unfair rwsems
 2022-01-10  8:05 UTC  (2+ messages)
`  "

[RFC v2 0/6] crash: Kernel handling of CPU and memory hot un/plug
 2022-01-10  8:04 UTC  (4+ messages)

In arm64 case, how is fdt address passed to x0 before switching to linux?
 2022-01-10  8:04 UTC 

[PATCH v7 1/6] drm: move the buddy allocator from i915 into common drm
 2022-01-10  8:03 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH 1/2] riscv: opentitan: fixup plic stride len
 2022-01-10  7:40 UTC  (4+ messages)
` [PATCH 2/2] hw: timer: ibex_timer: update/add reg address

[PATCH] ksmbd: add smb-direct shutdown
 2022-01-10  8:00 UTC 

[syzbot] KMSAN: uninit-value in fat_subdirs
 2022-01-10  8:00 UTC  (3+ messages)
` [PATCH] block: Fix wrong offset in bio_truncate()

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2022-01-10  8:01 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc: Fix virt_addr_valid() check

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2022-01-10  7:55 UTC  (9+ messages)

[PATCH v3 0/7] support subsets of scalar crypto extension
 2022-01-10  7:44 UTC  (4+ messages)
` [PATCH v3 7/7] target/riscv: rvk: expose zbk* and zk* properties

[PATCH v2] scsi-generic: replace logical block count of response of READ CAPACITY
 2022-01-10  7:54 UTC 

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2022-01-10  7:53 UTC  (5+ messages)
` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag

[PATCH 0/2] block/dm: add resubmit_bio_noacct for fixing iops throttling
 2022-01-10  7:51 UTC  (6+ messages)
` [dm-devel] "
` [PATCH 1/2] block: add resubmit_bio_noacct()
  ` [dm-devel] "
` [dm-devel] [PATCH 2/2] dm: use resubmit_bio_noacct to submit split bio
  `  "

[PATCH 2/6] virtio: split: alloc indirect desc with extra
 2022-01-10  7:52 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/git: add xdg SELinux module
 2022-01-10  7:58 UTC 

[PATCH] dmaengine: ptdma: fix concurrency issue with multiple dma transfer
 2022-01-10  7:57 UTC  (3+ messages)

stable-rc/queue/5.4 baseline: 167 runs, 4 regressions (v5.4.170-34-gdd5012b3788c)
 2022-01-10  7:48 UTC 

block/ioctl.c:124:8: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2022-01-10  7:57 UTC 

[GIT PULL] Fixes for omaps
 2022-01-10  7:55 UTC  (2+ messages)

[PATCH] mm: dovetail: rename page_needs_cow_for_dma() to page_needs_cow()
 2022-01-10  7:56 UTC  (4+ messages)

[PATCH] drm/amd/pm: ingore failure of GmiPwrDnControl
 2022-01-10  7:56 UTC  (2+ messages)

[PATCH v5] dovetail: mm: fix logic of COW-disabling check
 2022-01-10  7:56 UTC 

Build regressions/improvements in v5.16
 2022-01-10  7:45 UTC 

Exynos850 and ExynosAuto v9 pinctrl wakeup muxed interrupt
 2022-01-10  7:54 UTC  (4+ messages)

[PATCH] locking/local_lock: Make the empty local_lock_*() function a macro
 2022-01-10  7:43 UTC  (3+ messages)

[meta-initramfs][PATCH] grubby: fix confilict with debianutils
 2022-01-10  7:55 UTC 

[PATCH] dovetail: mm: fix logic of COW-disabling check
 2022-01-10  7:55 UTC 

[Buildroot] [PATCH] utils/test-pkg: add check that show-info is proper json
 2022-01-10  7:54 UTC  (2+ messages)

[Buildroot] [git commit] utils/test-pkg: add check that show-info is proper json
 2022-01-10  7:52 UTC 

xen 4.11.4 incorrect (~3x) cpu frequency reported
 2022-01-10  7:52 UTC  (8+ messages)
        ` xen 4.14.3 "

[PATCH 5.15 00/72] 5.15.14-rc1 review
 2022-01-10  7:23 UTC  (20+ messages)
` [PATCH 5.15 01/72] fscache_cookie_enabled: check cookie is valid before accessing it
` [PATCH 5.15 09/72] RDMA/core: Dont infoleak GRH fields
` [PATCH 5.15 33/72] EDAC/i10nm: Release mdev/mbase when failing to detect HBM
` [PATCH 5.15 35/72] cgroup: Use open-time credentials for process migraton perm checks
` [PATCH 5.15 39/72] i2c: mpc: Avoid out of bounds memory access
` [PATCH 5.15 40/72] xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
` [PATCH 5.15 42/72] power: reset: ltc2952: Fix use of floating point literals
` [PATCH 5.15 47/72] phonet: refcount leak in pep_sock_accep
` [PATCH 5.15 55/72] drm/amd/pm: Fix xgmi link control on aldebaran
` [PATCH 5.15 57/72] scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
` [PATCH 5.15 59/72] net: udp: fix alignment problem in udp4_seq_show()
` [PATCH 5.15 63/72] drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable platform
` [PATCH 5.15 64/72] mISDN: change function names to avoid conflicts
` [PATCH 5.15 65/72] drm/amd/display: fix B0 TMDS deepcolor no dislay issue
` [PATCH 5.15 68/72] userfaultfd/selftests: fix hugetlb area allocations
` [PATCH 5.15 69/72] ARM: dts: gpio-ranges property is now required
` [PATCH 5.15 70/72] Input: zinitix - make sure the IRQ is allocated before it gets enabled
` [PATCH 5.15 71/72] Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"
` [PATCH 5.15 72/72] drm/amd/pm: keep the BACO feature enabled for suspend

[PATCH v2 0/2] Aspeed I3C device model
 2022-01-10  7:21 UTC  (3+ messages)
` [PATCH v2 1/2] hw/misc: Implementating dummy AST2600 I3C model
` [PATCH v2 2/2] hw/arm/aspeed_ast2600: create i3c instance

[PATCH] scsi: efct: Remove useless DMA-32 fallback configuration
 2022-01-10  7:41 UTC  (2+ messages)

[PATCH v7 1/2] arm: dts: imx8mq: Add Kontron pitx-imx8m
 2022-01-10  7:50 UTC 

[PATCH v6] sun4i-emac.c: add dma support
 2022-01-10  7:47 UTC  (5+ messages)
` [PATCH v1] sun4i-emac.c: enable emac tx dma

[PATCH] lib/smokey: Handle built-in modules properly
 2022-01-10  7:49 UTC 

[PATCH v6] testsuite/smokey: add virtual CAN testsuite
 2022-01-10  7:49 UTC 

[PULL 00/10] virtio: revert config interrupt changes
 2022-01-10  7:16 UTC  (2+ messages)
` [PULL 10/10] Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-10  7:45 UTC  (8+ messages)
` [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed


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.