Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2026-07-06 13:16:56 to 2026-07-10 10:42:32 UTC [more...]

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-10 10:42 UTC  (88+ 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

[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 0/6] tty: serial: propagate errors from uart_ops.pm callback
 2026-07-10  4:37 UTC  (13+ messages)
` [PATCH 1/6] tty: serial: change uart_ops.pm callback to return int
` [PATCH 2/6] serial: 8250: update .pm callbacks "
` [PATCH 3/6] tty: serial: "
` [PATCH 4/6] arch: update uart pm "
` [PATCH 5/6] tty: serial: propagate uart_configure_port failure to uart_add_one_port
` [PATCH 6/6] serial: qcom-geni: check return value of pm_runtime_resume_and_get()

[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  (22+ messages)
` [PATCH v3 05/12] arm64: smp: Defer RCU registration during secondary CPU bringup
` [PATCH v3 09/12] arm64: cpufeature: Ensure atomic updates to system_cpucaps bitmap
` [PATCH v3 12/12] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs

[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
 2026-07-09 11:32 UTC  (8+ 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 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

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-09  2:28 UTC  (4+ messages)

[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
 2026-07-09  2:16 UTC  (4+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-09  2:01 UTC  (21+ messages)
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 11/13] mm/mlock: convert mlock code "

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-09  1:52 UTC  (4+ messages)

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-08 11:11 UTC  (13+ messages)
` [PATCH v3 02/20] driver core: platform: provide platform_device_set_of_node()
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()
` [PATCH v3 09/20] iommu/fsl: use platform_device_set_of_node()
` [PATCH v3 19/20] reset: rzg2l: use platform_device_set_of_node_from_dev()

[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
 2026-07-07 18:06 UTC  (16+ messages)
` [PATCH 06/42] media: synopsys: hdmirx: Use devm_of_reserved_mem_device_init()
` [PATCH 08/42] drm: logicvc: "
` [PATCH 17/42] drm: ingenic: "
` [PATCH 20/42] drm: xlnx: zynqmp_dpsub: "
` [PATCH 30/42] staging: media: cedrus: "
` [PATCH 31/42] ASoC: cix-ipbloq: "

[PATCH v2 1/2] ptrace: PTRACE_SET_SYSCALL_INFO syscall skipping support
 2026-07-07 16:09 UTC  (4+ messages)

[PATCH 0/3] MIPS: BCM47XX: convert buttons to software nodes
 2026-07-07  8:19 UTC  (2+ messages)

[PATCH net-next v12 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-07  7:48 UTC  (10+ messages)
` [PATCH net-next v12 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v12 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v12 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v12 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v12 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v12 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v12 7/7] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
 2026-07-07  6:21 UTC  (2+ messages)

[PATCH v2] clk/ingenic: fix clock leak on clk_register_clkdev failure
 2026-07-07  4:25 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox