public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-25 16:03:06 to 2018-05-01 13:10:56 UTC [more...]

[PATCH 0/5] kernel hacking: GCC optimization for debug experience (-Og)
 2018-05-01 13:00 UTC  (10+ messages)
` [PATCH 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH 2/5] regulator: add dummy of_find_regulator_by_node
` [PATCH 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler atuo-inline optimizations
` [PATCH 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
` [PATCH 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE

[PATCH v9 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-04-30  7:41 UTC  (10+ messages)
` [PATCH v9 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v9 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v9 3/4] arm64: Implement page table free interfaces
` [PATCH v9 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-04-28 14:07 UTC  (27+ messages)
` [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate
` [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal
  ` [uml-devel] "
                  ` [REVIEW][PATCH 0/5] Improving siginfo_layout and fixing uml's relay_signal
                    ` [REVIEW][PATCH 1/5] signal/signalfd: Remove __put_user from signalfd_copyinfo
                    ` [REVIEW][PATCH 2/5] signal/signalfd: Add support for SIGSYS
                    ` [REVIEW][PATCH 3/5] signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat code
                    ` [REVIEW][PATCH 4/5] signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}
                    ` [REVIEW][PATCH 5/5] signal/um: More carefully relay signals in relay_signal

[PATCH v4 0/7] kprobes: Fix %p in kprobes
 2018-04-28 12:38 UTC  (16+ messages)
` [PATCH v4 1/7] kprobes: Make list and blacklist root user read only
` [PATCH v4 2/7] kprobes: Show blacklist addresses as same as kallsyms does
` [PATCH v4 3/7] kprobes: Show address of kprobes if "
` [PATCH v4 4/7] kprobes: Replace %p with other pointer types
` [PATCH v4 5/7] kprobes/x86: Fix %p uses in error messages
` [PATCH v4 6/7] kprobes/arm: "
` [PATCH v4 7/7] kprobes/arm64: "

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-04-28  5:04 UTC  (6+ messages)

[PATCH v3 0/7] kprobes: Fix %p in kprobes
 2018-04-28  4:43 UTC  (38+ messages)
` [PATCH v3 1/7] kprobes: Make blacklist root user read only
` [PATCH v3 2/7] kprobes: Show blacklist addresses as same as kallsyms does
` [PATCH v3 3/7] kprobes: Show address of kprobes if "
` [PATCH v3 4/7] kprobes: Replace %p with other pointer types
` [PATCH v3 5/7] kprobes/x86: Fix %p uses in error messages
` [PATCH v3 6/7] kprobes/arm: "
` [PATCH v3 7/7] kprobes/arm64: "

dma-debug cleanups, including removing the arch hook
 2018-04-27 15:53 UTC  (3+ messages)
  ` [PATCH 4/3] dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG

[PATCH -tip v2 0/7] kprobes: Fix %p in kprobes
 2018-04-27 14:51 UTC  (36+ messages)
` [PATCH -tip v2 1/7] kprobes: Make blacklist root user read only
` [PATCH -tip v2 2/7] kprobes: Show blacklist addresses as same as kallsyms does
` [PATCH -tip v2 3/7] kprobes: Show address of kprobes if "
` [PATCH -tip v2 4/7] kprobes: Replace %p with other pointer types
` [PATCH -tip v2 5/7] kprobes/x86: Fix %p uses in error messages
` [PATCH -tip v2 6/7] kprobes/arm: "
` [PATCH -tip v2 7/7] kprobes/arm64: "

[PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-04-27 12:30 UTC  (9+ messages)
` [PATCH v8 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable

[PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
 2018-04-27 10:27 UTC  (16+ messages)
` [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
` [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2
` [PATCHv3 07/11] arm64: add basic pointer authentication support

remove PCI_DMA_BUS_IS_PHYS V2
 2018-04-26 15:11 UTC  (7+ messages)
` [PATCH 2/5] ide: kill ide_toggle_bounce

(unknown),
 2018-04-26  9:39 UTC  (26+ messages)
` [PATCH 06/22] arc: use generic dma_noncoherent_ops
` [PATCH 13/22] nds32: "
` [PATCH 22/22] parisc: "

[REVIEW][PATCH 00/17] siginfo bugfixes and cleanups
 2018-04-26  3:02 UTC  (7+ messages)
` [REVIEW][PATCH 05/17] signal/nds32: Use force_sig(SIGILL) in do_revisn
    ` [PATCH] signal/nds32: More information in do_revinsn

[PATCH 00/17] y2038: system calls, part 3
 2018-04-25 18:36 UTC  (40+ messages)
` [PATCH 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
` [PATCH 02/17] y2038: Remove newstat family from default syscall set
` [PATCH 03/17] y2038: Remove stat64 "
` [PATCH 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
` [PATCH 05/17] asm-generic: Remove empty asm/unistd.h
` [PATCH 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
` [PATCH 07/17] y2038: Compile utimes()/futimesat() conditionally
` [PATCH 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
` [PATCH 09/17] y2038: futex: Move compat implementation into futex.c
` [PATCH 10/17] y2038: futex: Add support for __kernel_timespec
` [PATCH 11/17] y2038: Prepare sched_rr_get_interval "
` [PATCH 12/17] y2038: aio: Prepare sys_io_getevents "
` [PATCH 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
` [PATCH 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
` [PATCH 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
` [PATCH 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
` [PATCH 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox