Daniel Axtens ([email protected])

Number of posts: 471 (0.49 per day)
First post: 2015-04-06 23:36:07
Last post: 2017-11-26 02:54:52

Date List Subject
2021-06-16 08:04:22 linux-kernel [PATCH v13 0/3] KASAN core changes for ppc64 radix KASAN
2021-06-16 04:44:02 linux-kernel Re: [PATCH v12 2/6] kasan: allow architectures to provide an outline readiness check
2021-06-16 04:41:04 linux-kernel Re: [PATCH v12 1/6] kasan: allow an architecture to disable inline instrumentation
2021-06-15 02:59:24 linux-kernel [PATCH v12 2/6] kasan: allow architectures to provide an outline readiness check
2021-06-15 02:58:30 linux-kernel [PATCH v12 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
2021-06-15 02:57:28 linux-kernel [PATCH v12 6/6] [RFC] powerpc: Book3S 64-bit outline-only KASAN support
2021-06-15 02:55:19 linux-kernel [PATCH v12 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
2021-06-15 02:52:48 linux-kernel [PATCH v12 0/6] KASAN core changes for ppc64 radix KASAN
2021-06-15 02:48:47 linux-kernel [PATCH v12 1/6] kasan: allow an architecture to disable inline instrumentation
2021-06-15 02:45:21 linux-kernel [PATCH v12 4/6] kasan: Document support on 32-bit powerpc
2021-04-22 23:14:32 linux-kernel Re: [PATCH] powerpc/powernv/pci: remove dead code from !CONFIG_EEH
2021-04-16 08:24:19 linux-kernel Re: [PATCH] powerpc/pseries: extract host bridge from pci_bus prior to bus removal
2021-04-16 07:04:40 linux-kernel Re: [PATCH] soc: fsl: qe: remove unused function
2021-04-16 06:23:37 linux-kernel Re: [PATCH] symbol : Make the size of the compile-related array fixed
2021-04-16 01:14:26 linux-kernel Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
2021-04-16 00:54:02 linux-kernel Re: [PATCH v1 4/5] mm: ptdump: Support hugepd table entries
2021-04-15 23:46:46 linux-kernel Re: [PATCH v1 1/5] mm: pagewalk: Fix walk for hugepage tables
2021-03-26 06:14:36 linux-kernel Re: [PATCH] powerpc/iommu/debug: Remove redundant NULL check
2021-03-26 06:04:18 linux-kernel Re: [PATCH] crypto: vmx: fix incorrect kernel-doc comment syntax in files
2021-03-26 05:55:41 linux-kernel Re: [PATCH] powerpc/iommu/debug: Remove redundant NULL check
2021-03-26 05:47:25 linux-kernel Re: [PATCH] [v2] arch: powerpc: Remove duplicate includes
2021-03-26 05:47:08 linux-kernel Re: [PATCH] [v2] tools: testing: Remove duplicate includes
2021-03-26 05:10:01 linux-kernel Re: [PATCH -next] powerpc/eeh: Remove unused inline function eeh_dev_phb_init_dynamic()
2021-03-26 05:03:21 linux-kernel Re: [PATCH -next] powerpc/smp: Remove unused inline functions
2021-03-26 04:51:58 linux-kernel Re: [PATCH] selftests: powerpc: unmark non-kernel-doc comments
2021-03-25 22:46:49 linux-kernel Re: [PATCH v2 07/15] powerpc/uaccess: Call might_fault() inconditionaly
2021-03-25 22:39:44 linux-kernel Re: [PATCH v2 07/15] powerpc/uaccess: Call might_fault() inconditionaly
2021-03-25 22:14:14 linux-kernel Re: [PATCH v2 06/15] powerpc/align: Don't use __get_user_instr() on kernel addresses
2021-03-25 22:02:39 linux-kernel Re: [PATCH v2 05/15] powerpc/uaccess: Move get_user_instr helpers in asm/inst.h
2021-03-23 01:24:04 linux-kernel Re: [PATCH v11 0/6] KASAN for powerpc64 radix
2021-03-22 05:54:02 linux-kernel Re: [PATCH v11 6/6] powerpc: Book3S 64-bit outline-only KASAN support
2021-03-22 01:03:35 linux-kernel Re: [PATCH v11 6/6] powerpc: Book3S 64-bit outline-only KASAN support
2021-03-22 00:31:29 linux-kernel Re: [PATCH v11 1/6] kasan: allow an architecture to disable inline instrumentation
2021-03-19 14:46:34 linux-kernel [PATCH v11 6/6] powerpc: Book3S 64-bit outline-only KASAN support
2021-03-19 14:44:43 linux-kernel [PATCH v11 1/6] kasan: allow an architecture to disable inline instrumentation
2021-03-19 14:43:47 linux-kernel [PATCH v11 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
2021-03-19 14:43:18 linux-kernel [PATCH v11 4/6] kasan: Document support on 32-bit powerpc
2021-03-19 14:43:05 linux-kernel [PATCH v11 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
2021-03-19 14:42:51 linux-kernel [PATCH v11 2/6] kasan: allow architectures to provide an outline readiness check
2021-03-19 14:42:40 linux-kernel [PATCH v11 0/6] KASAN for powerpc64 radix
2021-03-17 08:00:04 linux-kernel Re: [PATCH] powerpc: arch/powerpc/kernel/setup_64.c - cleanup warnings
2021-03-17 03:08:56 linux-kernel Re: [PATCH] powerpc: arch/powerpc/kernel/setup_64.c - cleanup warnings
2021-03-10 22:39:32 linux-kernel Re: [PATCH v2 04/15] powerpc/uaccess: Remove __get/put_user_inatomic()
2021-03-10 22:33:33 linux-kernel Re: [PATCH v2 03/15] powerpc/align: Convert emulate_spe() to user_access_begin
2021-03-10 21:49:40 linux-kernel Re: [PATCH v2 01/15] powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
2021-03-04 05:30:01 linux-kernel Re: [PATCH v1 03/15] powerpc/uaccess: Remove __get/put_user_inatomic()
2021-03-04 05:28:50 linux-kernel Re: [PATCH v1 02/15] powerpc/uaccess: Define ___get_user_instr() for ppc32
2021-03-02 17:44:51 linux-kernel Re: [PATCH v1 01/15] powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
2021-02-22 01:42:55 linux-kernel Re: [PATCH] powerpc: use ARRAY_SIZE instead of division operation
2021-02-03 12:59:48 linux-kernel Re: [PATCH v10 6/6] powerpc: Book3S 64-bit outline-only KASAN support
2021-02-03 12:06:56 linux-kernel [PATCH v10 6/6] powerpc: Book3S 64-bit outline-only KASAN support