messages from 2018-05-01 13:42:56 to 2018-08-29 07:20:19 UTC [more...]
[PATCH RESEND 0/7] switch several architectures NO_BOOTMEM
2018-08-29 7:20 UTC (9+ messages)
` [PATCH 1/7] hexagon: switch to NO_BOOTMEM
` [PATCH 2/7] of: ignore sub-page memory regions
` [PATCH 3/7] nios2: use generic early_init_dt_add_memory_arch
` [PATCH 4/7] nios2: switch to NO_BOOTMEM
` [PATCH 5/7] um: setup_physmem: stop using global variables
` [PATCH 6/7] um: switch to NO_BOOTMEM
` [PATCH 7/7] unicore32: "
[PATCH] treewide: remove current_text_addr
2018-08-27 13:33 UTC (15+ messages)
[PATCH] um: remove -fno-unit-at-a-time workaround for pre-4.0 GCC
2018-08-27 4:03 UTC
No pull request this time
2018-08-23 20:28 UTC
[PATCH v2] kbuild: rename LDFLAGS to KBUILD_LDFLAGS
2018-08-22 17:51 UTC (2+ messages)
due to kconfig changes kernel config file is no longer sufficient for configuring the kernel
2018-08-20 21:33 UTC (11+ messages)
[PATCH v6 0/4] MIPS: Override barrier_before_unreachable() to fix microMIPS
2018-08-10 17:05 UTC (9+ messages)
` [PATCH v6 1/4] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
` [PATCH v6 2/4] um: Add generated/ to MODE_INCLUDE
` [PATCH v6 3/4] compiler.h: Allow arch-specific overrides
` [PATCH v6 4/4] MIPS: Workaround GCC __builtin_unreachable reordering bug
` [PATCH v7 "
[PATCH v5 0/4] MIPS: Override barrier_before_unreachable() to fix microMIPS
2018-08-08 22:52 UTC (5+ messages)
` [PATCH v5 1/4] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
` [PATCH v5 2/4] um: Add generated/ to MODE_INCLUDE
` [PATCH v5 3/4] compiler.h: Allow arch-specific overrides
` [PATCH v5 4/4] MIPS: Workaround GCC __builtin_unreachable reordering bug
[PATCH 0/3] Kbuild: fix and clean-up arch/um/Makefile
2018-08-08 1:24 UTC (8+ messages)
` [PATCH 1/3] um: fix parallel building with O= option
` [PATCH 2/3] kbuild: add %asm-generic to no-dot-config-targets
` [PATCH 3/3] um: clean up archheaders recipe
[PATCH] um: NULL check before kfree is not needed
2018-08-04 16:05 UTC (2+ messages)
kbuild: ARCH=um archheaders failed
2018-08-04 15:47 UTC (4+ messages)
include architecture Kconfig files from top-level Kconfig v4
2018-08-01 23:10 UTC (12+ messages)
` [PATCH 01/10] um: stop abusing KBUILD_KCONFIG
` [PATCH 02/10] um: cleanup Kconfig files
` [PATCH 03/10] um: create a proper drivers Kconfig
` [PATCH 04/10] kconfig: remove duplicate SWAP symbol defintions
` [PATCH 05/10] kconfig: include common Kconfig files from top-level Kconfig
` [PATCH 06/10] Kconfig: consolidate the "Kernel hacking" menu
` [PATCH 07/10] kconfig: include kernel/Kconfig.preempt from init/Kconfig
` [PATCH 08/10] kconfig: use a menu in arch/Kconfig to reduce clutter
` [PATCH 09/10] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
` [PATCH 10/10] kconfig: add a Memory Management options" menu
[PATCH 0/2] um: switch to NO_BOOTMEM
2018-08-01 12:41 UTC (6+ messages)
` [PATCH 1/2] um: setup_physmem: stop using global variables
` [PATCH 2/2] um: switch to NO_BOOTMEM
include architecture Kconfig files from top-level Kconfig v3
2018-07-28 0:50 UTC (16+ messages)
` [PATCH 01/10] um: stop abusing KBUILD_KCONFIG
` [PATCH 02/10] um: cleanup Kconfig files
` [PATCH 03/10] um: create a proper drivers Kconfig
` [PATCH 04/10] kconfig: remove duplicate SWAP symbol defintions
` [PATCH 05/10] kconfig: include common Kconfig files from top-level Kconfig
` [PATCH 06/10] Kconfig: consolidate the "Kernel hacking" menu
` [PATCH 07/10] kconfig: include kernel/Kconfig.preempt from init/Kconfig
` [PATCH 08/10] kconfig: use a menu in arch/Kconfig to reduce clutter
` [PATCH 09/10] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
` [PATCH 10/10] kconfig: add a Memory Management options" menu
[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2018-07-27 22:58 UTC (10+ messages)
` [PATCH v14 8/9] KVM: x86: virtualize cpuid faulting
[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2018-07-27 17:18 UTC (3+ messages)
` [PATCH v16 01/10] x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES
[PATCH 2/2] kbuild: do not redirect the first prerequisite for filechk
2018-07-25 5:16 UTC
include architecture Kconfig files from top-level Kconfig v2
2018-07-23 10:46 UTC (23+ messages)
` [PATCH 1/9] um: stop abusing KBUILD_KCONFIG
` [PATCH 2/9] um: cleanup Kconfig files
` [PATCH 3/9] um: create a proper drivers Kconfig
` [PATCH 4/9] kconfig: include common Kconfig files from top-level Kconfig
` [PATCH 5/9] Kconfig: consolidate the "Kernel hacking" menu
` [PATCH 6/9] kconfig: include kernel/Kconfig.preempt from init/Kconfig
` [PATCH 7/9] arch/Kconfig: use a menu to reduce clutter
` [PATCH 8/9] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
` [PATCH 9/9] kconfig: add a Memory Management options" menu
[PATCH 0/6] kbuild: clean-up and rename LDFLAGS to KBUILD_LDFLAGS
2018-07-18 23:41 UTC (9+ messages)
` [PATCH 1/6] um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um
` [PATCH 2/6] ARM: vfp: clean-up arch/arm/vfp/Makefile
` [PATCH 3/6] kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile
` [PATCH 4/6] kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)
` [PATCH 5/6] kbuild: change ld_flags to contain LDFLAGS_$(@F)
` [PATCH 6/6] kbuild: rename LDFLAGS to KBUILD_LDFLAGS
[PATCH] um: remove unused AIO code
2018-07-11 7:32 UTC
[PATCH 0/2] x86/build/vdso: a little more Makefile cleanups
2018-07-03 7:57 UTC (7+ messages)
` [PATCH 1/2] x86/build/vdso: remove unused vdso-syms.lds
[lkp-robot] 9a93848fe7 [ 1.383411] WARNING: CPU: 0 PID: 1 at arch/x86/mm/dump_pagetables.c:235 note_page
2018-07-03 3:03 UTC
[PATCH] fs: disallow empty path in default getname_kernel
2018-06-26 7:23 UTC
[PATCH] mm: convert return type of handle_mm_fault() caller to vm_fault_t
2018-06-16 18:14 UTC (3+ messages)
[PATCH v4 05/26] docs: Fix some broken references
2018-06-15 16:30 UTC
[PATCH 1/3] um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
2018-06-15 14:42 UTC (3+ messages)
` [PATCH 2/3] um: Remove update_debugregs()
` [PATCH 3/3] um: Give start_idle_thread() a return code
UML fails to build on arch i386
2018-06-15 11:58 UTC (8+ messages)
[PATCH v3 05/27] docs: Fix some broken references
2018-06-15 9:05 UTC (2+ messages)
[GIT PULL] UML updates for 4.18-rc1
2018-06-15 6:31 UTC (2+ messages)
[PATCH] Fix the RAW interface options for UML
2018-06-07 11:43 UTC
[PATCH] Fix initialization of vector queues in UML
2018-06-05 11:22 UTC (4+ messages)
[PATCH RESEND] um: vdso: remove unused vdso-syms.lds
2018-06-03 8:33 UTC (3+ messages)
` [uml-devel] "
fix create_queue() error handling
2018-05-31 17:36 UTC
[PATCH 0/3] x86/build: clean-up of vdso Makefile
2018-05-22 20:34 UTC (4+ messages)
` [PATCH 2/3] x86/build: vdso: remove unnecessary export in Makefile
` [PATCH 3/3] x86/build: vdso: put generated linker scripts to $(obj)/
[PATCH v6 13/28] um: annotate data appropriatelly
2018-05-18 9:17 UTC
[PATCH] um: remove unused vdso-syms.lds
2018-05-14 7:37 UTC (2+ messages)
[PATCH v4 0/4] MIPS: Override barrier_before_unreachable() to fix microMIPS
2018-05-11 21:47 UTC (2+ messages)
` [PATCH v4 3/4] compiler.h: Allow arch-specific overrides
[UML] Question about arch/x86/um/vdso/vdso-syms.lds
2018-05-11 3:48 UTC (3+ messages)
` [uml-devel] "
[uml-devel] SKAS3 mode patch - newbie
2018-05-10 15:47 UTC
[PATCH -resend 12/27] x86: um, annotate data appropriatelly
2018-05-10 8:06 UTC
Question about process.c
2018-05-01 21:33 UTC (6+ 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).