linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-20 18:52:28 to 2023-02-20 22:16:56 UTC [more...]

linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
 2023-02-20 22:16 UTC  (19+ messages)

[PATCH] RDMA/restrack: Reorder fields in 'struct rdma_restrack_entry'
 2023-02-20 22:16 UTC  (6+ messages)

[PATCH] net: phy: micrel: drop superfluous use of temp variable
 2023-02-20 22:12 UTC  (2+ messages)

[PATCH v3 0/3] drm/bridge: tfp410: Add i2c support
 2023-02-20 22:10 UTC  (4+ messages)
` [PATCH v3 1/3] drm/bridge: tfp410: Support basic I2C interface
` [PATCH v3 2/3] drm/bridge: tfp410: Fix logic to configured polled HPD
` [PATCH v3 3/3] drm/bridge: tfp410: If connected, use I2C for polled HPD status

linux-next: duplicate patch in the mm-nonmm-stable tree
 2023-02-20 22:08 UTC 

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-20 22:08 UTC  (13+ messages)
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory

[PATCH v2 0/4] dt-bindings: net: Add network-class.yaml schema
 2023-02-20 22:02 UTC  (4+ messages)

[PATCH v7 00/11] tracing/user_events: Remote write ABI
 2023-02-20 22:01 UTC  (2+ messages)

[PATCH v10 0/6] Add support for Core Power Reduction v3, v4 and Hardened
 2023-02-20 22:01 UTC  (3+ messages)
` [PATCH v10 3/6] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver

[PATCH linux-next 0/2] x86/xen TSC related cleanups
 2023-02-20 22:01 UTC  (3+ messages)
` [PATCH linux-next 2/2] x86/xen/time: cleanup xen_tsc_safe_clocksource

[PATCH v3 00/10] media: imx-jpeg: Add support for 12 bit extended jpeg
 2023-02-20 21:59 UTC  (5+ messages)
` [PATCH v3 03/10] media: Add YUYV64_12 video format

[PATCH v4] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores
 2023-02-20 21:58 UTC  (2+ messages)

[PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device
 2023-02-20 21:56 UTC  (2+ messages)

[PATCH 0/7] timers/nohz: Fixes and cleanups v2
 2023-02-20 21:53 UTC  (4+ messages)
` [PATCH 7/7] selftests/proc: Remove idle time monotonicity assertions

[GIT PULL] MM updates for 6.3-rc1
 2023-02-20 21:52 UTC 

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-20 21:39 UTC  (8+ messages)

[PATCH] wifi: ath11k: Add a warning for wcn6855 spurious wakeup events
 2023-02-20 21:38 UTC 

[tip: irq/urgent] genirq/msi: Take the per-device MSI lock before validating the control structure
 2023-02-20 21:37 UTC 

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 21:37 UTC  (45+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 05/56] KVM: SEV: Require KVM_PROTECTED_VM when AMD_MEM_ENCRYPT is enabled
` [PATCH RFC v8 06/56] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v8 07/56] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v8 08/56] KVM: SEV: Rename sev_{pin,unpin}_memory
` [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 42/56] KVM: SVM: Add support to handle "
` [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP
` [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations "
` [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs
` [PATCH RFC v8 55/56] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
` [PATCH RFC v8 56/56] iommu/amd: Add IOMMU_SNP_SHUTDOWN support

[PATCH v1 2/2] iio: adc: adding support for pac193x
 2023-02-20 21:36 UTC  (3+ messages)

[PATCH] dt-bindings: crypto: fsl,sec-v4.0: Convert to DT schema
 2023-02-20 21:33 UTC 

[RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value
 2023-02-20 21:32 UTC  (10+ messages)
` [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling

[PATCH] perf/x86/rapl: Enable Core RAPL for AMD
 2023-02-20 21:29 UTC  (3+ messages)

[PATCH v7 0/6] Add a multicolor LED driver for groups of monochromatic LEDs
 2023-02-20 21:10 UTC  (3+ messages)

[PATCH v4] alpha: Clean-up the panic notifier code
 2023-02-20 21:22 UTC 

[GIT PULL] Btrfs updates for 6.3
 2023-02-20 21:11 UTC  (3+ messages)

[GIT PULL] erofs updates for 6.3-rc1
 2023-02-20 21:11 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

[GIT PULL] dlm updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.3
 2023-02-20 21:11 UTC  (2+ messages)

[PATCH v4] parisc: Replace regular spinlock with spin_trylock on panic path
 2023-02-20 21:11 UTC 

[PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS
 2023-02-20 21:10 UTC  (28+ messages)
              ` [PATCH] x86/bugs: Allow STIBP with IBRS

[PATCH] mm: change memcg->oom_group access with atomic operations
 2023-02-20 21:09 UTC  (2+ messages)

[PATCH] tools/memory-model: Add details about SRCU read-side critical sections
 2023-02-20 21:06 UTC  (5+ messages)

linux-next: manual merge of the mm-stable tree with the cifs tree
 2023-02-20 21:00 UTC  (8+ messages)

[PATCH 6.1 000/118] 6.1.13-rc1 review
 2023-02-20 20:52 UTC 

[GIT PULL] tracing: Handle race between rb_move_tail and rb_check_pages
 2023-02-20 20:50 UTC  (2+ messages)

[GIT PULL] tracing: Updates for 6.3
 2023-02-20 20:44 UTC 

[PATCH v4 0/6] crypto: Accelerated AES/GCM stitched implementation
 2023-02-20 20:42 UTC  (7+ messages)
` [PATCH v4 1/6] Update Kconfig and Makefile
` [PATCH v4 2/6] Glue code for AES/GCM stitched implementation
` [PATCH v4 3/6] An accelerated "
` [PATCH v4 4/6] Supporting functions for AES
` [PATCH v4 5/6] Supporting functions for ghash
` [PATCH v4 6/6] A perl script to process PowerPC assembler source

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-20 20:33 UTC  (7+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE

[PATCH v4 0/4] tools/nolibc: Adding stdint.h, more integer types and tests
 2023-02-20 20:20 UTC  (5+ messages)
` [PATCH v5 1/4] tools/nolibc: add stdint.h
` [PATCH v5 2/4] tools/nolibc: add integer types and integer limit macros
` [PATCH v5 3/4] tools/nolibc: enlarge column width of tests
` [PATCH v5 4/4] tools/nolibc: add tests for the integer limits in stdint.h

[PATCH net-next v3 0/5] net/mlx5e: Add GBP VxLAN HW offload support
 2023-02-20 20:30 UTC  (8+ messages)
` [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr

[RFC PATCH 0/4] tools/nolibc: add stdint and more integer types
 2023-02-20 20:29 UTC  (9+ messages)
` [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros
` [RFC PATCH 4/4] tools/nolibc: add tests for the integer limits in stdint.h

[GIT PULL] Remove get_kernel_pages() for v6.3
 2023-02-20 20:20 UTC  (2+ messages)

[GIT PULL] fs updates for v6.3
 2023-02-20 20:20 UTC  (2+ messages)

[GIT PULL] acl updates for v6.3
 2023-02-20 20:20 UTC  (2+ messages)

[GIT PULL] file locking changes for v6.3
 2023-02-20 20:20 UTC  (2+ messages)

[GIT PULL] tpm: changes for v6.3-rc1
 2023-02-20 20:20 UTC  (2+ messages)

[GIT PULL] i_version handling changes for v6.3
 2023-02-20 20:20 UTC  (2+ messages)

[GIT PULL] fs idmapped updates for v6.3
 2023-02-20 20:20 UTC  (2+ messages)

[PATCH v5 00/14] dma-fence: Deadline awareness
 2023-02-20 20:19 UTC  (15+ messages)
` [PATCH v5 01/14] dma-buf/dma-fence: Add deadline awareness
` [PATCH v5 02/14] dma-buf/fence-array: Add fence deadline support
` [PATCH v5 03/14] dma-buf/fence-chain: "
` [PATCH v5 04/14] dma-buf/dma-resv: Add a way to set fence deadline
` [PATCH v5 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl
` [PATCH v5 06/14] dma-buf/sync_file: Support (E)POLLPRI
` [PATCH v5 07/14] dma-buf/sw_sync: Add fence deadline support
` [PATCH v5 08/14] drm/scheduler: "
` [PATCH v5 09/14] drm/syncobj: Add deadline support for syncobj waits
` [PATCH v5 10/14] drm/vblank: Add helper to get next vblank time
` [PATCH v5 11/14] drm/atomic-helper: Set fence deadline for vblank
` [PATCH v5 12/14] drm/msm: Add deadline based boost support
` [PATCH v5 13/14] drm/msm: Add wait-boost support
` [PATCH v5 14/14] drm/i915: Add deadline based boost support

[GIT PULL] Rust for 6.3
 2023-02-20 20:20 UTC  (2+ messages)

[patch V3 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2023-02-20 20:15 UTC  (8+ messages)
` [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc()
  ` [REGRESSION] "
          ` phylib locking (was: Re: [REGRESSION] Re: [patch V3 09/33] genirq/msi: Add range checking) "

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-20 20:15 UTC  (17+ messages)
` [PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V2 15/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V2 16/21] clocksource/timer-riscv: Add ACPI support
` [PATCH V2 17/21] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig
` [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter

[PATCH] [RFC] net: fec: Allow turning off IRQ coalescing
 2023-02-20 20:15 UTC  (5+ messages)

[PATCH 0/8] soc: mediatek: MT8365 power support
 2023-02-20 20:10 UTC  (7+ messages)
` [PATCH 1/8] dt-bindings: power: Add MT8365 power domains
` [PATCH 8/8] soc: mediatek: pm-domains: Add support for MT8365

[PATCH] btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode
 2023-02-20 20:02 UTC  (2+ messages)

[PATCH V3 0/2] nvmem: add and use generic MMIO NVMEM
 2023-02-20 19:55 UTC  (3+ messages)
` [PATCH V3 2/2] nvmem: add generic driver for devices with MMIO access

[PATCH 6.1 000/118] 6.1.13-rc1 review
 2023-02-20 19:48 UTC  (2+ messages)

[PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality
 2023-02-20 19:46 UTC  (4+ messages)
` [PATCH 3/9] sched: add sched_numa_find_nth_cpu()

[PATCH v5 0/4] Add CS35L41 shared boost feature
 2023-02-20 19:40 UTC  (2+ messages)

[RFC PATCH 0/9] fuse: API for Checkpoint/Restore
 2023-02-20 19:37 UTC  (10+ messages)
` [RFC PATCH 1/9] fuse: move FUSE_DEFAULT_* defines to fuse common header
` [RFC PATCH 2/9] fuse: add const qualifiers to common fuse helpers
` [RFC PATCH 3/9] fuse: add fuse connection generation
` [RFC PATCH 4/9] fuse: handle stale inode connection in fuse_queue_forget
` [RFC PATCH 5/9] fuse: move fuse connection flags to the separate structure
` [RFC PATCH 6/9] fuse: take fuse connection generation into account
` [RFC PATCH 7/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_REINIT)
` [RFC PATCH 8/9] namespace: add sb_revalidate_bindmounts helper
` [RFC PATCH 9/9] fuse: add fuse device ioctl(FUSE_DEV_IOC_BM_REVAL)

[PATCH v2 00/29] Add KVM LoongArch support
 2023-02-20 18:57 UTC  (7+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 05/29] LoongArch: KVM: Add vcpu "
` [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces

[PATCH v9 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-20 19:27 UTC  (2+ messages)

[PATCH] genirq/msi: Take the per-device MSI lock before validating the control structure
 2023-02-20 19:05 UTC  (2+ messages)

[GIT PULL] tracing/tools: Updates for 6.3
 2023-02-20 18:57 UTC 

[PATCH 5.10 00/57] 5.10.169-rc1 review
 2023-02-20 19:05 UTC  (2+ messages)

[PATCH 4.19 00/89] 4.19.273-rc1 review
 2023-02-20 19:06 UTC  (2+ messages)

[PATCH] wifi: ath11k: fix SAC bug on peer addition with sta band migration
 2023-02-20 13:51 UTC  (3+ messages)

[PATCH] staging: rtl8712: Fix multiple line dereference
 2023-02-20 19:13 UTC  (2+ messages)

[PATCH v4 00/12] AV1 stateless decoder for RK3588
 2023-02-20 19:00 UTC  (5+ messages)
` [PATCH v4 06/12] media: verisilicon: Check AV1 bitstreams bit depth

[PATCH v2 8/9] soc: qcom: rpmpd: Hook up VDDMX as parent of SM6375 VDDGX
 2023-02-20 19:03 UTC  (2+ messages)

[PATCH] staging: rtl8712: Fix Sparse warnings in rtl871x_ioctl_linux.c
 2023-02-20 19:06 UTC  (2+ messages)

[RFC PATCH V2 0/1] x86: cpu topology fix and question on x86_max_cores
 2023-02-20 19:06 UTC  (4+ messages)

KASAN: use-after-free Read in ntfs_trim_fs
 2023-02-20 19:03 UTC 

[PATCH] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
 2023-02-20 18:58 UTC  (2+ messages)

[PATCH 0/2] of: populate of_root_node if not set (alternate)
 2023-02-20 18:51 UTC  (11+ messages)
` [PATCH 1/2] of: create of_root if no dtb provided


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).