summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-12-229-77/+95
|\
| * kconfig: doc: fix $(fileno) to $(filename)Masahiro Yamada2020-12-211-1/+1
| * kconfig: fix return value of do_error_if()Masahiro Yamada2020-12-211-1/+1
| * kconfig: clean up header inclusionBoris Kolpackov2020-12-084-3/+2
| * kconfig: qconf: show Qt version in the About dialogMasahiro Yamada2020-12-081-3/+6
| * kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov2020-12-081-0/+4
| * kconfig: qconf: convert to Qt5 new signal/slot connection syntaxMasahiro Yamada2020-12-081-58/+78
| * kconfig: qconf: use a variable to pass packages to pkg-configMasahiro Yamada2020-12-081-1/+1
| * kconfig: qconf: drop Qt4 supportMasahiro Yamada2020-12-081-10/+2
* | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-2236-229/+353
|\ \
| * | Documentation/kbuild: Document platform dependency practisesGeert Uytterhoeven2020-12-211-0/+24
| * | Documentation/kbuild: Document COMPILE_TEST dependenciesGeert Uytterhoeven2020-12-211-0/+11
| * | genksyms: Ignore module scoped _Static_assert()Marco Elver2020-12-213-1/+36
| * | modpost: turn static exports into errorQuentin Perret2020-12-211-3/+3
| * | modpost: turn section mismatches to error from fatal()Masahiro Yamada2020-12-211-4/+4
| * | modpost: change license incompatibility to error() from fatal()Masahiro Yamada2020-12-211-2/+2
| * | modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada2020-12-211-1/+1
| * | modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2020-12-212-29/+27
| * | modpost: rename merror() to error()Masahiro Yamada2020-12-212-6/+6
| * | kbuild: don't hardcode depmod pathDominique Martinet2020-12-211-1/+1
| * | kbuild: doc: document subdir-y syntaxMasahiro Yamada2020-12-211-0/+15
| * | kbuild: doc: clarify the difference between extra-y and always-yMasahiro Yamada2020-12-211-39/+71
| * | kbuild: doc: split if_changed explanation to a separate sectionMasahiro Yamada2020-12-211-42/+52
| * | kbuild: doc: merge 'Special Rules' and 'Custom kbuild commands' sectionsMasahiro Yamada2020-12-211-48/+40
| * | kbuild: doc: fix 'List directories to visit when descending' sectionMasahiro Yamada2020-12-211-9/+10
| * | kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/Masahiro Yamada2020-12-212-28/+35
| * | kbuild: doc: update the description about kbuild MakefilesMasahiro Yamada2020-12-211-1/+1
| * | Makefile.extrawarn: remove -Wnested-externs warningArnd Bergmann2020-12-081-1/+0
| * | tweewide: Fix most Shebang linesFinn Behrens2020-12-0826-26/+26
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-2272-1460/+2775
|\ \
| * | kasan: update documentationAndrey Konovalov2020-12-221-69/+115
| * | kasan, mm: allow cache merging with no metadataAndrey Konovalov2020-12-223-3/+32
| * | kasan: sanitize objects when metadata doesn't fitAndrey Konovalov2020-12-228-75/+147
| * | kasan: clarify comment in __kasan_kfree_largeAndrey Konovalov2020-12-221-1/+1
| * | kasan: simplify assign_tag and set_tag callsAndrey Konovalov2020-12-221-6/+7
| * | kasan: don't round_up too muchAndrey Konovalov2020-12-222-6/+3
| * | kasan, mm: rename kasan_poison_kfreeAndrey Konovalov2020-12-223-26/+32
| * | kasan, mm: check kasan_enabled in annotationsAndrey Konovalov2020-12-223-81/+210
| * | kasan: add and integrate kasan boot parametersAndrey Konovalov2020-12-224-7/+196
| * | kasan: inline (un)poison_range and check_invalid_freeAndrey Konovalov2020-12-222-26/+31
| * | kasan: open-code kasan_unpoison_slabAndrey Konovalov2020-12-222-7/+1
| * | kasan: inline random_tag for HW_TAGSAndrey Konovalov2020-12-222-22/+14
| * | kasan: inline kasan_reset_tag for tag-based modesAndrey Konovalov2020-12-229-29/+18
| * | kasan: remove __kasan_unpoison_stackAndrey Konovalov2020-12-221-9/+3
| * | kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov2020-12-221-4/+4
| * | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-224-6/+10
| * | kasan: introduce set_alloc_infoAndrey Konovalov2020-12-221-1/+6
| * | kasan: rename get_alloc/free_infoAndrey Konovalov2020-12-228-31/+31
| * | kasan: simplify quarantine_put call siteAndrey Konovalov2020-12-223-5/+5
| * | kselftest/arm64: check GCR_EL1 after context switchVincenzo Frascino2020-12-222-1/+155