messages from 2019-11-15 09:45:57 to 2019-12-17 04:03:10 UTC [more...]
[PATCH] kconfig: warn nested choice
2019-12-17 4:02 UTC
[PATCH] scripts/kallsyms: fix offset overflow of kallsyms_relative_base
2019-12-17 3:08 UTC (2+ messages)
[PATCH 1/2] mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}
2019-12-17 3:06 UTC (3+ messages)
` [PATCH 2/2] mkcompile_h: use printf for LINUX_COMPILE_BY
[PATCH] x86/boot: kbuild: allow readelf executable to be specified
2019-12-17 3:05 UTC (5+ messages)
[PATCH] scripts: package: mkdebian: add missing rsync dependency
2019-12-17 1:09 UTC (2+ messages)
[PATCH] kconfig: Add yes2modconfig and mod2yesconfig targets
2019-12-17 1:03 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 14/16] kconfig: Add support for 'as-option'
2019-12-16 8:47 UTC
[PATCH 0/4] kconfig: rework symbol help text
2019-12-16 4:57 UTC (8+ messages)
` [PATCH 1/4] kconfig: list all definitions of a symbol in "
` [PATCH 2/4] kconfig: don't crash on NULL expressions in expr_eq()
` [PATCH 3/4] kconfig: distinguish between dependencies and visibility in help text
` [PATCH 4/4] kconfig: fix nesting of symbol "
[RFC PATCH v6 0/7] Speed booting by sorting ORC unwind tables at build time
2019-12-16 3:07 UTC (18+ messages)
` [RFC PATCH v6 1/7] scripts/sortextable: Rewrite error/success handling
` [tip: core/objtool] "
` [RFC PATCH v6 2/7] scripts/sortextable: kernel coding style formating
` [tip: core/objtool] scripts/sortextable: Clean up the code to meet the kernel coding style better
` [RFC PATCH v6 3/7] scripts/sortextable: Remove dead code
` [tip: core/objtool] "
` [RFC PATCH v6 4/7] scripts/sortextable: refactor do_func() function
` [tip: core/objtool] scripts/sortextable: Refactor the "
` [RFC PATCH v6 5/7] scripts/sorttable: rename sortextable to sorttable
` [tip: core/objtool] scripts/sorttable: Rename 'sortextable' to 'sorttable'
` [RFC PATCH v6 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
` [tip: core/objtool] scripts/sorttable: Implement build-time ORC unwind table sorting
` [RFC PATCH v6 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort
` [tip: core/objtool] x86/unwind/orc: Remove boot-time ORC unwind tables sorting
Bogus dependency for HW_RANDOM_VIRTIO with oldconfig
2019-12-12 5:30 UTC (2+ messages)
[PATCH 02/22] kbuild: Add support for 'as-instr' to be used in Kconfig files
2019-12-12 5:03 UTC (2+ messages)
Mein letzter Wunsch
2019-12-11 15:15 UTC
[PATCH] kallsyms: new /proc/kallmodsyms with builtin modules and symbol sizes
2019-12-10 17:48 UTC (13+ messages)
` [PATCH v2] kallsyms: add names of built-in modules
` [PATCH v3] "
` [PATCH v4] "
[PATCH] merge_config.sh: Add option for allmodconfig
2019-12-10 12:09 UTC
Some header files being ignored when calculating srcversion
2019-12-09 13:53 UTC (3+ messages)
[PATCH v2 00/16] scripts/kallsyms: various cleanups and optimizations
2019-12-07 22:19 UTC (18+ messages)
` [PATCH v2 01/16] scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
` [PATCH v2 02/16] scripts/kallsyms: fix definitely-lost memory leak
` [PATCH v2 03/16] scripts/kallsyms: shrink table before sorting it
` [PATCH v2 04/16] scripts/kallsyms: set relative_base more effectively
` [PATCH v2 05/16] scripts/kallsyms: remove redundant is_arm_mapping_symbol()
` [PATCH v2 06/16] scripts/kallsyms: remove unneeded length check for prefix matching
` [PATCH v2 07/16] scripts/kallsyms: add sym_name() to mitigate cast ugliness
` [PATCH v2 08/16] scripts/kallsyms: replace prefix_underscores_count() with strspn()
` [PATCH v2 09/16] scripts/kallsyms: make find_token() return (unsigned char *)
` [PATCH v2 10/16] scripts/kallsyms: add const qualifiers where possible
` [PATCH v2 11/16] scripts/kallsyms: skip ignored symbols very early
` [PATCH v2 12/16] scripts/kallsyms: move more patterns to the ignored_prefixes array
` [PATCH v2 13/16] scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
` [PATCH v2 14/16] scripts/kallsyms: make check_symbol_range() void function
` [PATCH v2 15/16] scripts/kallsyms: put check_symbol_range() calls close together
` [PATCH v2 16/16] scripts/kallsyms: remove redundant initializers
OK
2019-12-07 0:29 UTC
[PATCH 1/2] Enlist running kernel modules information
2019-12-06 15:48 UTC (9+ messages)
親愛なる友人への挨拶、
2019-12-06 12:01 UTC
[PATCH] kbuild: fix 'No such file or directory' warning when cleaning
2019-12-05 17:17 UTC (2+ messages)
[PATCH V2] :scripts:kernel_modules_info.sh Removed unnecessary headers information
2019-12-05 5:15 UTC
[PATCH 2/2] fix the SPDX syntax and bash interprester pointer
2019-12-05 5:14 UTC (3+ messages)
[PATCH]gen_initramfs_list.sh failure with CONFIG_SHELL
2019-12-04 19:27 UTC
[RFC scripts] Modules info in one liner script
2019-12-04 13:38 UTC (2+ messages)
God has remembered your prayers I have already sent you Money Gram payment of $5000.00 today, MG 1029-8096
2019-12-04 12:42 UTC
[GIT PULL] Kbuild updates for v5.5-rc1
2019-12-03 1:50 UTC (2+ messages)
[RFC PATCH v5 0/7] Speed booting by sorting ORC unwind tables at build time
2019-12-02 12:10 UTC (10+ messages)
` [RFC PATCH v5 1/7] scripts/sortextable: Rewrite error/success handling
` [RFC PATCH v5 2/7] scripts/sortextable: kernel coding style formating
` [RFC PATCH v5 3/7] scripts/sortextable: Remove dead code
` [RFC PATCH v5 4/7] scripts/sortextable: refactor do_func() function
` [RFC PATCH v5 5/7] scripts/sorttable: rename sortextable to sorttable
` [RFC PATCH v5 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
` [RFC PATCH v5 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort
Congratulations
2019-12-01 16:04 UTC
[PATCH 1/3] firmware/dmi_scan: Add dmi_save_release to save releases fields
2019-11-27 15:07 UTC (8+ messages)
` [PATCH 2/3] firmware/dmi: Report DMI Bios release
` [PATCH 1/2] "
` [PATCH 2/2] firmware/dmi: Report DMI Embedded Firmware release
INFO: task hung in do_ip_vs_set_ctl (2)
2019-11-27 6:19 UTC (2+ messages)
Venture Capital & Private Investors
2019-11-24 13:28 UTC
[PATCH 00/16] scripts/kallsyms: various cleanups and optimizations
2019-11-23 13:27 UTC (17+ messages)
` [PATCH 01/16] scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZE
` [PATCH 02/16] scripts/kallsyms: fix definitely-lost memory leak
` [PATCH 03/16] scripts/kallsyms: set relative_base more effectively
` [PATCH 04/16] scripts/kallsyms: remove redundant is_arm_mapping_symbol()
` [PATCH 05/16] scripts/kallsyms: remove unneeded length check for prefix matching
` [PATCH 06/16] scripts/kallsyms: add sym_name() to mitigate cast ugliness
` [PATCH 07/16] scripts/kallsyms: replace prefix_underscores_count() with strspn()
` [PATCH 08/16] scripts/kallsyms: make find_token() return (unsigned char *)
` [PATCH 09/16] scripts/kallsyms: add const qualifiers where possible
` [PATCH 10/16] scripts/kallsyms: skip ignored symbols very early
` [PATCH 11/16] scripts/kallsyms: move more patterns to the ignored_prefixes array
` [PATCH 12/16] scripts/kallsyms: move ignored symbol types to is_ignored_symbol()
` [PATCH 13/16] scripts/kallsyms: make check_symbol_range() void function
` [PATCH 14/16] scripts/kallsyms: check no valid symbol earlier
` [PATCH 15/16] scripts/kallsyms: put check_symbol_range() calls close together
` [PATCH 16/16] scripts/kallsyms: remove redundant initializers
[PATCH 1/6] modpost: add a helper to get data pointed by a symbol
2019-11-23 7:22 UTC (4+ messages)
` [PATCH 4/6] modpost: stop symbol preloading for modversion CRC
[PATCH] kbuild: make single target builds even faster
2019-11-23 6:40 UTC (3+ messages)
[PATCH v2] kbuild: check MODULE_* macros in non-modular code
2019-11-22 17:39 UTC (2+ messages)
[PATCH] kbuild: check MODULE_* macros in non-modular code
2019-11-22 7:59 UTC
[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-20 15:54 UTC (23+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
KBUILD_IMAGE-reg
2019-11-19 6:25 UTC (3+ messages)
[RFC PATCH v3 0/7] Speed booting by sorting ORC unwind tables at build time
2019-11-18 14:41 UTC (15+ messages)
` [RFC PATCH v3 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
` [RFC PATCH v3 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort
[PATCH] scripts:prune-kernel:remove old kernels and modules dir from system
2019-11-18 7:30 UTC (12+ messages)
announcing kmax, a symbolic build config evaluator; requesting useful application ideas
2019-11-18 5:46 UTC
building individual files in subdirectories
2019-11-18 2:30 UTC (4+ messages)
[RFC PATCH v4 0/7] Speed booting by sorting ORC unwind tables at build time
2019-11-18 2:27 UTC (12+ messages)
` [RFC PATCH v4 1/7] scripts/sortextable: Rewrite error/success handling
` [RFC PATCH v4 2/7] scripts/sortextable: kernel coding style formating
` [RFC PATCH v4 3/7] scripts/sortextable: Remove dead code
` [RFC PATCH v4 4/7] scripts/sortextable: refactor do_func() function
` [RFC PATCH v4 5/7] scripts/sorttable: rename sortextable to sorttable
` [RFC PATCH v4 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
` [RFC PATCH v4 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort
Investment opportunity
2019-11-17 14:58 UTC
[PATCH] mm/vmalloc: Fix regression caused by needless vmalloc_sync_all()
2019-11-16 17:38 UTC (6+ messages)
Goodnews, I have deposited your transfer total amount US$4.8million Dollars with Money Gram this morning. we agreed you will be receiving it $5000.00 daily
2019-11-15 15:49 UTC
Wohltätigkeitsspende von 2.000.000.000 Euro
2019-11-14 21:57 UTC
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