messages from 2019-10-15 19:19:22 to 2019-10-18 07:31:08 UTC [more...]
generic ioremap (and lots of cleanups) v2
2019-10-18 7:30 UTC (50+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 02/21] unicore32: "
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 04/21] hexagon: clean up ioremap
` [PATCH 05/21] alpha: remove the unused __ioremap wrapper
` [PATCH 06/21] nios2: remove __ioremap
` [PATCH 07/21] parisc: "
` [PATCH 08/21] x86: clean up ioremap
` [PATCH 09/21] xtensa: "
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 13/21] m68k: rename __iounmap and mark it static
` [PATCH 14/21] hexagon: remove __iounmap
` [PATCH 15/21] nios2: "
` [PATCH 16/21] sh: "
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 18/21] riscv: use the generic ioremap code
` [PATCH 19/21] nds32: use generic ioremap
` [PATCH 20/21] csky: remove ioremap_cache
` [PATCH 21/21] csky: use generic ioremap
[PATCH v9 00/28] New macros for assembler symbols
2019-10-18 6:56 UTC (5+ messages)
` [PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
[PATCH 1/2] asm-generic/export.h: make __ksymtab_* local symbols
2019-10-18 4:31 UTC (4+ messages)
` [PATCH 2/2] asm-generic/export.h: remove unneeded __kcrctab_* symbols
[patch 014/102] llist: introduce llist_entry_safe()
2019-10-17 16:16 UTC (16+ messages)
` [PATCH] [RFC, EXPERIMENTAL] allow building with --std=gnu99
[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
2019-10-17 14:15 UTC (50+ messages)
` [PATCH 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH 8/8] x86, kcsan: Enable KCSAN for x86
[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
2019-10-17 14:13 UTC (16+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v2 3/8] build, kcsan: Add KCSAN build exceptions
` [PATCH v2 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v2 5/8] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v2 6/8] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v2 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v2 8/8] x86, kcsan: Enable KCSAN for x86
[PATCH v5 0/5] Add NUMA-awareness to qspinlock
2019-10-16 20:57 UTC (14+ messages)
` [PATCH v5 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v5 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v5 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v5 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v5 5/5] locking/qspinlock: Introduce the shuffle reduction optimization "
[PATCH v3 0/5] elide extraneous generated code for folded p4d/pud/pmd
2019-10-16 16:24 UTC (12+ messages)
` [PATCH v3 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v3 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v3 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v3 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v3 5/5] asm-generic/mm: stub out p{4, u}d_clear_bad() if __PAGETABLE_P{4, U}D_FOLDED
` [PATCH v3 5/5] asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED
[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
2019-10-16 12:24 UTC (10+ messages)
` [RFC] change of calling conventions for arch_futex_atomic_op_inuser()
[PATCH v2 0/5] eldie generated code for folded p4d/pud
2019-10-16 10:35 UTC (22+ messages)
` [PATCH v2 1/5] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 2/5] asm-generic/tlb: stub out pud_free_tlb() if nopud
` [PATCH v2 3/5] asm-generic/tlb: stub out p4d_free_tlb() if nop4d
` [PATCH v2 4/5] asm-generic/tlb: stub out pmd_free_tlb() if nopmd
` [PATCH v2 5/5] asm-generic/mm: stub out p{4, d}d_clear_bad() if __PAGETABLE_P{4, u}D_FOLDED
` [PATCH v2 5/5] asm-generic/mm: stub out p{4,d}d_clear_bad() if __PAGETABLE_P{4,u}D_FOLDED
[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
2019-10-16 8:28 UTC (6+ messages)
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
[PATCH 1/6] sh: Move cmpxchg-xchg.h to asm-generic
2019-10-15 22:31 UTC (4+ messages)
` [PATCH 1/6 v2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).