messages from 2019-10-17 17:45:40 to 2019-10-21 15:54:45 UTC [more...]
[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
2019-10-21 15:54 UTC (11+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist
[PATCH v9 21/28] x86/asm/ftrace: Mark function_hook as function
2019-10-21 14:33 UTC (21+ messages)
` [tip: x86/asm] "
` [PATCH] x86/ftrace: Get rid of function_hook
generic ioremap (and lots of cleanups) v2
2019-10-21 8:47 UTC (56+ 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
[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
2019-10-20 11:49 UTC (5+ messages)
` [RFC patch 01/15] entry: Provide generic syscall entry functionality
[PATCH 0/1] arm64: Implement archrandom.h for ARMv8.5-RNG
2019-10-19 2:20 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v5 0/5] Add NUMA-awareness to qspinlock
2019-10-18 21:55 UTC (16+ messages)
` [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 v3 00/12] arm64: ARMv8.5-A: Branch Target Identification support
2019-10-18 17:25 UTC (26+ messages)
` [PATCH v3 01/12] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v3 02/12] ELF: Add ELF program property parsing support
` [PATCH v3 03/12] mm: Reserve asm-generic prot flag 0x10 for arch use
` [PATCH v3 04/12] arm64: docs: cpu-feature-registers: Document ID_AA64PFR1_EL1
` [PATCH v3 05/12] arm64: Basic Branch Target Identification support
` [PATCH v3 06/12] elf: Allow arch to tweak initial mmap prot flags
` [PATCH v3 07/12] arm64: elf: Enable BTI at exec based on ELF program properties
` [PATCH v3 08/12] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v3 09/12] arm64: traps: Fix inconsistent faulting instruction skipping
` [PATCH v3 10/12] arm64: traps: Shuffle code to eliminate forward declarations
` [PATCH v3 11/12] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v3 12/12] KVM: "
[PATCH v2 00/12] arm64: ARMv8.5-A: Branch Target Identification support
2019-10-18 16:40 UTC (36+ messages)
` [PATCH v2 05/12] arm64: Basic "
` [PATCH v2 09/12] arm64: traps: Fix inconsistent faulting instruction skipping
` [PATCH v2 11/12] arm64: BTI: Reset BTYPE when skipping emulated instructions
[PATCH v9 05/28] x86/asm: Annotate local pseudo-functions
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 22/28] x86_64/asm: Add ENDs to some functions and relabel with SYM_CODE_*
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/asm/64: "
[PATCH v9 01/28] linkage: Introduce new macros for assembler symbols
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 25/28] x86_32/asm: Add ENDs to some functions and relabel with SYM_CODE_*
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/asm/32: "
[PATCH v9 16/28] x86/asm: Do not annotate functions by GLOBAL
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/asm: Do not annotate functions with GLOBAL
[PATCH v9 28/28] x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGN
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 26/28] x86_32/asm: Change all ENTRY+END to SYM_CODE_*
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/asm/32: "
[PATCH v9 27/28] x86_32/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/asm/32: "
[PATCH v9 23/28] x86_64/asm: Change all ENTRY+END to SYM_CODE_*
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/asm/64: "
[PATCH v9 12/28] x86/boot: Annotate data appropriately
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 09/28] x86/asm: Annotate aliases
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 20/28] x86/asm: Make some functions local
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 13/28] um: Annotate data appropriately
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/um: "
[PATCH v9 07/28] x86/boot: Annotate local functions
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 11/28] x86/asm/head: Annotate data appropriately
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 03/28] x86/asm: Annotate relocate_kernel_{32,64}.c
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 15/28] x86/asm/purgatory: Start using annotations
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 06/28] x86/asm/crypto: Annotate local functions
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 10/28] x86/asm/entry: Annotate interrupt symbols properly
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 02/28] x86/asm/suspend: Use SYM_DATA for data
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 08/28] x86/uaccess: Annotate local function
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 14/28] xen/pvh: Annotate data appropriately
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 04/28] x86/asm/entry: Annotate THUNKs
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 17/28] x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 18/28] x86/asm/realmode: Use SYM_DATA_* instead of GLOBAL
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] "
[PATCH v9 19/28] x86/asm: Kill the last GLOBAL user and remove the macro
2019-10-18 16:30 UTC (3+ messages)
` [tip: x86/asm] x86/asm: Remove "
[PATCH v9 00/28] New macros for assembler symbols
2019-10-18 16:30 UTC (6+ messages)
` [PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
` [tip: x86/asm] x86/asm: "
[patch 014/102] llist: introduce llist_entry_safe()
2019-10-18 10:10 UTC (9+ messages)
` [PATCH] [RFC, EXPERIMENTAL] allow building with --std=gnu99
[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
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).