messages from 2019-11-14 17:42:37 to 2019-12-09 03:52:41 UTC [more...]
[PATCH] scripts/kallsyms: fix offset overflow of kallsyms_relative_base
2019-12-09 3:51 UTC
[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
[PATCH] kconfig: Add yes2modconfig and mod2yesconfig targets
2019-12-07 1:42 UTC (3+ messages)
` [PATCH v2] "
OK
2019-12-07 0:29 UTC
Some header files being ignored when calculating srcversion
2019-12-06 20:11 UTC
[PATCH 1/2] Enlist running kernel modules information
2019-12-06 15:48 UTC (9+ messages)
[PATCH 1/2] mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}
2019-12-06 13:03 UTC (2+ messages)
` [PATCH 2/2] mkcompile_h: use printf for LINUX_COMPILE_BY
親愛なる友人への挨拶、
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] x86/boot: kbuild: allow readelf executable to be specified
2019-12-05 17:05 UTC (4+ 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
[RFC PATCH v6 0/7] Speed booting by sorting ORC unwind tables at build time
2019-12-04 0:46 UTC (8+ messages)
` [RFC PATCH v6 1/7] scripts/sortextable: Rewrite error/success handling
` [RFC PATCH v6 2/7] scripts/sortextable: kernel coding style formating
` [RFC PATCH v6 3/7] scripts/sortextable: Remove dead code
` [RFC PATCH v6 4/7] scripts/sortextable: refactor do_func() function
` [RFC PATCH v6 5/7] scripts/sorttable: rename sortextable to sorttable
` [RFC PATCH v6 6/7] scripts/sorttable: Add ORC unwind tables sort concurrently
` [RFC PATCH v6 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort
[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 (9+ messages)
` [PATCH 2/6] modpost: refactor namespace_from_kstrtabns() to not hard-code section name
` [PATCH 4/6] modpost: stop symbol preloading for modversion CRC
` [PATCH 5/6] modpost: do not set ->preloaded for symbols from Module.symvers
` [PATCH 6/6] modpost: respect the previous export when 'exported twice' is warned
[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] kallsyms: new /proc/kallmodsyms with builtin modules and symbol sizes
2019-11-22 17:04 UTC (11+ messages)
` [PATCH v2] kallsyms: add names of built-in modules
` [PATCH v3] "
[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 (31+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro
` [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools
` [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions
` [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86
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 (22+ messages)
` [RFC PATCH v3 1/7] scripts/sortextable: Rewrite error/success handling
` [RFC PATCH v3 2/7] scripts/sortextable: kernel coding style formating
` [RFC PATCH v3 3/7] scripts/sortextable: Remove dead code
` [RFC PATCH v3 4/7] scripts/sortextable: refactor do_func() function
` [RFC PATCH v3 5/7] scripts/sorttable: rename sortextable to sorttable
` [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 (13+ 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
[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
2019-11-14 19:48 UTC (9+ 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