All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-30 14:39:51 to 2021-07-30 15:12:43 UTC [more...]

[PATCH 00/12] Add minimal support for Exynos850 SoC
 2021-07-30 15:11 UTC  (31+ messages)
` [PATCH 01/12] pinctrl: samsung: Fix pinctrl bank pin count
` [PATCH 02/12] pinctrl: samsung: Add Exynos850 SoC specific data
` [PATCH 03/12] dt-bindings: pinctrl: samsung: Add Exynos850 doc
` [PATCH 04/12] tty: serial: samsung: Init USI to keep clocks running
` [PATCH 05/12] tty: serial: samsung: Fix driver data macros style
` [PATCH 06/12] tty: serial: samsung: Add Exynos850 SoC data
` [PATCH 07/12] dt-bindings: serial: samsung: Add Exynos850 doc
` [PATCH 08/12] MAINTAINERS: Cover Samsung clock YAML bindings
` [PATCH 09/12] dt-bindings: clock: Add bindings for Exynos850 clock controller
` [PATCH 10/12] clk: samsung: Add Exynos850 clock driver stub
` [PATCH 11/12] dt-bindings: interrupt-controller: Add IRQ constants for Exynos850
` [PATCH 12/12] arm64: dts: exynos: Add Exynos850 SoC support

Documentation on when to free structures in/after callbacks
 2021-07-30 15:12 UTC  (2+ messages)

[PATCH RFC 0/3] mirror: rework soft-cancelling READY mirror
 2021-07-30 15:11 UTC  (8+ messages)

pl2303 : unknown device type
 2021-07-30 15:11 UTC  (4+ messages)
` [PATCH] USB: serial: pl2303: fix HX type detection

need help with my config
 2021-07-30 15:09 UTC  (2+ messages)

[RFC-PATCH] net: stmmac: Add KR port support
 2021-07-30 15:11 UTC  (5+ messages)

[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-07-30 15:01 UTC  (22+ messages)
` [Virtio-fs] "
` [PATCH v3 01/10] virtiofsd: Limit setxattr()'s creds-dropped region
  ` [Virtio-fs] "
` [PATCH v3 02/10] virtiofsd: Add TempFd structure
  ` [Virtio-fs] "
` [PATCH v3 03/10] virtiofsd: Use lo_inode_open() instead of openat()
  ` [Virtio-fs] "
` [PATCH v3 04/10] virtiofsd: Add lo_inode_fd() helper
  ` [Virtio-fs] "
` [PATCH v3 05/10] virtiofsd: Let lo_fd() return a TempFd
  ` [Virtio-fs] "
` [PATCH v3 06/10] virtiofsd: Let lo_inode_open() "
  ` [Virtio-fs] "
` [PATCH v3 07/10] virtiofsd: Add lo_inode.fhandle
  ` [Virtio-fs] "
` [PATCH v3 08/10] virtiofsd: Add inodes_by_handle hash table
  ` [Virtio-fs] "
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle
  ` [Virtio-fs] "
` [PATCH v3 10/10] virtiofsd: Add lazy lo_do_find()
  ` [Virtio-fs] "

[PATCH v3 0/2] infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
 2021-07-30 15:10 UTC  (4+ messages)
` [PATCH v3 2/2] Makefile: "

Debugging dtoc?
 2021-07-30 15:10 UTC  (7+ messages)

[PATCH v2 0/4] Add Landlock man pages
 2021-07-30 14:32 UTC  (7+ messages)
` [PATCH v2 1/4] landlock.7: Add a new page to introduce Landlock

[PATCH] ipc: add set_ownership() and permissions() callbacks for posix mqueue sysctl
 2021-07-30 15:09 UTC  (2+ messages)

[PATCH 0/4] Add support for EcoNet EN7523 SoC
 2021-07-30 14:59 UTC  (19+ messages)
` [PATCH 3/5] ARM: dts: Add basic support for EcoNet EN7523
` [PATCH 4/5] ARM: Add basic support for EcoNet EN7523 SoC

[PATCH] tcp: use rto_min value from socket in retransmits timeout
 2021-07-30 15:08 UTC  (4+ messages)

[PATCH] ipmi: ssif_bmc: Uninitialized return in ssif_bmc_write()
 2021-07-30 15:08 UTC 

[PATCH 1/2] arm64: dts: juno: Describe PCI dma-ranges
 2021-07-30 14:57 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: juno: Enable more SMMUs

[PATCH v9 00/26] x86: Support Intel Advanced Matrix Extensions
 2021-07-30 14:59 UTC  (27+ messages)
` [PATCH v9 01/26] x86/fpu/xstate: Modify the initialization helper to handle both static and dynamic buffers
` [PATCH v9 02/26] x86/fpu/xstate: Modify state copy helpers "
` [PATCH v9 03/26] x86/fpu/xstate: Modify address finders "
` [PATCH v9 04/26] x86/fpu/xstate: Add a new variable to indicate dynamic user states
` [PATCH v9 05/26] x86/fpu/xstate: Add new variables to indicate dynamic XSTATE buffer size
` [PATCH v9 06/26] x86/fpu/xstate: Calculate and remember dynamic XSTATE buffer sizes
` [PATCH v9 07/26] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer
` [PATCH v9 08/26] x86/fpu/xstate: Introduce helpers to manage the XSTATE buffer dynamically
` [PATCH v9 09/26] x86/fpu/xstate: Update the XSTATE save function to support dynamic states
` [PATCH v9 10/26] x86/fpu/xstate: Update the XSTATE buffer address finder "
` [PATCH v9 11/26] x86/fpu/xstate: Update the XSTATE context copy function "
` [PATCH v9 12/26] x86/fpu/xstate: Use feature disable (XFD) to protect dynamic user state
` [PATCH v9 13/26] x86/fpu/xstate: Support ptracer-induced XSTATE buffer expansion
` [PATCH v9 14/26] x86/arch_prctl: Create ARCH_SET_STATE_ENABLE/ARCH_GET_STATE_ENABLE
` [PATCH v9 15/26] x86/fpu/xstate: Support both legacy and expanded signal XSTATE size
` [PATCH v9 16/26] x86/fpu/xstate: Adjust the XSAVE feature table to address gaps in state component numbers
` [PATCH v9 17/26] x86/fpu/xstate: Disable XSTATE support if an inconsistent state is detected
` [PATCH v9 18/26] x86/cpufeatures/amx: Enumerate Advanced Matrix Extension (AMX) feature bits
` [PATCH v9 19/26] x86/fpu/amx: Define AMX state components and have it used for boot-time checks
` [PATCH v9 20/26] x86/fpu/amx: Initialize child's AMX state
` [PATCH v9 21/26] x86/fpu/amx: Enable the AMX feature in 64-bit mode
` [PATCH v9 22/26] x86/fpu/xstate: Skip writing zeros to signal frame for dynamic user states if in INIT-state
` [PATCH v9 23/26] selftest/x86/amx: Test cases for the AMX state management
` [PATCH v9 24/26] x86/insn/amx: Add TILERELEASE instruction to the opcode map
` [PATCH v9 25/26] intel_idle/amx: Add SPR support with XTILEDATA capability
` [PATCH v9 26/26] x86/fpu/xstate: Add a sanity check for XFD state when saving XSTATE

[PATCH 1/2] eap-aka: round to nearest word on message buffers
 2021-07-30 15:07 UTC  (2+ messages)
` [PATCH 2/2] p2p: fix out of scope read

[PATCH 0/2] kasan, mm: reset tag when access metadata
 2021-07-30 14:57 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH v6 5/9] ssh signing: parse ssh-keygen output and verify signatures
 2021-07-30 15:05 UTC  (13+ messages)

[intel-linux-intel-lts:4.19/android_r 19120/24281] drivers/usb/gadget/function/f_dvctrace.c:609:28: warning: variable 'cdev' set but not used
 2021-07-30 15:05 UTC 

[PATCH] cgroup: Fix typo in comments and documents
 2021-07-30 15:03 UTC  (6+ messages)

[PATCH v3 0/1] arm64/cpufeature: Support optionally disable MTE
 2021-07-30 14:49 UTC  (6+ messages)
` [PATCH v3 1/1] arm64/cpufeature: Optionally disable MTE via command-line

SYSROOTS_EXCLUDEDEPS_SYSROOT changing more hashes than I expect
 2021-07-30 15:02 UTC 

[PATCH 0/4] KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hypercall input
 2021-07-30 15:01 UTC  (5+ messages)
` [PATCH 4/4] KVM: selftests: Test access to XMM fast hypercalls

[PATCH] fs/ntfs: delete unused header file
 2021-07-30 14:55 UTC 

[PATCH v2 0/4] Add support for trusted boot on IBM PPC platform
 2021-07-30 14:59 UTC  (6+ messages)
` [PATCH v2 4/4] ibmvtpm: Add support for trusted boot using a vTPM 2.0

[GIT PULL] libata updates for 5.14-rc
 2021-07-30 14:58 UTC 

[PATCH v22 00/16] Delayed Attributes
 2021-07-30 14:58 UTC  (5+ messages)
` [PATCH v22 10/16] RFC xfs: Skip flip flags for delayed attrs
` [PATCH v22 11/16] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred

[PATCH v3 0/4] Add Landlock man pages
 2021-07-30 14:41 UTC  (5+ messages)
` [PATCH v3 1/4] landlock.7: Add a new page to introduce Landlock
` [PATCH v3 2/4] landlock_create_ruleset.2: Document new syscall
` [PATCH v3 3/4] landlock_add_rule.2: "
` [PATCH v3 4/4] landlock_restrict_self.2: "

[PATCH 0/4] staging: rtl8723bs: little cleanup
 2021-07-30 14:54 UTC  (5+ messages)
` [PATCH 1/4] staging: rtl8723bs: fix camel case issue in struct wlan_bssid_ex
` [PATCH 2/4] staging: rtl8723bs: remove unnecessary parentheses
` [PATCH 3/4] staging: rtl8723bs: align condition to match open parentheses
` [PATCH 4/4] staging: rtl8723bs: put condition parentheses at the end of a line

[kvm-unit-tests PATCH 0/4] s390x: SIE cleanup 2
 2021-07-30 14:54 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: sie: Add sie lib validity handling
` [kvm-unit-tests PATCH 2/4] s390x: lib: Introduce HPAGE_* constants
` [kvm-unit-tests PATCH 3/4] s390x: lib: sie: Add struct vm (de)initialization functions
` [kvm-unit-tests PATCH 4/4] lib: s390x: sie: Move sie function into library

[dpdk-dev] [PATCH] mbuf: fix reset on mbuf free
 2021-07-30 14:54 UTC  (4+ messages)
` [dpdk-dev] [dpdk-stable] [PATCH v4] "

[PATCH 0/3] Gitlab-CI improvements
 2021-07-30 14:52 UTC  (4+ messages)
` [PATCH 1/3] gitlab-ci: Merge "build-disabled" with "build-without-default-features"
` [PATCH 3/3] gitlab-ci: Fix ..._RUNNER_AVAILABLE variables and document them

[PATCH 0/2] shm: omit forced shm destroy if task IPC namespace was changed
 2021-07-30 14:52 UTC  (4+ messages)
` [RFC PATCH] shm: extend forced shm destroy to support objects from several IPC nses

[RFC v2] /dev/iommu uAPI proposal
 2021-07-30 14:51 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_big_fb: Fix hw stride length tests
 2021-07-30 14:51 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_big_fb: Fix hw stride length tests (rev4)

[PATCH] arm-bsp/fvp-baser-aemv8r64: add support for virtio-9p
 2021-07-30 14:51 UTC 

cto changes for v4 atomic open
 2021-07-30 14:48 UTC  (2+ messages)

[PATCH v3 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-07-30 14:47 UTC  (6+ messages)

[PATCH V5] mm: compaction: support triggering of proactive compaction by user
 2021-07-30 14:47 UTC  (4+ messages)

[PATCH] x86/intel_rdt: use __this_cpu_read in pseudo_lock_fn()
 2021-07-30 14:47 UTC  (4+ messages)
  ` 回复: "

[PREEMPT_RT][PATCH] printk: Enhance the condition check of msleep in pr_flush()
 2021-07-30 14:46 UTC  (4+ messages)

[GIT PULL v2 for 5.15] Camera sensor, async and documentation patches
 2021-07-30 14:46 UTC  (2+ messages)

Question on (locking: Make spinlock_t and rwlock_t a RCU section on RT)
 2021-07-30 14:44 UTC  (2+ messages)

[libgpiod v2][PATCH 0/3] libgpiod v2: new API improvements
 2021-07-30 14:43 UTC  (4+ messages)
` [libgpiod v2][PATCH 1/3] chip: provide gpiod_chip_get_path()
` [libgpiod v2][PATCH 2/3] line-info: provide gpiod_line_info_get_event_clock()
` [libgpiod v2][PATCH 3/3] treewide: unify the line settings defines

[GIT PULL] Btrfs fixes fro 5.14-rc4
 2021-07-30 14:40 UTC 

[linux-nfc] [PATCH v3 0/7] nfc: constify pointed data - missed part
 2021-07-30 14:42 UTC  (24+ messages)
`  "
` [linux-nfc] [PATCH v3 1/7] nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
  `  "
` [PATCH v3 2/7] nfc: annotate af_nfc_exit() as __exit
  ` [linux-nfc] "
` [PATCH v3 3/7] nfc: hci: annotate nfc_llc_init() as __init
  ` [linux-nfc] "
` [PATCH v3 4/7] nfc: constify several pointers to u8, char and sk_buff
  ` [linux-nfc] "
` [PATCH v3 5/7] nfc: constify local pointer variables
  ` [linux-nfc] "
` [PATCH v3 6/7] nfc: nci: constify several pointers to u8, sk_buff and other structs
  ` [linux-nfc] "
` [PATCH v3 7/7] nfc: hci: cleanup unneeded spaces
  ` [linux-nfc] "

[PATCH] staging: r8188eu: fix include directory mess
 2021-07-30 14:42 UTC 

[dpdk-dev] [PATCH] net/virtio: fix repeated memory free of vq
 2021-07-30 14:41 UTC 

[PATCH] block: Fix typo in comments
 2021-07-30 14:41 UTC  (2+ messages)

[PATCH iproute2-next v2 0/3] Provide support for IOAM
 2021-07-30 14:39 UTC  (7+ messages)
` [PATCH iproute2-next v2 1/3] Add, show, link, remove IOAM namespaces and schemas


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.