messages from 2026-07-09 06:26:46 to 2026-07-13 16:05:11 UTC [more...]
[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-13 16:04 UTC (46+ 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 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
2026-07-13 15:23 UTC (9+ messages)
` [PATCH 1/7] kbuild: support generated asm-headers in subdirectories
` [PATCH 2/7] vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 3/7] MIPS: csrc-r4k: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
` [PATCH 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH 6/7] clocksource/drivers/timer-riscv: "
` [PATCH 7/7] LoongArch: "
[PATCH net-next v13 00/10] net: stmmac: qcom-ethqos: add support for SCMI power domains
2026-07-13 13:20 UTC (11+ messages)
` [PATCH net-next v13 01/10] net: phy: aquantia: fix system interface type not updated in forced mode
` [PATCH net-next v13 02/10] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v13 03/10] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v13 04/10] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v13 05/10] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v13 06/10] net: stmmac: qcom-ethqos: update phy_mode to the resolved interface in mac_finish()
` [PATCH net-next v13 07/10] net: stmmac: qcom-ethqos: fix SGMII loopback not set on resume after speed change
` [PATCH net-next v13 08/10] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v13 09/10] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v13 10/10] net: stmmac: qcom-ethqos: add support for sa8255p
[PATCH v2 0/5] drm/panel: refcounting panel lookups and references
2026-07-13 11:53 UTC (6+ messages)
` [PATCH v2 1/5] drm/panel: have drm_panel_add/remove manage a list reference
` [PATCH v2 2/5] drm/bridge/panel: hold a reference to the wrapped panel
` [PATCH v2 3/5] drm/panel: of_drm_find_panel() return a counted reference
` [PATCH v2 4/5] drm/panel: find_panel_by_fwnode() "
` [PATCH v2 5/5] drm: release panel reference after panel bridge creation
[PATCH 0/6] tty: serial: propagate errors from uart_ops.pm callback
2026-07-13 11:21 UTC (10+ messages)
` [PATCH 6/6] serial: qcom-geni: check return value of pm_runtime_resume_and_get()
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-13 10:29 UTC (4+ messages)
` [PATCH v3 11/20] pmdomain: imx: use platform_device_set_of_node()
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-13 7:06 UTC (61+ 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 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH v2 1/2] ptrace: PTRACE_SET_SYSCALL_INFO syscall skipping support
2026-07-12 21:27 UTC (5+ 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] memory: jz4780-nemc: Use dev_err_probe() for clock error
2026-07-12 2:56 UTC
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-11 18:45 UTC (14+ messages)
` [PATCH v2 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH v2 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH v2 03/13] mm: convert __get_unmapped_area() "
` [PATCH v2 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "
[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
2026-07-11 17:09 UTC (5+ messages)
[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
2026-07-11 17:04 UTC (5+ messages)
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-11 16:52 UTC (4+ messages)
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
2026-07-11 16:44 UTC (6+ messages)
[PATCH 6.1.y] MIPS: smp: report dying CPU to RCU in stop_this_cpu()
2026-07-11 10:20 UTC (2+ messages)
[PATCH 6.6.y] MIPS: smp: report dying CPU to RCU in stop_this_cpu()
2026-07-11 10:20 UTC (2+ messages)
[PATCH 6.6 000/175] 6.6.144-rc1 review
2026-07-10 22:53 UTC (2+ messages)
[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
2026-07-10 17:45 UTC (5+ messages)
` [PATCH 10/42] drm: pl111: Use devm_of_reserved_mem_device_init()
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()
[PATCH v2 0/6] MIPS: SiByte: Fix serial device regressions
2026-07-10 12:25 UTC (3+ messages)
` [PATCH v2 3/6] serial: sb1250-duart: Convert to use a platform device
[PATCH v1] MIPS: ip22-gio: Drop #include of <linux/mod_devicetable.h>
2026-07-10 8:24 UTC
[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
2026-07-10 8:03 UTC (2+ messages)
[PATCH] i2c: jz4780: Cache clock rate at probe to prevent CCF prepare_lock deadlock
2026-07-10 6:58 UTC
[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
2026-07-09 14:26 UTC (3+ messages)
` [PATCH 03/26] dmaengine: loongson-loongson1-apb-dma: Remove redundant dev_err()/dev_err_probe()
[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-07-09 11:50 UTC (2+ messages)
` [PATCH 19/60] drm/ingenic: Convert to atomic_create_state
[PATCH v3 00/12] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
2026-07-09 11:45 UTC (7+ messages)
[PATCH 0/6] vDSO: Clean up the HAVE_GENERIC_VDSO kconfig symbol
2026-07-09 11:10 UTC (15+ messages)
` [PATCH 1/6] futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCK
` [PATCH 2/6] vDSO: Remove the dependency on HAVE_GENERIC_VDSO from ARCH_HAS_VDSO_ARCH_DATA
` [PATCH 3/6] MIPS: vdso: Stop using CONFIG_HAVE_GENERIC_VDSO
` [PATCH 4/6] vDSO: Automatically select HAVE_GENERIC_VDSO if necessary
` [PATCH 5/6] vDSO: Drop HAVE_GENERIC_VDSO from architecture kconfig files
` [PATCH 6/6] vDSO: Rename HAVE_GENERIC_VDSO to VDSO_DATASTORE
[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
2026-07-09 8:27 UTC (10+ messages)
` [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
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