linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-02 15:57:57 to 2021-07-02 22:32:35 UTC [more...]

[PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
 2021-07-02 22:31 UTC 

[Question] Do we need remote charging for cpu and cpuacct subsys?
 2021-07-02 22:26 UTC  (4+ messages)

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-07-02 22:21 UTC  (9+ messages)
` [PATCH 2/4] arch/x86: implement the process_vm_exec syscall

[GIT PULL] ucounts: Count rlimits in each user namespace
 2021-07-02 22:13 UTC  (3+ messages)
` [PATCH] ucounts: Fix UCOUNT_RLIMIT_SIGPENDING counter leak

[PATCH FIXES/IMPROVEMENTS 0/7] block, bfq: preserve control, boost throughput, fix bugs
 2021-07-02 22:07 UTC  (4+ messages)

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-02 22:05 UTC  (70+ messages)
` [RFC PATCH v2 01/69] KVM: TDX: introduce config for KVM "
` [RFC PATCH v2 02/69] KVM: X86: move kvm_cpu_vmxon() from vmx.c to virtext.h
` [RFC PATCH v2 03/69] KVM: X86: move out the definition vmcs_hdr/vmcs from kvm to x86
` [RFC PATCH v2 04/69] KVM: TDX: Add TDX "architectural" error codes
` [RFC PATCH v2 05/69] KVM: TDX: Add architectural definitions for structures and values
` [RFC PATCH v2 06/69] KVM: TDX: add a helper function for kvm to call seamcall
` [RFC PATCH v2 07/69] KVM: TDX: define and export helper functions for KVM TDX support
` [RFC PATCH v2 08/69] KVM: TDX: add trace point before/after TDX SEAMCALLs
` [RFC PATCH v2 09/69] KVM: TDX: Add C wrapper functions for "
` [RFC PATCH v2 10/69] KVM: TDX: Print the name of SEAMCALL status code
` [RFC PATCH v2 11/69] KVM: TDX: Introduce pr_seamcall_ex_ret_info() to print more info when SEAMCALL fails
` [RFC PATCH v2 12/69] KVM: Export kvm_io_bus_read for use by TDX for PV MMIO
` [RFC PATCH v2 13/69] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH v2 14/69] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH v2 15/69] KVM: x86: Export kvm_mmio tracepoint for use by TDX for PV MMIO
` [RFC PATCH v2 16/69] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default
` [RFC PATCH v2 17/69] KVM: Add infrastructure and macro to mark VM as bugged
` [RFC PATCH v2 18/69] KVM: Export kvm_make_all_cpus_request() for use in marking VMs "
` [RFC PATCH v2 19/69] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
` [RFC PATCH v2 20/69] KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID
` [RFC PATCH v2 21/69] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH v2 23/69] KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
` [RFC PATCH v2 24/69] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls
` [RFC PATCH v2 25/69] KVM: x86: Add per-VM flag to disable direct IRQ injection
` [RFC PATCH v2 26/69] KVM: x86: Add flag to disallow #MC injection / KVM_X86_SETUP_MCE
` [RFC PATCH v2 27/69] KVM: x86: Add flag to mark TSC as immutable (for TDX)
` [RFC PATCH v2 28/69] KVM: Add per-VM flag to mark read-only memory as unsupported
` [RFC PATCH v2 29/69] KVM: Add per-VM flag to disable dirty logging of memslots for TDs
` [RFC PATCH v2 30/69] KVM: x86: Add per-VM flag to disable in-kernel I/O APIC and level routes
` [RFC PATCH v2 31/69] KVM: x86: add per-VM flags to disable SMI/INIT/SIPI
` [RFC PATCH v2 32/69] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH v2 33/69] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs()
` [RFC PATCH v2 34/69] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP
` [RFC PATCH v2 35/69] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH v2 36/69] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v2 37/69] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v2 38/69] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH v2 39/69] KVM: x86: Add guest_supported_xss placholder
` [RFC PATCH v2 40/69] KVM: Export kvm_is_reserved_pfn() for use by TDX
` [RFC PATCH v2 41/69] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v2 42/69] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v2 43/69] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v2 44/69] KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation
` [RFC PATCH v2 45/69] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH v2 46/69] KVM: x86/mmu: Frame in support for private/inaccessible shadow pages
` [RFC PATCH v2 47/69] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [RFC PATCH v2 48/69] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v2 49/69] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param
` [RFC PATCH v2 50/69] KVM: VMX: Move NMI/exception handler to common helper
` [RFC PATCH v2 51/69] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v2 52/69] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v2 53/69] KVM: VMX: Define EPT Violation architectural bits
` [RFC PATCH v2 54/69] KVM: VMX: Define VMCS encodings for shared EPT pointer
` [RFC PATCH v2 55/69] KVM: VMX: Add 'main.c' to wrap VMX and TDX
` [RFC PATCH v2 56/69] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v2 57/69] KVM: VMX: Move register caching logic to common code
` [RFC PATCH v2 58/69] KVM: TDX: Define TDCALL exit reason
` [RFC PATCH v2 59/69] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v2 60/69] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs
` [RFC PATCH v2 61/69] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h
` [RFC PATCH v2 62/69] KVM: VMX: MOVE GDT and IDT accessors to common code
` [RFC PATCH v2 63/69] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code
` [RFC PATCH v2 64/69] cpu/hotplug: Document that TDX also depends on booting CPUs once
` [RFC PATCH v2 65/69] KVM: X86: Introduce initial_tsc_khz in struct kvm_arch
` [RFC PATCH v2 66/69] KVM: TDX: Add "basic" support for building and running Trust Domains
` [RFC PATCH v2 67/69] KVM: TDX: add trace point for TDVMCALL and SEPT operation
` [RFC PATCH v2 68/69] KVM: TDX: add document on TDX MODULE
` [RFC PATCH v2 69/69] Documentation/virtual/kvm: Add Trust Domain Extensions(TDX)

[joro:sev-es-kexec 7/12] arch/x86/kernel/sev.c:762:13: warning: no previous prototype for 'sev_es_setup_ap_jump_table_data'
 2021-07-02 22:03 UTC 

[PATCH] tracing: Add "grouping" to histogram logic
 2021-07-02 21:56 UTC 

[PATCH 2/2] clk: Add ccf driver for Renesas 8T49N241
 2021-07-02 21:51 UTC  (5+ messages)
` [PATCH v2 0/2] Renesas 8T49N241 device driver
  ` [PATCH v2 1/2] dt-bindings: Add binding for Renesas 8T49N241

[GIT PULL] xfs: new code for 5.14
 2021-07-02 21:47 UTC  (3+ messages)

[GIT PULL] configfs updates for Linux 5.13
 2021-07-02 21:47 UTC  (2+ messages)

[GIT PULL] jfs updates for v5.14
 2021-07-02 21:47 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for Linux 5.14
 2021-07-02 21:47 UTC  (2+ messages)

[git pull] IOMMU Updates for Linux v5.14
 2021-07-02 21:47 UTC  (2+ messages)

gpiochip_lock_as_irq on pins without FLAG_REQUESTED: bug or feature ?
 2021-07-02 21:46 UTC  (4+ messages)

[PATCH] f2fs: add sysfs nodes to get GC info for each GC urgent mode
 2021-07-02 21:44 UTC 

[PATCH v11 0/8] Move Hisilicon 6421v600 SPMI and USB drivers out of staging
 2021-07-02 21:36 UTC  (3+ messages)
` [PATCH v11 6/8] mfd: hi6421-spmi-pmic: move driver from staging

[PATCH 00/42] PCI: aardvark: Various driver fixes
 2021-07-02 21:35 UTC  (3+ messages)
` [PATCH 20/42] PCI: aardvark: Add support for more than 32 MSI interrupts

[PATCH v5 0/3] use bin_attribute to break the size limitation of cpumap ABI
 2021-07-02 21:30 UTC  (3+ messages)
` [PATCH v5 1/3] cpumask: introduce cpumap_print_to_buf to support large bitmask and list

[RFC PATH 0/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO bindings and driver
 2021-07-02 21:06 UTC  (10+ messages)
` [RFC PATH 1/2] dt-bindings: gpio: add starfive,jh7100-gpio bindings
` [RFC PATH 2/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO driver

[PATCH v3 0/3] clk: meson: rounding for fast clocks on 32-bit SoCs
 2021-07-02 21:00 UTC  (9+ messages)
` [PATCH v3 2/3] clk: divider: Switch from .round_rate to .determine_rate by default

[PATCH v4 0/4] percpu: partial chunk depopulation
 2021-07-02 21:00 UTC  (6+ messages)
` [PATCH 3/4] percpu: implement "

[syzbot] upstream build error (16)
 2021-07-02 20:52 UTC  (2+ messages)

[PATCH net] vmxnet3: fix cksum offload issues for tunnels with non-default udp ports
 2021-07-02 20:50 UTC  (2+ messages)

[PATCH 0/2] Add NCSI Intel OEM command to keep PHY link up on
 2021-07-02 20:47 UTC  (2+ messages)

[PATCH net-next V3] net: phy: marvell10g: enable WoL for 88X3310 and 88E2110
 2021-07-02 20:40 UTC  (2+ messages)

[PATCH net-next v2 0/6] ar9331: mainline some parts of switch functionality
 2021-07-02 20:38 UTC  (2+ messages)

[PATCH v2] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-02 20:31 UTC  (2+ messages)

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2021-07-02 20:29 UTC  (5+ messages)
` [RFC v2 1/4] hisi-acc-vfio-pci: add new vfio_pci driver for HiSilicon ACC devices
` [RFC v2 2/4] hisi_acc_vfio_pci: Override ioctl method to limit BAR2 region size

[RFC v2 00/34] SLUB: reduce irq disabled scope and make it RT compatible
 2021-07-02 20:25 UTC  (3+ messages)

[PATCH 0/2] media: rc: add support for Amlogic Meson IR blaster
 2021-07-02 20:23 UTC  (5+ messages)
` [PATCH 2/2] media: rc: introduce Meson IR blaster driver

[PATCH] drm/vc4: dsi: Only register our component once a DSI device is attached
 2021-07-02 20:18 UTC  (12+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.14-1 tag
 2021-07-02 20:13 UTC  (2+ messages)

[GIT PULL] KUnit update for Linux 5.14-rc1
 2021-07-02 20:13 UTC  (2+ messages)

[GIT PULL] Kselftest update for Linux 5.14-rc1
 2021-07-02 20:13 UTC  (2+ messages)

[GIT PULL 1/2] asm-generic: rework PCI I/O space access
 2021-07-02 20:13 UTC  (4+ messages)
` [GIT PULL 2/2] asm-generic: Unify asm/unaligned.h around struct helper

[GIT PULL] perf tools changes for v5.14
 2021-07-02 20:13 UTC  (2+ messages)

[PATCH -next 1/1] iomap: Fix a false positive of UBSAN in iomap_seek_data()
 2021-07-02 19:56 UTC  (2+ messages)

ARM: meson8m2: new board suffering from "rcu_preempt detected stall" / "CPU#n stuck" with stmmac enabled
 2021-07-02 19:55 UTC 

[GIT PULL] Clang feature updates for v5.14-rc1
 2021-07-02 19:53 UTC  (9+ messages)

[PATCH] drm/amdgpu: initialize amdgpu_ras_query_error_count() error count parameters
 2021-07-02 19:52 UTC 

[PATCH v2] drm/dp_mst: Fix return code on sideband message failure
 2021-07-02 19:50 UTC  (2+ messages)

[PATCH] arm64: dts: ls1028: sl28: fix networking for variant 2
 2021-07-02 19:49 UTC 

[PATCH v5 0/2] zram: fix few sysfs races
 2021-07-02 19:36 UTC  (3+ messages)

[GIT PULL] VFIO updates for v5.14-rc1
 2021-07-02 19:33 UTC 

[RFC net-next 0/4] Marvell Prestera add policer support
 2021-07-02 19:16 UTC  (7+ messages)
` [RFC net-next 1/4] net: marvell: prestera: do not fail if FW reply is bigger
` [RFC net-next 2/4] net: marvell: prestera: turn FW supported versions into an array
` [RFC net-next 3/4] net: sched: introduce __tc_classid_to_hwtc() helper
` [RFC net-next 4/4] net: marvell: prestera: Offload FLOW_ACTION_POLICE

[RFCv1 0/8] Meson-8b and Meson-gxbb USB phy code re-structure
 2021-07-02 19:13 UTC  (11+ messages)
` [RFCv1 6/8] phy: amlogic: meson8b-usb2: Use phy reset callback function

[PATCH 1/1] RISC-V: load initrd wherever it fits into memory
 2021-07-02 19:11 UTC  (4+ messages)

[PATCH v8 1/8] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
 2021-07-02 19:11 UTC  (2+ messages)

[PATCH] efi/libstub: Fix the efi_load_initrd function description
 2021-07-02 19:10 UTC 

[PATCH -next] drm: vmwgfx: add header file for ttm_range_manager
 2021-07-02 19:10 UTC  (3+ messages)

[PATCH] mfd: mfd-core: Change "Failed to locate of_node" warning to debug
 2021-07-02 19:10 UTC  (12+ messages)

[PATCH v7 0/5] drm: address potential UAF bugs with drm_master ptrs
 2021-07-02 19:07 UTC  (2+ messages)

[PATCH 0/3] Improve EAS energy estimation and increase precision
 2021-07-02 19:07 UTC  (5+ messages)
` [PATCH 1/3] sched/fair: Prepare variables for increased precision of EAS estimated energy

[PATCH 0/4] selftests: add a new test driver for sysfs
 2021-07-02 19:02 UTC  (4+ messages)
` [PATCH 1/4] selftests: add tests_sysfs module

[PATCH net-next v2] gve: Simplify code and axe the use of a deprecated API
 2021-07-02 19:00 UTC  (2+ messages)

[PATCH] usb: gadget: f_fs: Fix setting of device and driver data cross-references
 2021-07-02 18:49 UTC  (5+ messages)
      ` [PATCH v4.14] "

[mainline] [arm64] Internal error: Oops - percpu_counter_add_batch
 2021-07-02 18:49 UTC  (2+ messages)

[PATCH] iavf: remove redundant null check on key
 2021-07-02 18:43 UTC  (2+ messages)

[PATCH] arm64: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
 2021-07-02 18:29 UTC  (7+ messages)

[PATCH] ALSA: hda: Enable runtime PM when codec probe fails
 2021-07-02 18:26 UTC  (5+ messages)
` [PATCH v2] ALSA: hda: Continue to probe "

[linux-audit/audit-kernel] BUG: audit_classify_syscall() fails to properly handle 64-bit syscalls when executing as 32-bit application on ARM (#131)
 2021-07-02 18:19 UTC  (2+ messages)

[PATCH v9 00/24] Introduce threaded trace streaming for basic perf record operation
 2021-07-02 18:15 UTC  (3+ messages)
` [PATCH v9 02/24] tools lib: Introduce fdarray clone function

[PATCH] mm/debug_vm_pgtable: Fix corrupted PG_arch_1 by set_pmd_at()
 2021-07-02 18:10 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: improve pm_runtime to stop clocks
 2021-07-02 18:07 UTC  (4+ messages)

[PATCH v2 0/3] coresight: Fix for snapshot mode
 2021-07-02 18:00 UTC  (5+ messages)
` [PATCH v2 2/3] perf cs-etm: Remove callback cs_etm_find_snapshot()

[PATCH] perf: tests: fix some mmemory leak issues
 2021-07-02 17:57 UTC  (4+ messages)

[PATCH 0/3] mm: sparse: remove __section_nr() function
 2021-07-02 17:57 UTC  (8+ messages)
  ` [PATCH 1/3] mm: sparse: pass section_nr to section_mark_present
  ` [PATCH 2/3] mm: sparse: pass section_nr to find_memory_block
  ` [PATCH 3/3] mm: sparse: remove __section_nr() function

[PATCH v6 06/26] x86/fpu/xstate: Calculate and remember dynamic XSTATE buffer sizes
 2021-07-02 17:46 UTC  (3+ messages)
` [PATCH v6-fix "

[PATCH v1 3/5] arm64: dts: mt8195: add gce node
 2021-07-02 17:42 UTC  (2+ messages)

[PATCH] Documentation: seccomp: Fix typo in user notification
 2021-07-02 17:40 UTC  (2+ messages)

[PATCH v4 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-07-02 17:31 UTC  (5+ messages)

[GIT PULL] tracing: Updates for 5.14
 2021-07-02 17:28 UTC  (3+ messages)

[PATCH RFC 0/2] x86/PCI: SiS PIRQ router updates
 2021-07-02 17:27 UTC  (2+ messages)

[GIT PULL] Devicetree updates for v5.14
 2021-07-02 17:10 UTC 

[PATCH v8 3/8] security/brute: Detect a brute force attack
 2021-07-02 17:08 UTC  (3+ messages)

[PATCH V7 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-02 16:56 UTC  (8+ messages)
` [PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks

[RFD] DTPM hierarchy description via DT
 2021-07-02 16:51 UTC  (2+ messages)

Kernel Panic in skb_release_data using genet
 2021-07-02 16:49 UTC  (12+ messages)

[PATCH] seccomp_unotify.2: Add doc for SECCOMP_ADDFD_FLAG_SEND
 2021-07-02 16:37 UTC 

[PATCH v5 2/3] topology: use bin_attribute to break the size limitation of cpumap ABI
 2021-07-02 16:33 UTC  (2+ messages)

[PATCH] mm/slub: use stackdepot to save stack trace in objects
 2021-07-02 16:01 UTC  (3+ messages)

[PATCH v4] ext4: wipe ext4_dir_entry2 upon file deletion
 2021-07-02 16:01 UTC  (2+ messages)

[PATCH] use 64bit timer for hpet
 2021-07-02 15:57 UTC  (2+ messages)


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