All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-23 11:50:29 to 2021-06-23 12:31:03 UTC [more...]

[PATCH v2 00/12] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec
 2021-06-23 12:29 UTC  (7+ messages)
` [PATCH v2 10/12] drm/vc4: hdmi: Register HDMI codec

[PATCH] KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
 2021-06-23 12:30 UTC  (3+ messages)

[PULL 00/12] Misc, mostly meson patches for 2021-06-23
 2021-06-23 12:14 UTC  (13+ messages)
` [PULL 01/12] target/i386: kvm: add support for TSC scaling
` [PULL 02/12] meson: drop unused CONFIG_GCRYPT_HMAC
` [PULL 03/12] configure: drop unused variables for xts
` [PULL 04/12] meson: remove preadv from summary
` [PULL 05/12] tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT
` [PULL 06/12] configure, meson: convert crypto detection to meson
` [PULL 07/12] configure, meson: convert libtasn1 "
` [PULL 08/12] configure, meson: convert pam "
` [PULL 09/12] configure, meson: convert libusb "
` [PULL 10/12] configure, meson: convert libcacard "
` [PULL 11/12] configure, meson: convert libusbredir "
` [PULL 12/12] KVM: Fix dirty ring mmap incorrect size due to renaming accident

[PATCH v2 00/29] docs: avoid using ReST :doc:`foo` tag
 2021-06-23 12:26 UTC  (3+ messages)
` [PATCH v2 27/29] docs: userspace-api: landlock.rst: avoid using ReST :doc:`foo` markup

net/sunrpc/xprtrdma/frwr_ops.c:647 frwr_unmap_async() error: potentially dereferencing uninitialized 'last'
 2021-06-23 12:27 UTC  (6+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-06-23  8:32 UTC  (11+ messages)

[PATCH v2] PCI: tegra: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-06-23 12:27 UTC  (2+ messages)

[PATCH][hardknott 1/3] arm-bsp/tc0-artifacts-image: restrict to TC0
 2021-06-23 12:28 UTC  (3+ messages)
` [PATCH][hardknott 2/3] arm-bsp/linux: guard FILESEXTRAPATHS changes in overrides
` [PATCH][hardknott 3/3] ci: add yocto-check-layers step

[patch V4 00/65] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-23 12:02 UTC  (66+ messages)
` [patch V4 01/65] x86/fpu: Fix copy_xstate_to_kernel() gap handling
` [patch V4 02/65] x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")
` [patch V4 03/65] x86/fpu: Mark various FPU states __ro_after_init
` [patch V4 04/65] x86/fpu: Make xfeatures_mask_all __ro_after_init
` [patch V4 05/65] x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
` [patch V4 06/65] x86/fpu: Remove unused get_xsave_field_ptr()
` [patch V4 07/65] x86/fpu: Move inlines where they belong
` [patch V4 08/65] x86/fpu: Limit xstate copy size in xstateregs_set()
` [patch V4 09/65] x86/fpu: Sanitize xstateregs_set()
` [patch V4 10/65] x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()
` [patch V4 11/65] x86/fpu: Simplify PTRACE_GETREGS code
` [patch V4 12/65] x86/fpu: Rewrite xfpregs_set()
` [patch V4 13/65] x86/fpu: Fail ptrace() requests that try to set invalid MXCSR values
` [patch V4 14/65] x86/fpu: Clean up fpregs_set()
` [patch V4 15/65] x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
` [patch V4 16/65] x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()
` [patch V4 17/65] x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()
` [patch V4 18/65] x86/fpu: Remove fpstate_sanitize_xstate()
` [patch V4 19/65] x86/fpu/regset: Move fpu__read_begin() into regset
` [patch V4 20/65] x86/fpu: Move fpu__write_begin() to regset
` [patch V4 21/65] x86/fpu: Get rid of using_compacted_format()
` [patch V4 22/65] x86/kvm: Avoid looking up PKRU in XSAVE buffer
` [patch V4 23/65] x86/fpu: Cleanup arch_set_user_pkey_access()
` [patch V4 24/65] x86/fpu: Get rid of copy_supervisor_to_kernel()
` [patch V4 25/65] x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
` [patch V4 26/65] x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
` [patch V4 27/65] x86/fpu: Rename fxregs related copy functions
` [patch V4 28/65] x86/math-emu: Rename frstor()
` [patch V4 29/65] x86/fpu: Rename fregs related copy functions
` [patch V4 30/65] x86/fpu: Rename xstate copy functions which are related to UABI
` [patch V4 31/65] x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
` [patch V4 32/65] x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
` [patch V4 33/65] x86/fpu: Get rid of the FNSAVE optimization
` [patch V4 34/65] x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
` [patch V4 35/65] x86/fpu: Rename initstate copy functions
` [patch V4 36/65] x86/fpu: Rename "dynamic" XSTATEs to "independent"
` [patch V4 37/65] x86/fpu/xstate: Sanitize handling of independent features
` [patch V4 38/65] x86/pkeys: Move read_pkru() and write_pkru()
` [patch V4 39/65] x86/fpu: Rename and sanitize fpu__save/copy()
` [patch V4 40/65] x86/cpu: Sanitize X86_FEATURE_OSPKE
` [patch V4 41/65] x86/pkru: Provide pkru_get_init_value()
` [patch V4 42/65] x86/pkru: Provide pkru_write_default()
` [patch V4 43/65] x86/cpu: Write the default PKRU value when enabling PKE
` [patch V4 44/65] x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
` [patch V4 45/65] x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
` [patch V4 46/65] x86/fpu: Clean up the fpu__clear() variants
` [patch V4 47/65] x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
` [patch V4 48/65] x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
` [patch V4 49/65] x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
` [patch V4 50/65] x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
` [patch V4 51/65] x86/fpu: Add PKRU storage outside of task XSAVE buffer
` [patch V4 52/65] x86/fpu: Hook up PKRU into ptrace()
` [patch V4 53/65] x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
` [patch V4 54/65] x86/fpu: Remove PKRU handling from switch_fpu_finish()
` [patch V4 55/65] x86/fpu: Dont store PKRU in xstate in fpu_reset_fpstate()
` [patch V4 56/65] x86/pkru: Remove xstate fiddling from write_pkru()
` [patch V4 57/65] x86/fpu: Mark init_fpstate __ro_after_init
` [patch V4 58/65] x86/fpu/signal: Move initial checks into fpu__sig_restore()
` [patch V4 59/65] x86/fpu/signal: Remove the legacy alignment check
` [patch V4 60/65] x86/fpu/signal: Sanitize the xstate check on sigframe
` [patch V4 61/65] x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
` [patch V4 62/65] x86/fpu/signal: Split out the direct restore code
` [patch V4 63/65] x86/fpu: Return proper error codes from user access functions
` [patch V4 64/65] x86/fpu/signal: Handle #PF in the direct restore path
` [patch V4 65/65] x86/fpu/signal: Let xrstor handle the features to init

[dpdk-dev] [PATCH v5 1/2] power: don't use rte prefix in internal code
 2021-06-23 12:27 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6 "
  ` [dpdk-dev] [PATCH v6 2/2] power: refactor pstate and acpi code

Interrupt for port 19, but apparently not enabled; per-user 000000004af23acc
 2021-06-23 12:25 UTC  (5+ messages)

[PATCH 1/3] drm/i915/ttm: consider all placements for the page alignment
 2021-06-23 12:25 UTC  (6+ messages)
` [PATCH 3/3] drm/i915/gtt: ignore min_page_size for paging structures
  ` [Intel-gfx] "

[PATCH 1/2] drm/amdgpu: free pasid early before converting a vm
 2021-06-23 12:25 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: use xarray for storing pasid in vm

[PATCH] hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h
 2021-06-23 12:20 UTC  (2+ messages)

6/23/2021 Product Inquiry
 2021-06-23 12:24 UTC 

[powerpc][next-20210621] WARNING at kernel/sched/fair.c:3277 during boot
 2021-06-23 12:22 UTC  (12+ messages)

[PATCH 0/2] clk: renesas: r8a779a0: V3U DU support
 2021-06-23 12:22 UTC  (5+ messages)
` [PATCH 1/2] clk: renesas: r8a779a0: Add the DU clock
` [PATCH 2/2] clk: renesas: r8a779a0: Add the DSI clocks

[PATCH] PCI: xilinx-nwl: Enable the clock through CCF
 2021-06-23 12:20 UTC  (4+ messages)

[PATCH] i2c/imx: Fix some checkpatch warnings
 2021-06-23 12:19 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too
 2021-06-23 12:20 UTC 

[PATCH 00/15] implicit fencing/dma-resv rules for shared buffers
 2021-06-23 12:18 UTC  (5+ messages)
` [PATCH 15/15] RFC: drm/amdgpu: Implement a proper implicit fencing uapi
    ` [Intel-gfx] "

Auditing QEMU to replace NULL with &error_abort
 2021-06-23 12:16 UTC  (2+ messages)

[PATCH v1] crypto: Make the DRBG compliant with NIST SP800-90A rev1
 2021-06-23 12:07 UTC 

[PATCH] service: Fix default service update on ready state
 2021-06-23 12:18 UTC 

[PATCH] firmware: export x86_64 platform flash bios region via sysfs
 2021-06-23 12:17 UTC  (3+ messages)

[PATCH] cifs: missing null pointer check in cifs_mount
 2021-06-23 12:17 UTC  (3+ messages)

[PATCH v2 00/46] Folio-enabling the page cache
 2021-06-23 12:15 UTC  (4+ messages)
` [PATCH v2 46/46] mm/filemap: Add FGP_STABLE

[PATCH v2 00/22] Deprecate struct drm_device.irq_enabled
 2021-06-23 12:15 UTC  (9+ messages)
` [PATCH v2 04/22] drm: Don't test for IRQ support in VBLANK ioctls

[PATCH v2 11/12] mac80211: drop data frames without key on encrypted links
 2021-06-23 12:16 UTC  (4+ messages)

[dpdk-dev] [PATCH v2] kni: fix wrong mbuf alloc count in kni_allocate_mbufs
 2021-06-23 12:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] kni: fix mbuf allocation for alloc FIFO
  ` [dpdk-dev] [dpdk-stable] "

Keyboard paring failures, still
 2021-06-23 12:15 UTC  (2+ messages)

[PATCH] udmabuf: configurable list_limit and size_limit_mb
 2021-06-23 12:14 UTC  (2+ messages)

[GIT PULL] HDMI codec improvements, v2
 2021-06-23 12:13 UTC  (3+ messages)

[PATCH v1 0/3] drm/virtio: Add a default synchronization mechanism for blobs
 2021-06-23 12:13 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/7] Enhancements for PMD power management
 2021-06-23 12:12 UTC  (8+ messages)
` [dpdk-dev] [PATCH v1 1/7] power_intrinsics: allow monitor checks inversion

[PATCH] mm: vmalloc: add cond_resched() in __vunmap()
 2021-06-23 12:11 UTC  (2+ messages)

[PATCH RFC 0/6] i386/pc: Fix creation of >= 1Tb guests on AMD systems with IOMMU
 2021-06-23 12:09 UTC  (8+ messages)
` [PATCH RFC 1/6] i386/pc: Account IOVA reserved ranges above 4G boundary

[PATCH v2 1/3] drm/dp_helper: Rework the drm_dp_aux documentation
 2021-06-23 12:10 UTC  (3+ messages)

[PATCH rdma-next 0/2] SG fix together with update to RDMA umem
 2021-06-23 12:10 UTC  (5+ messages)
` [PATCH rdma-next 2/2] RDMA: Use dma_map_sgtable for map umem pages

[dpdk-dev] [PATCH v1] examples/power: add baseline mode to PMD power
 2021-06-23 12:09 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 00/14] bcache patches for Linux v5.14
 2021-06-23 12:09 UTC  (12+ messages)
` [PATCH 03/14] bcache: add initial data structures for nvm pages
  ` Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)

[question] free space of disk with btrfs is too different from other du
 2021-06-23 12:08 UTC  (5+ messages)

[PATCH v5 00/14] target/hexagon: introduce idef-parser
 2021-06-23 12:05 UTC  (3+ messages)
` [PATCH v5 06/14] target/hexagon: introduce new helper functions

[PATCH v7 4/8] PCI/sysfs: Allow userspace to query and set device reset mechanism
 2021-06-23 12:06 UTC  (2+ messages)

[PATCH v2] libtracefs: Add APIs for data streaming
 2021-06-23 12:05 UTC 

[PATCH] PCI: tegra: Fix shiftTooManyBitsSigned warning for Tegra194
 2021-06-23 12:04 UTC  (2+ messages)

[PATCH v3 0/6] block: add a sequence number to disks
 2021-06-23 12:03 UTC  (6+ messages)
` [PATCH v3 3/6] block: refactor sysfs code
` [PATCH v3 6/6] loop: increment sequence number

[PATCH v4 0/2] drm: address potential UAF bugs with drm_master ptrs
 2021-06-23 12:02 UTC  (5+ messages)
` [PATCH v4 1/2] drm: add a locked version of drm_is_current_master

[PATCH RFC 0/4] UFS patches for Linux kernel v5.14
 2021-06-23 12:02 UTC  (3+ messages)
` [PATCH RFC 4/4] ufs: Make host controller state change handling more systematic

[PATCH v9 00/28] mtd: spi-nor-core: add xSPI Octal DTR support
 2021-06-23 12:02 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Add sdmmc_ext for RK3328
 2021-06-23 12:00 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: Fix GPU register width for RK3328
 2021-06-23 11:59 UTC  (3+ messages)

[PATCH RFC] KVM: nSVM: Fix L1 state corruption upon return from SMM
 2021-06-23 12:00 UTC  (4+ messages)

[PATCH 0/7] Update clock definitions
 2021-06-23 11:59 UTC  (7+ messages)
` [PATCH 1/7] dt-bindings: clk: r9a07g044-cpg: "

[RFC] virtio-mem: Add support of memory_hotplug.memmap_on_memory
 2021-06-23 11:58 UTC 

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-23 11:58 UTC  (10+ messages)
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v5 10/10] io_uring: add support for IORING_OP_MKNODAT

[PATCH v2] clk: qcom: gcc: Add support for a new frequency for SC7280
 2021-06-23 11:57 UTC 

[LTP] [PATCH] controllers/cpuset_hotplug: skip unsupported Microsoft Hyper-V
 2021-06-23 11:57 UTC  (4+ messages)

[linux-next:master 10472/12271] arch/m68k/include/asm/bitops.h:491:27: sparse: sparse: too many errors
 2021-06-23 11:57 UTC 

[net-next: PATCH v3 0/6] ACPI MDIO support for Marvell controllers
 2021-06-23 11:56 UTC  (2+ messages)

[PATCH 0/4] fpga/mfd/hwmon: Initial support for Silicom N5010 PAC
 2021-06-23 11:56 UTC  (6+ messages)
` [PATCH 2/4] fpga: dfl: Move DFH header register macros to linux/dfl.h

[PATCH v2] board: sl28: add DSA support for variant 2
 2021-06-23 11:56 UTC 

[dpdk-dev] [PATCH v2 1/2] net/mlx5: add TCP and IPv6 to supported flow items list in Windows
 2021-06-23 11:56 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[Intel-gfx] [PATCH 1/6] drm/i915/display/psr: Handle SU Y granularity
 2021-06-23 11:55 UTC  (2+ messages)

[PATCH v8 2/2] pinctrl: mediatek: add rsel setting on MT8195
 2021-06-23 11:54 UTC  (2+ messages)

[PATCH v2 00/11] Add USB2.0 support
 2021-06-23 11:54 UTC  (8+ messages)
` [PATCH v2 10/11] phy: renesas: phy-rcar-gen3-usb2: Add OTG support for RZ/G2L

[PATCH 1/3] powerpc: Define empty_zero_page[] in C
 2021-06-23 11:53 UTC  (4+ messages)
` [PATCH 2/3] powerpc: Define swapper_pg_dir[] "

[BUG] arm64: an infinite loop in generic_perform_write()
 2021-06-23 11:51 UTC  (7+ messages)

[kvm-unit-tests PATCH 00/12] nSVM: NPT improvements and cleanups
 2021-06-23 11:52 UTC  (2+ messages)

[PATCH 1/4] net: if_arp: add ARPHRD_PUREIP type
 2021-06-23 11:34 UTC  (7+ messages)
` [PATCH 2/4] net: ipv6: don't generate link local address on PUREIP device
` [PATCH 3/4] net: dev_is_mac_header_xmit() return false for ARPHRD_PUREIP
` [PATCH 4/4] drivers: net: mediatek: initial implementation of ccmni

[PATCH v2] clk: qcom: gcc: Add support for a new frequency for SC7280
 2021-06-23 11:51 UTC 


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.