linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-17 07:50:12 to 2019-09-26 17:56:50 UTC [more...]

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-09-26 17:56 UTC  (11+ messages)
` [PATCH 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH 19/29] c6x: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH] parisc: remove 32-bit DMA enforcement from sba_iommu
 2019-09-26  7:58 UTC  (2+ messages)

allow larger than require DMA masks
 2019-09-24 21:59 UTC  (5+ messages)

[PATCH] seccomp: remove unused arg from secure_computing()
 2019-09-24 17:11 UTC  (10+ messages)
` [PATCH v1] seccomp: simplify secure_computing()

Bug report (with fix) for DEC Tulip driver (de2104x.c)
 2019-09-23 11:42 UTC  (10+ messages)
        ` C8000, which is the max MTU of the built-in net card?

[PATCH] kexec: add support for PARISC architecture
 2019-09-21 18:36 UTC  (2+ messages)
` [PATCH] kexec-tools: "

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-18 15:46 UTC  (65+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
    ` [PATCH v12 01/12] lib: introduce copy_struct_{to, from}_user helpers
` [PATCH v12 02/12] clone3: switch to copy_struct_from_user()
` [PATCH v12 03/12] sched_setattr: switch to copy_struct_{to,from}_user()
` [PATCH v12 04/12] perf_event_open: switch to copy_struct_from_user()
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 06/12] procfs: switch magic-link modes to be more sane
` [PATCH v12 07/12] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v12 08/12] namei: O_BENEATH-style path resolution flags
` [PATCH v12 09/12] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v12 11/12] open: openat2(2) syscall
` [PATCH v12 12/12] selftests: add openat2(2) selftests

[PATCH 0/4] kexec support for PARISC
 2019-09-17 14:39 UTC  (7+ messages)
` [PATCH 1/4] parisc: add __pdc_cpu_rendezvous()
` [PATCH 2/4] parisc: add kexec syscall support
` [PATCH 3/4] parisc: wire up kexec_file_load syscall
` [PATCH 4/4] parisc: add support for kexec_file_load() syscall

[GIT PULL] parisc architecture updates for kernel v5.4
 2019-09-16 23:05 UTC  (2+ messages)

[GIT PULL] parisc architecture updates for kernel v5.4
 2019-09-16 18:19 UTC 

hi
 2019-09-14  9:51 UTC 

[PATCH] parisc: Have git ignore generated real2.S and firmware.c
 2019-09-12 13:57 UTC  (2+ messages)

Inquiry 11/Sept/2019
 2019-09-11 12:09 UTC 

[PATCH] parisc: Fix vmap memory leak in ioremap()/iounmap()
 2019-09-09 13:38 UTC 

[PATCH 2/2] vhost: re-introducing metadata acceleration through kernel virtual address
 2019-09-09  7:23 UTC  (7+ messages)

generic ioremap (and lots of cleanups)
 2019-09-03  8:57 UTC  (41+ messages)
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 14/26] asm-generic: don't provide __ioremap
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 24/26] riscv: use the generic ioremap code

[PATCH] Revert "asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro"
 2019-08-30 19:46 UTC 

remove default fallbacks in dma_map_ops v3
 2019-08-29 15:38 UTC  (6+ messages)
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-29 13:19 UTC  (16+ messages)
` [PATCH RESEND v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH RESEND v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH RESEND v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH RESEND v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v11 7/8] open: openat2(2) syscall
` [PATCH RESEND v11 8/8] selftests: add openat2(2) selftests

[PATCH 00/11] ftrace: add support for recording function parameters and return value
 2019-08-28 23:41 UTC  (18+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
` [PATCH 02/11] ftrace: introduce new building tool funcprototype
` [PATCH 03/11] asm-generic: add generic dwarf definition
` [PATCH 04/11] ftrace/hash: add private data field
` [PATCH 05/11] ftrace: create memcache for hash entries
` [PATCH 06/11] ftrace: process function prototype data in vmlinux and modules
` [PATCH 07/11] ftrace: prepare arch specific interfaces for function prototype feature
` [PATCH 08/11] ftrace: introduce core part of function prototype recording
` [PATCH 09/11] x86_64: add function prototype recording support
` [PATCH 10/11] ftrace: add doc for new option record-funcproto
` [PATCH 11/11] MAINTAINERS: make scripts/ftrace/ maintained

[PATCH RESEND 0/8] Fix mmap base in bottom-up mmap
 2019-08-28  4:53 UTC  (4+ messages)

[PATCH] parisc: fix compilation errrors
 2019-08-22 23:15 UTC  (5+ messages)

Build regressions/improvements in v5.3-rc5
 2019-08-21 21:39 UTC  (2+ messages)

[PATCH] kprobes/parisc: remove arch_kprobe_on_func_entry()
 2019-08-21 11:35 UTC  (2+ 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).