LinuxLists
Users
About
Christophe Leroy (
[email protected]
)
Number of posts: 3655 (1.37 per day)
First post: 2010-07-05 08:30:21
Last post: 2017-10-18 13:30:48
Previous Page
/
Next Page
Date
List
Subject
2020-01-13 17:11:39
linux-kernel
[RFC PATCH v3 10/12] powerpc/vdso: provide vdso data pointer from the ASM caller.
2020-01-13 17:11:33
linux-kernel
[RFC PATCH v3 05/12] lib: vdso: Avoid duplication in __cvdso_clock_getres()
2020-01-13 17:11:15
linux-kernel
[RFC PATCH v3 01/12] powerpc/64: Don't provide time functions in compat VDSO32
2020-01-13 17:11:13
linux-kernel
[RFC PATCH v3 09/12] powerpc/vdso: provide inline alternative to __get_datapage()
2020-01-13 17:11:12
linux-kernel
[RFC PATCH v3 02/12] powerpc/vdso: Switch VDSO to generic C implementation.
2020-01-13 17:10:26
linux-kernel
[RFC PATCH v3 11/12] lib: vdso: split clock verification out of __arch_get_hw_counter()
2020-01-13 17:10:20
linux-kernel
[RFC PATCH v3 12/12] powerpc/vdso: provide __arch_is_hw_counter_valid()
2020-01-13 17:10:11
linux-kernel
[RFC PATCH v3 07/12] powerpc/vdso: simplify __get_datapage()
2020-01-13 17:10:09
linux-kernel
[RFC PATCH v3 04/12] lib: vdso: inline do_hres() and do_coarse()
2020-01-13 12:05:45
linux-kernel
Re: [PATCH] lib: vdso: mark __cvdso_clock_getres() as static
2020-01-13 06:54:39
linux-kernel
Re: [RFC PATCH v2 07/10] lib: vdso: don't use READ_ONCE() in __c_kernel_time()
2020-01-11 17:50:37
linux-kernel
[PATCH] lib: vdso: mark __cvdso_clock_getres() as static
2020-01-11 09:11:18
linux-kernel
Re: [RFC PATCH v2 05/10] lib: vdso: inline do_hres()
2020-01-11 08:09:43
linux-kernel
Re: [RFC PATCH v2 07/10] lib: vdso: don't use READ_ONCE() in __c_kernel_time()
2020-01-10 08:46:04
linux-kernel
[PATCH] powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WX
2020-01-10 06:46:57
linux-kernel
Re: Surprising code generated for vdso_read_begin()
2020-01-09 21:03:03
linux-kernel
Surprising code generated for vdso_read_begin()
2020-01-09 21:00:06
linux-kernel
Re: [RFC PATCH v2 01/10] lib: vdso: ensure all arches have 32bit fallback
2020-01-09 19:16:13
linux-kernel
Re: [RFC PATCH] powerpc/32: Switch VDSO to C implementation.
2020-01-09 08:28:03
linux-kernel
[PATCH v3 1/2] powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
2020-01-09 08:26:29
linux-kernel
[PATCH v3 2/2] powerpc/32: drop get_pteptr()
2020-01-09 08:16:01
linux-kernel
[PATCH] init: fix misleading "This architecture does not have kernel memory protection" message
2020-01-08 10:38:04
linux-kernel
[PATCH v2] powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
2020-01-08 08:49:31
linux-wireless
Re: [RFT 00/13] iomap: Constify ioreadX() iomem argument
2020-01-08 08:36:32
linux-wireless
Re: [RFT 00/13] iomap: Constify ioreadX() iomem argument
2020-01-07 11:14:22
linux-kernel
Re: [PATCH] powerpc: add support for folded p4d page tables
2020-01-07 11:12:10
linux-kernel
[PATCH] powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
2020-01-07 09:18:11
linux-kernel
[PATCH] powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardirqs_off()
2020-01-07 07:32:40
linux-kernel
[PATCH] powerpc/32: warn and return error on syscalls from kernel
2020-01-02 16:43:30
linux-kernel
Re: [PATCH] powerpc: add support for folded p4d page tables
2019-12-26 21:22:37
linux-kernel
Re: [PATCH -next] powerpc/pmac/smp: Fix old-style declaration
2019-12-24 11:54:35
linux-kernel
Re: [RFC PATCH v2 04/10] lib: vdso: get pointer to vdso data from the arch
2019-12-24 11:43:09
linux-kernel
Re: [RFC PATCH v2 02/10] lib: vdso: move call to fallback out of common code.
2019-12-24 11:13:24
linux-kernel
Re: [RFC PATCH v2 07/10] lib: vdso: don't use READ_ONCE() in __c_kernel_time()
2019-12-23 15:28:36
linux-kernel
[RFC PATCH 3/8] powerpc/irq: don't use current_stack_pointer() in do_IRQ()
2019-12-23 15:28:20
linux-kernel
[RFC PATCH 6/8] powerpc/irq: cleanup check_stack_overflow() a bit
2019-12-23 15:28:02
linux-kernel
[RFC PATCH 2/8] powerpc/irq: inline call_do_irq() and call_do_softirq() on PPC32
2019-12-23 15:27:52
linux-kernel
[RFC PATCH 5/8] powerpc/irq: move stack overflow verification
2019-12-23 15:27:28
linux-kernel
[RFC PATCH 7/8] powerpc/32: use IRQ stack immediately on IRQ exception
2019-12-23 15:27:25
linux-kernel
[RFC PATCH 8/8] powerpc/irq: drop softirq stack
2019-12-23 15:27:14
linux-kernel
[RFC PATCH 4/8] powerpc/irq: move set_irq_regs() closer to irq_enter/exit()
2019-12-23 15:27:07
linux-kernel
[RFC PATCH 1/8] powerpc/32: drop ksp_limit based stack overflow detection
2019-12-23 15:27:06
linux-kernel
[RFC PATCH 0/8] Accelarate IRQ entry
2019-12-23 14:33:16
linux-kernel
[RFC PATCH v2 08/10] lib: vdso: Avoid duplication in __cvdso_clock_getres()
2019-12-23 14:33:06
linux-kernel
[RFC PATCH v2 00/10] powerpc/32: switch VDSO to C implementation.
2019-12-23 14:33:02
linux-kernel
[RFC PATCH v2 02/10] lib: vdso: move call to fallback out of common code.
2019-12-23 14:33:01
linux-kernel
[RFC PATCH v2 01/10] lib: vdso: ensure all arches have 32bit fallback
2019-12-23 14:32:58
linux-kernel
[RFC PATCH v2 04/10] lib: vdso: get pointer to vdso data from the arch
2019-12-23 14:32:56
linux-kernel
[RFC PATCH v2 03/10] lib: vdso: Change __cvdso_clock_gettime/getres_common() to __cvdso_clock_gettime/getres()
2019-12-23 14:32:50
linux-kernel
[RFC PATCH v2 07/10] lib: vdso: don't use READ_ONCE() in __c_kernel_time()
2019-12-23 14:32:35
linux-kernel
[RFC PATCH v2 09/10] powerpc/vdso32: inline __get_datapage()