LinuxLists
Users
About
Rasmus Villemoes (
[email protected]
)
Number of posts: 2109 (0.52 per day)
First post: 2013-04-10 23:53:05
Last post: 2024-06-10 13:39:07
Previous Page
/
Next Page
Date
List
Subject
2019-09-05 15:09:52
linux-kernel
Re: [PATCH] printf: add support for printing symbolic error codes
2019-09-05 13:02:16
linux-kernel
Re: [PATCH v2 4/6] compiler-gcc.h: add asm_inline definition
2019-09-05 11:59:39
linux-kernel
Re: [PATCH v2 3/6] compiler_types.h: don't #define __inline
2019-09-05 11:18:38
linux-kernel
Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
2019-09-05 10:21:07
linux-kernel
Re: [PATCH v2 2/6] lib/zstd/mem.h: replace __inline by inline
2019-09-04 09:14:52
linux-kernel
Re: [PATCH] printf: add support for printing symbolic error codes
2019-09-04 08:45:54
linux-kernel
Re: [PATCH] media: meson: Add NULL check after the call to kmalloc()
2019-09-04 08:09:09
linux-kernel
Re: [PATCH 1/2] linux/kernel.h: add yesno(), onoff(), enableddisabled(), plural() helpers
2019-08-30 23:19:04
linux-kernel
[PATCH v2 2/6] lib/zstd/mem.h: replace __inline by inline
2019-08-30 23:17:24
linux-kernel
[PATCH v2 1/6] staging: rtl8723bs: replace __inline by inline
2019-08-30 23:17:15
linux-kernel
[PATCH v2 5/6] x86: alternative.h: use asm_inline for all alternative variants
2019-08-30 23:17:08
linux-kernel
[PATCH v2 6/6] x86: bug.h: use asm_inline in _BUG_FLAGS definitions
2019-08-30 23:16:53
linux-kernel
[PATCH v2 4/6] compiler-gcc.h: add asm_inline definition
2019-08-30 23:16:48
linux-kernel
[PATCH v2 3/6] compiler_types.h: don't #define __inline
2019-08-30 23:16:40
linux-kernel
[PATCH v2 0/6] make use of gcc 9's "asm inline()"
2019-08-30 22:52:11
linux-kernel
Re: [PATCH] printf: add support for printing symbolic error codes
2019-08-30 22:05:09
linux-kernel
Re: [PATCH] printf: add support for printing symbolic error codes
2019-08-30 21:48:08
linux-kernel
[PATCH] printf: add support for printing symbolic error codes
2019-08-30 21:46:52
linux-kernel
Re: [PATCH v2] vsprintf: introduce %dE for error constants
2019-08-30 08:07:52
linux-kernel
Re: [PATCH v2] scripts: coccinelle: check for !(un)?likely usage
2019-08-30 07:47:29
linux-kernel
Re: [RFC PATCH 0/5] make use of gcc 9's "asm inline()"
2019-08-29 13:10:39
linux-kernel
Re: [PATCH RESEND v11 7/8] open: openat2(2) syscall
2019-08-29 09:11:20
linux-kernel
Re: [PATCH v2] vsprintf: introduce %dE for error constants
2019-08-29 09:02:34
linux-kernel
Re: [PATCH v2] vsprintf: introduce %dE for error constants
2019-08-29 08:37:23
linux-kernel
[RFC PATCH 2/5] compiler_types.h: don't #define __inline__
2019-08-29 08:37:10
linux-kernel
[RFC PATCH 5/5] x86: bug.h: use asm_inline in _BUG_FLAGS definitions
2019-08-29 08:36:19
linux-kernel
[RFC PATCH 0/5] make use of gcc 9's "asm inline()"
2019-08-29 08:36:09
linux-kernel
[RFC PATCH 4/5] x86: alternative.h: use asm_inline for all alternative variants
2019-08-29 08:36:08
linux-kernel
[RFC PATCH 3/5] compiler-gcc.h: add asm_inline definition
2019-08-29 08:35:57
linux-kernel
[RFC PATCH 1/5] treewide: replace __inline__ by inline
2019-08-28 19:41:17
linux-kernel
[PATCH 2/2] x86: mmu.h: move mm_context_t::ia32_compat member a bit down
2019-08-28 19:40:31
linux-kernel
[PATCH 1/2] x86: mmu.h: move mm_context_t::lock member inside CONFIG_MODIFY_LDT_SYSCALL
2019-08-28 13:07:09
linux-kernel
Re: [PATCH] scripts: coccinelle: check for !(un)?likely usage
2019-08-28 12:50:47
linux-kernel
Re: [PATCH v2] vsprintf: introduce %dE for error constants
2019-08-28 11:34:48
linux-kernel
Re: [PATCH] scripts: coccinelle: check for !(un)?likely usage
2019-08-26 12:07:47
linux-kernel
Re: [PATCH] watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
2019-08-26 10:40:01
linux-kernel
Re: [PATCH v1 1/2] vsprintf: introduce %dE for error constants
2019-08-22 09:34:36
linux-kernel
[PATCH] mm/init-mm.c: use CPU_BITS_NONE to initialize .cpu_bitmap
2019-08-12 13:17:07
linux-kernel
[PATCH] watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
2019-07-26 09:39:06
linux-kernel
Re: [PATCH 02/10] mm/page_alloc: use unsigned int for "order" in __rmqueue_fallback()
2019-07-26 07:00:05
linux-kernel
Re: [PATCH 1/9] lib/sort.c: implement sort() variant taking context argument
2019-07-25 14:19:22
linux-kernel
Re: [PATCH 7/9] media: hantro: Add core bits to support H264 decoding
2019-07-24 16:24:46
linux-kernel
Re: [PATCH 1/2] string: Add stracpy and stracpy_pad mechanisms
2019-07-24 06:56:27
linux-kernel
Re: [PATCH V2 1/2] string: Add stracpy and stracpy_pad mechanisms
2019-07-24 00:14:29
linux-kernel
Re: [PATCH V2 1/2] string: Add stracpy and stracpy_pad mechanisms
2019-07-23 16:19:27
linux-kernel
Re: [PATCH 1/2] string: Add stracpy and stracpy_pad mechanisms
2019-07-23 05:14:04
linux-kernel
Re: [PATCH v3 3/9] x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()
2019-07-18 14:49:00
linux-kernel
Re: [PATCH v9 08/10] open: openat2(2) syscall
2019-06-26 23:53:31
linux-kernel
Re: [PATCH v6 7/8] dynamic_debug: add asm-generic implementation for DYNAMIC_DEBUG_RELATIVE_POINTERS
2019-06-25 07:42:40
linux-kernel
Re: [PATCH v6 7/8] dynamic_debug: add asm-generic implementation for DYNAMIC_DEBUG_RELATIVE_POINTERS
2019-06-21 23:12:27
linux-kernel
Re: [PATCH 5/5] lib/list_sort: Optimize number of calls to comparison function