messages from 2023-05-09 12:43:10 to 2023-05-17 13:12:37 UTC [more...]
[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
2023-05-17 13:10 UTC (6+ messages)
` [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype
` [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function
` [PATCH 03/14] mm: sparse: mark populate_section_memmap() static
` [PATCH 04/14] audit: avoid missing-prototype warnings
` [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h
[PATCH v4 0/7] fix fwnode_irq_get[_byname()] returnvalue
2023-05-17 13:09 UTC (13+ messages)
` [PATCH v4 1/7] drivers: fwnode: fix fwnode_irq_get[_byname]()
` [PATCH v4 2/7] iio: mb1232: relax return value check for IRQ get
` [PATCH v4 3/7] net-next: "
` [PATCH v4 4/7] pinctrl: wpcm450: elax "
` [PATCH v4 5/7] pinctrl: ingenic: relax "
` [PATCH v4 6/7] pinctrl: pistachio: "
` [PATCH v4 7/7] iio: cdc: ad7150: Functional change
[PATCH v3 0/6] pinctrl: ocelot: convert to YAML format
2023-05-17 12:23 UTC (3+ messages)
` [PATCH v3 4/6] arm64: dts: sparx5: rename pinctrl nodes
` (subset) "
[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
2023-05-17 11:28 UTC (44+ messages)
` [PATCH 01/23] arm: "
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 04/23] ia64/hugetlb: "
` [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH 06/23] microblaze: allow pte_offset_map() "
` [PATCH 07/23] mips: update_mmu_cache() can replace __update_tlb()
` [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 18/23] sparc/hugetlb: "
` [PATCH 19/23] sparc: allow pte_offset_map() to fail
` [PATCH 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH 21/23] x86: Allow get_locked_pte() to fail
` [PATCH 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH 23/23] xtensa: add pte_unmap() to balance pte_offset_map()
[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
2023-05-17 7:41 UTC (3+ messages)
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg
[PATCH v5 RESEND 01/17] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
2023-05-17 6:27 UTC (5+ messages)
[PATCH] MIPS: Limit MIPS_MT_SMP support by ISA reversion
2023-05-16 22:54 UTC (5+ messages)
[PATCH] mtd: rawnand: ingenic: fix empty stub helper definitions
2023-05-16 21:09 UTC (2+ messages)
[PATCH 1/2] mips: provide unxlate_dev_mem_ptr() in asm/io.h
2023-05-16 19:39 UTC (2+ messages)
` [PATCH 2/2] mips: asm-offsets: add missing prototypes
[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
2023-05-16 10:09 UTC (5+ messages)
[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
2023-05-16 0:53 UTC (3+ messages)
` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>
[PATCH] MIPS: Drop unused positional parameter in local_irq_{dis,en}able
2023-05-15 19:57 UTC (2+ messages)
[PATCH v2 00/34] Split ptdesc from struct page
2023-05-15 19:11 UTC (4+ messages)
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs
[RFC PATCH v2] fs/xattr: add *at family syscalls
2023-05-15 14:20 UTC (6+ messages)
[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-05-15 12:00 UTC (42+ messages)
` [patch V4 01/37] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch V4 02/37] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch V4 03/37] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V4 05/37] x86/topology: Remove CPU0 hotplug option
` [patch V4 06/37] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V4 08/37] x86/smpboot: Remove unnecessary barrier()
` [patch V4 09/37] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary()
` [patch V4 11/37] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch V4 12/37] x86/smpboot: Move synchronization masks to SMP boot code
` [patch V4 13/37] x86/smpboot: Make TSC synchronization function call based
` [patch V4 14/37] x86/smpboot: Remove cpu_callin_mask
` [patch V4 15/37] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch V4 16/37] x86/smpboot: Remove wait for cpu_online()
` [patch V4 17/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch V4 18/37] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch V4 19/37] cpu/hotplug: Add CPU state tracking and synchronization
` [patch V4 20/37] x86/smpboot: Switch to hotplug core state synchronization
` [patch V4 21/37] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch V4 22/37] ARM: smp: Switch to hotplug core state synchronization
` [patch V4 23/37] arm64: "
` [patch V4 24/37] csky/smp: "
` [patch V4 25/37] MIPS: SMP_CPS: "
` [patch V4 26/37] parisc: "
` [patch V4 27/37] riscv: "
` [patch V4 28/37] cpu/hotplug: Remove unused state functions
` [patch V4 29/37] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch V4 30/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch V4 31/37] x86/smpboot: Enable split CPU startup
` [patch V4 32/37] x86/apic: Provide cpu_primary_thread mask
` [patch V4 33/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch V4 34/37] x86/apic: Save the APIC virtual base address
` [patch V4 35/37] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch V4 36/37] x86/smpboot: Support parallel startup of secondary CPUs
` [patch V4 37/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
[PATCH 00/53] drm: Convert to platform remove callback returning void
2023-05-15 9:20 UTC (3+ messages)
[PATCH 0/2] irqchip/mips-gic fixes
2023-05-14 20:45 UTC (8+ messages)
` [PATCH 1/2] irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
` [PATCH 2/2] irqchip/mips-gic: Use raw spinlock for gic_lock
[PATCH v2] fix ___SYNC () build error when PROFILE_ALL_BRANCHES is enabled
2023-05-13 23:19 UTC (3+ messages)
[PATCH v4 0/3] Move Loongson1 PWM timer to clocksource framework
2023-05-13 9:35 UTC (5+ messages)
` [PATCH v4 1/3] MIPS: Loongson32: Remove deprecated PWM timer clocksource
` [PATCH v4 2/3] dt-bindings: timer: Add Loongson-1 clocksource
` [PATCH v4 3/3] clocksource: loongson1: Move PWM timer to clocksource framework
[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
2023-05-12 19:48 UTC (4+ messages)
[PATCH v2 0/2] Devicetree support for Loongson-1 watchdog
2023-05-12 12:30 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: watchdog: Add "
` [PATCH v2 2/2] watchdog: loongson1_wdt: Add DT support
[PATCH] mips: dts: ralink: Add support for TP-Link HC220 G5 v1 board
2023-05-12 6:40 UTC (6+ messages)
[PATCH] cachestat: wire up cachestat for other architectures
2023-05-11 19:34 UTC (8+ messages)
[PATCH] ASoC: au1x: fix dma data provisioning
2023-05-11 15:37 UTC
[PATCH] MIPS: Alchemy: fix dbdma2
2023-05-11 15:30 UTC
[PATCH v4 4/6] serial: 8250: RT288x/Au1xxx code away from core
2023-05-11 12:10 UTC
[PATCH v3] MIPS: Loongson32: Remove reset.c
2023-05-11 12:06 UTC
[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
2023-05-11 9:45 UTC (8+ messages)
` [PATCH v3 29/65] clk: socfpga: gate: Add a determine_rate hook
[PATCH] mips: dts: ralink: Clarify usage of MT7621 ethernet phy arguments
2023-05-11 9:07 UTC (5+ messages)
[PATCH v1 1/3] ASoC: jz4740-i2s: Add support for X1000 SoC
2023-05-11 6:02 UTC (5+ messages)
` [PATCH v1 2/3] ASoC: ingenic: Add compatible string "
` [PATCH v1 3/3] mips: dts: ingenic: x1000: Add AIC device tree node
` (subset) [PATCH v1 1/3] ASoC: jz4740-i2s: Add support for X1000 SoC
[PATCH v1] ASoC: jz4740-i2s: Make I2S divider calculations more robust
2023-05-11 5:36 UTC (2+ messages)
[PATCH] MIPS: Restore Au1300 support
2023-05-10 10:33 UTC
Pompy ciepła - nowe warunki
2023-05-09 7:36 UTC
[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-05-10 8:39 UTC (14+ messages)
` [patch v3 08/36] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch v3 34/36] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch v3 35/36] x86/smpboot: Support parallel startup of secondary CPUs
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-05-09 20:51 UTC (2+ messages)
[PATCH] MIPS: unhide PATA_PLATFORM
2023-05-09 18:57 UTC
[PATCH] mips: Move initrd_start check after initrd address sanitisation
2023-05-09 17:29 UTC
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).