linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-14 10:23:20 to 2020-07-14 12:17:18 UTC [more...]

[PATCH v4 00/75] x86: SEV-ES Guest Support
 2020-07-14 12:09 UTC  (66+ messages)
` [PATCH v4 08/75] x86/umip: Factor out instruction decoding
` [PATCH v4 09/75] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH v4 12/75] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v4 13/75] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v4 14/75] x86/boot/compressed/64: Add page-fault handler
` [PATCH v4 16/75] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH v4 17/75] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH v4 18/75] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v4 19/75] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH v4 20/75] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH v4 21/75] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v4 22/75] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v4 23/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v4 24/75] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v4 25/75] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH v4 26/75] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v4 27/75] x86/idt: Move IDT to data segment
` [PATCH v4 28/75] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v4 29/75] x86/idt: Move two function from k/idt.c to i/a/desc.h
` [PATCH v4 30/75] x86/head/64: Install boot GDT
` [PATCH v4 31/75] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH v4 32/75] x86/head/64: Load segment registers earlier
` [PATCH v4 33/75] x86/head/64: Switch to initial stack earlier
` [PATCH v4 34/75] x86/head/64: Build k/head64.c with -fno-stack-protector
` [PATCH v4 35/75] x86/head/64: Load IDT earlier
` [PATCH v4 36/75] x86/head/64: Move early exception dispatch to C code
` [PATCH v4 37/75] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v4 38/75] x86/sev-es: Print SEV-ES info into kernel log
` [PATCH v4 39/75] x86/sev-es: Compile early handler code into kernel image
` [PATCH v4 40/75] x86/sev-es: Setup early #VC handler
` [PATCH v4 41/75] x86/sev-es: Setup GHCB based boot "
` [PATCH v4 42/75] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v4 43/75] x86/sev-es: Allocate and Map stacks for #VC handler
` [PATCH v4 44/75] x86/sev-es: Allocate and setup IST entry for #VC
` [PATCH v4 45/75] x86/sev-es: Adjust #VC IST Stack on entering NMI handler
` [PATCH v4 46/75] x86/dumpstack/64: Add noinstr version of get_stack_info()
` [PATCH v4 47/75] x86/entry/64: Add entry code for #VC handler
` [PATCH v4 48/75] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v4 49/75] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH v4 50/75] x86/sev-es: Handle instruction fetches from user-space
` [PATCH v4 51/75] x86/sev-es: Handle MMIO events
` [PATCH v4 52/75] x86/sev-es: Handle MMIO String Instructions
` [PATCH v4 53/75] x86/sev-es: Handle MSR events
` [PATCH v4 54/75] x86/sev-es: Handle DR7 read/write events
` [PATCH v4 55/75] x86/sev-es: Handle WBINVD Events
` [PATCH v4 56/75] x86/sev-es: Handle RDTSC(P) Events
` [PATCH v4 57/75] x86/sev-es: Handle RDPMC Events
` [PATCH v4 58/75] x86/sev-es: Handle INVD Events
` [PATCH v4 59/75] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v4 60/75] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH v4 61/75] x86/sev-es: Handle VMMCALL Events
` [PATCH v4 62/75] x86/sev-es: Handle #AC Events
` [PATCH v4 63/75] x86/sev-es: Handle #DB Events
` [PATCH v4 64/75] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH v4 65/75] x86/kvm: Add KVM "
` [PATCH v4 66/75] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH v4 67/75] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH v4 68/75] x86/realmode: Setup AP jump table
` [PATCH v4 69/75] x86/head/64: Setup TSS early for secondary CPUs
` [PATCH v4 70/75] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH v4 71/75] x86/head/64: Rename start_cpu0
` [PATCH v4 72/75] x86/sev-es: Support CPU offline/online
` [PATCH v4 73/75] x86/sev-es: Handle NMI State
` [PATCH v4 74/75] x86/efi: Add GHCB mappings when SEV-ES is active
` [PATCH v4 75/75] x86/sev-es: Check required CPU features for SEV-ES

[PATCH 00/22] add support for Clang LTO
 2020-07-14 12:16 UTC  (4+ messages)

[PATCH] spi: Use clk_prepare_enable and clk_disable_unprepare
 2020-07-14 12:16 UTC  (3+ messages)
  `  "

[PATCH] f2fs: don't skip writeback of quota data
 2020-07-14 12:14 UTC  (10+ messages)
` [f2fs-dev] "

[PATCH] fs/9p: Fix TCREATE's fid in protocol
 2020-07-14 12:12 UTC  (2+ messages)

[PATCH] MAINTAIERS: Add John Ogness as printk reviewer
 2020-07-14 12:09 UTC  (3+ messages)

[PATCH v9 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-07-14 12:09 UTC  (12+ messages)
` [PATCH v9 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH 1/3] habanalabs: implement dma-fence mechanism
 2020-07-14 12:07 UTC  (7+ messages)

[PATCH v11 00/15] perf: support enable and disable commands in stat and record modes
 2020-07-14 12:05 UTC  (2+ messages)

[PATCH platform-next v2 00/11] platform/x86: Add new features for Mellanox systems
 2020-07-14 12:02 UTC  (12+ messages)
` [PATCH platform-next v2 01/11] lib/string_helpers: Introduce string_upper() and string_lower() helpers
` [PATCH platform-next v2 02/11] lib/test-string_helpers.c: Add string_upper() and string_lower() tests
` [PATCH platform-next v2 03/11] platform/mellanox: mlxreg-hotplug: Modify module license
` [PATCH platform-next v2 04/11] platform/mellanox: mlxreg-hotplug: Use capability register for attribute creation
` [PATCH platform-next v2 05/11] platform/mellanox: mlxreg-hotplug: Add environmental data to uevent
` [PATCH platform-next v2 06/11] platform_data/mlxreg: Add support for complex attributes
` [PATCH platform-next v2 07/11] platform/x86: mlx-platform: Add more definitions for system attributes
` [PATCH platform-next v2 08/11] platform/mellanox: mlxreg-io: Add support for complex attributes
` [PATCH platform-next v2 09/11] Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces
` [PATCH platform-next v2 10/11] platform_data/mlxreg: Add presence register field for FAN devices
` [PATCH platform-next v2 11/11] platform/x86: mlx-platform: Extend FAN platform data description

[PATCH 00/32] Fix the final bunch of W=1 issues in USB
 2020-07-14 12:01 UTC  (5+ messages)
` [PATCH 08/32] usb: typec: tcpm: tcpm: Remove dangling unused 'struct tcpm_altmode_ops'

[PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
 2020-07-14 12:00 UTC  (2+ messages)

[PATCH v3 0/9] Raspberry Pi 4 USB firmware initialization rework
 2020-07-14 11:59 UTC  (4+ messages)
` [PATCH v3 1/9] dt-bindings: reset: Add a binding for the RPi Firmware reset controller

[PATCH v6 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-14 11:55 UTC  (6+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-14 11:55 UTC  (6+ messages)

[PATCH v4 00/16] Allwinner A100 Initial support
 2020-07-14 11:54 UTC  (3+ messages)
` [PATCH v4 10/16] mfd: axp20x: Allow the AXP803 to be probed by I2C

[PATCH 1/3] dt-bindings: ARM: imx: add kamstrup flex concentrator to schema
 2020-07-14 11:54 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: imx7: add support for kamstrup flex concentrator

[PATCH] USB: Remove pci-dma-compat wrapper APIs
 2020-07-14 11:52 UTC 

[PATCH RFC] kprobes: Remove MODULES dependency
 2020-07-14 11:52 UTC  (10+ messages)

[TEGRA194_CPUFREQ PATCH v5 0/4] Add cpufreq driver for Tegra194
 2020-07-14 11:43 UTC  (4+ messages)
` [TEGRA194_CPUFREQ PATCH v5 1/4] dt-bindings: arm: Add t194 ccplex compatible and bpmp property

[PATCH v3 0/7] riscv: Add k/uprobe supported
 2020-07-14 11:43 UTC  (10+ messages)
` [PATCH v3 1/7] RISC-V: Implement ptrace regs and stack API
` [PATCH v3 3/7] riscv: Fixup kprobes handler couldn't change pc
` [PATCH v3 6/7] riscv: Add KPROBES_ON_FTRACE supported
` [PATCH v3 7/7] riscv: Add support for function error injection

[PATCH 1/2] iommu/intel: Avoid SAC address trick for PCIe devices
 2020-07-14 11:42 UTC  (4+ messages)
` [PATCH 2/2] iommu/dma: "

[PATCH 0/9] R8A774E1 SoC enable support for IPMMU, DMAC, GPIO and AVB
 2020-07-14 11:42 UTC  (6+ messages)
` [PATCH 2/9] iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching code

[PATCH 0/4] dma-pool: Fix atomic pool selection
 2020-07-14 11:40 UTC  (4+ messages)
` [PATCH 3/4] dma-pool: Introduce dma_guess_pool()

Add and use a generic copy_oldmem_page()
 2020-07-14 11:38 UTC  (6+ messages)
` [PATCH 1/3] lib: Add "

[PATCH v35 00/24] Intel SGX foundations
 2020-07-14 11:38 UTC  (6+ messages)
` [PATCH v35 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call

[PATCH 0/5] Some bug fix for lpspi
 2020-07-14 11:37 UTC  (3+ messages)
` [PATCH 3/5] spi: lpspi: fix kernel warning dump when probe fail after calling spi_register

[PATCH] tpm: avoid accessing cleared ops during shutdown
 2020-07-14 11:32 UTC  (4+ messages)

[PATCH v2 0/6] riscv: Add k/uprobe supported
 2020-07-14 11:32 UTC  (7+ messages)
` [PATCH v2 6/6] riscv: Add KPROBES_ON_FTRACE supported

[PATCH v2] dt-bindings: ASoC: Convert UniPhier EVEA codec to json-schema
 2020-07-14 11:31 UTC  (6+ messages)

[PATCH v5 00/13] Add support for Kontron sl28cpld
 2020-07-14 11:31 UTC  (6+ messages)
` [PATCH v5 07/13] pwm: add support for sl28cpld PWM controller

[PATCH] ASoC: qcom: qdsp6: Use the defined variable to clean code
 2020-07-14 11:29 UTC 

[PATCH v2] serial: mxs-auart: add missed iounmap() in probe failure and remove
 2020-07-14 11:29 UTC  (2+ messages)

[PATCH] ASoC: qcom: qdsp6: Use IS_ERR() instead of IS_ERR_OR_NULL()
 2020-07-14 11:27 UTC 

WARNING: at mm/mremap.c:211 move_page_tables in i386
 2020-07-14 11:27 UTC  (8+ messages)

[PATCH v4 0/9] KVM: nSVM: fixes for CR3/MMU switch upon nested guest entry/exit
 2020-07-14 11:26 UTC  (4+ messages)
` [PATCH v4 5/9] KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()

mainline/master bisection: baseline.dmesg.crit on qemu_arm-vexpress-a15
 2020-07-14 11:23 UTC 

[v1] drm/msm/dpu: add support for clk and bw scaling for display
 2020-07-14 11:20 UTC  (7+ messages)
  ` [Freedreno] "

[PATCH 00/17] Rid W=1 warnings in DMA
 2020-07-14 11:15 UTC  (18+ messages)
` [PATCH 01/17] dma: mediatek: mtk-hsdma: Fix formatting in 'struct mtk_hsdma_pdesc' doc block
` [PATCH 02/17] dma: of-dma: Fix misspellings/formatting issues in some function headers
` [PATCH 03/17] dma: ep93xx_dma: Provide some missing struct attribute documentation
` [PATCH 04/17] dma: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 05/17] dma: pl330: Demote obvious misuse of kerneldoc to standard comment block
` [PATCH 06/17] dma: ste_dma40: Supply 2 missing struct attribute descriptions
` [PATCH 07/17] dma: altera-msgdma: Fix struct documentation blocks
` [PATCH 08/17] dma: at_hdmac: Repair parameter misspelling and demote non-kerneldoc headers
` [PATCH 09/17] dma: sun4i-dma: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 10/17] dma: fsl-qdma: Fix 'struct fsl_qdma_format' formatting issue
` [PATCH 11/17] dma: imx-sdma: Correct formatting issue and provide 2 new descriptions
` [PATCH 12/17] dma: iop-adma: Function parameter documentation must adhere to correct formatting
` [PATCH 13/17] dma: nbpfaxi: Provide some missing attribute docs and split out slave info
` [PATCH 14/17] dma: xgene-dma: Provide descriptions for 'dev' and 'clk' in device's ddata
` [PATCH 15/17] dma: mv_xor_v2: Supply some missing 'struct mv_xor_v2_device' attribute docs
` [PATCH 16/17] dma: ioat: init: Correct misspelling of function parameter 'c' for channel
` [PATCH 17/17] dma: ioat: dma: Fix some parameter misspelling and provide description for phys_complete

[PATCH] nvme: Remove redundant validation in nvme_start_ctrl()
 2020-07-14 11:17 UTC  (2+ messages)

linux-next: build warning after merge of the bpf-next tree
 2020-07-14 11:15 UTC  (5+ messages)

[PATCH] x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERV
 2020-07-14 11:15 UTC  (3+ messages)

[PATCH] checkpatch.pl: Allow '+' in compatible strings
 2020-07-14 11:14 UTC  (2+ messages)

[PATCH v2] x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERV
 2020-07-14 11:11 UTC 

clean up address limit helpers v2
 2020-07-14 10:55 UTC  (7+ messages)
` [PATCH 1/6] syscalls: use uaccess_kernel in addr_limit_user_check
` [PATCH 2/6] nds32: use uaccess_kernel in show_regs
` [PATCH 3/6] riscv: include <asm/pgtable.h> in <asm/uaccess.h>
` [PATCH 4/6] uaccess: remove segment_eq
` [PATCH 5/6] uaccess: add force_uaccess_{begin,end} helpers
` [PATCH 6/6] exec: use force_uaccess_begin during exec and exit

WARNING in __kernel_read
 2020-07-14 11:02 UTC  (2+ messages)

[PATCH v3 0/5] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-07-14 11:01 UTC  (10+ messages)
` [PATCH v3 2/5] pinctrl: qcom: Add msmgpio irqchip flags
` [PATCH v3 4/5] irqchip: qcom-pdc: Introduce irq_set_wake call
` [PATCH v3 5/5] irqchip: qcom-pdc: Reset all pdc interrupts during init

[PATCH 0/4] Bounced DMA support
 2020-07-14 11:01 UTC  (4+ messages)
` [PATCH 1/4] dma-mapping: Add bounced DMA ops

[PATCH] hippi: Fix a size used in a 'pci_free_consistent()' in an error handling path
 2020-07-14 11:00 UTC 

[PATCH v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-07-14 10:59 UTC  (9+ messages)

linux-next: Fixes tag needs some work in the wireless-drivers-next tree
 2020-07-14 10:59 UTC 

[PATCH 2/2] Input: elan_i2c - Modify the IAP related function for page sizes 128, 512 bytes
 2020-07-14 10:56 UTC 

[PATCH 1/2] Input: elan_i2c - Add ic type 0x11, 0x13, 0x14
 2020-07-14 10:56 UTC 

[PATCH] scsi: ppa: Remove superfluous breaks
 2020-07-14 10:59 UTC 

[PATCH] scsi: imm: Remove superfluous breaks
 2020-07-14 10:59 UTC 

linux-next: Tree for Jun 23
 2020-07-14 10:56 UTC  (4+ messages)
` linux-next: Tree for Jun 23 (objtool (2))

[PATCH] ipc/shm.c: Remove the superfluous break
 2020-07-14 10:59 UTC 

[PATCH] cifs: Remove the superfluous break
 2020-07-14 10:59 UTC 

[PATCH v1 2/6] [media] cx23885: use generic power management
 2020-07-14 10:52 UTC  (3+ messages)

[PATCH v2] pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180
 2020-07-14 10:54 UTC  (2+ messages)

INFO: rcu detected stall in pfkey_sendmsg (2)
 2020-07-14 10:53 UTC 

[PATCH] hwmon: corsair-cpro: Change to hid driver
 2020-07-14 10:52 UTC 

[PATCH] x86/entry: add compatibility with IAS
 2020-07-14 10:48 UTC  (4+ messages)

[PATCH] iio: light: stk3310: add chip id for STK3311-X variant
 2020-07-14 10:44 UTC  (3+ messages)

[PATCH v2 0/3] um: allow static linking for non-glibc libc implementations
 2020-07-14 10:43 UTC  (5+ messages)
` [PATCH v2 2/3] um: some fixes to build UML with musl

[tip:master] BUILD SUCCESS WITH WARNING bccf9048549afe54b3c6bc8979ebfddea748da85
 2020-07-14 10:43 UTC 

[rcu:rcu/test] BUILD SUCCESS 438ded7f0d726088f2b750b2978748f609676797
 2020-07-14 10:43 UTC 

[PATCH 5.8 regression fix] platform/x86: thinkpad_acpi: Revert: Use strndup_user() in dispatch_proc_write()
 2020-07-14 10:43 UTC  (5+ messages)

[PATCH] drm/vkms: add wait_for_vblanks in atomic_commit_tail
 2020-07-14 10:39 UTC  (6+ messages)

[PATCH v2 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-14 10:36 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[PATCH] soc jack: When snd_soc_card_jack_new is not called or the call fails, calling this function causes a null pointer access
 2020-07-14 10:35 UTC 

[tip:locking/core] BUILD SUCCESS f9ad4a5f3f20bee022b1bdde94e5ece6dc0b0edc
 2020-07-14 10:30 UTC 

[rcu:dev.2020.07.09b] BUILD SUCCESS 31549a4b6f5ca1b4235038d12937f19c0965b0ff
 2020-07-14 10:29 UTC 

fbconsole needs more parameter validations
 2020-07-14 10:27 UTC  (5+ messages)
` [PATCH v3] vt: Reject zero-sized screen buffer size
  ` [PATCH] fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins

[PATCH v3 0/4] Add system mmu support for Armada-806
 2020-07-14 10:26 UTC  (3+ messages)

[PATCH v4 0/4] Add support for vibrator motor for TBS A711 Tablet
 2020-07-14 10:23 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: input: gpio-vibrator: Don't require enable-gpios
` [PATCH v4 2/4] input: gpio-vibra: Allow to use vcc-supply alone to control the vibrator
` [PATCH v4 3/4] ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor
` [PATCH v4 4/4] ARM: dts: sun8i-a83t-tbs-a711: Increase voltage on the vibrator


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