linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-11 14:53:01 to 2021-06-11 17:06:14 UTC [more...]

[PATCH v2 0/5] Review/Extend SCMI Transport Core layer
 2021-06-11 17:06 UTC  (2+ messages)

[PATCH v4 3/3] PM: runtime: Clarify documentation when callbacks are unassigned
 2021-06-11 17:05 UTC  (3+ messages)

[EXTERNAL] Re: [PATCH] net: phy: dp83867: perform soft reset and retain established link
 2021-06-11 17:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] s390/vfio-ap: refactor mdev remove callback and locks
 2021-06-11 17:05 UTC  (5+ messages)
` [PATCH 1/3] s390/vfio-ap: clean up mdev resources when remove callback invoked
` [PATCH 2/3] s390/vfio-ap: introduce two new r/w locks to replace wait_queue_head_t

[patch 00/41] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-11 17:04 UTC  (43+ messages)
` [patch 01/41] Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")
` [patch 02/41] x86/fpu: Mark various FPU states __ro_after_init
` [patch 03/41] x86/fpu: Remove unused get_xsave_field_ptr()
` [patch 04/41] x86/fpu: Move inlines where they belong
` [patch 05/41] x86/fpu: Limit xstate copy size in xstateregs_set()
` [patch 06/41] x86/fpu: Sanitize xstateregs_set()
` [patch 07/41] x86/fpu: Simplify PTRACE_GETREGS code
` [patch 08/41] x86/fpu: Restrict fpstate sanitizing to legacy components
` [patch 09/41] x86/kvm: Avoid looking up PKRU in XSAVE buffer
` [patch 10/41] x86/fpu: Cleanup arch_set_user_pkey_access()
` [patch 11/41] x86/fpu: Get rid of copy_supervisor_to_kernel()
` [patch 12/41] x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
` [patch 13/41] x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
` [patch 14/41] x86/fpu: Rename fxregs related copy functions
` [patch 15/41] x86/fpu: Rename fregs "
` [patch 16/41] x86/fpu: Rename xstate copy functions which are related to UABI
` [patch 17/41] x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
` [patch 18/41] x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
` [patch 19/41] x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_kernel()
` [patch 20/41] x86/fpu: Rename initstate copy functions
` [patch 21/41] x86/fpu: Rename "dynamic" XSTATEs to "independent"
` [patch 22/41] x86/fpu/xstate: Sanitize handling of independent features
` [patch 23/41] x86/pkeys: Move read_pkru() and write_pkru()
` [patch 24/41] x86/fpu: Differentiate "copy" versus "move" of fpregs
` [patch 25/41] x86/cpu: Sanitize X86_FEATURE_OSPKE
` [patch 26/41] x86/pkru: Provide pkru_get_init_value()
` [patch 27/41] x86/pkru: Provide pkru_write_default()
` [patch 28/41] x86/cpu: Write the default PKRU value when enabling PKE
` [patch 29/41] x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
` [patch 30/41] x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
` [patch 31/41] x86/fpu: Clean up the fpu__clear() variants
` [patch 32/41] x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
` [patch 33/41] x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
` [patch 34/41] x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
` [patch 35/41] x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
` [patch 36/41] x86/fpu: Add PKRU storage outside of task XSAVE buffer
` [patch 37/41] x86/fpu: Hook up PKRU into ptrace()
` [patch 38/41] x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
` [patch 39/41] x86/fpu: Remove PKRU handling from switch_fpu_finish()
` [patch 40/41] x86/fpu: Dont store PKRU in xstate in fpu_reset_fpstate()
` [patch 41/41] x86/pkru: Remove xstate fiddling from write_pkru()

[PATCH 0/6] Bundle of Intel EDAC patches
 2021-06-11 17:01 UTC  (7+ messages)
` [PATCH 1/6] EDAC/skx_common: Add new ADXL components for 2-level memory
` [PATCH 2/6] EDAC/i10nm: Add detection of memory levels for ICX/SPR servers
` [PATCH 3/6] EDAC/i10nm: Add support for high bandwidth memory
` [PATCH 4/6] EDAC/igen6: Add Intel ICL-NNPI SoC support
` [PATCH 5/6] EDAC/igen6: Add Intel Tiger Lake "
` [PATCH 6/6] EDAC/igen6: Add Intel Alder "

[PATCH -next v2] selinux: Fix kernel-doc
 2021-06-11 17:01 UTC  (2+ messages)

[PATCH] ACPI: power: Use dev_dbg() to print some messages
 2021-06-11 17:02 UTC  (2+ messages)

[PATCH v2] drm/msm/dpu: Avoid ABBA deadlock between IRQ modules
 2021-06-11 17:00 UTC 

[PATCH v4 00/16] Introduce SCMI VirtIO transport
 2021-06-11 16:59 UTC  (17+ messages)
` [PATCH v4 01/16] firmware: arm_scmi: Fix max pending messages boundary check
` [PATCH v4 02/16] firmware: arm_scmi: Add support for type handling in common functions
` [PATCH v4 03/16] firmware: arm_scmi: Add transport optional init/exit support
` [PATCH v4 04/16] firmware: arm_scmi: Introduce monotonically increasing tokens
` [PATCH v4 05/16] firmware: arm_scmi: Introduce delegated xfers support
` [PATCH v4 06/16] firmware: arm_scmi, smccc, mailbox: Make shmem based transports optional
` [PATCH v4 07/16] firmware: arm_scmi: Add op to override max message #
` [PATCH v4 08/16] [RFC][REWORK] "
` [PATCH v4 09/16] firmware: arm_scmi: Add optional link_supplier() transport op
` [PATCH v4 10/16] firmware: arm_scmi: Add per-device transport private info
` [PATCH v4 11/16] firmware: arm_scmi: Add is_scmi_protocol_device()
` [PATCH v4 12/16] firmware: arm_scmi: Add message passing abstractions for transports
` [PATCH v4 13/16] dt-bindings: arm: Add virtio transport for SCMI
` [PATCH v4 14/16] firmware: arm_scmi: Add virtio transport
` [PATCH v4 15/16] [RFC][REWORK] firmware: arm_scmi: make virtio-scmi use delegated xfers
` [PATCH v4 16/16] firmware: arm_scmi: Add polling mode to virtio transport

[PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages
 2021-06-11 16:56 UTC  (7+ messages)
` [PATCH] "

[PATCH 1/2] dt-bindings: mmc: sdhci-iproc: Add brcm,bcm7211a0-sdhci
 2021-06-11 16:54 UTC  (10+ messages)
` [PATCH 2/2] mmc: sdhci-iproc: Add support for the legacy sdhci controller on the BCM7211

[PATCH 1/1] PM: hibernate: remove leading spaces before tabs
 2021-06-11 16:53 UTC  (2+ messages)

[PATCH][next] ALSA: i2c: tea6330t: Remove redundant initialization of variable err
 2021-06-11 16:52 UTC 

[PATCH v3 0/6] iommu/amd: Enable page-selective flushes
 2021-06-11 16:50 UTC  (4+ messages)
` [PATCH v3 4/6] iommu: Factor iommu_iotlb_gather_is_disjoint() out

[PATCH 1/1] PM: remove trailing spaces and tabs
 2021-06-11 16:50 UTC  (2+ messages)

[PATCH v5 0/7] Hyper-V nested virt enlightenments for SVM
 2021-06-11 16:50 UTC  (5+ messages)

[PATCH] iommu/io-pgtable-arm: Optimize partial walk flush for large scatter-gather list
 2021-06-11 16:49 UTC  (11+ messages)

[PATCH] KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
 2021-06-11 16:49 UTC  (5+ messages)

[PATCH v9 00/11] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-06-11 16:48 UTC  (3+ messages)
` [PATCH v9 04/11] drm: Introduce "

[PATCH -next] x86/power: fix doc warnings in cpu.c
 2021-06-11 16:47 UTC  (2+ messages)

Plan for /dev/ioasid RFC v2
 2021-06-11 16:45 UTC  (11+ messages)

[PATCH] sched: cgroup SCHED_IDLE support
 2021-06-11 16:43 UTC  (4+ messages)

[PATCH v2 0/4] PM: domains: Avoid boilerplate code for DVFS in subsystem/drivers
 2021-06-11 16:42 UTC  (9+ messages)

[PATCH 0/4] selftests/vm/pkeys: Bug fixes and a new test
 2021-06-11 16:42 UTC  (5+ messages)
` [PATCH 1/4] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really, really random
` [PATCH 2/4] selftests/vm/pkeys: Handle negative sys_pkey_alloc() return code
` [PATCH 3/4] selftests/vm/pkeys: Refill shadow register after implicit kernel write
` [PATCH 4/4] selftests/vm/pkeys: Exercise x86 XSAVE init state

[PATCH 0/9] riscv: improve self-protection
 2021-06-11 16:41 UTC  (5+ messages)
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X

[PATCH v7 0/9] Add Rockchip SFC(serial flash controller) support
 2021-06-11 16:32 UTC  (5+ messages)
` [PATCH v7 1/9] dt-bindings: rockchip-sfc: Bindings for Rockchip serial flash controller

[GIT PULL] regulator: Changes for v5.14-rc1
 2021-06-11 16:33 UTC 

[PATCH] HID: i2c-hid: goodix: Tie the reset line to true state of the regulator
 2021-06-11 16:28 UTC 

[RFC 0/9] gfs2: handle page faults during read and write
 2021-06-11 16:25 UTC  (5+ messages)
` [RFC 4/9] gfs2: Fix mmap + page fault deadlocks (part 1)

[GIT PULL] ACPI fixes for v5.13-rc6
 2021-06-11 16:23 UTC 

[PATCH v6 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-06-11 16:23 UTC  (3+ messages)
` [PATCH v6 2/2] drivers/perf: hisi: Add driver for HiSilicon "

[PATCH v3 0/4] fpga: reorganize to subdirs
 2021-06-11 16:21 UTC  (5+ messages)
` [PATCH v3 1/4] fpga: dfl: reorganize to subdir layout
` [PATCH v3 2/4] fpga: xilinx: "
` [PATCH v3 3/4] fpga: altera: "
` [PATCH v3 4/4] fpga: lattice: "

[GIT PULL] (swiotlb) stable/for-linus-5.12
 2021-06-11 16:21 UTC  (7+ messages)
` swiotlb/caamjr regression (Was: [GIT PULL] (swiotlb) stable/for-linus-5.12)

[PATCH resend] mm/gup: fix try_grab_compound_head() race with split_huge_page()
 2021-06-11 16:15 UTC 

[RFC v2 PATCH 0/7] Xilinx DMA enhancements and optimization
 2021-06-11 16:16 UTC  (6+ messages)
` [RFC v2 PATCH 5/7] dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit

[PATCH] perf/x86/intel/lbr: Zero the xstate buffer on allocation
 2021-06-11 16:16 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails
 2021-06-11 16:15 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation
 2021-06-11 16:15 UTC  (2+ messages)

[PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-11 16:15 UTC  (2+ messages)

[PATCH v4 0/7] drivers/perf: Use general macro to simplify event attributes
 2021-06-11 16:15 UTC  (2+ messages)

[PATCH 0/7] check Makefile and Kconfigs for SPDX tag
 2021-06-11 16:12 UTC  (3+ messages)
` [PATCH 2/7] mei: hdcp: SPDX tag should be the first line

[PATCH v2 0/8] iio: afe: add temperature rescaling support
 2021-06-11 16:12 UTC  (4+ messages)
` [PATCH v2 8/8] dt-bindings: iio: afe: add binding for temperature-sense-amplifier

linux-next: build warning after merge of the net-next tree
 2021-06-11 16:06 UTC  (2+ messages)

[PATCH v1 0/7] Add TDX Guest Support (shared-mm support)
 2021-06-11 16:03 UTC  (7+ messages)
` [PATCH v1 1/7] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v1 6/7] x86/kvm: Use bounce buffers for TD guest

[PATCH 00/10] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers
 2021-06-11 16:02 UTC  (12+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 04/12] media: hantro: reorder variants
  ` [PATCH v2 05/12] media: hantro: merge Rockchip platform drivers
  ` [PATCH v2 06/12] media: hantro: add support for Rockchip RK3066
  ` [PATCH v2 07/12] media: hantro: add support for Rockchip RK3036
  ` [PATCH v2 08/12] ARM: dts: rockchip: add power controller for RK3036

[PATCH rdma-next v2 00/15] Reorganize sysfs file creation for struct ib_devices
 2021-06-11 16:00 UTC  (16+ messages)
` [PATCH rdma-next v2 01/15] RDMA: Split the alloc_hw_stats() ops to port and device variants
` [PATCH rdma-next v2 02/15] RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer
` [PATCH rdma-next v2 03/15] RDMA/core: Split port and device counter sysfs attributes
` [PATCH rdma-next v2 04/15] RDMA/core: Split gid_attrs related sysfs from add_port()
` [PATCH rdma-next v2 05/15] RDMA/core: Simplify how the gid_attrs sysfs is created
` [PATCH rdma-next v2 06/15] RDMA/core: Simplify how the port "
` [PATCH rdma-next v2 07/15] RDMA/core: Create the device hw_counters through the normal groups mechanism
` [PATCH rdma-next v2 08/15] RDMA/core: Remove the kobject_uevent() NOP
` [PATCH rdma-next v2 09/15] RDMA/core: Expose the ib port sysfs attribute machinery
` [PATCH rdma-next v2 10/15] RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's
` [PATCH rdma-next v2 11/15] RDMA/qib: Use attributes for the port sysfs
` [PATCH rdma-next v2 12/15] RDMA/hfi1: "
` [PATCH rdma-next v2 13/15] RDMA: Change ops->init_port to ops->port_groups
` [PATCH rdma-next v2 14/15] RDMA/core: Allow port_groups to be used with namespaces
` [PATCH rdma-next v2 15/15] RDMA: Remove rdma_set_device_sysfs_group()

[PATCH RFCv3 0/3] make '%pD' print full path for file
 2021-06-11 15:59 UTC  (4+ messages)
` [PATCH RFCv3 1/3] fs: introduce helper d_path_unsafe()
` [PATCH RFCv3 2/3] lib/vsprintf.c: make %pD print full path for file
` [PATCH RFCv3 3/3] lib/test_printf: add test cases for '%pD'

[block/mq] 2aa18c32fd: WARNING:at_block/mq-deadline-main.c:#dd_insert_requests
 2021-06-11 15:58 UTC  (2+ messages)

[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-11 15:55 UTC  (3+ messages)
  ` [PATCH v9] "

[PATCH] KVM: X86: Fix x86_emulator slab cache leak
 2021-06-11 15:53 UTC  (2+ messages)

[PATCH] KVM: SVM: Call SEV Guest Decommission if ASID binding fails
 2021-06-11 15:52 UTC  (2+ messages)

[PATCH v2] perf annotate: Add itrace options support
 2021-06-11 15:52 UTC  (2+ messages)

[PATCH v2] usbip: tools: usbipd: use ARRAY_SIZE for sockfdlist
 2021-06-11 15:49 UTC  (3+ messages)

Add SMP/SMT support for sysost driver
 2021-06-11 15:44 UTC  (5+ messages)
` [PATCH v2 2/2] clocksource: Ingenic: "

[PATCH v1] memory: tegra210-emc: Make driver dependent on OF_RESERVED_MEM
 2021-06-11 15:42 UTC 

[PATCH v8 0/8] Fork brute force attack mitigation
 2021-06-11 15:41 UTC  (5+ messages)

[PATCH 1/2] ima: Fix warning: no previous prototype for function 'ima_add_kexec_buffer'
 2021-06-11 15:41 UTC  (2+ messages)

[PATCH 0/3] scripts/spelling.txt: add some spelling pairs and reorder
 2021-06-11 15:36 UTC  (3+ messages)
` [PATCH 1/3] scripts: add spelling_sanitizer.sh script

[PATCH 0/6] staging: rtl8188eu: remove hal/odm_debug.h
 2021-06-11 15:35 UTC  (3+ messages)

[PATCH 00/11] mm: page_vma_mapped_walk() cleanup and THP fixes
 2021-06-11 15:36 UTC  (6+ messages)
` [PATCH 03/11] mm: page_vma_mapped_walk(): use pmd_read_atomic()

[PATCH v9 00/14] Restricted DMA
 2021-06-11 15:34 UTC  (17+ messages)
` [PATCH v9 01/14] swiotlb: Refactor swiotlb init functions
` [PATCH v9 02/14] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v9 03/14] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v9 04/14] swiotlb: Add restricted DMA pool initialization
` [PATCH v9 05/14] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v9 06/14] swiotlb: Update is_swiotlb_active "
` [PATCH v9 07/14] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v9 08/14] swiotlb: Move alloc_size to find_slots
` [PATCH v9 09/14] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v9 10/14] dma-direct: Add a new wrapper __dma_direct_free_pages()
` [PATCH v9 11/14] swiotlb: Add restricted DMA alloc/free support
` [PATCH v9 12/14] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v9 13/14] dt-bindings: of: Add restricted DMA pool
` [PATCH v9 14/14] of: Add plumbing for "

[PATCH v8 00/15] Restricted DMA
 2021-06-11 15:31 UTC  (4+ messages)

GENERAL AI
 2021-06-11 15:31 UTC  (2+ messages)

[PATCH v2 0/7] media: v4l2: compat ioctl fixes
 2021-06-11 15:22 UTC  (4+ messages)
` [PATCH v2 2/7] media: v4l2-core: explicitly clear ioctl input data

[PATCH] nvmem: eeprom: at25: fram discovery simplification
 2021-06-11 15:24 UTC 

[PATCH] net: usbnet: allow overriding of default USB interface naming
 2021-06-11 15:23 UTC 

[RFC PATCH 00/67] KVM: X86: TDX support
 2021-06-11 15:22 UTC  (4+ messages)
` [RFC PATCH 64/67] KVM: TDX: Add "basic" support for building and running Trust Domains

[PATCH] arm64: dts: renesas: r9a07g044: Add missing GICv3 node properties
 2021-06-11 15:21 UTC 

[PATCH] swiotlb-xen: override common mmap and get_sgtable dma ops
 2021-06-11 15:19 UTC  (2+ messages)

[init/initramfs.c] e7cb072eb9: invoked_oom-killer:gfp_mask=0x
 2021-06-11 15:29 UTC  (5+ messages)

[PATCH v3 0/3] Add watchdog for Mstar SoCs
 2021-06-11 15:13 UTC  (5+ messages)
` [PATCH v3 2/3] watchdog: Add Mstar MSC313e WDT driver

Panic on ppc64le using kernel 5.13.0-rc3
 2021-06-11 15:06 UTC  (5+ messages)

[PATCH v10 00/10] Add support for SVM atomics in Nouveau
 2021-06-11 15:01 UTC  (5+ messages)
` [PATCH v10 07/10] mm: Device exclusive memory access

[PATCH v13 0/2] Add dts and bindings update for i.MX8QM/QXP JPEG codec
 2021-06-11 15:00 UTC  (6+ messages)
` [PATCH v13 2/2] arm64: dts: imx: Add jpeg encoder/decoder nodes

[PATCH v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-11 15:00 UTC  (6+ messages)

[PATCH] mx8mm: usb: chipidea: Fix Battery Charger 1.2 CDP detection
 2021-06-11 14:57 UTC  (3+ messages)

[PATCH v2] mx8mm: usb: chipidea: Fix Battery Charger 1.2 CDP detection
 2021-06-11 14:56 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).