messages from 2023-07-10 07:21:47 to 2023-07-11 19:31:48 UTC [more...]
Add a new fchmodat4() syscall, v2
2023-07-11 17:36 UTC (27+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
` [PATCH v3 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH v3 2/5] fs: Add fchmodat4()
` [PATCH v3 3/5] arch: Register fchmodat4, usually as syscall 451
` [PATCH v3 4/5] tools headers UAPI: Sync files changed by new fchmodat4 syscall
` [PATCH v3 5/5] selftests: add fchmodat4(2) selftest
` [PATCH v4 0/5] Add a new fchmodat2() syscall
` [PATCH v4 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH v4 2/5] fs: Add fchmodat2()
` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
` [PATCH v4 4/5] tools headers UAPI: Sync files changed by new fchmodat2 syscall
` [PATCH v4 5/5] selftests: Add fchmodat2 selftest
` (subset) [PATCH v4 0/5] Add a new fchmodat2() syscall
[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
2023-07-11 17:37 UTC (16+ messages)
` [PATCH v7 2/8] KVM: Introduce __kvm_follow_pfn function
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn
[PATCH v3 0/7] Add support for memmap on memory feature on ppc64
2023-07-11 17:19 UTC (21+ messages)
` [PATCH v3 1/7] mm/hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
` [PATCH v3 2/7] mm/hotplug: Allow memmap on memory hotplug request to fallback
` [PATCH v3 3/7] mm/hotplug: Allow architecture to override memmap on memory support check
` [PATCH v3 4/7] mm/hotplug: Allow pageblock alignment via altmap reservation
` [PATCH v3 5/7] powerpc/book3s64/memhotplug: Enable memmap on memory for radix
` [PATCH v3 6/7] dax/kmem: Always enroll hotplugged memory for memmap_on_memory
` [PATCH v3 7/7] mm/hotplug: Embed vmem_altmap details in memory block
[PATCH v4 00/33] Per-VMA locks
2023-07-11 17:14 UTC (7+ messages)
[PATCH v4 00/15] powerpc/objtool: uaccess validation for PPC32 (v4)
2023-07-11 16:08 UTC (16+ messages)
` [PATCH v4 01/15] Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto"
` [PATCH v4 02/15] objtool: Move back misplaced comment
` [PATCH v4 03/15] objtool: Allow an architecture to disable objtool on ASM files
` [PATCH v4 04/15] objtool: Fix JUMP_ENTRY_SIZE for bi-arch like powerpc
` [PATCH v4 05/15] objtool: Add INSN_RETURN_CONDITIONAL
` [PATCH v4 06/15] objtool: Add support for relative switch tables
` [PATCH v4 07/15] objtool: Merge mark_func_jump_tables() and add_func_jump_tables()
` [PATCH v4 08/15] objtool: Track general purpose register used for switch table base
` [PATCH v4 09/15] objtool: Find end of switch table directly
` [PATCH v4 10/15] objtool: When looking for switch tables also follow conditional and dynamic jumps
` [PATCH v4 11/15] objtool: .rodata.cst{2/4/8/16} are not switch tables
` [PATCH v4 12/15] objtool: Add support for more complex UACCESS control
` [PATCH v4 13/15] objtool: Prepare noreturns.h for more architectures
` [PATCH v4 14/15] powerpc/bug: Annotate reachable after warning trap
` [PATCH v4 15/15] powerpc: Implement UACCESS validation on PPC32
[PATCH 00/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
2023-07-11 16:04 UTC (34+ messages)
` [PATCH 01/17] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH 02/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH 03/17] "
` [PATCH 04/17] "
` [PATCH 05/17] "
` [PATCH 06/17] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH 07/17] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag
` [PATCH 09/17] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 10/17] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH 11/17] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 12/17] staging: "
` [PATCH 13/17] fbdev: "
` [PATCH 14/17] "
` [PATCH 15/17] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH 16/17] fbdev/pxafb: "
` [PATCH 17/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
[PATCH v3 0/9] Cleanup/Optimise KUAP (v3)
2023-07-11 15:59 UTC (10+ messages)
` [PATCH v3 1/9] powerpc/kuap: Avoid unnecessary reads of MD_AP
` [PATCH v3 2/9] powerpc/kuap: Avoid useless jump_label on empty function
` [PATCH v3 3/9] powerpc/kuap: Fold kuep_is_disabled() into its only user
` [PATCH v3 4/9] powerpc/features: Add capability to update mmu features later
` [PATCH v3 5/9] powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAP
` [PATCH v3 6/9] powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
` [PATCH v3 7/9] powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32
` [PATCH v3 8/9] powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
` [PATCH v3 9/9] powerpc/kuap: Use ASM feature fixups instead of static branches
[PATCH] powerpc/512x: lpbfifo: Convert to platform remove callback returning void
2023-07-11 14:31 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 1/2] powerpc/tpm: Create linux,sml-base/size as big endian
2023-07-11 12:47 UTC (3+ messages)
[PATCH] arch/powerpc: Remove unnecessary endian conversion code in XICS
2023-07-11 9:33 UTC (3+ messages)
[PATCH net-next v2 00/10] Remove unnecessary (void*) conversions
2023-07-11 9:20 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH 2/2] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues
2023-07-11 6:59 UTC (8+ messages)
[PATCH 0/2] PCI/AER: Remove/unexport error reporting enable/disable
2023-07-11 5:11 UTC (6+ messages)
` [PATCH 1/2] PCI/AER: Drop unused pci_disable_pcie_error_reporting()
` [PATCH 2/2] PCI/AER: Unexport pci_enable_pcie_error_reporting()
[PATCH v5 21/38] powerpc: Implement the new page table range API
2023-07-11 4:41 UTC (2+ messages)
[PATCH v4 20/36] powerpc: Implement the new page table range API
2023-07-11 4:40 UTC (7+ messages)
[PATCH v4 00/13] Add support for DAX vmemmap optimization for ppc64
2023-07-11 4:27 UTC (24+ messages)
` [PATCH v4 01/13] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
` [PATCH v4 02/13] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg
` [PATCH v4 03/13] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override
` [PATCH v4 04/13] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH v4 05/13] mm: Add __HAVE_ARCH_PUD_SAME similar to __HAVE_ARCH_P4D_SAME
` [PATCH v4 06/13] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v4 07/13] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
` [PATCH v4 08/13] powerpc/mm/trace: Convert trace event to trace event class
` [PATCH v4 09/13] powerpc/book3s64/mm: Enable transparent pud hugepage
` [PATCH v4 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
` [PATCH v4 11/13] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
` [PATCH v4 12/13] powerpc/book3s64/radix: Remove mmu_vmemmap_psize
` [PATCH v4 13/13] powerpc/book3s64/radix: Add debug message to give more details of vmemmap allocation
[PATCH net-next v3 01/10] net: wan: Remove unnecessary (void*) conversions
2023-07-11 1:39 UTC
[powerpc:merge] BUILD SUCCESS 20125a0e8655abec375153cc23cc708ffa8c4380
2023-07-11 1:34 UTC
[powerpc:fixes-test] BUILD SUCCESS cf53564b11cef5cdfafc548b172345c9aa753f89
2023-07-11 1:34 UTC
[PATCH net-next v2 01/10] net: wan: Remove unnecessary (void*) conversions
2023-07-11 1:13 UTC (5+ messages)
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-07-10 18:51 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-07-10 13:32 UTC (5+ messages)
` [PATCH v2 00/92] "
[PATCH v2 07/12] s390: add pte_free_defer() for pgtables sharing page
2023-07-10 17:21 UTC (11+ messages)
[PATCH 1/2] powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10
2023-07-10 16:46 UTC (2+ messages)
` [PATCH 2/2] powerpc/crypto: don't build aes-gcm-p10 by default
[PATCH] soc: fsl: qe: Replace all non-returning strlcpy with strscpy
2023-07-10 16:46 UTC (4+ messages)
[PATCH v2 00/10] Add sysfs interface files to hv_gpci device to expose system information
2023-07-10 9:27 UTC (11+ messages)
` [PATCH v2 01/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus topology information
` [PATCH v2 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file
` [PATCH v2 03/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor config information
` [PATCH v2 04/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_config sysfs interface file
` [PATCH v2 05/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via virtual processor information
` [PATCH v2 06/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_virtual_processor sysfs interface file
` [PATCH v2 07/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via domain information
` [PATCH v2 08/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_domain sysfs interface file
` [PATCH v2 09/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via partition information
` [PATCH v2 10/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file
[PATCH v4 00/10] Introduce SMT level and add PowerPC support
2023-07-10 9:08 UTC (3+ messages)
[PATCH v10 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-07-10 8:39 UTC (5+ messages)
` [PATCH v10 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v10 2/4] mm/tlbbatch: Rename and extend some functions
` [PATCH v10 3/4] mm/tlbbatch: Introduce arch_flush_tlb_batched_pending()
` [PATCH v10 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
[PATCH net-next v3 0/8] net: freescale: Convert to platform remove callback returning void
2023-07-10 7:19 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).