All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-22 13:52:38 to 2022-03-22 14:30:27 UTC [more...]

[Intel-gfx] [PATCH] drm/i915/adl_p: Increase CDCLK by 15% if PSR2 is used
 2022-03-22 14:18 UTC  (3+ messages)
` [Intel-gfx] "

[RFC PATCH 0/5] Split a huge page to any lower order pages
 2022-03-22 14:30 UTC  (12+ messages)
` [RFC PATCH 3/5] mm: thp: split "
` [RFC PATCH 4/5] mm: truncate: split huge page cache page to a non-zero order if possible

[PATCH 1/2] drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set
 2022-03-22 14:29 UTC  (4+ messages)
` [PATCH 2/2] powerpc/papr_scm: "

[PATCH] mm: remove unnecessary (void*) conversions
 2022-03-22 14:28 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP
 2022-03-22 14:28 UTC  (3+ messages)
` [PATCH 2/2] drm: lcdif: Add support for i.MX8MP LCDIF variant

[PATCH 1/1][transition] Makefile: Use switchers generated from master
 2022-03-22 14:29 UTC  (5+ messages)
` [docs] "

[PATCH 00/10] coresight: Add new API to allocate trace source ID values
 2022-03-22 14:27 UTC  (6+ messages)

[PATCH RFC 04/12] kernel/user: Allow user::locked_vm to be usable for iommufd
 2022-03-22 14:28 UTC  (3+ messages)

[PATCH v2 0/1] cmpxchg and lock cmpxchg should not touch accumulator
 2022-03-22 14:27 UTC  (3+ messages)
` [PATCH v2 1/1] fix cmpxchg and lock cmpxchg instruction

[PATCH] drm: drm_bufs: Error out if 'dev->agp' is a null pointer
 2022-03-22 14:27 UTC  (5+ messages)

[PATCH -next v2 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-22 14:44 UTC  (15+ messages)
` [PATCH -next v2 1/4] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v2 2/4] mm: page_table_check: add hooks to public helpers
` [PATCH -next v2 3/4] arm64: mm: add support for page table check
` [PATCH -next v2 4/4] riscv: "

[PATCH net-next] net: Add l3mdev index to flow struct and avoid oif reset for port devices
 2022-03-22 14:26 UTC  (3+ messages)

[Intel-gfx] [RFC PATCH v3 0/1] Splitting up platform-specific calls
 2022-03-22 14:27 UTC  (6+ messages)
` [Intel-gfx] [RFC PATCH v3 1/1] i915/drm: Split out x86/arm64 for run_as_guest

[PATCH net] ice: Clear default forwarding VSI during VSI release
 2022-03-22 14:25 UTC  (2+ messages)
` [Intel-wired-lan] "

linux-next: build warnings after merge of the tip tree
 2022-03-22 14:25 UTC  (7+ messages)

hppa vDSO and compiler (non-)support
 2022-03-22 14:25 UTC  (9+ messages)

[PATCH 0/1] Reusing mnl socket for bulk ct loads
 2022-03-22 14:25 UTC  (2+ messages)
` [PATCH 1/1] conntrack: use same mnl socket for bulk operations

[PATCH] crytpo: fix crc64 testmgr digest byte order
 2022-03-22 14:21 UTC 

[PATCH v4 00/22] Add driver nodes for MT8192 SoC
 2022-03-22 14:19 UTC  (7+ messages)
` [PATCH v4 18/22] arm64: dts: mt8192: Add display nodes

[RFC PATCH v11 00/51] ceph+fscrypt : full support
 2022-03-22 14:17 UTC  (53+ messages)
` [RFC PATCH v11 01/51] vfs: export new_inode_pseudo
` [RFC PATCH v11 02/51] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v11 03/51] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v11 04/51] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v11 05/51] ceph: preallocate inode for ops that may create one
` [RFC PATCH v11 06/51] ceph: crypto context handling for ceph
` [RFC PATCH v11 07/51] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v11 08/51] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [RFC PATCH v11 09/51] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v11 10/51] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v11 11/51] ceph: decode alternate_name in lease info
` [RFC PATCH v11 12/51] ceph: add fscrypt ioctls
` [RFC PATCH v11 13/51] ceph: make the ioctl cmd more readable in debug log
` [RFC PATCH v11 14/51] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v11 15/51] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v11 16/51] ceph: send altname in MClientRequest
` [RFC PATCH v11 17/51] ceph: encode encrypted name in dentry release
` [RFC PATCH v11 18/51] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v11 19/51] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v11 20/51] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v11 21/51] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [RFC PATCH v11 22/51] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v11 23/51] ceph: pass the request to parse_reply_info_readdir()
` [RFC PATCH v11 24/51] ceph: add ceph_encode_encrypted_dname() helper
` [RFC PATCH v11 25/51] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v11 26/51] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v11 27/51] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v11 28/51] ceph: add a new ceph.fscrypt.auth vxattr
` [RFC PATCH v11 29/51] ceph: add some fscrypt guardrails
` [RFC PATCH v11 30/51] ceph: don't allow changing layout on encrypted files/directories
` [RFC PATCH v11 31/51] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [RFC PATCH v11 32/51] ceph: size handling for encrypted inodes in cap updates
` [RFC PATCH v11 33/51] ceph: fscrypt_file field handling in MClientRequest messages
` [RFC PATCH v11 34/51] ceph: get file size from fscrypt_file when present in inode traces
` [RFC PATCH v11 35/51] ceph: handle fscrypt fields in cap messages from MDS
` [RFC PATCH v11 36/51] ceph: add __ceph_get_caps helper support
` [RFC PATCH v11 37/51] ceph: add __ceph_sync_read "
` [RFC PATCH v11 38/51] ceph: add object version support for sync read
` [RFC PATCH v11 39/51] ceph: add infrastructure for file encryption and decryption
` [RFC PATCH v11 40/51] ceph: add truncate size handling support for fscrypt
` [RFC PATCH v11 41/51] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [RFC PATCH v11 42/51] ceph: disable fallocate for encrypted inodes
` [RFC PATCH v11 43/51] ceph: disable copy offload on "
` [RFC PATCH v11 44/51] ceph: don't use special DIO path for "
` [RFC PATCH v11 45/51] ceph: align data in pages in ceph_sync_write
` [RFC PATCH v11 46/51] ceph: add read/modify/write to ceph_sync_write
` [RFC PATCH v11 47/51] ceph: plumb in decryption during sync reads
` [RFC PATCH v11 48/51] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [RFC PATCH v11 49/51] ceph: set i_blkbits to crypto block size for encrypted inodes
` [RFC PATCH v11 50/51] ceph: add encryption support to writepage
` [RFC PATCH v11 51/51] ceph: fscrypt support for writepages

[PATCH 00/23] Builtin FSMonitor Part 3
 2022-03-22 14:25 UTC  (7+ messages)
` [PATCH v2 00/27] "

[PATCH RFC 03/12] iommufd: File descriptor, context, kconfig and makefiles
 2022-03-22 14:18 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-22 14:26 UTC 

[PATCH v4 0/5] ceph/libceph: add support for sparse reads to msgr2 crc codepath
 2022-03-22 14:20 UTC  (2+ messages)

Fw: rc6 splat
 2022-03-22 14:21 UTC  (5+ messages)

[PATCH 0/5 v2] Proposed docs version changes
 2022-03-22 14:25 UTC  (4+ messages)
` [docs] "

[PATCH] [honister] docs: fix hardcoded link warning messages
 2022-03-22 14:25 UTC 

[PATCH 00/15] iotests: add enhanced debugging info to qemu-io failures
 2022-03-22 14:22 UTC  (9+ messages)
` [PATCH 01/15] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PATCH 02/15] iotests/163: Fix broken qemu-io invocation
` [PATCH 03/15] iotests: Don't check qemu_io() output for specific error strings
` [PATCH 04/15] iotests/040: Don't check image pattern on zero-length image

[tpm2] [RELEASE] tpm2-openssl 1.1.0
 2022-03-22 14:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-22 14:21 UTC 

[PATCH v3 1/3] ftrace: cleanup ftrace_graph_caller enable and disable
 2022-03-22 14:14 UTC  (6+ messages)
` [PATCH v3 3/3] arm64/ftrace: Make function graph use ftrace directly
      ` [External] "

RTT-PROBE: lore-subspace-rtt
 2022-03-22 14:16 UTC 

SSTATE corruption
 2022-03-22 14:13 UTC  (2+ messages)
` [yocto] "

[RFC PATCH-for-7.0 v4] target/i386/kvm: Free xsave_buf when destroying vCPU
 2022-03-22 14:11 UTC  (8+ messages)

[Intel-gfx] [PATCH 0/1] [PATCH 0/1] Handle the DG2 max bw properly
 2022-03-22 14:12 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

RTT-PROBE: lore-subspace-rtt
 2022-03-22 14:11 UTC 

[honister][PATCH] documentation: prepare for 3.4.3 release
 2022-03-22 14:10 UTC  (2+ messages)
` [docs] "

[PATCH] cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parser
 2022-03-22 14:10 UTC 

[linux-next:master 8752/11953] sound/soc/codecs/lpass-macro-common.c:53 lpass_macro_pds_init() warn: passing zero to 'ERR_PTR'
 2022-03-22 14:09 UTC  (10+ messages)

[PATCH v13 0/5] Use drm_clflush* instead of clflush
 2022-03-22 14:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH net] vsock/virtio: enable VQs early on probe
 2022-03-22 14:09 UTC  (6+ messages)

[PATCH 0/3] optimise submit+iopoll mutex locking
 2022-03-22 14:07 UTC  (4+ messages)
` [PATCH 1/3] io_uring: split off IOPOLL argument verifiction
` [PATCH 2/3] io_uring: pre-calculate syscall iopolling decision
` [PATCH 3/3] io_uring: optimise mutex locking for submit+iopoll

[PATCH] virtio: use virtio_device_ready() in virtio_device_restore()
 2022-03-22 14:07 UTC  (3+ messages)

[PATCH v2] USB: Fix xhci ERDP update issue
 2022-03-22 14:07 UTC 

[PATCH 1/3] rng: add OP-TEE based Random Number Generator
 2022-03-22 14:06 UTC  (3+ messages)
` [PATCH 2/3] tee: optee: bind rng optee driver
` [PATCH 3/3] configs: add support of OPTEE RNG in stm32mp15 defconfig

[PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux systems
 2022-03-22 14:05 UTC  (2+ messages)

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-22 14:05 UTC  (6+ messages)
` [RFC 3/3] scsi: target: tcmu: Support zero copy

RTT-PROBE: lore-subspace-rtt
 2022-03-22 14:06 UTC 

[PATCH] drm/amdkfd: print unmap queue status for RAS poison consumption (v2)
 2022-03-22 14:05 UTC  (4+ messages)

[PATCH v12 00/14] module: core code clean up
 2022-03-22 14:03 UTC  (15+ messages)
` [PATCH v12 01/14] module: Move all into module/
` [PATCH v12 02/14] module: Simple refactor in preparation for split
` [PATCH v12 03/14] module: Make internal.h and decompress.c more compliant
` [PATCH v12 04/14] module: Move livepatch support to a separate file
` [PATCH v12 05/14] module: Move latched RB-tree "
` [PATCH v12 06/14] module: Move strict rwx "
` [PATCH v12 07/14] module: Move extra signature support out of core code
` [PATCH v12 08/14] module: Move kmemleak support to a separate file
` [PATCH v12 09/14] module: Move kallsyms support into "
` [PATCH v12 10/14] module: kallsyms: Fix suspicious rcu usage
` [PATCH v12 11/14] module: Move procfs support into a separate file
` [PATCH v12 12/14] module: Move sysfs "
` [PATCH v12 13/14] module: Move kdb module related code out of main kdb code
` [PATCH v12 14/14] module: Move version support into a separate file

[PATCH net-next v3 0/3] net: ipvlan: fix potential UAF problem for phy_dev
 2022-03-22 14:03 UTC  (5+ messages)
` [PATCH net-next v3 1/3] "
` [PATCH net-next v3 2/3] net: ipvlan: add net device refcount tracker

[net-next PATCH 0/4] Reduce qca8k_priv space usage
 2022-03-22 14:03 UTC  (6+ messages)
` [net-next PATCH 1/4] drivers: net: dsa: qca8k: drop MTU tracking from qca8k_priv

[PATCH v4 0/8] Enable designware PCI EP EDMA locally
 2022-03-22 14:03 UTC  (12+ messages)
` [PATCH v4 5/8] dmaengine: dw-edma: Fix programming the source & dest addresses for ep

[PATCH RFC 00/11] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-03-22 14:03 UTC  (8+ messages)
` [PATCH 01/11] blk-mq: Add blk_mq_init_queue_ops()
          ` [dm-devel] "

[PATCH v1 00/13] various virtio docs, fixes and tweaks
 2022-03-22 14:02 UTC  (4+ messages)
` [PATCH v1 12/13] hw/virtio/vhost-user: don't suppress F_CONFIG when supported

[RFC PATCH v2 0/8] Add dynamic memory allocator support for nolibc
 2022-03-22 14:02 UTC  (14+ messages)
` [RFC PATCH v2 3/8] tools/nolibc: i386: Implement syscall with 6 arguments

[PATCH v3 0/6] Boot time cpupools
 2022-03-22 14:01 UTC  (7+ messages)
` [PATCH v3 4/6] xen/cpupool: Create different cpupools at boot time

RTT-PROBE: lore-subspace-rtt
 2022-03-22 14:01 UTC 

[PATCH] thermal: imx: Disambiguate the error message
 2022-03-22 13:59 UTC 

[igt-dev] [i-g-t] i915/perf: Enable perf OA tests for ADL-N
 2022-03-22 13:57 UTC  (2+ messages)

[PATCH] crypto: caam - enable prediction resistance conditionally
 2022-03-22 13:56 UTC  (5+ messages)
      ` [EXT] "

RTT-PROBE: lore-subspace-rtt
 2022-03-22 13:56 UTC 

[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller
 2022-03-22 13:54 UTC  (7+ messages)
` [PATCH v11 5/7] dt-bindings: display: Add Loongson "

[PATCH] arm64: dts: qcom: switch panel compatible to "edp-panel" for limozeen
 2022-03-22 13:54 UTC  (2+ messages)

[xfs] 1fc3f2c3c9: xfstests.xfs.529.fail
 2022-03-22 13:54 UTC  (2+ messages)

[PATCH] xen/arm: skip first 32 bytes of zimage32
 2022-03-22 13:52 UTC  (6+ messages)

RFC: Use of user space handler vs. SIG_DFL on forced signals
 2022-03-22 13:53 UTC  (3+ messages)

[PATCH] USB:Fix ehci infinite suspend-resume loop issue in zhaoxin
 2022-03-22 13:52 UTC  (6+ 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.