public inbox for linux-parisc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-03 01:26:01 to 2026-04-11 12:10:03 UTC [more...]

[PATCH] net: Optimize flush calculation in inet_gro_receive()
 2026-04-11 12:09 UTC  (3+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 20:56 UTC  (45+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH v2] module.lds.S: Fix modules on 32-bit parisc architecture
 2026-04-09 12:56 UTC  (2+ messages)

[PATCH v4 0/2] tools/nolibc: add support for 32-bit parisc
 2026-04-09 11:54 UTC  (3+ messages)
` [PATCH v4 1/2] selftests/nolibc: avoid function pointer comparisons
` [PATCH v4 2/2] tools/nolibc: add support for 32-bit parisc

[PATCH v3 0/2] tools/nolibc: add support for 32-bit parisc
 2026-04-09 11:11 UTC  (6+ messages)
` [PATCH v3 1/2] selftests/nolibc: avoid function pointer comparisons
` [PATCH v3 2/2] tools/nolibc: add support for 32-bit parisc

[PATCH v2 0/4] tools/nolibc: add support for 32-bit parisc
 2026-04-08 21:00 UTC  (9+ messages)
` [PATCH v2 1/4] parisc: Makefile: move CROSS_COMPILE detection before CROSS32CC one
` [PATCH v2 2/4] parisc: Makefile: use the regular compiler to build a native 32-bit vDSO
` [PATCH v2 3/4] selftests/nolibc: avoid function pointer comparisons
` [PATCH v2 4/4] tools/nolibc: add support for 32-bit parisc

[PATCH 1/5] parisc: Avoid compat syscalls when COMPAT=n
 2026-04-08 19:47 UTC  (10+ messages)
` [PATCH 2/5] parisc: let is_compat_task() return false for COMPAT=n
` [PATCH 3/5] parisc: Fix signal code to depend on CONFIG_COMPAT instead of CONFIG_64BIT
` [PATCH 4/5] parisc: Fix default stack size when COMPAT=n
` [PATCH 5/5] parisc: Allow to disable COMPAT mode on 64-bit kernel

[PATCH] parisc: Allow to build without vdso32
 2026-04-08 16:24 UTC 

[PATCH 0/3] tools/nolibc: add support for 32-bit parisc
 2026-04-07 22:33 UTC  (16+ messages)
` [PATCH 1/3] parisc: Makefile: use the regular compiler to build a native 32-bit vDSO
` [PATCH 2/3] selftests/nolibc: avoid function pointer comparisons
` [PATCH 3/3] tools/nolibc: add support for 32-bit parisc

[PATCH] module.lds.S: Fix modules on 32-bit parisc architecture
 2026-04-07 20:03 UTC  (3+ messages)

[PATCH] parisc: update outdated comments for renamed ccio_alloc_consistent()
 2026-04-07 19:41 UTC  (2+ messages)

[PATCH] net: Avoid unaligned access in inet_gro_receive()
 2026-04-07 18:31 UTC 

[PATCH 0/6] change young flag check functions to return bool
 2026-04-07 17:52 UTC  (7+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[RFC] [PATCH] Fix warning at fs/dcache.c:430 dentry_free
 2026-04-07 16:24 UTC  (8+ messages)

[PATCH net-next v2] eth: remove the driver for acenic / tigon1&2
 2026-04-07  2:10 UTC  (2+ messages)

[PATCH net-next] eth: remove the driver for acenic / tigon1&2
 2026-04-03 19:56 UTC  (7+ messages)

[PATCH v2] cmpxchg: allow const-qualified old value in cmpxchg()
 2026-04-03  1:19 UTC 


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