All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-12 10:57:04 to 2023-04-12 11:28:05 UTC [more...]

[PATCH v7 0/5] Add MAX77541/MAX77540 PMIC Support
 2023-04-12 11:12 UTC  (2+ messages)
` [PATCH v7 2/5] regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support

[PATCH v2 0/3] cacheinfo: Correctly fallback to using clidr_el1's information
 2023-04-12 11:27 UTC  (3+ messages)
` [PATCH v2 1/3] cacheinfo: Check sib_leaf in cache_leaves_are_shared()

[PATCH 00/27] MediaTek Helio X10 - Mailbox, Display, MMC/SD/SDIO
 2023-04-12 11:27 UTC  (7+ messages)
` [PATCH 01/27] dt-bindings: pwm: Add compatible for MediaTek MT6795
` [PATCH 02/27] dt-bindings: phy: mediatek,dsi-phy: Add compatible for MT6795 Helio X10
  ` [PATCH 02/27] dt-bindings: phy: mediatek, dsi-phy: "
` [PATCH 03/27] dt-bindings: display: mediatek: dpi: Add compatible for MediaTek MT6795

FAILED: patch "[PATCH] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug" failed to apply to 5.10-stable tree
 2023-04-12 11:26 UTC  (2+ messages)
` [PATCH stable 5.10] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug

[PATCH 8.0 regression] block/nfs: do not poll within a coroutine
 2023-04-12 11:26 UTC 

[PATCH] scripts/gdb: use mem instead of core_layout to get the module address
 2023-04-12 11:26 UTC  (2+ messages)

RFC: disable HPET legacy mode after timer check
 2023-04-12 11:25 UTC  (3+ messages)

[PATCH v18 00/71] ceph+fscrypt: full support
 2023-04-12 11:09 UTC  (69+ messages)
` [PATCH v18 01/71] libceph: add spinlock around osd->o_requests
` [PATCH v18 02/71] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v18 03/71] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v18 04/71] libceph: add sparse read support to OSD client
` [PATCH v18 05/71] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v18 06/71] libceph: add sparse read support to msgr1
` [PATCH v18 07/71] ceph: add new mount option to enable sparse reads
` [PATCH v18 08/71] ceph: preallocate inode for ops that may create one
` [PATCH v18 09/71] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v18 11/71] ceph: use osd_req_op_extent_osd_iter for netfs reads
` [PATCH v18 12/71] ceph: fscrypt_auth handling for ceph
` [PATCH v18 13/71] ceph: ensure that we accept a new context from MDS for new inodes
` [PATCH v18 14/71] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [PATCH v18 15/71] ceph: implement -o test_dummy_encryption mount option
` [PATCH v18 16/71] ceph: decode alternate_name in lease info
` [PATCH v18 17/71] ceph: add fscrypt ioctls
` [PATCH v18 18/71] ceph: make the ioctl cmd more readable in debug log
` [PATCH v18 19/71] ceph: add base64 endcoding routines for encrypted names
` [PATCH v18 20/71] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH v18 21/71] ceph: send altname in MClientRequest
` [PATCH v18 22/71] ceph: encode encrypted name in dentry release
` [PATCH v18 23/71] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH v18 24/71] ceph: set DCACHE_NOKEY_NAME in atomic open
` [PATCH v18 25/71] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH v18 26/71] ceph: add helpers for converting names for userland presentation
` [PATCH v18 27/71] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [PATCH v18 28/71] ceph: add fscrypt support to ceph_fill_trace
` [PATCH v18 29/71] ceph: pass the request to parse_reply_info_readdir()
` [PATCH v18 30/71] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v18 31/71] ceph: add support to readdir for encrypted filenames
` [PATCH v18 32/71] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH v18 33/71] ceph: make ceph_get_name decrypt filenames
` [PATCH v18 34/71] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH v18 35/71] ceph: add some fscrypt guardrails
` [PATCH v18 36/71] ceph: allow encrypting a directory while not having Ax caps
` [PATCH v18 37/71] ceph: mark directory as non-complete after loading key
` [PATCH v18 38/71] ceph: don't allow changing layout on encrypted files/directories
` [PATCH v18 39/71] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v18 40/71] ceph: size handling for encrypted inodes in cap updates
` [PATCH v18 41/71] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v18 42/71] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v18 43/71] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v18 44/71] ceph: update WARN_ON message to pr_warn
` [PATCH v18 45/71] ceph: add __ceph_get_caps helper support
` [PATCH v18 46/71] ceph: add __ceph_sync_read "
` [PATCH v18 47/71] ceph: add object version support for sync read
` [PATCH v18 48/71] ceph: add infrastructure for file encryption and decryption
` [PATCH v18 50/71] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [PATCH v18 51/71] ceph: disable fallocate for encrypted inodes
` [PATCH v18 52/71] ceph: disable copy offload on "
` [PATCH v18 53/71] ceph: don't use special DIO path for "
` [PATCH v18 54/71] ceph: align data in pages in ceph_sync_write
` [PATCH v18 55/71] ceph: add read/modify/write to ceph_sync_write
` [PATCH v18 56/71] ceph: plumb in decryption during sync reads
` [PATCH v18 57/71] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [PATCH v18 59/71] ceph: add encryption support to writepage
` [PATCH v18 60/71] ceph: fscrypt support for writepages
` [PATCH v18 61/71] ceph: invalidate pages when doing direct/sync writes
` [PATCH v18 62/71] ceph: add support for encrypted snapshot names
` [PATCH v18 63/71] ceph: add support for handling "
` [PATCH v18 64/71] ceph: update documentation regarding snapshot naming limitations
` [PATCH v18 65/71] ceph: prevent snapshots to be created in encrypted locked directories
` [PATCH v18 66/71] ceph: report STATX_ATTR_ENCRYPTED on encrypted inodes
` [PATCH v18 67/71] libceph: defer removing the req from osdc just after req->r_callback
` [PATCH v18 68/71] ceph: drop the messages from MDS when unmounting
` [PATCH v18 69/71] ceph: fix updating the i_truncate_pagecache_size for fscrypt
` [PATCH v18 70/71] ceph: switch ceph_open() to use new fscrypt helper
` [PATCH v18 71/71] ceph: switch ceph_open_atomic() to use the "

[PATCH] phy: smsc: Implement .aneg_done callback for LAN8720Ai
 2023-04-12 11:25 UTC  (4+ messages)

[PATCH v4] ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus
 2023-04-12 11:23 UTC  (2+ messages)

[PATCH] mm/page_alloc: consider pfn holes after pfn_valid() in __pageblock_pfn_to_page()
 2023-04-12 11:25 UTC  (3+ messages)

[PATCH] tools: env: update lock path in README
 2023-04-12 11:24 UTC 

[PATCH 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-12 11:23 UTC  (8+ messages)
` [PATCH 4/6] shmem: prepare shmem quota infrastructure

[PATCH v4 1/5] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
 2023-04-12 11:24 UTC  (5+ messages)
` [PATCH v4 3/5] phy: add support for phy-supply

[PATCH v2 1/2] platform/x86/amd/pmf: Add PMF acpi debug support
 2023-04-12 11:22 UTC  (2+ messages)

[PATCH v2 1/2] scripts: gen-dtb-s: reference OF IMD entries automatically
 2023-04-12 11:22 UTC  (3+ messages)
  ` [PATCH] fixup! "

[PATCH nftables 0/8] Support for shifted port-ranges in NAT
 2023-04-12 11:22 UTC  (9+ messages)
` [PATCH nftables 8/8] test: py: add tests for shifted nat port-ranges

[PATCH] selftests/powerpc: Replace obsolete memalign() with posix_memalign()
 2023-04-12 11:12 UTC  (2+ messages)

FAILED: patch "[PATCH] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug" failed to apply to 5.4-stable tree
 2023-04-12 11:15 UTC  (2+ messages)
` [PATCH stable 5.4] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug

[PATCH v3 00/13] drm: Fix color-format selection in fbdev emulation
 2023-04-12 11:22 UTC  (7+ messages)
` [PATCH v3 01/13] firmware/sysfb: Fix EFI/VESA format selection

stable-rc/linux-4.14.y build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.311-84-g6b17bfd99c55)
 2023-04-12 11:19 UTC 

[PATCH bpf V7 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 11:16 UTC  (5+ messages)
` [PATCH bpf V7 3/7] xdp: rss hash types representation
      ` [Intel-wired-lan] "

[PATCH v2 1/7] dt-bindings: net: dsa: mediatek,mt7530: correct brand name
 2023-04-12 11:17 UTC  (5+ messages)

[PATCH 0/2] KVM: VMX: Fixes for faults on ENCLS emulation
 2023-04-12 11:15 UTC  (5+ messages)
` [PATCH 2/2] KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupported

[PATCH v4 01/13] rust: sync: introduce `LockClassKey`
 2023-04-12 11:16 UTC  (8+ messages)
` [PATCH v4 11/13] rust: lock: add `Guard::do_unlocked`

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-12 11:17 UTC  (6+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group

Future of the SAA7146 drivers
 2023-04-12 11:16 UTC  (20+ messages)
                      ` saa7146: please test the vb2 conversion!

[PATCH] platform/x86: amd: pmc: provide user message where s0ix is not supported
 2023-04-12 11:15 UTC 

[PATCH -next 1/3] drm/mediatek: Use devm_platform_ioremap_resource()
 2023-04-12 11:16 UTC  (12+ messages)
` [PATCH -next 2/3] "
` [PATCH -next 3/3] "

[PATCH v2 1/2] usb: dwc3: core: add support for disabling High-speed park mode
 2023-04-12 11:15 UTC  (6+ messages)
` [PATCH v2 2/2] dt-bindings: usb: snps,dwc3: Add 'snps,parkmode-disable-hs-quirk' quirk

[PATCH v2 1/2] usb: dwc3: core: add support for remapping global register start address
 2023-04-12 11:14 UTC  (5+ messages)
` [PATCH v2 2/2] dt-bindings: usb: snps,dwc3: Add 'snps,global-regs-starting-offset' quirk

[igt-dev] [PATCH i-g-t v2 0/3] Testcases for dirtyfb ioctl
 2023-04-12 11:15 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Testcases for dirtyfb ioctl (rev3)

[PATCH v8 0/7] Add non-coherent DMA support for AX45MP
 2023-04-12 11:09 UTC  (16+ messages)
` [PATCH v8 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
` [PATCH v8 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
` [PATCH v8 3/7] riscv: errata: Add Andes alternative ports
` [PATCH v8 4/7] dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for L2 cache controller
` [PATCH v8 5/7] cache: Add L2 cache management for Andes AX45MP RISC-V core
` [PATCH v8 6/7] riscv: errata: Hookup the Andes AX45MP non-coherent handling
` [PATCH v8 7/7] soc: renesas: Kconfig: Select the required configs for RZ/Five SoC

[PATCH net-next RFC v4 2/5] net: Expose available time stamping layers to user space
 2023-04-12 11:12 UTC  (4+ messages)

[yocto] create-layers-setup Yaml support #bitbake
 2023-04-12 11:12 UTC  (2+ messages)
`  "

[Intel-gfx] [V2 0/1] drm/i915/debugfs: New debugfs for display clock frequencies
 2023-04-12 11:12 UTC  (3+ messages)
` [Intel-gfx] [V2 1/1] "

[LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory​
 2023-04-12 11:10 UTC  (2+ messages)
  ` FW: [LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory

[PATCH] MAINTAINERS: add drm_bridge for drm bridge maintainers
 2023-04-12 11:11 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe: destroy clients engine and vm xarrays on close
 2023-04-12 11:09 UTC 

[PATCH v7 0/6] Add Intel LJCA device driver
 2023-04-12 11:10 UTC  (5+ messages)
` [PATCH v7 3/6] Documentation: Add ABI doc for attributes of LJCA device

[Intel-gfx] Linux 6.2.1 hits a display driver bug (list_del corruption, ffff88811b4af298->next is NULL)
 2023-04-12 11:00 UTC  (9+ messages)
            `  "

[PATCH] tvtime: support drivers that always select a pixfmt in S_FMT
 2023-04-12 11:08 UTC 

[PATCH v1 0/4] Add uprobes support for LoongArch
 2023-04-12 11:08 UTC  (3+ messages)
` [PATCH v1 3/4] LoongArch: Use larch_insn_gen_break() for kprobes

[PATCH v3] dma-buf/heaps: system_heap: avoid too much allocation
 2023-04-12 11:02 UTC  (6+ messages)

stable-rc/linux-5.10.y build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.176-224-g10e9fd53dc59)
 2023-04-12 11:07 UTC 

[PATCH] Input: cyttsp5 - fix sensing configuration data structure
 2023-04-12 11:06 UTC  (2+ messages)

find_get_page() VS pin_user_pages()
 2023-04-12 10:41 UTC  (4+ messages)

[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
 2023-04-12 11:05 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
 2023-04-12 11:05 UTC  (5+ messages)

[PATCH v3 0/6] cxl/pci: Add support for RCH RAS error handling
 2023-04-12 11:04 UTC  (3+ messages)
` [PATCH v3 2/6] efi/cper: Export cper_mem_err_unpack() for use by modules

[PATCH v8 04/11] LSM: syscalls for current process attributes
 2023-04-12 11:03 UTC  (2+ messages)

FAILED: patch "[PATCH] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug" failed to apply to 4.19-stable tree
 2023-04-12 11:03 UTC  (2+ messages)
` [PATCH stable 4.19] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug

[PATCH v2 1/2] platform/x86/amd: pmc: Get STB DRAM size from PMFW
 2023-04-12 11:03 UTC  (3+ messages)
` [PATCH v2 2/2] platform/x86/amd: pmc: update metrics table info for Pink Sardine

[PATCH for-8.1 0/3] Make softmmu/qtest.c target independent
 2023-04-12 11:01 UTC  (3+ messages)
` [PATCH 2/3] include/exec: Provide the tswap() functions for target independent code, too

[PATCH v2] watchdog: ftwdt010: return a previously deleted driver now ported to DM
 2023-04-12 11:01 UTC 

next: arm: #pragma message "The platform is deprecated and scheduled for removal
 2023-04-12 11:01 UTC  (2+ messages)

[PATCH v2 00/13] crypto: x86 - avoid absolute references
 2023-04-12 11:00 UTC  (14+ messages)
` [PATCH v2 01/13] crypto: x86/aegis128 - Use RIP-relative addressing
` [PATCH v2 02/13] crypto: x86/aesni "
` [PATCH v2 03/13] crypto: x86/aria "
` [PATCH v2 04/13] crypto: x86/camellia "
` [PATCH v2 05/13] crypto: x86/cast5 "
` [PATCH v2 06/13] crypto: x86/cast6 "
` [PATCH v2 07/13] crypto: x86/crc32c "
` [PATCH v2 08/13] crypto: x86/des3 "
` [PATCH v2 09/13] crypto: x86/ghash "
` [PATCH v2 10/13] crypto: x86/sha256 "
` [PATCH v2 11/13] crypto: x86/aesni - Use local .L symbols for code
` [PATCH v2 12/13] crypto: x86/crc32 "
` [PATCH v2 13/13] crypto: x86/sha "

[PATCH] dmadev: add tracepoints
 2023-04-12 11:00 UTC  (2+ messages)

[PATCH V2 0/3] spi: cadence_qspi: Fixes for DTR ops and improve STIG support
 2023-04-12 10:58 UTC  (4+ messages)
` [PATCH V2 1/3] spi: cadence-quadspi: Fix check condition for DTR ops
` [PATCH V2 2/3] spi: cadence-quadspi: Use STIG mode for all ops with small payload
` [PATCH V2 3/3] spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion

qemu v8.0-rc3 fails to compile with Xen
 2023-04-12 10:58 UTC 

[Intel-xe] [RFC 0/2] Dump + OOB workarounds
 2023-04-12 10:58 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for "

[dm-devel] [PATCH v6 00/18] Use block pr_ops in LIO
 2023-04-12 10:57 UTC  (2+ messages)
`  "

[PATCH v3 0/2] Support for print to log vector extension registers
 2023-04-12 10:57 UTC  (3+ messages)
` [PATCH v3 2/2] target/riscv: Add RVV registers to log

[Virtio-fs] [PATCH 0/4] vhost-user-fs: Internal migration
 2023-04-12 10:55 UTC  (3+ messages)
` [Virtio-fs] [PATCH 1/4] vhost: Re-enable vrings after setting features
  `  "

FAILED: patch "[PATCH] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug" failed to apply to 4.14-stable tree
 2023-04-12 10:57 UTC  (2+ messages)
` [PATCH stable 4.14] coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug

[syzbot] [dri?] WARNING in vkms_get_vblank_timestamp
 2023-04-12 10:56 UTC  (4+ messages)

[RESEND PATCH 0/2] STMFX chip init couple of fixes
 2023-04-12 10:55 UTC  (2+ messages)
` [RESEND PATCH 1/2] mfd: stmfx: Fix error path in stmfx_chip_init

[Intel-gfx] [PATCH v4 0/5] Fix error propagation amongst request
 2023-04-12 10:56 UTC  (6+ messages)
` [Intel-gfx] [PATCH v4 5/5] drm/i915/gt: Make sure that errors are propagated through request chains


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.