linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-11 21:38:08 to 2022-07-12 00:48:07 UTC [more...]

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-12  0:46 UTC  (14+ messages)
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko

[PATCH 00/13] locking/qspinlock: simplify code generation
 2022-07-12  0:46 UTC  (19+ messages)
` [PATCH 02/13] locking/qspinlock: inline mcs_spinlock functions into qspinlock
` [PATCH 03/13] locking/qspinlock: split common mcs queueing code into its own function
` [PATCH 04/13] locking/qspinlock: move pv lock word helpers into qspinlock.c
` [PATCH 05/13] locking/qspinlock: be less clever with the preprocessor
` [PATCH 06/13] locking/qspinlock: merge qspinlock_paravirt.h into qspinlock.c

drivers/iio/potentiometer/ad5110.c:59:8: warning: Excessive padding in 'struct ad5110_data' (107 padding bytes, where 43 is optimal). Optimal fields order: buf, tol, client, cfg, lock, enable, consider reordering the fields or adding explicit padding memb
 2022-07-12  0:44 UTC 

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-12  0:44 UTC  (11+ messages)
` [PATCH bpf-next v3 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v3 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH v2] x86/mm/tlb: Skip tracing when flush is not done
 2022-07-11 17:01 UTC 

[PATCH] selftests/ftrace: func_event_triggers: fix typo in user message
 2022-07-12  0:35 UTC  (3+ messages)

[PATCH v3 0/2] PCI: Restrict pci transactions after pci suspend
 2022-07-12  0:34 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] PCI: qcom: Add system PM support
  ` [PATCH v4 2/2] PCI: qcom: Restrict pci transactions after pci suspend

[PATCH 0/4] add struct page and Direct I/O support to reserved memory
 2022-07-12  0:26 UTC  (8+ messages)
` [PATCH 4/4] sample/reserved_mem: Introduce a sample of struct page and dio support to no-map rmem

[PATCH -printk] printk, tracing: fix console tracepoint
 2022-07-12  0:21 UTC  (3+ messages)

[PATCH v1 net 00/15] sysctl: Fix data-races around ipv4_net_table (Round 1)
 2022-07-12  0:15 UTC  (16+ messages)
` [PATCH v1 net 01/15] sysctl: Fix data-races in proc_dou8vec_minmax()
` [PATCH v1 net 02/15] sysctl: Fix data-races in proc_dointvec_ms_jiffies()
` [PATCH v1 net 03/15] tcp: Fix a data-race around sysctl_max_tw_buckets
` [PATCH v1 net 04/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_all
` [PATCH v1 net 05/15] icmp: Fix data-races around sysctl_icmp_echo_enable_probe
` [PATCH v1 net 06/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts
` [PATCH v1 net 07/15] icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses
` [PATCH v1 net 08/15] icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr
` [PATCH v1 net 09/15] icmp: Fix a data-race around sysctl_icmp_ratelimit
` [PATCH v1 net 10/15] icmp: Fix a data-race around sysctl_icmp_ratemask
` [PATCH v1 net 11/15] raw: Fix a data-race around sysctl_raw_l3mdev_accept
` [PATCH v1 net 12/15] tcp: Fix data-races around sysctl_tcp_ecn
` [PATCH v1 net 13/15] tcp: Fix a data-race around sysctl_tcp_ecn_fallback
` [PATCH v1 net 14/15] ipv4: Fix data-races around sysctl_ip_dynaddr
` [PATCH v1 net 15/15] nexthop: Fix data-races around nexthop_compat_mode

[PATCH v2] signal: break out of wait loops on kthread_stop()
 2022-07-12  0:18 UTC  (12+ messages)
` [PATCH v3] "
          ` [PATCH v4] "
              ` [PATCH v5] "

[PATCH 00/25] [PULL REQUEST] Intel IOMMU updates for Linux v5.20
 2022-07-12  0:09 UTC  (26+ messages)
` [PATCH 01/25] iommu/vt-d: Move trace/events/intel_iommu.h under iommu
` [PATCH 02/25] agp/intel: Use per device iommu check
` [PATCH 03/25] iommu/vt-d: Remove unnecessary exported symbol
` [PATCH 04/25] drm/i915: Remove unnecessary include
` [PATCH 05/25] KVM: x86: "
` [PATCH 06/25] x86/boot/tboot: Move tboot_force_iommu() to Intel IOMMU
` [PATCH 07/25] iommu/vt-d: Move include/linux/intel-iommu.h under iommu
` [PATCH 08/25] iommu/vt-d: Remove unused iovad from dmar_domain
` [PATCH 09/25] iommu/vt-d: debugfs: Remove device_domain_lock usage
` [PATCH 10/25] iommu/vt-d: Remove clearing translation data in disable_dmar_iommu()
` [PATCH 11/25] iommu/vt-d: Use pci_get_domain_bus_and_slot() in pgtable_walk()
` [PATCH 12/25] iommu/vt-d: Unnecessary spinlock for root table alloc and free
` [PATCH 13/25] iommu/vt-d: Replace spin_lock_irqsave() with spin_lock()
` [PATCH 14/25] iommu/vt-d: Acquiring lock in domain ID allocation helpers
` [PATCH 15/25] iommu/vt-d: Acquiring lock in pasid manipulation helpers
` [PATCH 16/25] iommu/vt-d: Check device list of domain in domain free path
` [PATCH 17/25] iommu/vt-d: Fold __dmar_remove_one_dev_info() into its caller
` [PATCH 18/25] iommu/vt-d: Use device_domain_lock accurately
` [PATCH 19/25] iommu/vt-d: Convert global spinlock into per domain lock
` [PATCH 20/25] iommu/vt-d: Remove unused domain_get_iommu()
` [PATCH 21/25] iommu/vt-d: Use IDA interface to manage iommu sequence id
` [PATCH 22/25] iommu/vt-d: Refactor iommu information of each domain
` [PATCH 23/25] iommu/vt-d: Remove unnecessary check in intel_iommu_add()
` [PATCH 24/25] iommu/vt-d: Remove global g_iommus array
` [PATCH 25/25] iommu/vt-d: Make DMAR_UNITS_SUPPORTED default 1024

[PATCH v2] x86/cpuinfo: Clear X86_FEATURE_TME if TME/MKTME is disabled by BIOS
 2022-07-12  0:12 UTC  (5+ messages)

[PATCH v2] bpf/scripts: Generate GCC compatible helpers
 2022-07-12  0:11 UTC  (3+ messages)

[perf] odd fuzzer generated trace in intel_pmu_lbr_restore
 2022-07-12  0:11 UTC  (6+ messages)
` [perf] unchecked MSR access error: WRMSR to 0x689 "

[PATCH net v5] net: rose: fix null-ptr-deref caused by rose_kill_by_neigh
 2022-07-12  0:08 UTC  (3+ messages)

[PATCH] mmc: print clock frequency with recognization
 2022-07-12  0:08 UTC  (2+ messages)

[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2022-07-12  0:06 UTC 

[kernel PATCH v2 0/1] Bluetooth: hci_sync: Fix resuming scan after suspend resume
 2022-07-12  0:05 UTC  (2+ messages)
` [kernel PATCH v2 1/1] "

[PATCH net-next] i40e: i40e_reset_vf should return false if reset vf timeout
 2022-07-12  0:03 UTC  (2+ messages)

[PATCH] MIPS: Fixed __debug_virt_addr_valid()
 2022-07-12  0:02 UTC  (6+ messages)

[PATCH] nfp: fix clang -Wformat warnings
 2022-07-12  0:01 UTC 

[PATCH] mmc: use mmc_card_* macro and add it for sd_combo
 2022-07-12  0:00 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-11 23:55 UTC  (2+ messages)

[PATCH] x86/mm/tlb: Skip tracing when flush is not done
 2022-07-11 23:42 UTC  (3+ messages)

[PATCH net-next 0/3] net: ipv4/ipv6: new option to accept garp/untracked na only if in-network
 2022-07-11 23:42 UTC  (2+ messages)

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-11 23:41 UTC  (5+ messages)
` [RFC PATCH 07/26] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH 19/26] hugetlb: add HGM support for copy_hugetlb_page_range

[PATCH v2 0/7] Improve GPU Recovery
 2022-07-11 23:27 UTC  (5+ messages)
` [PATCH v2 3/7] drm/msm: Fix cx collapse issue during recovery
` [PATCH v2 5/7] arm64: dts: qcom: sc7280: Update gpu register list

[PATCH 0/3] KVM: x86: Fix fault-related bugs in LTR/LLDT emulation
 2022-07-11 23:27 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
` [PATCH 2/3] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
` [PATCH 3/3] KVM: x86: WARN only once if KVM leaves a dangling userspace I/O request

[PATCH] acpi/nfit: badrange report spill over to clean range
 2022-07-11 23:26 UTC 

[PATCH v5 0/2] powerpc rng cleanups
 2022-07-11 23:24 UTC  (3+ messages)
` [PATCH v5 1/2] powerpc/powernv: rename remaining rng powernv_ functions to pnv_
` [PATCH v5 2/2] powerpc/kvm: don't crash on missing rng, and use darn

[PATCH] qlogic: qed: fix clang -Wformat warnings
 2022-07-11 23:24 UTC 

[PATCH] PCI/doc: Convert examples to generic power management
 2022-07-11 23:19 UTC 

[PATCH v6 1/4] panic: Taint kernel if tests are run
 2022-07-11 23:17 UTC  (8+ messages)
` [PATCH v6 3/4] kunit: Taint the kernel when KUnit "

[PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly
 2022-07-11 23:15 UTC  (9+ messages)

[PATCH] PCI/ASPM: Unexport pcie_aspm_support_enabled()
 2022-07-11 23:14 UTC 

[PATCH v5 1/2] arm64: dts: qcom: Add support for Xiaomi Mi Mix2s
 2022-07-11 23:13 UTC  (3+ messages)
` [PATCH v5 2/2] dt-bindings: arm: qcom: Add Xiaomi Mi Mix2s bindings

[PATCH] PCI:ASPM: Remove pcie_aspm_pm_state_change()
 2022-07-11 23:11 UTC  (2+ messages)

[PATCH v2 0/3] Add support for rk3399 based eaidk-610
 2022-07-11 23:09 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add OPEN AI LAB
` [PATCH v2 2/3] dt-bindings: arm: rockchip: Add EAIDK-610

[PATCH v4 1/2] of: unittest: Switch to use fwnode instead of of_node
 2022-07-11 23:08 UTC  (4+ messages)
` [PATCH v4 2/2] of: unittest: make unittest_gpio_remove() consistent with unittest_gpio_probe()

[PATCH 0/4] Fix kselftest build with sub-directory
 2022-07-11 23:08 UTC  (4+ messages)

[PATCH v5 0/4] Microchip soft ip corePWM driver
 2022-07-11 23:06 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells

strange interaction between fuse + pidns
 2022-07-11 23:06 UTC  (7+ messages)

[PATCH v8 0/3] Add support for lan966x flexcom chip-select configuration
 2022-07-11 23:06 UTC  (5+ messages)
` [PATCH v8 1/3] dt-bindings: mfd: Convert atmel-flexcom to json-schema
` [PATCH v8 2/3] dt-bindings: mfd: atmel,sama5d2-flexcom: Add new compatible string for lan966x

[PATCH v2] dt-bindings: mmc: Add compatible for MediaTek MT8188
 2022-07-11 23:04 UTC  (2+ messages)

[PATCH] clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfig
 2022-07-11 23:03 UTC  (3+ messages)

[PATCH] PCI/AER: Iterate over error counters instead of error strings
 2022-07-11 23:02 UTC  (3+ messages)

[PATCH] ntb: idt: fix clang -Wformat warnings
 2022-07-11 23:01 UTC 

[PATCH] PCI: aardvark: Add support for PCI Bridge Subsystem Vendor ID on emulated bridge
 2022-07-11 22:59 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] KVM: x86: Fix goofs with MONITOR/MWAIT quirk
 2022-07-11 22:57 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirk
` [PATCH 2/3] KVM: selftests: Provide valid inputs for MONITOR/MWAIT regs
` [PATCH 3/3] KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specific

[PATCH v5] dt-bindings: firmware: convert Qualcomm SCM binding to the yaml
 2022-07-11 22:57 UTC  (2+ messages)

[PATCH v2 00/15] arch: make PxD_ORDER generically available
 2022-07-11 22:55 UTC  (5+ messages)
` [PATCH v2 07/15] nios2: drop definition of PTE_ORDER
` [PATCH v2 08/15] nios2: drop definition of PGD_ORDER

[kernel PATCH v1 0/1] This patch fixes a previous patch which did not remove setting
 2022-07-11 22:53 UTC  (2+ messages)
` [kernel PATCH v1 1/1] Bluetooth: hci_sync: Fix resuming passive scan after suspend resume

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-11 22:52 UTC  (4+ messages)
` [PATCH v2 2/4] mm: rmap: Allow platforms without mm_cpumask to defer TLB flush

[PATCH] dt-bindings: phy: mediatek: tphy: add compatible for mt8188
 2022-07-11 22:52 UTC  (2+ messages)

[RESEND v4 1/2] dt-bindings: i2c: update bindings for MT8188 SoC
 2022-07-11 22:51 UTC  (2+ messages)

[PATCH] sched/fair: no sync wakeup from interrupt context
 2022-07-11 22:47 UTC 

[PATCH V13 3/9] PCI: Create PCIe library functions in support of DOE mailboxes
 2022-07-11 22:47 UTC  (3+ messages)
` [PATCH V13.1] PCI/DOE: Add DOE mailbox support functions

[PATCH v5] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-07-11 22:43 UTC  (2+ messages)

[PATCH v5 0/6] Add spi-hid, transport for HID over SPI bus
 2022-07-11 22:43 UTC  (3+ messages)
` [PATCH v5 3/6] dt-bindings: input: Document Microsoft G6 Touch Digitizer

[PATCH] staging: r8188eu: remove HW_VAR_MLME_SITESURVEY from SetHwReg8188EU()
 2022-07-11 22:43 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-11 22:41 UTC  (4+ messages)
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH 0/2] KVM: PPC: Book3s HV: Cleanup unused function and declarations
 2022-07-11 22:36 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Remove kvmhv_p9_[set,restore]_lpcr declarations
` [PATCH 2/2] KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interrupt

[PATCH 1/5] powerpc/pci: Hide pci_device_from_OF_node() for non-powermac code
 2022-07-11 22:35 UTC  (2+ messages)

[PATCH 0/2] extend svc and rsu drivers for new RSU DCMF status feature
 2022-07-11 22:34 UTC  (3+ messages)

[tip:x86/kdump] BUILD SUCCESS 68b8e9713c8ec90af93c16e1de51cca18cefdb56
 2022-07-11 22:33 UTC 

[PATCH] PCI: Drop of_match_ptr() to avoid unused variables
 2022-07-11 22:32 UTC  (2+ messages)

[PATCH 1/6] firmware: stratix10-svc: Add support for FCS
 2022-07-11 22:31 UTC  (6+ messages)
` [PATCH 2/6] firmware: stratix10-svc: add FCS polling command
` [PATCH 3/6] firmware: stratix10-svc: add new FCS commands
` [PATCH 4/6] firmware: stratix10-rsu: extend RSU driver to get DCMF status
` [PATCH 5/6] firmware: stratix10-svc: extend svc to support RSU feature
` [PATCH 6/6] firmware: stratix10-svc: To support a command ATF Get Version

[PATCH net v3 0/1] stmmac: dwmac-mediatek: fix clock issue
 2022-07-11 22:31 UTC  (3+ messages)
` [PATCH net v3] "

[PATCH v14 0/17] PCI: imx6: refine codes and add the error propagation
 2022-07-11 22:29 UTC  (2+ messages)

[PATCH] iwlwifi: mvm: fix clang -Wformat warnings
 2022-07-11 22:29 UTC 

[PATCH] ARM: bcm: NSP: Removed forced thermal selection
 2022-07-11 22:29 UTC 

[PATCH 0/2] mtd: rawnand: brcmnand: Glue driver Kconfig entries
 2022-07-11 22:23 UTC  (3+ messages)
` [PATCH 1/2] mtd: rawnand: brcmnand: Move Kconfig to driver folder
` [PATCH 2/2] mtd: rawnand: brcmnand: Add individual glue driver selection

[PATCH] mediatek: mt7601u: fix clang -Wformat warning
 2022-07-11 22:16 UTC  (2+ messages)

[PATCH v4 0/4] regulator: output-supply DT support
 2022-07-11 22:19 UTC  (3+ messages)
` [PATCH v4 1/4] dt-bindings: vendor-prefixes: add 9elements

[RFC 1/2] PCI: imx6: Make sure the DBI register can be changed
 2022-07-11 22:17 UTC  (2+ messages)

[tip:x86/urgent] BUILD SUCCESS da4600c76da7d787db04ce059b1f176da8a8d375
 2022-07-11 22:16 UTC 

[GIT PULL] ipc: Fix free mq_sysctls when ipc namespace creation fails
 2022-07-11 22:12 UTC  (3+ messages)

[PATCH] coccinelle: Remove script that checks replacing 0/1 with false/true in functions returning bool
 2022-07-11 22:11 UTC  (2+ messages)

[PATCH v6 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-07-11 22:05 UTC  (5+ messages)
` [PATCH v6 4/6] tpm: of: Make of-tree specific function commonly available
` [PATCH v6 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable

[PATCH V5 0/6] imx: support i.MX93 SRC and mediamix blk ctrl
 2022-07-11 22:03 UTC  (3+ messages)
` [PATCH V5 3/6] soc: imx: add i.MX93 SRC power domain driver

[jolsa-perf:bpf/tramp_29 26/32] kernel/bpf/syscall.c:3137:15: error: call to undeclared function 'bpf_trampoline_multi_detach'; ISO C99 and later do not support implicit function declarations
 2022-07-11 22:02 UTC 

[PATCH] MAINTAINERS: change the NXP FSPI driver maintainer
 2022-07-11 21:58 UTC  (3+ messages)

[RFC PATCH net-next 0/9] net: pcs: Add support for devices probed in the "usual" manner
 2022-07-11 21:55 UTC  (5+ messages)
` [RFC PATCH net-next 3/9] net: pcs: Add helpers for registering and finding PCSs

[PATCH] libbpf: fix the name of a reused map
 2022-07-11 21:51 UTC  (2+ messages)

[PATCH] powerpc: e500: Fix compilation with gcc e500 compiler
 2022-07-11 21:48 UTC  (11+ messages)

[PATCH] PCI: endpoint: Fix a NULL vs IS_ERR() check in pci_epf_test_init_dma_chan()
 2022-07-11 21:51 UTC  (2+ messages)

linux-next: Tree for Jul 11
 2022-07-11 21:49 UTC  (2+ messages)
` linux-next: Tree for Jul 11 (uml)

[GIT PULL] ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()
 2022-07-11 21:44 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 5.19-rc7
 2022-07-11 21:44 UTC  (2+ messages)

[PATCH] bpf: btf: Fix vsnprintf return value check
 2022-07-11 21:42 UTC  (2+ messages)

[jolsa-perf:bpf/tramp_29 25/32] kernel/bpf/trampoline.c:948:16: error: implicit declaration of function 'ftrace_hash_alloc'
 2022-07-11 21:41 UTC 

[jolsa-perf:bpf/tramp_29 25/32] kernel/bpf/trampoline.c:948:9: error: call to undeclared function 'ftrace_hash_alloc'; ISO C99 and later do not support implicit function declarations
 2022-07-11 21:41 UTC 

[PATCH v3 0/6] leds: Fix/Add is31fl319{0,1,3} support
 2022-07-11 21:40 UTC  (5+ messages)

[PATCH v7 0/7] clk/resets: baikal-t1: Add DDR/PCIe resets and xGMAC/SATA fixes
 2022-07-11 21:39 UTC  (3+ messages)
` [PATCH v7 5/7] clk: baikal-t1: Move reset-controls code into a dedicated module

[PATCH 0/9] x86/resctrl: Add the support for AMD QoS new features
 2022-07-11 21:39 UTC  (10+ messages)
` [PATCH 1/9] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH 2/9] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
` [PATCH 3/9] x86/resctrl: Detect and configure Slow Memory Bandwidth allocation
` [PATCH 4/9] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
` [PATCH 5/9] x86/resctrl: Introduce mon_configurable to detect Bandwidth Monitoring Event Configuration
` [PATCH 6/9] x86/resctrl: Add sysfs interface files to read/write event configuration
` [PATCH 7/9] x86/resctrl: Add the sysfs interface to read the "
` [PATCH 8/9] x86/resctrl: Add sysfs interface to write "
` [PATCH 9/9] Documentation/x86: Update resctrl_ui.rst for new features


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