messages from 2019-01-22 09:26:56 to 2019-01-30 12:47:34 UTC [more...]
[PATCH v7 00/28] New macros for assembler symbols
2019-01-30 12:47 UTC (57+ messages)
` [PATCH v7 01/28] linkage: new "
` [PATCH v7 02/28] x86/asm/suspend: drop ENTRY from local data
` [PATCH v7 03/28] x86/asm/suspend: use SYM_DATA for data
` [PATCH v7 04/28] x86/asm: annotate relocate_kernel
` [PATCH v7 05/28] x86/asm/entry: annotate THUNKs
` [PATCH v7 06/28] x86/asm: annotate local pseudo-functions
` [PATCH v7 07/28] x86/asm/crypto: annotate local functions
` [PATCH v7 08/28] x86/boot/compressed: "
` [PATCH v7 09/28] x86/asm: annotate aliases
` [PATCH v7 10/28] x86/asm/entry: annotate interrupt symbols properly
` [PATCH v7 11/28] x86/asm/head: annotate data appropriatelly
` [PATCH v7 12/28] x86/boot/compressed: "
` [PATCH v7 13/28] um: "
` [PATCH v7 14/28] xen/pvh: "
` [PATCH v7 15/28] x86/asm/purgatory: start using annotations
` [PATCH v7 16/28] x86/asm: do not annotate functions by GLOBAL
` [PATCH v7 17/28] x86/asm: use SYM_INNER_LABEL instead of GLOBAL
` [PATCH v7 18/28] x86/asm/realmode: use SYM_DATA_* "
` [PATCH v7 19/28] x86/asm: kill the last GLOBAL user and remove the macro
` [PATCH v7 20/28] x86/asm: make some functions local
` [PATCH v7 21/28] x86/asm/ftrace: mark function_hook as function
` [PATCH v7 22/28] x86_64/asm: add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v7 23/28] x86_64/asm: change all ENTRY+END to SYM_CODE_*
` [PATCH v7 24/28] x86_64/asm: change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v7 25/28] x86_32/asm: add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v7 26/28] x86_32/asm: change all ENTRY+END to SYM_CODE_*
` [PATCH v7 27/28] x86_32/asm: change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v7 28/28] x86/asm: replace WEAK uses by SYM_INNER_LABEL_ALIGN
[PATCH] csky: Fixup io-range page attribute for mmap("/dev/mem")
2019-01-30 12:33 UTC (2+ messages)
[PATCH v8 0/8] Introduce the for_each_set_clump8 macro
2019-01-30 11:56 UTC (9+ messages)
use generic DMA mapping code in powerpc V4
2019-01-30 4:40 UTC (32+ messages)
[PATCH v3 0/4] locking/qspinlock: Handle > 4 nesting levels
2019-01-29 21:53 UTC (10+ messages)
` [PATCH v3 1/4] locking/qspinlock: Handle > 4 slowpath "
` [PATCH v3 2/4] locking/qspinlock_stat: Track the no MCS node available case
` [PATCH v3 3/4] locking/qspinlock_stat: Introduce a generic lockevent counting APIs
` [PATCH v3 4/4] locking/lock_events: Make lock_events available for all archs & other locks
[PATCH 01/10] irqchip/csky: Support csky,dh7k SOC intc driver
2019-01-29 12:24 UTC (20+ messages)
` [PATCH 02/10] dt-bindings: csky,apb-intc: Add dh7k SOC support
` [PATCH 03/10] csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
` [PATCH 04/10] irqchip/csky: Optimize remove unnecessary loop irq handle
` [PATCH 05/10] irqchip/irq-csky-mpintc: Add triger type and priority
` [PATCH 06/10] dt-bindings: interrupt-controller: Update csky mpintc
` [PATCH 07/10] csky: Fixup wrong pt_regs size
` [PATCH 08/10] csky: coding convention: Use task_stack_page
` [PATCH 09/10] dt-bindings: csky,apb-intc: Add vector irq mode
` [PATCH 10/10] irqchip/csky: Add support-vector-irq for apb-intc
[PATCH v9 01/26] arm64: Fix HCR.TGE status for NMI contexts
2019-01-28 15:42 UTC (6+ messages)
[PATCH v8 01/26] arm64: Fix HCR.TGE status for NMI contexts
2019-01-28 9:16 UTC (3+ messages)
[PATCH v2] treewide: get rid of HAVE_FUTEX_CMPXCHG
2019-01-25 18:58 UTC (4+ messages)
[PATCH v2 00/29] y2038: add time64 syscalls
2019-01-25 16:21 UTC (18+ messages)
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures
[PATCH 1/2] csky: fixup wrong pt_regs size
2019-01-24 15:05 UTC (4+ messages)
` [PATCH 2/2] csky: coding convention: use task_stack_page
[PATCH] riscv: fixup max_low_pfn with PFN_DOWN
2019-01-24 2:31 UTC (5+ messages)
[PATCH] RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=y
2019-01-24 0:30 UTC (5+ messages)
[PATCH v2 0/4] locking/qspinlock: Handle > 4 nesting levels
2019-01-23 22:36 UTC (22+ messages)
` [PATCH v2 1/4] locking/qspinlock: Handle > 4 slowpath "
` [PATCH v2 2/4] locking/qspinlock_stat: Track the no MCS node available case
` [PATCH v2 3/4] locking/qspinlock_stat: Separate out the PV specific stat counts
` [PATCH v2 4/4] locking/qspinlock_stat: Allow QUEUED_LOCK_STAT for all archs
Semantics of symbol address in perf report -v
2019-01-23 19:55 UTC (2+ messages)
[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
2019-01-23 15:07 UTC (7+ messages)
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code
[PATCH v25 0/6] Add io{read|write}64 to io-64-atomic headers
2019-01-22 16:40 UTC (5+ messages)
linux-next: manual merge of the pidfd tree with the y2038 tree
2019-01-22 13:44 UTC (22+ messages)
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).