messages from 2024-12-16 11:29:26 to 2024-12-20 07:59:38 UTC [more...]
[PATCH v10 0/4] Support SMT control on arm64
2024-12-20 7:59 UTC (6+ messages)
` [PATCH v10 1/4] cpu/SMT: Provide a default topology_is_primary_thread()
` [PATCH v10 2/4] arch_topology: Support SMT control for OF based system
` [PATCH v10 3/4] arm64: topology: Support SMT control on ACPI "
` [PATCH v10 4/4] arm64: Kconfig: Enable HOTPLUG_SMT
[powerpc:next-test] BUILD SUCCESS d629d7a8efc33d05d62f4805c0ffb44727e3d99f
2024-12-19 9:41 UTC
[powerpc:fixes-test] BUILD SUCCESS 05aa156e156ef3168e7ab8a68721945196495c17
2024-12-19 9:38 UTC
[PATCH 00/17] vDSO: Introduce generic data storage
2024-12-19 7:03 UTC (28+ messages)
` [PATCH 01/17] parisc: Remove unused symbol vdso_data
` [PATCH 02/17] vdso: Introduce vdso/align.h
` [PATCH 03/17] vdso: Add generic time data storage
` [PATCH 04/17] vdso: Add generic random "
` [PATCH 05/17] vdso: Add generic architecture-specific "
` [PATCH 06/17] arm64: vdso: Switch to generic storage implementation
` [PATCH 07/17] riscv: "
` [PATCH 08/17] LoongArch: vDSO: "
` [PATCH 09/17] arm: vdso: "
` [PATCH 10/17] s390/vdso: "
` [PATCH 11/17] MIPS: vdso: "
` [PATCH 12/17] powerpc/vdso: "
` [PATCH 13/17] x86/vdso: "
` [PATCH 14/17] x86/vdso/vdso2c: Remove page handling
` [PATCH 15/17] vdso: Remove remnants of architecture-specific random state storage
` [PATCH 16/17] vdso: Remove remnants of architecture-specific time storage
` [PATCH 17/17] vdso: Remove kconfig symbol GENERIC_VDSO_DATA_STORE
[PATCH v2 01/25] powerpc/cell: Remove support for IBM Cell Blades
2024-12-19 1:59 UTC (27+ messages)
` [PATCH v2 02/25] powerpc: Remove some Cell leftovers
` [PATCH v2 03/25] powerpc: Remove PPC_PMI and driver
` [PATCH v2 04/25] powerpc: Remove IBM_CELL_BLADE & SPIDER_NET references
` [PATCH v2 05/25] powerpc/cell: Remove CBE_CPUFREQ_SPU_GOVERNOR
` [PATCH v2 06/25] powerpc/xmon: Remove SPU debug and disassembly
` [PATCH v2 07/25] powerpc: Remove DCR_MMIO and the DCR generic layer
` [PATCH v2 08/25] powerpc: Remove PPC_OF_PLATFORM_PCI
` [PATCH v2 09/25] powerpc/io: Remove PPC_IO_WORKAROUNDS
` [PATCH v2 10/25] powerpc/io: Remove PPC_INDIRECT_MMIO
` [PATCH v2 11/25] powerpc/io: Remove PCI_FIX_ADDR
` [PATCH v2 12/25] powerpc/io: Unhook MMIO accessors
` [PATCH v2 13/25] powerpc/io: Remove unnecessary indirection
` [PATCH v2 14/25] powerpc/io: Wrap port calculation in a macro
` [PATCH v2 15/25] powerpc/io: Spell-out PCI_IO_ADDR
` [PATCH v2 16/25] powerpc/io: Use generic raw accessors
` [PATCH v2 17/25] powerpc/io: Rename _insw_ns() etc
` [PATCH v2 18/25] powerpc/io: Use standard barrier macros in io.c
` [PATCH v2 19/25] powerpc: Remove UDBG_RTAS_CONSOLE
` [PATCH v2 20/25] docs: Remove reference to removed CBE_CPUFREQ_SPU_GOVERNOR
` [PATCH v2 21/25] genirq: Remove IRQ_EDGE_EOI_HANDLER
` [PATCH v2 22/25] cpufreq: ppc_cbe: Remove powerpc Cell driver
` [PATCH v2 23/25] EDAC/cell: "
` [PATCH v2 24/25] net: spider_net: "
` [PATCH v2 25/25] net: toshiba: Remove reference to PPC_IBM_CELL_BLADE
Missing '#size-cells' in /ht@0,f2000000/pci@8/mac-io@7/i2s@0 on G5/G4 (kernel 6.13-rc3)
2024-12-18 23:07 UTC
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-18 23:11 UTC (35+ messages)
` [PATCH v4 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v4 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v4 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v4 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v4 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v4 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v4 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v4 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 11/25] mm: Allow compound zone device pages
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v4 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v4 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v4 23/25] mm: Remove pXX_devmap callers
` [PATCH v4 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v4 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[PATCH] ASoC: fsl_asrc_m2m: force cast for snd_pcm_format_t type
2024-12-18 16:16 UTC (4+ messages)
KVM: PPC: Book3E: KVM HV host module doesn't work anymore
2024-12-18 14:41 UTC (2+ messages)
[PATCH v8 0/7] PCI: Consolidate TLP Log reading and printing
2024-12-18 14:37 UTC (8+ messages)
` [PATCH v8 1/7] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem
` [PATCH v8 2/7] PCI: Move TLP Log handling to own file
` [PATCH v8 3/7] PCI: Make pcie_read_tlp_log() signature same
` [PATCH v8 4/7] PCI: Use unsigned int i in pcie_read_tlp_log()
` [PATCH v8 5/7] PCI: Store # of supported End-End TLP Prefixes
` [PATCH v8 6/7] PCI: Add TLP Prefix reading into pcie_read_tlp_log()
` [PATCH v8 7/7] PCI: Create helper to print TLP Header and Prefix Log
[PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6)
2024-12-18 14:24 UTC (3+ messages)
[PATCH v7 0/8] PCI: Consolidate TLP Log reading and printing
2024-12-18 14:15 UTC (12+ messages)
` [PATCH v7 1/8] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem
` [PATCH v7 2/8] PCI: Move TLP Log handling to own file
` [PATCH v7 3/8] PCI: Make pcie_read_tlp_log() signature same
` [PATCH v7 4/8] PCI: Use unsigned int i in pcie_read_tlp_log()
` [PATCH v7 5/8] PCI: Store # of supported End-End TLP Prefixes
` [PATCH v7 6/8] PCI: Add TLP Prefix reading into pcie_read_tlp_log()
` [PATCH v7 7/8] PCI: Create helper to print TLP Header and Prefix Log
` [PATCH v7 8/8] PCI/AER: Add prefixes to printouts
[PATCH] selftests/powerpc: Fix argument order to timer_sub()
2024-12-18 11:43 UTC
[PATCH] powerpc/prom_init: Use IS_ENABLED()
2024-12-18 11:31 UTC
[PATCH 0/9] misc: constify 'struct bin_attribute'
2024-12-18 7:21 UTC (12+ messages)
` [PATCH 1/9] ocxl: Constify "
` [PATCH 2/9] cxl: "
` [PATCH 3/9] misc: sram: constify "
` [PATCH 4/9] misc: c2port: Calculate bin_attribute size through group callback
` [PATCH 5/9] misc: c2port: Constify 'struct bin_attribute'
` [PATCH 6/9] misc: pch_phub: "
` [PATCH 7/9] misc: eeprom/idt_89hpesx: "
` [PATCH 8/9] misc: eeprom/max6875: "
` [PATCH 9/9] misc: ds1682: "
[PATCH] mm/ptdump: Drop GENERIC_PTDUMP
2024-12-18 6:59 UTC (3+ messages)
[PATCH v2] macintosh: declare ctl_table as const
2024-12-18 2:55 UTC
[PATCH] macintosh: declare ctl_table as const
2024-12-18 2:25 UTC (2+ messages)
[PATCH v3 00/19] Converge on using secs_to_jiffies()
2024-12-17 21:12 UTC (11+ messages)
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 04/19] s390: kernel: Convert timeouts to use secs_to_jiffies()
[PATCH] powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is active
2024-12-17 7:48 UTC (5+ messages)
[PATCH v2] powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is active
2024-12-17 7:46 UTC
[powerpc:next-test] BUILD SUCCESS 34064c8267a61063d684408db6ae78b571a9999d
2024-12-17 7:41 UTC
[PATCH 0/5] powerpc/crash: use generic crashkernel reservation
2024-12-17 6:46 UTC (6+ messages)
` [PATCH 1/5] crash: remove an unused argument from reserve_crashkernel_generic()
` [PATCH 2/5] crash: let arch decide crash memory export to iomem_resource
` [PATCH 3/5] powerpc/kdump: preserve user-specified memory limit
` [PATCH 4/5] powerpc/crash: use generic crashkernel reservation
` [PATCH 5/5] crash: option to let arch decide mem range is usable
[PATCH v1] perf test expr: Fix system_tsc_freq for only x86
2024-12-17 6:27 UTC (3+ messages)
[PATCH] tools/perf/arch/powerpc: Add register mask for power11 PVR in extended regs
2024-12-17 6:27 UTC (5+ messages)
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-17 5:20 UTC (6+ messages)
[PATCH 0/2] Remove cxl and cxlflash drivers
2024-12-17 3:37 UTC (3+ messages)
[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
2024-12-16 18:57 UTC (6+ messages)
[PATCH v2 0/3] drm,fbdev: Fix module dependencies
2024-12-16 14:41 UTC (8+ messages)
` [PATCH v2 1/3] fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE
[PATCH V3] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
2024-12-16 17:50 UTC (3+ messages)
[PATCH v2 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros
2024-12-16 17:24 UTC (4+ messages)
` [PATCH v2 2/3] selftest/powerpc/ptrace/ptrace-pkey: "
` [PATCH v2 3/3] selftest/powerpc/ptrace: Cleanup duplicate macro definitions
[RFC PATCH 0/2] sched/fair: introduce new scheduler group type group_parked
2024-12-16 16:13 UTC (5+ messages)
[PATCH 0/4] PCI: pci_printk() removal (+ related cleanups)
2024-12-16 16:10 UTC (5+ messages)
` [PATCH 1/4] PCI: shpchp: Remove logging from module init/exit functions
` [PATCH 2/4] PCI: shpchp: Change dbg() -> ctrl_dbg()
` [PATCH 3/4] PCI: shpchp: Cleanup logging and debug wrappers
` [PATCH 4/4] PCI: Descope pci_printk() to aer_printk()
[PATCH v10 0/5] Extended MODVERSIONS Support
2024-12-16 13:25 UTC (3+ messages)
` [PATCH v10 4/5] Documentation/kbuild: Document storage of symbol information
[PATCH] powerpc/64: Use get_user() in start_thread()
2024-12-16 12:17 UTC
[PATCH 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros
2024-12-16 12:10 UTC (9+ messages)
` [PATCH 2/3] selftest/powerpc/ptrace/ptrace-pkey: "
` [PATCH 3/3] selftest/powerpc/ptrace: Cleanup duplicate macro definitions
[PATCH 00/11] scsi: Constify 'struct bin_attribute'
2024-12-16 11:29 UTC (12+ messages)
` [PATCH 01/11] scsi: core: "
` [PATCH 02/11] scsi: 3w-sas: "
` [PATCH 03/11] scsi: arcmsr: "
` [PATCH 04/11] scsi: esas2r: "
` [PATCH 05/11] scsi: ibmvfc: "
` [PATCH 06/11] scsi: lpfc: "
` [PATCH 07/11] scsi: ipr: "
` [PATCH 08/11] scsi: qedf: "
` [PATCH 09/11] scsi: qedi: "
` [PATCH 10/11] scsi: qla2xxx: "
` [PATCH 11/11] scsi: qla4xxx: "
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).