linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 03:21:46 to 2020-09-03 16:12:09 UTC [more...]

[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
 2020-09-03 16:11 UTC  (13+ messages)
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-03 16:03 UTC  (24+ messages)
` [PATCH 01/14] proc: remove a level of indentation in proc_get_inode
` [PATCH 02/14] proc: cleanup the compat vs no compat file ops
` [PATCH 03/14] proc: add a read_iter method to proc proc_ops
` [PATCH 04/14] sysctl: Convert to iter interfaces
` [PATCH 05/14] fs: don't allow kernel reads and writes without iter ops
` [PATCH 06/14] fs: don't allow splice read/write without explicit ops
` [PATCH 07/14] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 08/14] test_bitmap: remove user bitmap tests
` [PATCH 09/14] lkdtm: remove set_fs-based tests
` [PATCH 10/14] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 11/14] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 12/14] x86: remove address space overrides using set_fs()
` [PATCH 13/14] powerpc: use non-set_fs based maccess routines
` [PATCH 14/14] powerpc: remove address space overrides using set_fs()

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-03  9:17 UTC  (11+ messages)
` [PATCH v2 01/10] Macros to override naming of percpu symbols and sections
` [PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v2 03/10] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH v2 04/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH v2 05/10] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH v2 06/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v2 07/10] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [PATCH v2 08/10] kvm: arm64: Mark hyp stack pages reserved
` [PATCH v2 09/10] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH v2 10/10] kvm: arm64: Remove unnecessary hyp mappings

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-09-03  8:55 UTC  (27+ messages)
` [PATCH 05/10] lkdtm: disable set_fs-based tests for !CONFIG_SET_FS
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-03  7:46 UTC  (2+ messages)

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-03  5:57 UTC  (29+ messages)
` [PATCH v3 01/23] asm-generic: add generic MMU versions of mmu context functions
` [PATCH v3 02/23] alpha: use asm-generic/mmu_context.h for no-op implementations
` [PATCH v3 03/23] arc: "
` [PATCH v3 04/23] arm: "
` [PATCH v3 05/23] arm64: "
` [PATCH v3 06/23] csky: "
` [PATCH v3 07/23] hexagon: "
` [PATCH v3 08/23] ia64: "
` [PATCH v3 09/23] m68k: "
` [PATCH v3 10/23] microblaze: "
` [PATCH v3 11/23] mips: "
` [PATCH v3 12/23] nds32: "
` [PATCH v3 13/23] nios2: "
` [PATCH v3 14/23] openrisc: "
` [PATCH v3 15/23] parisc: "
` [PATCH v3 16/23] powerpc: "
` [PATCH v3 17/23] riscv: "
` [PATCH v3 18/23] s390: "
` [PATCH v3 19/23] sh: "
` [PATCH v3 20/23] sparc: "
` [PATCH v3 21/23] um: "
` [PATCH v3 22/23] x86: "
` [PATCH v3 23/23] xtensa: "

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-09-03  2:02 UTC  (10+ messages)

[asm-generic:asm-generic] BUILD SUCCESS 6886f9d49aaae6855e830ec35d69c114d121e4a9
 2020-09-02 21:56 UTC 

[PATCH v7 0/5] Warn on orphan section placement
 2020-09-02 19:04 UTC  (7+ messages)
` [PATCH v7 1/5] arm64/build: "
` [PATCH v7 2/5] arm/build: "
` [PATCH v7 3/5] arm/boot: "
` [PATCH v7 4/5] x86/build: "
` [PATCH v7 5/5] x86/boot/compressed: "

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-09-02 13:58 UTC  (31+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

[PATCH v3 00/13] mm/debug_vm_pgtable fixes
 2020-09-02 13:20 UTC  (40+ messages)
` [PATCH v3 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v3 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v3 08/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v3 09/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v3 10/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v3 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v3 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it

[PATCH memory-model 0/9] LKMM updates for v5.10
 2020-09-02 12:47 UTC  (12+ messages)
` [PATCH kcsan 6/9] tools/memory-model: Expand the cheatsheet.txt notion of relaxed
` [PATCH kcsan 9/9] tools/memory-model: Document locking corner cases

[PATCH] asm-generic/sembuf: Update architecture related information in comment
 2020-09-02 11:43 UTC  (2+ messages)

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-09-02  9:48 UTC  (4+ messages)
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

Re: [PATCH v3] PCI: Add pci_iounmap
 2020-09-02  8:34 UTC  (2+ messages)
`  "

[PATCH kcsan 18/19] bitops, kcsan: Partially revert instrumentation for non-atomic bitops
 2020-09-02  6:13 UTC  (3+ messages)

[PATCH v6 00/29] Warn on orphan section placement
 2020-09-01 23:54 UTC  (9+ messages)

[PATCH v10 0/5] Add NUMA-awareness to qspinlock
 2020-09-01 17:38 UTC  (5+ messages)
` [PATCH v10 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock

[PATCH v6 03/29] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 02/29] vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 04/29] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 06/29] vmlinux.lds.h: add PGO and AutoFDO input sections
 2020-09-01 11:47 UTC  (2+ messages)
` [tip: core/build] vmlinux.lds.h: Add "

[PATCH v6 01/29] vmlinux.lds.h: Create COMMON_DISCARDS
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 05/29] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
 2020-09-01 11:47 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v3] PCI: Add pci_iounmap
 2020-09-01 13:28 UTC  (3+ messages)

[Question] About SECCOMP issue for ILP32
 2020-09-01 11:40 UTC  (2+ messages)

[PATCH v2 00/13] mm/debug_vm_pgtable fixes
 2020-09-01  9:11 UTC  (3+ messages)

[PATCH v2 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-01  7:50 UTC  (19+ messages)
` [PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions
` [PATCH v2 09/23] m68k: use asm-generic/mmu_context.h for no-op implementations
` [PATCH v2 10/23] microblaze: "
` [PATCH v2 16/23] powerpc: "

[PATCH 01/10] fs: don't allow kernel reads and writes without iter ops
 2020-09-01  7:08 UTC  (2+ messages)
  ` [fs] ef30fb3c60: kernel write not supported for file /sys/kernel/softlockup_panic


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).