messages from 2019-10-11 15:34:00 to 2019-10-31 11:54:09 UTC [more...]
[PATCH 0/4] More nsdeps improvements
2019-10-31 11:53 UTC (10+ messages)
` [PATCH 1/4] modpost: do not invoke extra modpost for nsdeps
` [PATCH 2/4] modpost: dump missing namespaces into a single modules.nsdeps file
` [PATCH 3/4] scripts/nsdeps: support nsdeps for external module builds
` [PATCH 4/4] mospost: remove unneeded local variable in contains_namespace()
[PATCH] scripts: prune-kernel:remove old kernels and modules dir from system
2019-10-31 7:18 UTC (7+ messages)
[PATCH] scripts:prune-kernel:prune kernel and modules dir from the system
2019-10-30 3:58 UTC (4+ messages)
[PATCH] kbuild: support byacc as alternative YACC to bison
2019-10-30 2:58 UTC (7+ messages)
` [PATCH v2] "
[RFC PATCH] kconfig: Add option to get the full help text with listnewconfig
2019-10-29 22:01 UTC (2+ messages)
Dear Friend,
2019-10-29 6:52 UTC
[PATCH AUTOSEL 5.3 50/89] kbuild: fix build error of 'make nsdeps' in clean tree
2019-10-29 9:09 UTC (3+ messages)
[PATCH] scripts:prune-kernel:prune old kernels and modules dir
2019-10-28 4:10 UTC (6+ messages)
[PATCH v2] kconfig: Wrap long "make help" text lines
2019-10-26 2:44 UTC (2+ messages)
[PATCH] namespace: fix namespace.pl script to support relative paths
2019-10-25 20:20 UTC (10+ messages)
[PATCH v2] kconfig: Extend defconfig field size from 24 to 27
2019-10-25 11:53 UTC
[PATCH] scripts:patch-kernel:bash syntax replace,correct one
2019-10-25 8:05 UTC
[PATCH] scripts:patch-kernel:bash syntax replace
2019-10-25 7:28 UTC
[PATCH 1/2] kbuild: reduce KBUILD_SINGLE_TARGETS as descending into subdirectories
2019-10-24 17:20 UTC (3+ messages)
` [PATCH 2/2] kbuild: make target builds much faster
[PATCH] kbuild: remove unneeded variable, single-all
2019-10-24 17:20 UTC (2+ messages)
[PATCH 1/5] kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'
2019-10-24 17:19 UTC (2+ messages)
[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
2019-10-24 17:09 UTC (36+ 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 RESEND] scripts: setlocalversion: replace backquote to dollar parenthesis
2019-10-24 16:58 UTC (2+ messages)
[PATCH 0/4] export/modpost: avoid renaming __ksymtab entries for symbol namespaces
2019-10-24 10:24 UTC (22+ messages)
` [PATCH 1/4] modpost: delegate updating namespaces to separate function
` [PATCH 2/4] modpost: make updating the symbol namespace explict
` [PATCH 3/4] symbol namespaces: revert to previous __ksymtab name scheme
` [PATCH 4/4] export: avoid code duplication in include/linux/export.h
` [PATCH v2 0/4] export/modpost: avoid renaming __ksymtab entries for symbol namespaces
` [PATCH v2 1/4] modpost: delegate updating namespaces to separate function
` [PATCH v2 2/4] modpost: make updating the symbol namespace explicit
` [PATCH v2 3/4] symbol namespaces: revert to previous __ksymtab name scheme
` [PATCH v2 4/4] export: avoid code duplication in include/linux/export.h
[PATCH 0/4] scripts: update namespace.pl
2019-10-23 5:34 UTC (7+ messages)
` [PATCH 1/4] scripts: namespace.pl: handle lib-ksyms.o as lib.a
` [PATCH 2/4] scripts: namespace.pl: add some x86 object files to nmexception
` [PATCH 3/4] scripts: namespace.pl: add .o to nmexception file names and fix "acpica"
[PATCH] scripts: setlocalversion: replace backquote to dollar parenthesis
2019-10-22 15:21 UTC (4+ messages)
[PATCH 1/3] firmware/dmi_scan: Add dmi_save_release to save releases fields
2019-10-21 14:55 UTC (6+ messages)
` [PATCH 2/3] firmware/dmi: Report DMI Bios release
` [PATCH 3/3] firmware/dmi: Report DMI Embedded Firmware release
[GIT PULL] Kbuild fixes for v5.4-rc4
2019-10-20 16:50 UTC (2+ messages)
[PATCH] scripts: prune-kernel : prune kernels generalized way
2019-10-19 22:16 UTC (3+ messages)
[PATCH AUTOSEL 4.14 39/56] kbuild: fix build error of 'make nsdeps' in clean tree
2019-10-19 0:13 UTC (2+ messages)
[PATCH AUTOSEL 4.19 077/100] kbuild: fix build error of 'make nsdeps' in clean tree
2019-10-19 0:13 UTC (2+ messages)
[patch 014/102] llist: introduce llist_entry_safe()
2019-10-18 10:10 UTC (18+ messages)
` [PATCH] [RFC, EXPERIMENTAL] allow building with --std=gnu99
MOTHERLESS CHILDREN IN YOUR CITY !!
2019-10-17 18:59 UTC
[PATCH] scripts : prune-kernel : prune kernels generalized way
2019-10-17 23:00 UTC (3+ messages)
[PATCH v2] selftests: Add kselftest-all and kselftest-install targets
2019-10-17 22:51 UTC (4+ messages)
[PATCH] scripts : mksysmap : NM variable missed the value,so fixed
2019-10-17 17:10 UTC (3+ messages)
[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
2019-10-17 14:15 UTC (25+ 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] NM variable missed the value,so fixed
2019-10-17 10:21 UTC
[RFC] scripts : mkmakefile : change name to create_makefile
2019-10-17 8:26 UTC
[PATCH] scripts : prune-kernel : prune kernels generalized way
2019-10-17 6:19 UTC (3+ messages)
[PATCH] modpost: add NOFAIL to strdup call
2019-10-17 0:00 UTC (2+ messages)
[PATCH] scripts: setlocalversion: fix shell syntax
2019-10-16 2:37 UTC (2+ messages)
[PATCH] :scripts: prune-kernel : prunning kernel generalize way
2019-10-16 2:23 UTC (4+ messages)
[PATCH] microblaze: Include generic support for MSI irqdomains
2019-10-15 8:46 UTC (2+ messages)
RE:PERSONAL LETTER FROM MRS RASHIA AMIRA ??
2019-10-11 3:19 UTC
[PATCH] fix shell syntax
2019-10-11 22:57 UTC (3+ 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