linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-02 12:09:05 to 2021-06-02 14:18:22 UTC [more...]

[PATCH] x86: Add a test for AMD SEV-ES #VC handling
 2021-06-02 14:14 UTC  (2+ messages)
` [PATCH v3] x86: Add a test for AMD SEV-ES guest "

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-02 14:15 UTC  (14+ messages)
` [PATCH 1/6] sched: Unbreak wakeups
` [PATCH 2/6] sched: Introduce task_is_running()
` [PATCH 3/6] sched,perf,kvm: Fix preemption condition
` [PATCH 4/6] sched: Add get_current_state()
` [PATCH 5/6] sched,timer: Use __set_current_state()
` [PATCH 6/6] sched: Change task_struct::state

[PATCH Part2 RFC v3 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-06-02 14:10 UTC  (38+ messages)
` [PATCH Part2 RFC v3 01/37] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v3 02/37] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v3 03/37] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 RFC v3 04/37] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v3 05/37] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v3 06/37] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v3 07/37] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v3 08/37] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 RFC v3 09/37] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 RFC v3 10/37] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v3 11/37] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 RFC v3 12/37] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 RFC v3 13/37] crypto: ccp: Shutdown SNP firmware on kexec
` [PATCH Part2 RFC v3 14/37] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 RFC v3 15/37] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v3 16/37] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 RFC v3 17/37] KVM: SVM: make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v3 18/37] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v3 19/37] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v3 20/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v3 21/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v3 22/37] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v3 23/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v3 24/37] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v3 25/37] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v3 26/37] KVM: X86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 RFC v3 27/37] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v3 28/37] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v3 29/37] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v3 30/37] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v3 31/37] KVM: SVM: Add support to handle "
` [PATCH Part2 RFC v3 32/37] KVM: Add arch hooks to track the host write to guest memory
` [PATCH Part2 RFC v3 33/37] KVM: X86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 RFC v3 34/37] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v3 35/37] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v3 36/37] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 RFC v3 37/37] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH v2 0/5] Add support for the Hynix Hi-846 camera
 2021-06-02 14:12 UTC  (7+ messages)
` [PATCH v2 2/5] dt-bindings: media: document SK Hynix Hi-846 MIPI CSI-2 8M pixel sensor

[PATCH -next] ASoC: atmel: sam9x5_wm8731: use devm_snd_soc_register_card()
 2021-06-02 14:16 UTC 

[RFC PATCH 0/6] powerpc: Stack tracer fixes
 2021-06-02 14:09 UTC  (5+ messages)
` [RFC PATCH 1/6] trace/stack: Move code to save the stack trace into a separate function

[PATCH v1 1/2] gpio: dwapb: Drop redundant check in dwapb_irq_set_type()
 2021-06-02 14:07 UTC  (6+ messages)
` [PATCH v1 2/2] gpio: dwapb: Switch to use fwnode_irq_get()

[PATCH 2/3] PCI: dwc: Add Qualcomm PCIe Endpoint controller driver
 2021-06-02 14:05 UTC  (2+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-02 14:04 UTC  (23+ messages)
` [PATCH Part1 RFC v3 01/22] x86/sev: shorten GHCB terminate macro names
` [PATCH Part1 RFC v3 02/22] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v3 03/22] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v3 04/22] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v3 05/22] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v3 06/22] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v3 07/22] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v3 08/22] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v3 09/22] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v3 10/22] x86/sev: "
` [PATCH Part1 RFC v3 11/22] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v3 12/22] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 RFC v3 13/22] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 RFC v3 14/22] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v3 15/22] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v3 16/22] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 RFC v3 17/22] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 RFC v3 18/22] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 RFC v3 19/22] x86/sev-snp: SEV-SNP AP creation support
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device
` [PATCH Part1 RFC v3 22/22] virt: Add SEV-SNP guest driver

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-02 14:03 UTC  (4+ messages)
` [PATCH 4/9] m68k: remove support for DISCONTIGMEM

[PATCH v2] kbuild: remove trailing slashes from $(KBUILD_EXTMOD)
 2021-06-02 14:02 UTC 

[PATCH 0/2] Add allowed CPU capacity knowledge to EAS
 2021-06-02 13:56 UTC  (3+ messages)
` [PATCH 1/2] sched/fair: Take thermal pressure into account while estimating energy
` [PATCH 2/2] sched/cpufreq: Consider reduced CPU capacity in energy calculation

[PATCH 0/4] perf vendor events: Add events for Icelake Server and update for Icelake Client
 2021-06-02 13:55 UTC  (8+ messages)
` [PATCH 1/4] perf vendor events: Add core event list for Icelake Server

[RFC/RFT PATCH 0/5] consolidate "System RAM" resources setup
 2021-06-02 13:54 UTC  (6+ messages)
` [RFC/RFT PATCH 2/5] memblock: introduce generic memblock_setup_resources()

[RFC PATCH 0/2] Allow high order pages to be stored on PCP
 2021-06-02 13:53 UTC  (5+ messages)
` [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists

[PATCH net-next] fib: Return the correct errno code
 2021-06-02 14:06 UTC 

[PATCH net-next] net: Return the correct errno code
 2021-06-02 14:06 UTC 

[PATCH net-next] net/x25: Return the correct errno code
 2021-06-02 14:06 UTC 

[BUG] I found a bug when try to enable record_ftrace
 2021-06-02 13:52 UTC  (2+ messages)

[PATCH] tools/perf: doc: Add permission and sysctl notice
 2021-06-02 13:51 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/3] use bin_attribute to avoid buff overflow
 2021-06-02 13:48 UTC  (4+ messages)
` [PATCH v2 1/3] lib: bitmap: introduce bitmap_print_to_buf
` [PATCH v2 2/3] topology: use bin_attribute to avoid buff overflow
` [PATCH v2 3/3] drivers/base/node.c: "

[PATCH] staging: greybus: fixed the coding style, labels should not be indented
 2021-06-02 13:43 UTC  (2+ messages)

[PATCH] sched/debug: remove obsolete init_schedstats()
 2021-06-02 13:40 UTC  (2+ messages)

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-02 13:39 UTC  (10+ messages)

[PATCH v2 0/4] PCI: of: Improvements to handle 64-bit attribute for non-prefetchable ranges
 2021-06-02 13:39 UTC  (6+ messages)
` [PATCH v2 1/4] PCI: of: Override 64-bit flag for non-prefetchable memory below 4GB

[PATCH v2] docs: Convert the Speakup guide to rst
 2021-06-02 13:38 UTC  (7+ messages)
`  "

[PATCH 0/3] Move audio/video/osd APIs to be together with av7110
 2021-06-02 13:33 UTC  (5+ messages)
` [PATCH 1/3] media: ivtv: get rid of DVB deprecated ioctls
` [PATCH 2/3] media: dvb header files: move some headers to staging
` [PATCH 3/3] media: docs: move DVB audio/video docs "

[PATCH] gpio: 104-idio-16: Fix coding style issues
 2021-06-02 13:30 UTC  (2+ messages)

[PATCH 0/3] Qualcomm custom compressed pixfmt
 2021-06-02 13:30 UTC  (7+ messages)
` [PATCH 1/3] v4l: Add Qualcomm custom compressed pixel formats
` [PATCH 3/3] venus: Add a handling of QC10C compressed format

[PATCH -next] ASoC: fsl: imx-es8328: use devm_snd_soc_register_card()
 2021-06-02 13:33 UTC 

Kernel Panic in skb_release_data using genet
 2021-06-02 13:28 UTC  (10+ messages)

[PATCH 1/1] sched: do active load balance on the new idle cpu
 2021-06-02 13:26 UTC  (5+ messages)

[PATCH v2 00/18] CSI2RX support on J721E
 2021-06-02 13:27 UTC  (3+ messages)
` [PATCH v2 17/18] phy: dt-bindings: cdns,dphy: make clocks optional

[PATCH] arm64: defconfig: Enable Exynos UFS driver
 2021-06-02 13:24 UTC  (2+ messages)

[PATCH] sched/uclamp: Avoid setting cpu.uclamp.min bigger than cpu.uclamp.max
 2021-06-02 13:22 UTC  (2+ messages)

[PATCH] mm, thp: relax migration wait when failed to get tail page
 2021-06-02 13:20 UTC  (8+ messages)

[syzbot] UBSAN: shift-out-of-bounds in snd_timer_user_ccallback
 2021-06-02 13:18 UTC 

[PATCH v5 0/8] RISC-V CPU Idle Support
 2021-06-02 13:17 UTC  (3+ messages)
` [PATCH v5 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver

[PATCH 1/2] regulator: core: resolve supply for boot-on/always-on regulators
 2021-06-02 13:14 UTC  (4+ messages)
` [PATCH 2/2] regulator: core: always use enable_delay when enabling regulators

[PATCH] perf probe: Provide more detail with relocation warning
 2021-06-02 13:15 UTC  (9+ messages)

[PATCH 00/15] init_mm: setup init_mm text/data/brk by new setup_initial_init_mm() helper
 2021-06-02 13:13 UTC  (4+ messages)
` [PATCH 07/15] m68k: convert to setup_initial_init_mm()

[patch 0/8] x86/fpu: Mop up XSAVES and related damage
 2021-06-02 13:12 UTC  (5+ messages)
` [patch 1/8] selftests/x86: Test signal frame XSTATE header corruption handling
` [patch 2/8] x86/fpu: Prevent state corruption in __fpu__restore_sig()

[PATCH v6 0/3] Rework CPU capacity asymmetry detection
 2021-06-02 13:03 UTC  (4+ messages)
` [PATCH v6 2/3] sched/topology: "

[PATCH v2 0/8] perf: Refine barriers for AUX ring buffer
 2021-06-02 13:01 UTC  (9+ messages)
` [PATCH v2 6/8] perf auxtrace: Drop legacy __sync functions
` [PATCH v2 8/8] perf record: Directly bail out for compat case

[PATCH 0/3]Enable PM generic domain support
 2021-06-02 13:02 UTC  (3+ messages)
` [PATCH 3/3] fpga: region: Adds runtime PM support

[PATCH] [v2] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-02 12:56 UTC 

[PATCH v7 00/22] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-02 12:54 UTC  (5+ messages)
` [PATCH v7 16/22] sched: Defer wakeup in ttwu() for unschedulable frozen tasks
  ` [RFC][PATCH] freezer,sched: Rewrite core freezer logic

[PATCH] virtio_net: Remove BUG() to aviod machine dead
 2021-06-02 12:54 UTC  (7+ messages)

[PATCH v11 0/3] bio: control bio max size
 2021-06-02 12:53 UTC  (6+ messages)
    ` [PATCH v11 1/3] "
    ` [PATCH v11 2/3] blk-sysfs: add max_bio_bytes
    ` [PATCH v11 3/3] scsi: set max_bio_bytes with queue max sectors

[PATCH v2 0/3] PM / Domains: Add support for assigned-performance-states
 2021-06-02 12:50 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: power: Introduce 'assigned-performance-states' property

[PATCH 0/8] Nuvoton WPCM450 pinctrl and GPIO driver
 2021-06-02 12:50 UTC  (3+ messages)
` [PATCH 5/8] pinctrl: nuvoton: Add driver for WPCM450

[PATCH 0/9] Add Synopsys DesignWare HDMI RX Controller and PHY drivers
 2021-06-02 12:45 UTC  (7+ messages)
` [PATCH 7/9] media: v4l2-dv-timings: Add more CEA/CTA-861 video format timings
` [PATCH 8/9] media: dwc: dw-hdmi-rx: Add support for Aspect Ratio
` [PATCH 9/9] media: dwc: dw-hdmi-rx: Add support for CEC

[PATCH 0/4] MIPS: ralink: pci: driver for Pcie controller in MT7621 SoCs
 2021-06-02 12:43 UTC  (9+ messages)
` [PATCH 2/4] MIPS: pci: Add driver for MT7621 PCIe controller

[PATCH net-next 0/2] net: ipa: support inline checksum offload
 2021-06-02 12:41 UTC  (3+ messages)
` [PATCH net-next 1/2] net: ipa: add support for "
` [PATCH net-next 2/2] Revert "net: ipa: disable checksum offload for IPA v4.5+"

[RFC] /dev/ioasid uAPI proposal
 2021-06-02 12:41 UTC  (4+ messages)

[PATCH 0/9] mfd: use DEVICE_ATTR_* macro to simplify code
 2021-06-02 12:39 UTC  (3+ messages)
` [PATCH 1/9] mfd: wm831x: use DEVICE_ATTR_RO macro

gcov: NULL pointer dereference with gcc 9.3.1
 2021-06-02 12:35 UTC  (2+ messages)

[PATCH 0/5] dt-bindings: spi: omap-spi: Convert to json-schema
 2021-06-02 12:34 UTC  (6+ messages)
` [PATCH 1/5] ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema
` [PATCH 2/5] ARM: dts: am437x: "
` [PATCH 3/5] arm64: dts: ti: am65: "
` [PATCH 4/5] arm64: dts: ti: k3-am642-evm: "
` [PATCH 5/5] dt-bindings: spi: omap-spi: Convert to json-schema

[PATCH v2 1/4] kunit: Support skipped tests
 2021-06-02 12:29 UTC  (3+ messages)
` [PATCH v2 4/4] kasan: test: make use of kunit_skip()

[PATCH 0/1] kasan: add memory corruption identification for hardware tag-based
 2021-06-02 12:29 UTC  (6+ messages)
` [PATCH 1/1] kasan: add memory corruption identification for hardware tag-based mode

[PATCH v4 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
 2021-06-02 12:24 UTC  (6+ messages)
` [PATCH v4 2/6] gpio: Add Delta TN48M CPLD GPIO driver
` [PATCH v4 3/6] dt-bindings: reset: Add Delta TN48M
` [PATCH v4 4/6] reset: Add Delta TN48M CPLD reset controller
` [PATCH v4 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings
` [PATCH v4 6/6] MAINTAINERS: Add Delta Networks TN48M CPLD drivers

[PATCH] fs/nfs: fix some -Wmissing-prototypes warnings we get a warning when building kernel with W=1: fs/nfs/nfs4file.c:318:1: warning: no previous prototype for ‘nfs42_ssc_open’ [-Wmissing-prototypes] fs/nfs/nfs4file.c:402:6: warning: no previous prototype for ‘nfs42_ssc_close’ [-Wmissing-prototypes]
 2021-06-02 12:21 UTC 

[PATCH v21 RESEND 0/4] add power control in i2c
 2021-06-02 12:23 UTC  (3+ messages)
` [PATCH v21 RESEND 4/4] arm64: dts: mt8183: add supply name for eeprom

[PATCH v4 0/6] hwmon: (pmbus/pim4328) Add pim4328 PMBus driver
 2021-06-02 12:16 UTC  (9+ messages)
` [PATCH v4 1/5] hwmon: (pmbus/pim4328) Add new pmbus flag NO_WRITE_PROTECT
` [PATCH v4 2/5] hwmon: (pmbus/pim4328) Add support for reading direct mode coefficients
` [PATCH v4 3/5] hwmon: (pmbus/pim4328) Allow phase function even if it's not on page
` [PATCH v4 4/5] hwmon: (pmbus/pim4328) Add PMBus driver for PIM4006, PIM4328 and PIM4820

[PATCH rdma-next v1 0/2] Enable relaxed ordering for ULPs
 2021-06-02 12:16 UTC  (4+ messages)
` [PATCH rdma-next v1 2/2] RDMA/mlx5: Allow modifying Relaxed Ordering via fast registration

[PATCH v2 1/3] soc: mtk-pm-domains: Fix the clock prepared issue
 2021-06-02 12:15 UTC  (2+ messages)

[PATCH v2 3/3] arm64: dts: mt8183: remove syscon from smi_common node
 2021-06-02 12:15 UTC  (2+ messages)

[RFC PATCH 0/3] PCI/P2PMEM: introduce pci_p2pdma_align_size API
 2021-06-02 12:14 UTC  (4+ messages)
` [PATCH 1/3] mm,memory_hotplug: export mhp min alignment

[PATCH net 0/3] net: ethernet: fixes for stmmac and fec
 2021-06-02 12:12 UTC  (4+ messages)
` [PATCH net 1/3] net: stmmac: disable clocks in stmmac_remove_config_dt()
` [PATCH net 2/3] net: stmmac: avoid kernel panic in tc_setup_taprio()
` [PATCH net 3/3] net: fec_ptp: add clock rate zero check


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