linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-05 21:07:47 to 2022-10-06 02:45:35 UTC [more...]

[PATCH] x86/speculation: Mitigate eIBRS PBRSB predictions with WRMSR
 2022-10-06  2:42 UTC  (8+ messages)

[PATCH v2] locking/memory-barriers.txt: Improve documentation for writel() example
 2022-10-06  2:40 UTC  (3+ messages)

[PATCH 00/12] ASoC: mediatek: Add support for MT8188 SoC
 2022-10-06  2:38 UTC  (4+ messages)
` [PATCH 12/12] dt-bindings: mediatek: mt8188: add mt8188-mt6359 document

[PATCH] riscv: enable THP_SWAP for RV64
 2022-10-06  2:35 UTC  (2+ messages)

[PATCH] riscv: compat: s/failed/unsupported if compat mode isn't supported
 2022-10-06  2:35 UTC  (2+ messages)

[for-next][PATCH 0/2] tracing: Last two fixes before pushing to 6.1
 2022-10-06  2:27 UTC  (4+ messages)
` [for-next][PATCH 1/2] ftrace: Still disable enabled records marked as disabled
` [for-next][PATCH 2/2] tracing: Do not free snapshot if tracer is on cmdline

[PATCH 0/5] MediaTek watchdog: MT6795 support and YAML conversion
 2022-10-06  2:26 UTC  (4+ messages)
` [PATCH 3/5] dt-bindings: watchdog: mediatek: Convert mtk-wdt to json-schema

linux-next: Fixes tag needs some work in the cifs tree
 2022-10-06  2:18 UTC  (2+ messages)

[RFCv2 PATCH 1/4] dt-bindings: bus: add Wiegand bus dt documentation
 2022-10-06  2:18 UTC  (4+ messages)
` [RFCv2 PATCH 3/4] dt-bindings: gpio: add Wiegand GPIO driver "

[PATCH v2 00/10] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
 2022-10-06  2:18 UTC  (3+ messages)
` [PATCH v2 05/10] dt-bindings: pinctrl: mediatek,pinctrl-mt6795: Fix interrupt count

[PATCH v2 0/2] usb: dwc3: revert OTG changes for Intel Merrifield
 2022-10-06  2:12 UTC  (9+ messages)
` [PATCH v2 2/2] Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"

[PATCH v3 0/2] *** IT6505 driver read dt properties ***
 2022-10-06  2:04 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: it6505: add properties to restrict output bandwidth
` [PATCH v3 2/2] drm/bridge: add it6505 driver to read data-lanes and max-pixel-clock-mhz from dt

[PATCH] lib: check if stack_table valid in __stack_depot_save
 2022-10-06  1:56 UTC 

[PATCH 0/2] Add pinctrl support for QDU1000/QRU1000 SoCs
 2022-10-06  1:50 UTC  (3+ messages)
` [PATCH 2/2] pinctrl: qcom: Add QDU1000/QRU1000 pinctrl driver

[PATCH] net: mana: store return status in signed variable
 2022-10-06  1:48 UTC  (2+ messages)

[PATCH v2] Documentation/mm/page_owner.rst: delete frequently changing experimental data
 2022-10-06  1:46 UTC  (3+ messages)
` [PATCH v4] "

[RFC PATCH 00/23] sched: Introduce classes of tasks for load balance
 2022-10-06  1:50 UTC  (10+ messages)
` [RFC PATCH 09/23] sched/fair: Use task-class performance score to pick the busiest group
` [RFC PATCH 15/23] thermal: intel: hfi: Report per-cpu class-specific performance scores
` [RFC PATCH 17/23] thermal: intel: hfi: Enable the Intel Thread Director

[PATCH] staging: most: net: Replace macros HB and LB with static inline functions
 2022-10-06  1:39 UTC  (3+ messages)

[PATCH v4 0/2] EFI improvements for Xen dom0
 2022-10-06  1:40 UTC  (13+ messages)
` [PATCH v4 1/2] Avoid using EFI tables Xen may have clobbered

[syzbot] memory leak in __get_metapage
 2022-10-06  1:28 UTC  (8+ messages)

[jlayton:iversion 16/17] include/linux/kern_levels.h:5:25: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ssize_t' {aka 'int'}
 2022-10-06  1:27 UTC 

[PATCH] ptrace: Mark PTRACE_{PEEK,POKE}USR as deprecated for new ports
 2022-10-06  1:24 UTC 

[PATCH v2] vsock: replace virtio_vsock_pkt with sk_buff
 2022-10-06  1:19 UTC 

[PATCH] dt-bindings: mediatek: vcodec: Add the platform compatible to schema
 2022-10-06  1:13 UTC  (3+ messages)

[PATCH v6 RESEND 0/2] use static key to optimize pgtable_l4_enabled
 2022-10-06  1:05 UTC  (2+ messages)

[RFC PATCH v2 0/2] AX45MP: Add support to non-coherent DMA
 2022-10-06  0:59 UTC  (7+ messages)
` [RFC PATCH v2 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC

[PATCH 00/12] KVM: selftests: Add X86_PROPERTY_* magic
 2022-10-06  0:51 UTC  (13+ messages)
` [PATCH 01/12] KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDR
` [PATCH 02/12] KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*
` [PATCH 03/12] KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID values
` [PATCH 04/12] KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID test
` [PATCH 05/12] KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* support
` [PATCH 06/12] KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*
` [PATCH 07/12] KVM: selftests: Convert AMX test to use X86_PROPRETY_XXX
` [PATCH 08/12] KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*
` [PATCH 09/12] KVM: selftest: Add PMU feature framework, use in PMU event filter test
` [PATCH 10/12] KVM: selftests: Add dedicated helpers for getting x86 Family and Model
` [PATCH 11/12] KVM: selftests: Add and use KVM helpers for "
` [PATCH 12/12] KVM: selftest: Drop helpers for getting specific KVM supported CPUID entry

[PATCH 0/7]KVM: selftests: Clean up x86 page walker utilities
 2022-10-06  0:45 UTC  (8+ messages)
` [PATCH 1/7] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH 2/7] KVM: selftests: Drop reserved bit checks from PTE accessor
` [PATCH 3/7] KVM: selftests: Remove useless shifts when creating guest page tables
` [PATCH 4/7] KVM: selftests: Verify parent PTE is PRESENT when getting child PTE
` [PATCH 5/7] KVM: selftests: Use virt_get_pte() when getting PTE pointer
` [PATCH 6/7] KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()
` [PATCH 7/7] KVM: selftests: Play nice with huge pages when getting PTEs/GPAs

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-06  0:38 UTC  (20+ messages)
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace

[PATCH v6 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-10-06  0:34 UTC  (8+ messages)
` [PATCH v6 1/7] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v6 2/7] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v6 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v6 4/7] tools: Add atomic_test_and_set_bit()
` [PATCH v6 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v6 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v6 7/7] KVM: selftests: Add ucall pool based implementation

[PATCH v6 11/11] kallsyms: Add self-test facility
 2022-10-06  0:24 UTC  (2+ messages)

[PATCH] KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
 2022-10-06  0:21 UTC  (2+ messages)

[PATCH] docs: bump minimal GNU Make version to 3.82
 2022-10-06  0:18 UTC  (3+ messages)

[PATCH 0/2] Misc fixes for Xen grant DMA-mapping layer
 2022-10-06  0:19 UTC  (5+ messages)
` [PATCH 1/2] xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()
` [PATCH 2/2] xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devices

linux-next: build warnings after merge of the broadcom tree
 2022-10-06  0:17 UTC  (9+ messages)

drivers/net/ethernet/mellanox/mlx5/core/en_main.c:3466:12: warning: stack frame size (1068) exceeds limit (1024) in 'mlx5e_setup_tc'
 2022-10-06  0:14 UTC 

[PATCH v2] KVM: SVM: Replace kmap_atomic() with kmap_local_page()
 2022-10-06  0:14 UTC  (2+ messages)

[PATCH net] Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs"
 2022-10-06  0:11 UTC  (2+ messages)

[PATCH v5 0/8] KVM: x86: Intel LBR related perf cleanups
 2022-10-06  0:03 UTC  (9+ messages)
` [PATCH v5 1/8] perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub
` [PATCH v5 2/8] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
` [PATCH v5 3/8] KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()
` [PATCH v5 4/8] KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL
` [PATCH v5 5/8] KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps
` [PATCH v5 6/8] KVM: x86: Init vcpu->arch.perf_capabilities in common x86 code
` [PATCH v5 7/8] KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()
` [PATCH v5 8/8] KVM: x86: Directly query supported PERF_CAPABILITIES for WRMSR checks

[GIT PULL] First batch of KVM changes for Linux 6.1
 2022-10-06  0:02 UTC  (2+ messages)

linux-next: manual merge of the vfs tree with the ksmbd tree
 2022-10-05 23:59 UTC 

[PATCH] ipmi: kcs: Poll OBF briefly to reduce OBE latency
 2022-10-05 23:54 UTC  (4+ messages)

[PATCH v10 0/3] Add SSIF BMC driver
 2022-10-05 23:53 UTC  (2+ messages)

[PATCH 1/2] ata: allow toggling fua parameter at runtime
 2022-10-05 23:38 UTC  (3+ messages)
` [PATCH 2/2] ata: allow enabling FUA support in Kconfig

[PATCH v12] firmware: google: Implement cbmem in sysfs driver
 2022-10-05 23:26 UTC  (8+ messages)

[PATCH] KVM: x86/mmu: fix some comment typos
 2022-10-05 23:18 UTC  (2+ messages)

[PATCH] KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
 2022-10-05 23:18 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
 2022-10-05 23:17 UTC  (2+ messages)

[RESEND][PATCH 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-05 23:14 UTC  (10+ messages)
` [RESEND][PATCH 1/6] libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
` [RESEND][PATCH 2/6] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [RESEND][PATCH 4/6] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [RESEND][PATCH 6/6] selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()

drivers/net/ethernet/marvell/mv643xx_eth.c:1251:21: error: invalid type argument of '->' (have 'struct device')
 2022-10-05 23:13 UTC 

[PATCH v4 0/2] riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
 2022-10-05 23:07 UTC  (4+ messages)
` [PATCH 1/2] RISC-V: Cache SBI vendor values

[RFC PATCH 0/2] Propose critical clocks
 2022-10-05 23:06 UTC  (3+ messages)

linux-next: build failure after merge of the i2c tree
 2022-10-05 23:05 UTC  (2+ messages)

[PATCH] Add hardcoded crystal clock for KabyLake
 2022-10-05 23:04 UTC 

[PATCH RESEND v6 0/1] ARM: mstar: cpupll
 2022-10-05 23:02 UTC  (3+ messages)
` [PATCH RESEND v6 1/1] clk: mstar: msc313 cpupll clk driver

arch/arm/probes/kprobes/core.c:409:30: error: .fnstart must precede .save or .vsave directives
 2022-10-05 22:59 UTC  (3+ messages)
` [PATCH] ARM: kprobes: move __kretprobe_trampoline to out of line assembler

[PATCH V3 4/8] block, bfq: split also async bfq_queues on a per-actuator basis
 2022-10-05 22:52 UTC  (2+ messages)

[jolsa-perf:kprobe_multi_kmod 3/9] ld.lld: error: undefined symbol: module_kallsyms_on_each_symbol
 2022-10-05 22:52 UTC 

Invalid event (cycles:pp) in per-thread mode, enable system wide with '-a'
 2022-10-05 22:50 UTC  (7+ messages)

drivers/net/ipa/ipa_qmi.c:97:36: warning: passing argument 5 of 'qmi_send_indication' discards 'const' qualifier from pointer target type
 2022-10-05 22:41 UTC 

[PATCH v5 0/7] libsas and drivers: NCQ error handling
 2022-10-05 22:42 UTC  (8+ messages)

[GIT PULL] LSM patches for v6.1
 2022-10-05 22:39 UTC  (9+ messages)

[PATCH v3 cgroup/for-5.20] cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
 2022-10-05 22:36 UTC  (5+ messages)
` [PATCH] perf stat: Support old kernels for bperf cgroup counting

[PATCH v2] drm/ssd130x: Iterate over damage clips instead of using a merged rect
 2022-10-05 22:33 UTC  (3+ messages)

linux-next: build failure after merge of the drm tree
 2022-10-05 22:28 UTC  (8+ messages)

[PATCH v4 06/12] PCI: qcom-ep: Gate Master AXI clock to MHI bus during L1SS
 2022-10-05 22:24 UTC  (3+ messages)

[PATCH v7 0/3] SDM670 Pin Control Driver
 2022-10-05 22:23 UTC  (4+ messages)
` [PATCH v7 3/3] pinctrl: qcom: add sdm670 pinctrl

[PATCH] overflow: disable failing tests for older clang versions
 2022-10-05 22:21 UTC 

drivers/net/ipa/ipa_qmi_msg.c:293:35: warning: initialization discards 'const' qualifier from pointer target type
 2022-10-05 22:20 UTC 

[PATCH v5 00/10] Designware PWM driver updates
 2022-10-05 22:12 UTC  (11+ messages)
` [PATCH v5 01/10] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [PATCH v5 02/10] pwm: dwc: allow driver to be built with COMPILE_TEST
` [PATCH v5 03/10] pwm: dwc: change &pci->dev to dev in probe
` [PATCH v5 04/10] pwm: dwc: move memory alloc to own function
` [PATCH v5 05/10] pwm: dwc: use devm_pwmchip_add
` [PATCH v5 06/10] pwm: dwc: split pci out of core driver
` [PATCH v5 07/10] pwm: dwc: make timer clock configurable
` [PATCH v5 08/10] pwm: dwc: add of/platform support
` [PATCH v5 09/10] pwm: dwc: add PWM bit unset in get_state call
` [PATCH v5 10/10] pwm: dwc: use clock rate in hz to avoid rounding issues

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-10-05 22:12 UTC  (11+ messages)

[PATCH v3] f2fs: support errors=remount-ro|continue|panic mountoption
 2022-10-05 22:08 UTC  (4+ messages)

[PATCH 0/4] KVM: x86/svm/pmu: Add AMD Guest PerfMonV2 support
 2022-10-05 22:08 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] x86/pmu: Update rdpmc testcase to cover #GP and emulation path
` [kvm-unit-tests PATCH 2/2] x86/pmu: Add AMD Guest PerfMonV2 testcases

[PATCH v2] arm64: dts: rockchip: rk356x: Fix PCIe register map and ranges
 2022-10-05 22:08 UTC  (3+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-05 22:05 UTC  (4+ messages)
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory

[PATCH v3 0/3] x86/fpu: Fix MXCSR handling and SSE component definition
 2022-10-05 21:53 UTC  (4+ messages)
` [PATCH v3 1/3] x86/fpu: Fix the MXCSR state reshuffling between userspace and kernel buffers
` [PATCH v3 2/3] selftests/x86/mxcsr: Test the MXCSR state write via ptrace
` [PATCH v3 3/3] x86/fpu: Correct the legacy state offset and size information

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-05 21:48 UTC  (6+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[PATCH v4 00/14] Drivers for gunyah hypervisor
 2022-10-05 21:47 UTC  (6+ messages)
` [PATCH v4 13/14] gunyah: rsc_mgr: Add auxiliary devices for console

[PATCH][next] mm/pgtable: Fix multiple -Wstringop-overflow warnings
 2022-10-05 21:40 UTC  (2+ messages)

[PATCH v6 0/9] vfs/nfsd: clean up handling of i_version counter
 2022-10-05 21:40 UTC  (12+ messages)
` [PATCH v6 6/9] nfsd: use the getattr operation to fetch i_version
` [PATCH v6 8/9] vfs: update times after copying data in __generic_file_write_iter

[PATCH v2 0/7] drm/msm: Fix math issues in MSM DSC implementation
 2022-10-05 21:37 UTC  (13+ messages)
` [PATCH v2 1/7] drm/msm/dsi: Remove useless math in DSC calculations
` [PATCH v2 3/7] drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on modulo
` [PATCH v2 4/7] drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_size
` [PATCH v2 5/7] drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bits

[PATCH 0/6] Various bug fixes/improvements for phy-brcm-usb driver
 2022-10-05 21:30 UTC  (7+ messages)
` [PATCH 1/6] phy: usb: Improve port mode selection
` [PATCH 2/6] phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devices
` [PATCH 3/6] phy: usb: Migrate to BIT and BITMASK macros
` [PATCH 4/6] phy: usb: Disable phy auto-suspend
` [PATCH 5/6] phy: usb: Use slow clock for wake enabled suspend
` [PATCH 6/6] phy: usb: Fix clock imbalance for suspend/resume

[PATCH] dt-bindings: misc: Convert IDT 89HPESx to DT schema
 2022-10-05 21:26 UTC 

[PATCH] usbhid: Interpret 0 length ff effects as infinite (0xffff) length effects
 2022-10-05 21:30 UTC  (3+ messages)

[PATCH v7 1/5] PCI: qcom: Add system suspend and resume support
 2022-10-05 21:13 UTC  (2+ messages)

[PATCH v2] watchdog: Add tracing events for the most usual watchdog events
 2022-10-05 21:11 UTC  (5+ messages)

[PATCH 1/2] random: schedule jitter credit for next jiffy, not in two jiffies
 2022-10-05 21:08 UTC  (5+ messages)
` [PATCH 2/2] random: spread out jitter callback to different CPUs

[PATCH 0/5] Add misc support for QDU1000/QRU1000 SoCs
 2022-10-05 21:08 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: firmware: scm: Add QDU1000/QRU1000 compatibles

[PATCH] tpm/eventlog: Don't abort tpm_read_log on faulty ACPI config
 2022-10-05 21:07 UTC  (4+ 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).