linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-13 07:33:28 to 2025-08-07 14:43:19 UTC [more...]

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-07 14:43 UTC  (23+ messages)
` [PATCH 01/17] KUnit: Introduce ffs()-family tests
` [PATCH 02/17] bitops: Add __attribute_const__ to generic ffs()-family implementations
` [PATCH 03/17] csky: Add __attribute_const__ to "
` [PATCH 04/17] x86: "
` [PATCH 05/17] powerpc: "
` [PATCH 06/17] sh: "
` [PATCH 07/17] alpha: "
` [PATCH 08/17] hexagon: "
` [PATCH 09/17] riscv: "
` [PATCH 10/17] openrisc: "
` [PATCH 11/17] m68k: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] parisc: "
` [PATCH 14/17] s390: "
` [PATCH 15/17] xtensa: "
` [PATCH 16/17] sparc: "
` [PATCH 17/17] KUnit: ffs: Validate all the __attribute_const__ annotations

[PATCH] parisc: Remove spurious if statement from raw_copy_from_user()
 2025-08-05 15:35 UTC 

[GIT PULL] parisc architecture fixes and updates for v6.17-rc1
 2025-08-01 23:30 UTC  (2+ messages)

[GIT PULL] execve updates for v6.17
 2025-07-29  1:11 UTC  (2+ messages)

[PATCH] parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilers
 2025-07-25 19:35 UTC  (2+ messages)

[PATCH] parisc: Makefile: fix a typo in palo.conf
 2025-07-25 19:33 UTC  (2+ messages)

[PATCH v2] parisc: Revise __get_user() to probe user read access
 2025-07-25 19:22 UTC  (4+ messages)

[PATCH v3] parisc: Revise gateway LWS calls to probe user read access
 2025-07-25 16:12 UTC 

[PATCH v2] parisc: Revise gateway LWS calls to probe user read access
 2025-07-25 15:47 UTC 

{PATCH] parisc: Revise gateway LWS calls to probe user read access
 2025-07-24 17:47 UTC 

[thomas-weissschuh:vdso/unaligned 1/3] include/vdso/unaligned.h:21:9: warning: '__builtin_memcpy' reading 4 bytes from a region of size 1
 2025-07-24 17:10 UTC  (3+ messages)

[PATCH] parisc: Revise __get_user() to probe user read access
 2025-07-21 20:21 UTC 

[PATCH] parisc: Drop WARN_ON_ONCE() from flush_cache_vmap
 2025-07-21 20:18 UTC 

[PATCH] parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page_fault()
 2025-07-21 20:13 UTC 

[PATCH] parisc: Define and use set_pte_at()
 2025-07-21 20:06 UTC 

[PATCH] parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.c
 2025-07-21 19:56 UTC 

parisc: Revise __get_user() to probe user read access
 2025-07-21 19:46 UTC 

[PATCH] parisc: Check region is readable by user in raw_copy_from_user()
 2025-07-21 19:39 UTC 

[PATCH] parisc: Update comments in make_insert_tlb
 2025-07-21 19:13 UTC 

[PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
 2025-07-16 18:04 UTC  (3+ messages)

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-07-15 10:32 UTC  (5+ messages)
` [PATCH 14/23] parisc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "

[PATCH v6 0/8] char: misc: Various cleanup for miscdevice
 2025-07-14 15:34 UTC  (9+ messages)
` [PATCH v6 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v6 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v6 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v6 4/8] char: misc: Add a case to test registering miscdevice again without reinitialization
` [PATCH v6 5/8] char: misc: Make misc_register() reentry for miscdevice who wants dynamic minor
` [PATCH v6 6/8] char: misc: Does not request module for miscdevice with "
` [PATCH v6 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v6 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition

[PATCH v5 0/8] char: misc: Various cleanup for miscdevice
 2025-07-14 11:26 UTC  (15+ messages)
` [PATCH v5 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v5 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v5 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v5 4/8] char: misc: Add a case to test registering miscdevice again without reinitialization
` [PATCH v5 5/8] char: misc: Fix kunit test case miscdev_test_dynamic_reentry() failure
` [PATCH v5 6/8] char: misc: Does not request module for miscdevice with dynamic minor
` [PATCH v5 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v5 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition

[PATCH v4 0/8] char: misc: Various cleanup for miscdevice
 2025-07-09 13:10 UTC  (16+ messages)
` [PATCH v4 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v4 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v4 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v4 4/8] char: misc: Add a reentry test case about dynamic minor request
` [PATCH v4 5/8] char: misc: Make registering miscdevice reentry who wants dynamic minor
` [PATCH v4 6/8] char: misc: Does not request module for miscdevice with "
` [PATCH v4 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v4 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition

[PATCH 5.15 053/160] tty: vt: make init parameter of consw::con_init() a bool
 2025-07-08 16:21 UTC  (3+ messages)
` [PATCH 5.15 054/160] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 5.15 055/160] tty: vt: make consw::con_switch() return a bool

parisc kernel cache flush issue with mprotect()
 2025-07-05  8:06 UTC  (4+ messages)

[PATCH v3 0/8] char: misc: Various cleanup for miscdevice
 2025-07-04 12:38 UTC  (11+ messages)
` [PATCH v3 1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v3 2/8] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v3 3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v3 4/8] char: misc: Add a reentry test case about dynamic minor request
` [PATCH v3 5/8] char: misc: Make registering miscdevice reentry who wants dynamic minor
` [PATCH v3 6/8] char: misc: Does not request module for miscdevice with "
` [PATCH v3 7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v3 8/8] sparc: kernel: apc: Remove macro APC_MINOR definition

[PATCH 6.1 065/132] tty: vt: make init parameter of consw::con_init() a bool
 2025-07-03 14:42 UTC  (3+ messages)
` [PATCH 6.1 066/132] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 6.1 067/132] tty: vt: make consw::con_switch() return a bool

[PATCH 6.6 058/139] tty: vt: make init parameter of consw::con_init() a bool
 2025-07-03 14:42 UTC  (3+ messages)
` [PATCH 6.6 059/139] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 6.6 060/139] tty: vt: make consw::con_switch() return a bool

[PATCH v2 0/9] char: misc: Various cleanup for miscdevice
 2025-07-02 12:13 UTC  (12+ messages)
` [PATCH v2 1/9] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/
` [PATCH v2 2/9] char: misc: Adapt and add test cases for simple minor space division
` [PATCH v2 3/9] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR
` [PATCH v2 4/9] char: misc: Add a reentry test case for dynamic minor request
` [PATCH v2 5/9] char: misc: Make registering dynamic device reentry
` [PATCH v2 6/9] char: misc: Does not request module for miscdevice with dynamic minor
` [PATCH v2 7/9] char: misc: Allocate 4 more fixed minors for watchdog
` [PATCH v2 8/9] char: misc: Define fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h
` [PATCH v2 9/9] sparc: kernel: apc: Remove macro APC_MINOR defination

[PATCH] net: tulip: Rename PCI driver struct to end in _driver
 2025-07-02  3:10 UTC  (5+ messages)
` [PATCH v2 net-next] "

[PATCH v2] parisc: Makefile: fix a typo in palo.conf
 2025-06-25  7:39 UTC 

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-10 16:28 UTC  (4+ messages)

[PATCH 0/6] asm-generic: io.h cleanups
 2025-06-08  9:44 UTC  (5+ messages)
` [PATCH 2/6] sh: remove duplicate ioread/iowrite helpers

6.16-pre-rc1: BUG: Bad page state in process swapper on parisc
 2025-06-03 17:31 UTC 

[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
 2025-06-02 15:16 UTC  (4+ messages)

[GIT PULL] parisc architecture fixes and updates for v6.16-rc1
 2025-06-01 16:05 UTC  (2+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-22 22:26 UTC  (23+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[PATCH v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code
 2025-05-22  7:21 UTC  (3+ messages)

[PATCH v1 1/1] floppy: Replace custom SZ_64K constant
 2025-05-22  7:14 UTC  (2+ messages)

[PATCH] parisc: fix building with gcc-15
 2025-05-20 16:01 UTC  (2+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-19 17:19 UTC  (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-19 15:20 UTC  (14+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c

[PATCH 13/15] bugs/parisc: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to extend WARN_ON/BUG_ON output
 2025-05-15 15:31 UTC  (3+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (6+ messages)
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 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;
as well as URLs for NNTP newsgroup(s).