linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 19:55:54 to 2019-09-05 17:01:44 UTC [more...]

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-05 17:01 UTC  (43+ 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 2/2] vhost: re-introducing metadata acceleration through kernel virtual address
 2019-09-05 12:27 UTC 

generic ioremap (and lots of cleanups)
 2019-09-03  8:57 UTC  (53+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [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 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 13/26] xtensa: "
` [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 20/26] hexagon: "
` [PATCH 21/26] nios2: "
` [PATCH 22/26] sh: "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [PATCH 24/26] riscv: use the generic ioremap code
` [PATCH 25/26] csky: use generic ioremap
` [PATCH 26/26] nds32: "

[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  (16+ messages)
` [PATCH 1/8] dma-mapping: provide a better default ->get_required_mask
` [PATCH 2/8] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 3/8] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 4/8] dma-mapping: add a dma_can_mmap helper
` [PATCH 5/8] ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
` [PATCH 6/8] arm-nommu: call dma_mmap_from_dev_coherent directly
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 8/8] dma-mapping: remove CONFIG_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)

[PATCH 2/3] kbuild: rebuild modules when module linker scripts are updated
 2019-08-14 16:06 UTC 

[PATCH 03/16] parisc: prefer __section from compiler_attributes.h
 2019-08-12 21:50 UTC 

[PATCH] parisc: speed up flush_tlb_all_local with qemu
 2019-08-12 17:13 UTC 

[PATCH] parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMU
 2019-08-12 17:11 UTC 

[PATCH] scsi: ncr53c8xx: Mark expected switch fall-through
 2019-08-08  1:53 UTC  (2+ messages)

remove default fallbacks in dma_map_ops v2
 2019-08-06  6:00 UTC  (11+ messages)
` [PATCH 1/7] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 2/7] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 3/7] dma-mapping: add a dma_can_mmap helper
` [PATCH 4/7] ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
` [PATCH 5/7] m68knommu: add a pgprot_noncached stub
` [PATCH 6/7] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 7/7] dma-mapping: provide a better default ->get_required_mask

[PATCH palo] ext2: fix ext4 group cache
 2019-08-04 15:26 UTC 

remove default fallbacks in dma_map_ops
 2019-08-03 11:22 UTC  (6+ messages)
` [PATCH 5/5] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP

[GIT PULL] parisc architecture fixes for kernel v5.3-rc3
 2019-08-02 23:20 UTC  (2+ messages)

[PATCH] parisc: trigger die notifier chain in parisc_terminate()
 2019-08-01 20:08 UTC 

Compressed kernels currently won't boot
 2019-08-01  8:10 UTC  (17+ messages)

WARNING in __mmdrop
 2019-07-31 23:00 UTC  (11+ messages)

[PATCH] parisc: strip debug information when building compressed images
 2019-07-31 20:19 UTC  (6+ 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).