All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-23 06:10:24 to 2023-03-23 07:11:27 UTC [more...]

[PATCH] ASoC: dt-bindings: ak5558: Convert to dtschema
 2023-03-23  6:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] nvmem: stm32-romem: mark OF related data as maybe unused
 2023-03-23  7:11 UTC  (2+ messages)

[PATCH] serial: sb1250-duart: clean up after SIBYTE_BCM1x55 removal
 2023-03-23  7:10 UTC 

[PATCH v9 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2023-03-23  7:10 UTC 

[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
 2023-03-23  7:09 UTC  (5+ messages)
` [PATCH v2 06/14] init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()

am335x: performnce issues with FTDI and LOW_LATENCY
 2023-03-23  7:06 UTC  (7+ messages)

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

[tip:x86/tdx] BUILD SUCCESS 7a3a401874bea02f568aa416ac29170d8cde0dc2
 2023-03-23  7:04 UTC 

[PATCH] LoongArch: cpuinfo: standardize the "model name" field
 2023-03-23  7:05 UTC  (6+ messages)

[PATCH 00/13] boards: amlogic: add BananaPi/Radxa/WeTek boards
 2023-03-23  7:04 UTC  (30+ messages)
` [PATCH 01/13] docs: boards: amlogic: add bananapi-m5 to u200 maintainer file
` [PATCH 02/13] ARM: dts: add support for BananaPi M2-Pro
` [PATCH 03/13] boards: add BananaPi M2-Pro defconfig
` [PATCH 04/13] docs: boards: amlogic: add documentation for BananaPi M2-Pro
` [PATCH 05/13] ARM: dts: add support for BananaPi M2S
` [PATCH 06/13] boards: add BananaPi M2S defconfig
` [PATCH 07/13] docs: boards: amlogic: add documentation for BananaPi M2S
` [PATCH 08/13] ARM: dts: add support for Radxa Zero2
` [PATCH 09/13] boards: amlogic: add Radxa Zero2 defconfig
` [PATCH 10/13] doc: boards: amlogic: add documentation for Radxa Zero2
` [PATCH 11/13] ARM: dts: add support for WeTek Hub and WeTek Play2
` [PATCH 12/13] boards: amlogic: add WeTek Hub and WeTek Play2 defconfig
` [PATCH 13/13] doc: boards: amlogic: add documentation for WeTek Hub and WeTek Play2

[PATCH] sched/core: Minor optimize pick_next_task() when core-sched enable
 2023-03-23  7:01 UTC  (5+ messages)
      ` [External] "

[PATCH] ceph: fix blindly expanding the readahead windows
 2023-03-23  7:01 UTC 

[PATCH net-next v2 0/2] Macb PTP minor updates
 2023-03-23  7:01 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: macb: Enable PTP unicast

[PATCH v5 0/5] Introduce PRU platform consumer API
 2023-03-23  7:00 UTC  (14+ messages)
` [PATCH v5 1/5] soc: ti: pruss: Add pruss_get()/put() API
` [PATCH v5 2/5] soc: ti: pruss: Add pruss_{request,release}_mem_region() API
` [PATCH v5 3/5] soc: ti: pruss: Add pruss_cfg_read()/update() API
` [PATCH v5 4/5] soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFR
` [PATCH v5 5/5] soc: ti: pruss: Add helper functions to get/set PRUSS_CFG_GPMUX

[PATCH v4 0/2] target/riscv: reduce MSTATUS_SUM overhead
 2023-03-23  6:59 UTC  (6+ messages)
` [PATCH v4 1/2] target/riscv: separate priv from mmu_idx

[PATCH for-next v2 2/2] RDMA/erdma: Support non-4K page size in doorbell allocation
 2023-03-23  6:57 UTC  (12+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-23  6:56 UTC  (12+ messages)

[Buildroot] 2023.02 : pty_allocate: openpty: No such file or directory
 2023-03-23  6:56 UTC  (5+ messages)

[Intel-gfx] [PATCH v13 0/6] Enable HDCP2.x via GSC CS
 2023-03-23  6:55 UTC  (2+ messages)

QMP command set-vcpu-dirty-limit hangs
 2023-03-23  6:54 UTC 

[PATCH 0/3] ALSA: More PCM and documentation updates
 2023-03-23  6:52 UTC  (4+ messages)
` [PATCH 1/3] ALSA: pcm: Improved XRUN handling for indirect PCM helpers
` [PATCH 2/3] ALSA: docs: Add description about ack callback -EPIPE error handling
` [PATCH 3/3] ALSA: docs: A few more words for PCM XRUN handling and stream locks

How to avoid race conditions in older kernel where spinlock is unavailable
 2023-03-23  6:53 UTC 

[PATCH] dt-bindings: usb: typec-tcpci: convert to DT schema format
 2023-03-23  6:58 UTC 

[PATCH v2 0/8] Enable IPQ9754 USB
 2023-03-23  6:53 UTC  (9+ messages)
` [PATCH v3 2/8] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY

[tip:x86/cleanups] BUILD SUCCESS 89d7971eb2318595bc3b6ab7c5caede112c302ff
 2023-03-23  6:52 UTC 

[tip:x86/acpi] BUILD SUCCESS 22767544e9763e82acb60c233051bc426381b61c
 2023-03-23  6:52 UTC 

[PATCH v3 1/3] arm64: dts: qcom: Split elish dts into common dtsi and elish-boe dts
 2023-03-23  6:52 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: power: supply: bq256xx: Add ti,no-thermistor property
 2023-03-23  6:51 UTC  (2+ messages)

[RFC][PATCH] GSoC 2023 proposal: more sparse index integration
 2023-03-23  6:50 UTC  (3+ messages)
` [RFC][PATCH v3] "

[PATCH 2/2] crypto: caam - OP-TEE firmware support
 2023-03-23  6:51 UTC  (4+ messages)
` [PATCH v2 0/2] No access to CAAM page 0 registers
  ` [PATCH v2 1/2] crypto: caam - reduce page 0 regs access to minimum

[PATCH] fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN
 2023-03-23  6:50 UTC  (3+ messages)

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-23  6:49 UTC  (2+ messages)

[PATCH] fsdax: dedupe should compare the min of two iters' length
 2023-03-23  6:48 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2023-03-22
 2023-03-23  6:45 UTC 

[PATCH v7 7/9] clk: hisilicon: Migrate devm APIs
 2023-03-23  6:44 UTC  (2+ messages)

[PATCH v7 0/4] convert read_kcore(), vread() to use iterators
 2023-03-23  6:44 UTC  (4+ messages)
` [PATCH v7 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH 0/2] Add initial support for RDP468 of IPQ5332 family
 2023-03-23  6:44 UTC  (5+ messages)
` [PATCH 1/2] arm: qcom: document MI01.6 board based on "
` [PATCH 2/2] arm64: dts: qcom: ipq5332: add support for the RDP468 variant

Kernel panic due to stack recursion when copying data from a damaged filesystem
 2023-03-23  6:41 UTC  (2+ messages)

[Virtio-fs] Guest Posting Services on Real Organic Websites
 2023-03-23  6:37 UTC 

[PATCH v12 00/15] Support AMD Pensando Elba SoC
 2023-03-23  6:36 UTC  (4+ messages)
` [PATCH v12 02/15] dt-bindings: mmc: cdns: Add "

inotify on mmap writes
 2023-03-23  6:35 UTC  (6+ messages)

[PATCH v3 0/3] dts: imx8qxp add cdns usb3 port
 2023-03-23  6:33 UTC  (14+ messages)
` [PATCH v3 1/3] dt-bindings: usb: cdns-imx8qm: add imx8qm cdns3 glue bindings
    ` [EXT] "

[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
 2023-03-23  6:33 UTC  (6+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock

[PATCH v2 00/13] mailbox/arm64/ qcom: rework compatibles for fallback
 2023-03-23  6:33 UTC  (6+ messages)

[PATCH -next 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
 2023-03-23  6:32 UTC  (8+ messages)
` [PATCH -next 1/6] Revert "md: unlock mddev before reap sync_thread in action_store"

[PATCH v2 0/5] Rust pin-init API for pinned initialization of structs
 2023-03-23  6:30 UTC  (3+ messages)
` [PATCH v2 3/5] rust: add pin-init API

QMP command dumpdtb crash bug
 2023-03-23  6:29 UTC 

[kvalo-ath:master-pending] BUILD SUCCESS e240b49ac61124ffc5b421a8cf0594490815505e
 2023-03-23  6:29 UTC 

[kvalo-ath:pending] BUILD SUCCESS bb1d6321a928b5f43a59a172c54fa7262751f91b
 2023-03-23  6:28 UTC 

Warn on macros with flow control statements
 2023-03-23  6:28 UTC  (5+ messages)

[PATCH v3 00/12] btrfs: scrub: use a more reader friendly code to implement scrub_simple_mirror()
 2023-03-23  6:28 UTC  (3+ messages)

[tip:x86/urgent] BUILD SUCCESS 62faca1ca10cc84e99ae7f38aa28df2bc945369b
 2023-03-23  6:27 UTC 

[efi:urgent] BUILD SUCCESS 10e9aa1d82f64760fc41e4b994ca1689f4cee4ae
 2023-03-23  6:27 UTC 

[PATCH 0/8] RTAS changes for 6.4
 2023-03-23  6:26 UTC  (3+ messages)
` [PATCH 8/8] powerpc/rtas: consume retry statuses in sys_rtas()

[PATCH v5 0/3] imx93: add ADC support
 2023-03-23  6:25 UTC  (3+ messages)
` [PATCH 1/3] dm: adc: add iMX93 "

[PATCH v1 1/1] scripts: merge_config: Fix typo in variable name
 2023-03-23  6:24 UTC  (4+ messages)

[PATCH] PCI: mt7621: Use dev_err_probe()
 2023-03-23  6:23 UTC  (3+ messages)

[PATCH] modpost: Fix processing of CRCs on 32-bit build machines
 2023-03-23  6:20 UTC  (2+ messages)

[PATCH] srcu: Fix flush sup work warning in cleanup_srcu_struct()
 2023-03-23  6:21 UTC  (12+ messages)

[PATCH] ALSA: usb-audio: Fix recursive locking at XRUN during syncing
 2023-03-23  6:19 UTC  (3+ messages)

[PATCH -next] usb: xhci: do not free an empty cmd ring
 2023-03-23  6:19 UTC  (3+ messages)

[PATCH v6 00/12] Add support for multiple chips
 2023-03-23  6:16 UTC  (4+ messages)

[PATCH v7 6/9] clk: hisilicon: Convert to platform_driver
 2023-03-23  6:14 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] bpf-next: Add socket destroy capability
 2023-03-23  6:14 UTC  (9+ messages)
` [PATCH v3 bpf-next 4/5] [RFC] udp: Fix destroying UDP listening sockets

next/pending-fixes baseline: 646 runs, 66 regressions (v6.3-rc3-288-g2dc3fa9ff5523)
 2023-03-23  6:13 UTC 

[PATCH v3] wifi: ath11k: Optimize 6 GHz scan time
 2023-03-23  6:11 UTC  (4+ messages)

[PATCH bpf-next v12 0/8] Transit between BPF TCP congestion controls
 2023-03-23  6:10 UTC  (2+ messages)


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.