messages from 2026-07-01 00:00:30 to 2026-07-13 15:40:14 UTC [more...]
[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-13 15:38 UTC (45+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 12/34] arm64: mm: use proper set_pXd() for generic compile-time folded patable in kasan_early_init()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 20/34] x86: kexec: use proper set_pXd() for generic compile-time folded patable in machine_kexec_page_table_set_one()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 25/34] x86: mm: remove usage of pgd_page_vaddr() for CONFIG_x86_PAE
` [RFC PATCH 26/34] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline
[PATCH] m68k: defconfig: Update defconfigs for v7.2-rc1
2026-07-13 10:19 UTC
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-13 7:06 UTC (97+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[git pull] m68knommu fixes for v7.2
2026-07-12 19:13 UTC (2+ messages)
[PATCH v2 00/10] treewide: replace linux/gpio.h
2026-07-12 12:27 UTC (16+ messages)
` [PATCH v2 01/10] ARM: replace linux/gpio.h inclusions
` [PATCH v2 02/10] m68k/coldfire: "
` [PATCH v2 03/10] mips: "
` [PATCH v2 04/10] sh: "
` [PATCH v2 05/10] mfd: "
` [PATCH v2 06/10] ASoC: "
` [PATCH v2 07/10] pcmcia: "
` [PATCH v2 08/10] phy: "
` [PATCH v2 09/10] Input: matrix_keyboard - replace linux/gpio.h inclusion
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-09 8:27 UTC (22+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel
[PATCH] m68k: coldfire: fix breakage of missed IO access updates
2026-07-07 14:38 UTC (2+ messages)
[PATCH] m68k: defconfig: add config for M5282EVB board
2026-07-07 13:10 UTC
[PATCH] m68k: defconfig: add config for M52358EVB board
2026-07-07 13:10 UTC
m68k: 68000 port for megadrive
2026-07-07 12:58 UTC (2+ messages)
` Atari Jaguar port - was: "
[geert-m68k:master] BUILD SUCCESS 0d61bcd886e0ad9395368a7d11ee3856ae915ceb
2026-07-06 21:48 UTC
[PATCHv2 0/4] m68k: coldfire: fix non-standard readX()/writeX() functions
2026-07-06 15:46 UTC (4+ messages)
` [PATCHv2 3/4] mmc: sdhci-esdhc-mcf: do not use readl()/writel() on ColdFire
[PATCH 00/13] treewide: replace linux/gpio.h
2026-07-06 11:22 UTC (8+ messages)
` [PATCH 02/13] m68k/coldfire: replace linux/gpio.h inclusions
` [PATCH 05/13] mfd: "
` [PATCH 07/13] ASoC: "
[PATCH 2/3] mtd: maps: remove uclinux map driver
2026-07-03 11:39 UTC (4+ messages)
Question on BIGGEST_ALIGNMENT in GCC on NetBSD/m68k
2026-07-02 12:43 UTC (21+ messages)
` Preliminary results - was: "
[PATCH v2] m68k: Avoid -Wunused-but-set-parameter in clear_user_page()
2026-07-02 8:07 UTC (5+ messages)
[PATCH v7 0/2] add mcf54415 DAC driver
2026-07-01 18:00 UTC (4+ messages)
` [PATCH v7 1/2] iio: dac: add mcf54415 DAC
` [PATCH v7 2/2] m68k: defconfig: update stmark2 defconfig
[geert-m68k:master] BUILD SUCCESS d5bf076679e88c6b77d5628b70a5a64db5c8c785
2026-07-01 9:07 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