summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada
2021-05-06kbuild: Don't remove link-vmlinux temporary files on exit/signalAndi Kleen
2021-05-06kbuild: remove the unneeded comments for external module buildsMasahiro Yamada
2021-05-06kbuild: make distclean remove tag files in sub-directoriesMasahiro Yamada
2021-05-06kbuild: make distclean work against $(objtree) instead of $(srctree)Masahiro Yamada
2021-05-06kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada
2021-05-06kbuild: refactor fdtoverlay ruleMasahiro Yamada
2021-05-06kbuild: parameterize the .o part of suffix-searchMasahiro Yamada
2021-05-06arch: use cross_compiling to check whether it is a cross build or notMasahiro Yamada
2021-05-03kbuild: remove ARCH=sh64 support from top MakefileMasahiro Yamada
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada
2021-05-02kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada
2021-05-02Makefile: Move -Wno-unused-but-set-variable out of GCC only blockNathan Chancellor
2021-05-02kbuild: add a script to remove stale generated filesMasahiro Yamada
2021-05-02kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada
2021-05-02.gitignore: ignore only top-level modules.builtinMasahiro Yamada
2021-05-02.gitignore: move tags and TAGS close to other tag filesMasahiro Yamada
2021-05-02kernel/.gitgnore: remove stale timeconst.h and hz.bcMasahiro Yamada
2021-05-02usr/include: refactor .gitignoreMasahiro Yamada
2021-05-02genksyms: fix stale commentMasahiro Yamada
2021-05-02kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada
2021-05-02sparc: syscalls: switch to generic syscallshdr.shMasahiro Yamada
2021-05-02sparc: syscalls: switch to generic syscalltbl.shMasahiro Yamada
2021-05-02sh: syscalls: switch to generic syscallhdr.shMasahiro Yamada
2021-05-02sh: syscalls: switch to generic syscalltbl.shMasahiro Yamada
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-30Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-30Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-04-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-30Merge tag 'modules-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-04-30Merge tag 'xtensa-20210429' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2021-04-30mm/memory-failure: unnecessary amount of unmappingJane Chu
2021-04-30mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport
2021-04-30mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich
2021-04-30net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer
2021-04-30net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer
2021-04-30SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever
2021-04-30SUNRPC: set rq_page_end differentlyChuck Lever
2021-04-30mm/page_alloc: inline __rmqueue_pcplistJesper Dangaard Brouer
2021-04-30mm/page_alloc: optimize code layout for __alloc_pages_bulkJesper Dangaard Brouer
2021-04-30mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman
2021-04-30mm/page_alloc: add a bulk page allocatorMel Gorman
2021-04-30mm/page_alloc: rename alloced to allocatedMel Gorman