public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-03 18:04:19 to 2022-11-03 20:35:35 UTC [more...]

[PATCH 4/4] arm64: dts: qcom: add sdm670 and pixel 3a device trees
 2022-11-03 20:34 UTC  (2+ messages)

[PATCH v3 0/4] hyper-v: Introduce TSC page for root partition
 2022-11-03 20:33 UTC  (3+ messages)
` [PATCH v3 4/4] drivers/clocksource/hyper-v: Add TSC page support "

[PATCH] x86/cpu: Add several Intel server CPU mode numbers
 2022-11-03 20:33 UTC 

[PATCH v27 01/11] dt-bindings: arm: mediatek: mmsys: add vdosys1 compatible for MT8195
 2022-11-03 20:32 UTC  (3+ messages)
  ` [PATCH v27 06/11] soc: mediatek: add mtk-mmsys config API for mt8195 vdosys1
  ` [PATCH v27 05/11] soc: mediatek: refine code to use mtk_mmsys_update_bits API

[PATCH v1 1/1] gpiolib: of: Make use of device_match_of_node()
 2022-11-03 20:30 UTC 

[PATCH v7 0/2] mfd: max597x: Add support for max597x
 2022-11-03 20:28 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: mfd: Add bindings for MAX5970 and MAX5978
` [PATCH v7 2/2] mfd: max597x: Add support "

[PATCH v1 1/1] gpio: Add Generic regmap GPIO conversion to the TODO list
 2022-11-03 20:28 UTC 

[PATCH v6 0/2] mfd: max597x: Add support for max597x
 2022-11-03 20:26 UTC  (7+ messages)
` [PATCH v6 1/2] dt-bindings: mfd: Add bindings for MAX5970 and MAX5978

[PATCH 0/5] Implement writeback for zsmalloc
 2022-11-03 20:22 UTC  (9+ messages)
` [PATCH 2/5] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks

[PATCH v2 0/2] Add debugfs to hisilicon migration driver
 2022-11-03 20:21 UTC  (3+ messages)
` [PATCH v2 1/2] hisi_acc_vfio_pci: Add debugfs to "

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-03 20:13 UTC  (4+ messages)
` [PATCH v10 039/108] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH 1/2] ASoC: dt-bindings: qcom,lpass: do not hard-code clock-output-names
 2022-11-03 20:10 UTC  (4+ messages)
` [PATCH 2/2] ASoC: codecs: lpass-wsa-macro: parse clock-output-names
` [PATCH 2/2] ASoC: codecs: wsa-macro: "

[PATCH v4 00/12] sc8280xp-pmic updates and X13s thermal zone support
 2022-11-03 20:11 UTC  (3+ messages)
` [PATCH v4 12/12] arm64: dts: qcom: sc8280xp-x13s: Add "

[PATCH V3] efi: pstore: Add module parameter for setting the record size
 2022-11-03 20:06 UTC  (4+ messages)

[PATCH] staging: rtl8192e: Fix divide fault when calculating beacon age
 2022-11-03 20:05 UTC 

[PATCH v5 00/24] RSEQ node id and virtual cpu id extensions
 2022-11-03 20:03 UTC  (25+ messages)
` [PATCH v5 01/24] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [PATCH v5 02/24] rseq: Introduce extensible rseq ABI
` [PATCH v5 03/24] rseq: Extend struct rseq with numa node id
` [PATCH v5 04/24] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [PATCH v5 05/24] selftests/rseq: Implement rseq numa node id field selftest
` [PATCH v5 06/24] lib: Implement find_{first,next,nth}_notandnot_bit, find_first_andnot_bit
` [PATCH v5 07/24] cpumask: Implement cpumask_{first,next}_{not,}andnot
` [PATCH v5 08/24] sched: Introduce per memory space current virtual cpu id
` [PATCH v5 09/24] rseq: Extend struct rseq with per memory space vcpu id
` [PATCH v5 10/24] selftests/rseq: Remove RSEQ_SKIP_FASTPATH code
` [PATCH v5 11/24] selftests/rseq: Implement rseq vm_vcpu_id field support
` [PATCH v5 12/24] selftests/rseq: x86: Template memory ordering and percpu access mode
` [PATCH v5 13/24] selftests/rseq: arm: "
` [PATCH v5 14/24] selftests/rseq: arm64: "
` [PATCH v5 15/24] selftests/rseq: mips: "
` [PATCH v5 16/24] selftests/rseq: ppc: "
` [PATCH v5 17/24] selftests/rseq: s390: "
` [PATCH v5 18/24] selftests/rseq: riscv: "
` [PATCH v5 19/24] selftests/rseq: Implement basic percpu ops vm_vcpu_id test
` [PATCH v5 20/24] selftests/rseq: Implement parametrized "
` [PATCH v5 21/24] selftests/rseq: x86: Implement rseq_load_u32_u32
` [PATCH v5 22/24] selftests/rseq: Implement numa node id vs vm_vcpu_id invariant test
` [PATCH v5 23/24] selftests/rseq: parametrized test: Report/abort on negative cpu id
` [PATCH v5 24/24] tracing/rseq: Add mm_vcpu_id field to rseq_update

[PATCH v5 0/6] lockinig/rwsem: Fix rwsem bugs & enable true lock handoff
 2022-11-03 20:04 UTC  (8+ messages)
` [PATCH v5 1/6] locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
` [PATCH v5 2/6] locking/rwsem: Disable preemption at all down_read*() and up_read() code paths
` [PATCH v5 3/6] locking/rwsem: Disable preemption at all down_write*() and up_write() "
` [PATCH v5 4/6] locking/rwsem: Change waiter->hanodff_set to a handoff_state enum
` [PATCH v5 5/6] locking/rwsem: Enable direct rwsem lock handoff
` [PATCH v5 6/6] locking/rwsem: Update handoff lock events tracking

[RFC 0/2] Add support for SCMI QTI Memlat Vendor Protocol
 2022-11-03 20:02 UTC  (3+ messages)
` [RFC 2/2] firmware: arm_scmi: Add SCMI QTI Memlat vendor protocol

[PATCH v1 0/7] Fix perf trace libbpf 1.0+ compatibility
 2022-11-03 19:54 UTC  (7+ messages)
` [PATCH v1 6/7] perf trace: 5sec fix "

[PATCH v5 0/14] Introduce a unified API for SCMI Server testing
 2022-11-03 19:52 UTC  (15+ messages)
` [PATCH v5 01/14] firmware: arm_scmi: Refactor xfer in-flight registration routines
` [PATCH v5 02/14] firmware: arm_scmi: Simplify chan_available transport operation
` [PATCH v5 03/14] firmware: arm_scmi: Use dedicated devices to initialize channels
` [PATCH v5 04/14] firmware: arm_scmi: Refactor polling helpers
` [PATCH v5 05/14] firmware: arm_scmi: Refactor scmi_wait_for_message_response
` [PATCH v5 06/14] firmware: arm_scmi: Add is_raw flag to xfer
` [PATCH v5 07/14] firmware: arm_scmi: Add xfer Raw helpers
` [PATCH v5 08/14] firmware: arm_scmi: Move errors defs and code to common.h
` [PATCH v5 09/14] firmware: arm_scmi: Add core Raw transmission support
` [PATCH v5 10/14] firmware: arm_scmi: Add debugfs ABI documentation for Raw mode
` [PATCH v5 11/14] firmware: arm_scmi: Reject SCMI drivers while in "
` [PATCH v5 12/14] firmware: arm_scmi: Create Raw debugfs root dentry
` [PATCH v5 13/14] firmware: arm_scmi: Call Raw mode hooks from the core stack
` [PATCH v5 14/14] firmware: arm_scmi: Add Raw mode coexistence support

[PATCH v2 0/6] iommu/exynos: Convert to a module
 2022-11-03 19:51 UTC  (7+ messages)
` [PATCH v2 1/6] iommu: Export iommu_group_default_domain() API
` [PATCH v2 2/6] iommu/exynos: Fix retval on getting clocks in probe
` [PATCH v2 3/6] iommu/exynos: Modularize the driver
` [PATCH v2 4/6] iommu/exynos: Implement shutdown driver method
` [PATCH v2 5/6] iommu/exynos: Rearrange the platform driver code
` [PATCH v2 6/6] media: platform: Use IS_ENABLED() to check EXYNOS_IOMMU in s5p_mfc

[PATCH bpf-next 0/3] bpf: Add bpf_perf_event_read_sample() helper (v1)
 2022-11-03 19:45 UTC  (12+ messages)
` [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper

[PATCH v6 00/21] Drivers for gunyah hypervisor
 2022-11-03 19:45 UTC  (14+ messages)
` [PATCH v6 02/21] dt-bindings: Add binding "

[GIT PULL] fuse fixes for 6.1-rc4
 2022-11-03 19:44 UTC  (2+ messages)

[PATCH v2 5/5] PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits
 2022-11-03 19:43 UTC  (3+ messages)

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-11-03 19:35 UTC  (5+ messages)
` [PATCH 11/13] x86_64: Remove pointless set_64bit() usage

[PATCH] vfs: vfs_tmpfile: ensure O_EXCL flag is enforced
 2022-11-03 19:33 UTC  (3+ messages)

[RFC PATCH 0/7] fix reset line polarity for Goodix touchscreen controllers
 2022-11-03 19:28 UTC  (3+ messages)
        ` [RFC PATCH 1/7] Input: goodix - fix reset polarity

[PATCH 00/14] IFS multi test image support and misc changes
 2022-11-03 19:25 UTC  (4+ messages)
` [PATCH 07/14] x86/microcode/intel: Expose microcode_sanity_check()

[PATCH 0/9] drm/i915: Replace kmap_atomic() with kmap_local_page()
 2022-11-03 19:22 UTC  (6+ messages)
` [PATCH 7/9] drm/i915: Use memcpy_from_page() in gt/uc/intel_uc_fw.c
` [PATCH 1/9] drm/i915: Use kmap_local_page() in gem/i915_gem_object.c

staging: rtl8192e: build warning on HZ
 2022-11-03 19:23 UTC  (2+ messages)

[PATCH v9 0/7] dirty_log_perf_test vCPU pinning
 2022-11-03 19:17 UTC  (8+ messages)
` [PATCH v9 1/7] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v9 2/7] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v9 3/7] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v9 4/7] KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.c
` [PATCH v9 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
` [PATCH v9 6/7] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v9 7/7] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[Patch v10 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-11-03 19:16 UTC  (13+ messages)
` [Patch v10 01/12] net: mana: Add support for auxiliary device
` [Patch v10 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v10 03/12] net: mana: Handle vport sharing between devices
` [Patch v10 04/12] net: mana: Set the DMA device max segment size
` [Patch v10 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v10 06/12] net: mana: Record port number in netdev
` [Patch v10 07/12] net: mana: Move header files to a common location
` [Patch v10 08/12] net: mana: Define max values for SGL entries
` [Patch v10 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v10 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v10 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v10 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH v2] staging: vt6655: change the function name s_vFillRTSHead
 2022-11-03 19:15 UTC 

[PATCH] iwlwifi: fix style warnings in iwl-drv.c
 2022-11-03 19:14 UTC 

drivers/phy/st/phy-spear1310-miphy.c:176:34: warning: 'spear1310_miphy_of_match' defined but not used
 2022-11-03 19:13 UTC 

[PATCH] net: fman: Unregister ethernet device on removal
 2022-11-03 19:07 UTC  (2+ messages)

[PATCH] x86/hyperv: Restore VP assist page after cpu offlining/onlining
 2022-11-03 19:06 UTC 

[PATCH v1 0/1] binder: return pending info for frozen async txns
 2022-11-03 19:05 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v5 0/4] Add throttling detection to sev-guest
 2022-11-03 19:03 UTC  (3+ messages)

[PATCH v2 0/4] PCI: Add pci_dev_for_each_resource() helper and refactor bus one
 2022-11-03 19:01 UTC  (10+ messages)
` [PATCH v2 4/4] pcmcia: Convert to use pci_bus_for_each_resource_p()

[PATCH] spi: hisi-sfc-v3xx: Fix a typo ("duall")
 2022-11-03 19:00 UTC 

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-03 18:58 UTC  (6+ messages)
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code

[PATCH v8 0/7] dirty_log_perf_test vCPU pinning
 2022-11-03 18:56 UTC  (5+ messages)
` [PATCH v8 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c

[PATCH] nilfs: Avoid use-after-free caused by nilfs->ns_writer
 2022-11-03 18:56 UTC  (2+ messages)

[PATCH] pinctrl: qcom: sc8280xp: Rectify UFS reset pins
 2022-11-03 18:53 UTC  (2+ messages)

[PATCH 1/3] ACPI: scan: substitute empty_zero_page with helper ZERO_PAGE(0)
 2022-11-03 18:53 UTC  (2+ messages)

[PATCH 00/30] Remove strtobool()
 2022-11-03 18:48 UTC  (6+ messages)
` [PATCH 09/30] ACPI: sysfs: Use kstrtobool() instead of strtobool()
` [PATCH 14/30] powercap: "

[PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
 2022-11-03 18:45 UTC  (3+ messages)
` [PATCH bpf-next] selftests/bpf: cgroup_helpers.c: "

[PATCH] drm/amd/display: don't enable DRM CRTC degamma property for DCE
 2022-11-03 18:45 UTC 

[PATCH] ACPI: EC: Add quirk for the HP Pavilion Gaming 15-cx0041ur
 2022-11-03 18:43 UTC  (2+ messages)

[PATCH RFC] rcu/kfree: Do not request RCU when not needed
 2022-11-03 18:43 UTC  (3+ messages)

[syzbot] BUG: unable to handle kernel paging request in vmx_handle_exit_irqoff
 2022-11-03 18:42 UTC  (3+ messages)

[PATCH RFC 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-11-03 18:38 UTC  (5+ messages)
` [PATCH RFC 02/10] mm/hugetlb: Comment huge_pte_offset() for its locking requirements

[tip: x86/cpu] x86/intel_epb: Set Alder Lake N and Raptor Lake P normal EPB
 2022-11-03 18:39 UTC 

[PATCH] samples/bpf: Fix sockex3: missing BPF prog type
 2022-11-03 18:38 UTC  (3+ messages)
` [PATCH bpf-next] "

[PATCH 0/2] drm: Add component_match_add_of and convert users of drm_of_component_match_add
 2022-11-03 18:32 UTC  (4+ messages)
` [PATCH 1/2] component: Add helper for device nodes
` [PATCH 2/2] drm: Convert users of drm_of_component_match_add to component_match_add_of

[PATCH] x86: intel_epb: Set Alder Lake N and Raptor Lake P normal EPB
 2022-11-03 18:32 UTC  (4+ messages)

[PATCH] drm: rcar_du: DRM_RCAR_DU optionally depends on RCAR_MIPI_DSI
 2022-11-03 18:31 UTC  (6+ messages)

[GIT PULL] Btrfs fixes for 6.1-rc4, part 2
 2022-11-03 18:31 UTC  (2+ messages)

[GIT PULL] Networking for 6.1-rc4
 2022-11-03 18:31 UTC  (2+ messages)

[GIT PULL] Kselftest fixes update for Linux 6.1-rc4
 2022-11-03 18:31 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-4 tag
 2022-11-03 18:31 UTC  (2+ messages)

[PATCH v3] clk: qcom: gdsc: Remove direct runtime PM calls
 2022-11-03 18:30 UTC 

[PATCH] cpufreq: intel_pstate: Allow EPP 0x80 setting by the firmware
 2022-11-03 18:23 UTC  (2+ messages)

[PATCH] arm64: defconfig: Enable TI_TFP410 DVI bridge
 2022-11-03 18:22 UTC  (2+ messages)

[PATCH] cpufreq: acpi: Defer setting boost MSRs
 2022-11-03 18:19 UTC  (2+ messages)

[PATCH] clk: qcom: gdsc: Remove direct runtime PM calls
 2022-11-03 18:19 UTC  (5+ messages)

[PATCH] cpufreq: SPEAr: Make read-only array sys_clk_src static
 2022-11-03 18:16 UTC  (2+ messages)

[PATCH bpf RESEND 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-03 18:15 UTC  (4+ messages)
` [PATCH bpf RESEND 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture

[PATCH] ASoC: Intel: cirrus-common: Make const array uid_strings static
 2022-11-03 14:24 UTC  (2+ messages)

[PATCH v2 0/2] AM62x watchdog support
 2022-11-03 18:14 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am62: add watchdog nodes
` [PATCH v2 2/2] arm64: dts: ti: k3-am625-sk: mark MCU and WKUP watchdogs as reserved

[PATCH][V2] cpufreq: longhaul: Make array speeds static const
 2022-11-03 18:14 UTC  (2+ messages)

[PATCH v1 1/1] cpufreq: ACPI: Use str_enabled_disabled() helper
 2022-11-03 18:12 UTC  (2+ messages)

[PATCH 1/2] cxl/pci: Add generic MSI-X/MSI irq support
 2022-11-03 18:09 UTC  (7+ messages)

[rft, PATCH v2 1/1] gpiolib: Get rid of not used of_node member
 2022-11-03 18:06 UTC 

[PATCH v4 00/11] Encrypted Hibernation
 2022-11-03 18:01 UTC  (12+ messages)
` [PATCH v4 01/11] tpm: Add support for in-kernel resetting of PCRs
` [PATCH v4 02/11] tpm: Export and rename tpm2_find_and_validate_cc()
` [PATCH v4 03/11] tpm: Allow PCR 23 to be restricted to kernel-only use
` [PATCH v4 04/11] security: keys: trusted: Include TPM2 creation data
` [PATCH v4 05/11] security: keys: trusted: Allow storage of PCR values in "
` [PATCH v4 06/11] security: keys: trusted: Verify "
` [PATCH v4 07/11] PM: hibernate: Add kernel-based encryption
` [PATCH v4 08/11] PM: hibernate: Use TPM-backed keys to encrypt image
` [PATCH v4 09/11] PM: hibernate: Mix user key in encrypted hibernate
` [PATCH v4 10/11] PM: hibernate: Verify the digest encryption key
` [PATCH v4 11/11] PM: hibernate: seal the encryption key with a PCR policy


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox