linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-05 07:32:38 to 2019-10-11 01:39:53 UTC [more...]

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  1:38 UTC  (42+ messages)
` [PATCH 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH 04/29] alpha: "
` [PATCH 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [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 15/29] x86: Actually use _etext for end of text segment
` [PATCH 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH 17/29] alpha: "
` [PATCH 18/29] arm64: "
` [PATCH 19/29] c6x: "
` [PATCH 20/29] h8300: "
` [PATCH 21/29] ia64: "
` [PATCH 22/29] microblaze: "
` [PATCH 23/29] parisc: "
` [PATCH 24/29] powerpc: "
` [PATCH 25/29] xtensa: "
` [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 v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  0:06 UTC  (30+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v2 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v2 04/29] alpha: "
` [PATCH v2 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v2 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v2 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v2 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH v2 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH v2 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH v2 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v2 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v2 15/29] x86: Actually use _etext for end of text segment
` [PATCH v2 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 17/29] alpha: "
` [PATCH v2 18/29] arm64: "
` [PATCH v2 19/29] c6x: "
` [PATCH v2 20/29] h8300: "
` [PATCH v2 21/29] ia64: "
` [PATCH v2 22/29] microblaze: "
` [PATCH v2 23/29] parisc: "
` [PATCH v2 24/29] powerpc: "
` [PATCH v2 25/29] xtensa: "
` [PATCH v2 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v2 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v2 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v2 29/29] x86: Use INT3 instead of NOP for linker fill bytes

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

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-10 17:07 UTC  (8+ messages)
` [PATCH v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v14 4/6] open: introduce openat2(2) syscall
` [PATCH v14 5/6] selftests: add openat2(2) selftests
` [PATCH v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

some progress with radeon on C8000
 2019-10-07  7:33 UTC  (6+ messages)

[PATCH] parisc: Fix vmap memory leak in ioremap()/iounmap()
 2019-10-04 17:23 UTC  (5+ messages)
    ` [PATCH v2] "

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

[PATCH] kexec: add support for PARISC architecture
 2019-10-01 11:44 UTC  (3+ messages)
` [PATCH] kexec-tools: "

[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
 2019-10-01  5:06 UTC  (16+ messages)
` [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v13 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v13 7/9] open: openat2(2) syscall
` [PATCH v13 8/9] selftests: add openat2(2) selftests
` [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links

[PATCH] parisc: Do not hardcode registers in checksum functions
 2019-09-29 19:00 UTC 

[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 v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-18 15:46 UTC  (44+ 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 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 11/12] open: openat2(2) syscall

[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 2/2] vhost: re-introducing metadata acceleration through kernel virtual address
 2019-09-09  7:23 UTC  (7+ 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).