linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 15:31:05 to 2020-06-18 14:47:41 UTC [more...]

properly support exec and wait with kernel pointers v2
 2020-06-18 14:46 UTC  (7+ messages)
` [PATCH 1/6] exec: cleanup the execve wrappers
` [PATCH 2/6] exec: simplify the compat syscall handling
` [PATCH 3/6] exec: cleanup the count() function
` [PATCH 4/6] exec: split prepare_arg_pages
` [PATCH 5/6] exec: add a kernel_execveat helper
` [PATCH 6/6] kernel: add a kernel_wait helper

[PATCH] parisc: Prevent optimization of loads and stores in atomic operations
 2020-06-18  5:29 UTC  (8+ messages)

[PATCH 16/25] mm/parisc: Use mm_fault_accounting()
 2020-06-15 22:15 UTC 

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

[PATCH 26/29] docs: fix references for DMA*.txt files
 2020-06-15 20:37 UTC  (2+ messages)

[PATCH 26/38] vt: use newly defined CUR_* macros
 2020-06-15 20:31 UTC  (2+ messages)

properly support exec and wait with kernel pointers
 2020-06-15 19:45 UTC  (19+ messages)
` [PATCH 1/6] exec: cleanup the execve wrappers
` [PATCH 2/6] exec: simplify the compat syscall handling
` [PATCH 3/6] exec: cleanup the count() function
` [PATCH 4/6] exec: split prepare_arg_pages
` [PATCH 5/6] exec: add a kernel_execveat helper
` [PATCH 6/6] kernel: add a kernel_wait helper

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (3+ messages)

[PATCH] parisc: Convert to BIT_MASK() and BIT_WORD()
 2020-06-14  8:54 UTC 

[PATCH] parisc: Whitespace cleanups in atomic.h
 2020-06-14  8:50 UTC 

[PATCH] parisc: suppress error messages for 'make clean'
 2020-06-13 22:48 UTC  (5+ messages)

"Unaligned handler failed, ret = -2" and other errors on C8000
 2020-06-12 16:33 UTC 

Add a new fchmodat4() syscall, v2
 2020-06-09 13:52 UTC  (2+ messages)

[PATCH V3 00/15] Remove duplicated kmap code
 2020-06-04 20:51 UTC  (43+ messages)
` [PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code
  ` [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice
` [PATCH V3 10/15] arch/kmap: Define kmap_atomic_prot() for all arch's

[GIT PULL] parisc architecture updates for kernel v5.8-rc1
 2020-06-03 21:05 UTC  (2+ messages)

[PATCH v5 2/3] arch: wire-up close_range()
 2020-06-02 20:42 UTC 

[GIT PULL] parisc architecture fix for kernel v5.7
 2020-05-29 21:10 UTC  (2+ messages)

[PATCH] parisc: Fix kernel panic in mem_init()
 2020-05-28 20:29 UTC 

clean up and streamline probe_kernel_* and friends v4
 2020-05-28 17:06 UTC  (38+ messages)
` [PATCH 01/23] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/23] maccess: remove various unused weak aliases
` [PATCH 03/23] maccess: remove duplicate kerneldoc comments
` [PATCH 04/23] maccess: clarify "
` [PATCH 05/23] maccess: update the top of file comment
` [PATCH 06/23] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/23] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/23] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/23] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/23] maccess: unify the probe kernel arch hooks
` [PATCH 11/23] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better
` [PATCH 13/23] bpf: rework the compat kernel probe handling
` [PATCH 14/23] tracing/kprobes: handle mixed kernel/userspace probes better
` [PATCH 15/23] maccess: remove strncpy_from_unsafe
` [PATCH 16/23] maccess: always use strict semantics for probe_kernel_read
` [PATCH 17/23] maccess: move user access routines together
` [PATCH 18/23] maccess: allow architectures to provide kernel probing directly
` [PATCH 19/23] x86: use non-set_fs based maccess routines
` [PATCH 20/23] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 21/23] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 22/23] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 23/23] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails

Cache flush issue with page_mapping_file() and swap back shmem page ?
 2020-05-28 11:20 UTC  (3+ messages)

[PATCH v2] Implement close-on-fork
 2020-05-25  8:16 UTC  (14+ messages)

[PATCH] parisc: Update references to parisc website
 2020-05-22  9:55 UTC 

[linux-next:master 10668/10701] include/linux/pgtable.h:203:2: note: in expansion of macro 'pte_clear'
 2020-05-21 18:58 UTC  (2+ messages)

[PATCH palo] ipl: Ensure no GCC builtins replace string functions
 2020-05-20 21:47 UTC  (2+ messages)

clean up and streamline probe_kernel_* and friends v3
 2020-05-20 16:16 UTC  (33+ messages)
` [PATCH 01/20] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/20] maccess: remove various unused weak aliases
` [PATCH 03/20] maccess: remove duplicate kerneldoc comments
` [PATCH 04/20] maccess: clarify "
` [PATCH 05/20] maccess: update the top of file comment
` [PATCH 06/20] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [PATCH 07/20] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [PATCH 08/20] maccess: rename strnlen_unsafe_user to strnlen_user_nofault
` [PATCH 09/20] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/20] maccess: unify the probe kernel arch hooks
` [PATCH 11/20] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/20] maccess: remove strncpy_from_unsafe
` [PATCH 13/20] maccess: always use strict semantics for probe_kernel_read
` [PATCH 14/20] maccess: move user access routines together
` [PATCH 15/20] maccess: allow architectures to provide kernel probing directly
` [PATCH 16/20] x86: use non-set_fs based maccess routines
` [PATCH 17/20] maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
` [PATCH 18/20] maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
` [PATCH 19/20] maccess: rename probe_kernel_address to get_kernel_nofault
` [PATCH 20/20] maccess: return -ERANGE when copy_from_kernel_nofault_allowed fails

[PATCH 320/320] ipl: Ensure no GCC builtins replace string functions
 2020-05-20 13:57 UTC  (2+ messages)

GCC 10.1.0 miscompiles PALO IPL, triggers HPMC
 2020-05-20  8:24 UTC 

clean up and streamline probe_kernel_* and friends v2
 2020-05-19  5:50 UTC  (9+ messages)
` [PATCH 10/18] maccess: unify the probe kernel arch hooks
` [PATCH 14/18] maccess: allow architectures to provide kernel probing directly

drivers/scsi/ncr53c8xx.c:5306:9: sparse: sparse: cast truncates bits from constant value (58f becomes 8f)
 2020-05-18  0:34 UTC  (2+ messages)
  ` [kbuild-all] "

linux-next: manual merge of the vfs tree with the parisc-hd tree
 2020-05-15 16:08 UTC  (11+ 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).