messages from 2024-10-10 15:16:10 to 2024-10-10 22:53:36 UTC [more...]
[PATCH 0/8] ARM: dts: Add some BCM6846 device tree
2024-10-10 22:07 UTC (2+ messages)
` [PATCH 8/8] ARM: dts: broadcom: Add Genexis XG6846B DTS file
[PATCH 00/10] input: automate of_node_put() calls for device_node
2024-10-10 22:28 UTC (15+ messages)
` [PATCH 01/10] Input: cap11xx - switch to for_each_child_of_node_scoped
` [PATCH 03/10] Input: sun4i-lradc-keys "
` [PATCH 04/10] Input: twl6040-vibra - use cleanup facility for device_node
` [PATCH 05/10] Input: twl4030-vibra "
` [PATCH 06/10] Input: sparcspkr "
` [PATCH 07/10] Input: 88pm860x "
` [PATCH 08/10] Input: i8042 "
` [PATCH 09/10] Input: raspberrypi-ts "
` [PATCH 10/10] Input: ts4800-ts "
[PATCH v5 0/5] Add mfd, pinctrl and pwm support to EN7581 SoC
2024-10-10 21:41 UTC (10+ messages)
` [PATCH v5 3/5] mfd: airoha: Add support for Airoha EN7581 MFD
[PATCH 0/2] ARM: Expose Raspberry Pi revision code in /proc/cpuinfo
2024-10-10 22:51 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: arm: bcm2835: Specify /system/linux,revision property
[PATCH 0/2] ARM: Refresh Raspberry Pi defconfig and enable SMP support
2024-10-10 22:48 UTC (7+ messages)
` [PATCH 1/2] ARM: Refresh bcm2835_defconfig
` [PATCH 2/2] ARM: bcm2835_defconfig: Enable SMP support
[PATCH v4 1/3] of: address: Add parent_bus_addr to struct of_pci_range
2024-10-10 22:40 UTC (3+ messages)
[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
2024-10-10 22:22 UTC (4+ messages)
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-10 18:24 UTC (80+ messages)
` [PATCH v13 01/85] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
` [PATCH v13 02/85] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v13 03/85] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v13 04/85] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
` [PATCH v13 05/85] KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
` [PATCH v13 06/85] KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
` [PATCH v13 07/85] KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE
` [PATCH v13 08/85] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
` [PATCH v13 09/85] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
` [PATCH v13 10/85] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
` [PATCH v13 11/85] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v13 12/85] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
` [PATCH v13 13/85] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [PATCH v13 14/85] KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN
` [PATCH v13 15/85] KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page
` [PATCH v13 16/85] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
` [PATCH v13 17/85] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
` [PATCH v13 18/85] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 20/85] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map()
` [PATCH v13 21/85] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map()
` [PATCH v13 22/85] KVM: Use NULL for struct page pointer to indicate mremapped memory
` [PATCH v13 23/85] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
` [PATCH v13 24/85] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
` [PATCH v13 25/85] KVM: nVMX: Add helper to put (unmap) vmcs12 pages
` [PATCH v13 26/85] KVM: Use plain "struct page" pointer instead of single-entry array
` [PATCH v13 27/85] KVM: Provide refcounted page as output field in struct kvm_follow_pfn
` [PATCH v13 28/85] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c
` [PATCH v13 29/85] KVM: pfncache: Precisely track refcounted pages
` [PATCH v13 30/85] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v13 31/85] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
` [PATCH v13 32/85] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
` [PATCH v13 33/85] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
` [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v13 35/85] KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default
` [PATCH v13 36/85] KVM: x86: Don't fault-in APIC access page during initial allocation
` [PATCH v13 37/85] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names
` [PATCH v13 38/85] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
` [PATCH v13 39/85] KVM: x86/mmu: Add common helper to handle prefetching SPTEs
` [PATCH v13 40/85] KVM: x86/mmu: Add helper to "finish" handling a guest page fault
` [PATCH v13 41/85] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
` [PATCH v13 42/85] KVM: Move declarations of memslot accessors up in kvm_host.h
` [PATCH v13 43/85] KVM: Add kvm_faultin_pfn() to specifically service guest page faults
` [PATCH v13 44/85] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
` [PATCH v13 45/85] KVM: guest_memfd: Pass index, not gfn, to __kvm_gmem_get_pfn()
` [PATCH v13 46/85] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
` [PATCH v13 47/85] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
` [PATCH v13 48/85] KVM: x86/mmu: Don't mark unused faultin pages as accessed
` [PATCH v13 49/85] KVM: Move x86's API to release a faultin page to common KVM
` [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
` [PATCH v13 52/85] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
` [PATCH v13 53/85] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v13 54/85] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
` [PATCH v13 55/85] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [PATCH v13 57/85] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
` [PATCH v13 58/85] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
` [PATCH v13 59/85] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
` [PATCH v13 60/85] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
` [PATCH v13 61/85] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix
` [PATCH v13 62/85] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
` [PATCH v13 63/85] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE
` [PATCH v13 64/85] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR
` [PATCH v13 65/85] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v13 66/85] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v13 67/85] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v13 68/85] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
` [PATCH v13 69/85] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v13 70/85] KVM: MIPS: Mark "struct page" pfns accessed "
` [PATCH v13 71/85] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
` [PATCH v13 73/85] KVM: PPC: Remove extra get_page() to fix page refcount leak
` [PATCH v13 74/85] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions
` [PATCH v13 75/85] KVM: Convert gfn_to_page() to use kvm_follow_pfn()
` [PATCH v13 76/85] KVM: Add support for read-only usage of gfn_to_page()
` [PATCH v13 77/85] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace
` [PATCH v13 79/85] KVM: Drop gfn_to_pfn() APIs now that all users are gone
` [PATCH v13 81/85] KVM: Make kvm_follow_pfn.refcounted_page a required field
` [PATCH v13 82/85] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
` [PATCH v13 83/85] KVM: arm64: Don't mark "struct page" accessed when making SPTE young
` [PATCH v13 85/85] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"
[GIT PULL fixes] clk: samsung: fixes for v6.12
2024-10-10 21:48 UTC (2+ messages)
[PATCH v4 0/6] thermal: scope/cleanup.h improvements
2024-10-10 18:06 UTC (7+ messages)
` [PATCH v4 1/6] thermal: of: Simplify thermal_of_should_bind with scoped for each OF child
` [PATCH v4 2/6] thermal: of: Use scoped memory and OF handling to simplify thermal_of_trips_init()
` [PATCH v4 3/6] thermal: of: Use scoped device node handling to simplify of_thermal_zone_find()
` [PATCH v4 4/6] thermal: qcom-spmi-adc-tm5: Simplify with scoped for each OF child loop
` [PATCH v4 5/6] thermal: tegra: "
` [PATCH v4 6/6] thermal: sun8i: Use scoped device node handling to simplify error paths
[PATCH] pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()
2024-10-10 20:52 UTC
[PATCH net-next] net: ethernet: ti: am65-cpsw: Enable USXGMII mode for J7200 CPSW5G
2024-10-10 20:02 UTC (2+ messages)
[PATCH] phy: ti: gmii-sel: Enable USXGMII mode for J7200
2024-10-10 20:01 UTC (2+ messages)
[PATCH v2] PCI: imx6: Add suspend/resume support for i.MX6QDL
2024-10-10 20:11 UTC (3+ messages)
arm64/for-kernelci build: 1 build: 0 failed, 1 passed (arm64-fixes-43-g2d8bce6e34beb)
2024-10-10 19:39 UTC
[PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver
2024-10-10 19:03 UTC (2+ messages)
[PATCH v3 00/12] Add RTC support for the Renesas RZ/G3S SoC
2024-10-10 15:31 UTC (17+ messages)
` [PATCH v3 05/12] dt-bindings: rtc: renesas,rzg3s-rtc: Document the Renesas RTCA-3 IP
` [PATCH v3 07/12] arm64: dts: renesas: r9a08g045: Add VBATTB node
` [PATCH v3 08/12] arm64: dts: renesas: r9a08g045: Add RTC node
` [PATCH v3 09/12] arm64: dts: renesas: rzg3s-smarc-som: Enable VBATTB
` [PATCH v3 10/12] arm64: dts: renesas: rzg3s-smarc-som: Enable RTC
` [PATCH v3 11/12] arm64: defconfig: Enable VBATTB clock
` [PATCH v3 12/12] arm64: defconfig: Enable Renesas RTCA-3 flag
[PATCH v8 0/8] platform/chrome: Introduce DT hardware prober
2024-10-10 15:32 UTC (8+ messages)
` [PATCH v8 4/8] i2c: Introduce OF component probe function
` [PATCH v8 6/8] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v8 7/8] platform/chrome: Introduce device tree hardware prober
[PATCH] drm: lcdif: Use adjusted_mode .clock instead of .crtc_clock
2024-10-10 17:29 UTC (10+ messages)
[PATCH 0/5] Add new headers for Hyper-V Dom0
2024-10-10 18:21 UTC (6+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers
[PATCH 00/11] STM32 DMA3 updates for STM32MP25
2024-10-10 18:16 UTC (7+ messages)
` [PATCH 01/11] dt-bindings: dma: stm32-dma3: prevent packing/unpacking mode
` [PATCH 04/11] dt-bindings: dma: stm32-dma3: prevent linked-list refactoring
` [PATCH 06/11] dt-bindings: dma: stm32-dma3: introduce st,axi-max-burst-len property
[PATCH v2 0/3]clk: at91: add sama7d65 clock support
2024-10-10 18:13 UTC (2+ messages)
[PATCH v2 0/7] Provides support for Trigger Generation Unit
2024-10-10 18:08 UTC (3+ messages)
` [PATCH v2 1/7] dt-bindings: arm: Add support for Coresight TGU trace
[PATCH v3 0/6] thermal: scope/cleanup.h improvements
2024-10-10 17:53 UTC (4+ messages)
` [PATCH v3 2/6] thermal: of: Use scoped device node handling to simplify thermal_of_trips_init()
[PATCH] drm: atmel-hlcdc: bypass LCDC pixel clock divider when using LCDC Generic Clock
2024-10-10 16:25 UTC (2+ messages)
[PATCH v4 00/36] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
2024-10-10 16:20 UTC (3+ messages)
` [PATCH v4 10/36] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
[PATCH V8 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
2024-10-10 16:30 UTC (4+ messages)
` [PATCH V8 1/4] Add dso__is_pie call to identify ELF PIE
[PATCH] of: Skip kunit tests when arm64+ACPI doesn't populate root node
2024-10-10 17:43 UTC (2+ messages)
[PATCH v2 0/3] ARM: dts: imx[6qdl|7]-[apalis|colibri]: Update audio card names
2024-10-10 17:42 UTC (5+ messages)
` [PATCH v2 1/3] ARM: dts: imx6qdl-apalis: Update audio card name
` [PATCH v2 2/3] ARM: dts: imx6qdl-colibri: "
` [PATCH v2 3/3] ARM: dts: imx7-colibri: "
[PATCH] arm64: dts: rockchip: Prevent thermal runaways in RK3308 SoC dtsi
2024-10-10 17:32 UTC (3+ messages)
[PATCH] ACPI: GTDT: Tighten the check for the first platform timer entry
2024-10-10 15:52 UTC (2+ messages)
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-10 17:16 UTC (5+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
[PATCH v2 0/7] clk: en7523: Update register mapping for EN7581
2024-10-10 15:46 UTC (4+ messages)
[PATCH 0/9] vdso: Remove timekeeper argument and includes
2024-10-10 16:01 UTC (11+ messages)
` [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
` [PATCH 2/9] arm: vdso: Remove timekeeper includes
` [PATCH 3/9] arm64: vdso: Remove timekeeper include
` [PATCH 4/9] powerpc/vdso: Remove timekeeper includes
` [PATCH 5/9] riscv: vdso: Remove timekeeper include
` [PATCH 6/9] s390/vdso: Remove timekeeper includes
` [PATCH 7/9] x86/vdso: Remove timekeeper include
` [PATCH 8/9] LoongArch: vdso: Remove timekeeper includes
` [PATCH 9/9] MIPS: "
[PATCH 0/5] staging: vchiq_core: Improve indentation
2024-10-10 16:55 UTC (9+ messages)
` [PATCH 1/5] staging: vchiq_core: Fix white space indentation error
` [PATCH 2/5] staging: vchiq_core: Indent static_assert on single line
` [PATCH 4/5] staging: vchiq_core: Macros indentation fix
` [PATCH 5/5] staging: vchiq_core: Locally cache cache_line_size information
[PATCH] KVM: arm64: Don't eagerly teardown the vgic on init error
2024-10-10 16:47 UTC (8+ messages)
[PATCH 0/6] EDAC: fsl-ddr, add imx9 support
2024-10-10 16:07 UTC (4+ messages)
` [PATCH 1/6] EDAC: fsl_ddr: Pass down fsl_mc_pdata in ddr_in32() and ddr_out32()
[PATCH] spi: stm32: fix missing device mode capability in stm32mp25
2024-10-10 16:02 UTC (2+ messages)
[PATCH v2] spi: stm32: fix missing device mode capability in stm32mp25
2024-10-10 16:03 UTC (2+ messages)
[PATCH 0/9] hwmon: Add and use helper hwmon_visible_0444
2024-10-10 15:39 UTC (6+ messages)
[PATCH 00/10] arm64: stacktrace: improve unwind reporting
2024-10-10 15:16 UTC (9+ messages)
` [PATCH 05/10] arm64: use a common struct frame_record
` [PATCH 06/10] arm64: stacktrace: move dump_backtrace() to kunwind_stack_walk()
` [PATCH 07/10] arm64: stacktrace: report source of unwind data
` [PATCH 08/10] arm64: stacktrace: report recovered PCs
[RFC PATCH 0/7] support for mm-local memory allocations and use it
2024-10-10 15:52 UTC (2+ messages)
[PATCH V12 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-10-10 14:31 UTC (6+ messages)
` [PATCH V12 02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH V12 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
` [PATCH V12 07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V12 08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V12 14/14] perf intel-pt: Add a test for pause / resume
[PATCH v3 0/2] arm64: dts: ti: k3-j784s4: Mark tps659413 regulators as bootph-all
2024-10-10 15:35 UTC (3+ messages)
[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
2024-10-10 15:33 UTC (3+ messages)
` [PATCH 22/51] iommu/arm-smmu: "
[PATCH] KVM: arm64: nVHE: gen-hyprel: Silent build warnings
2024-10-10 15:23 UTC (4+ messages)
[PATCH V3 0/4] firmware: arm_scmi: Misc Fixes
2024-10-10 15:02 UTC (6+ messages)
` [PATCH V3 1/4] firmware: arm_scmi: Ensure that the message-id supports fastchannel
` [PATCH V3 4/4] mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flag
Add stacked and parallel memories support in spi-nor
2024-10-10 15:00 UTC (5+ messages)
[PATCH v3 0/7] perf arm-spe: Refactor data source encoding
2024-10-10 14:58 UTC (4+ messages)
` [PATCH v3 4/7] perf arm-spe: Use metadata to decide the data source feature
[PATCH] cfi: rust: pass -Zpatchable-function-entry on all architectures
2024-10-10 14:48 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).