summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysctl: use min() helper for namecmp()Masahiro Yamada2021-04-241-6/+1
* kbuild: add support for zstd compressed modulesPiotr Gorski2021-04-242-1/+13
* kbuild: remove CONFIG_MODULE_COMPRESSMasahiro Yamada2021-04-241-19/+26
* kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2021-04-243-45/+29
* kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada2021-04-242-40/+68
* kbuild: refactor scripts/Makefile.modinstMasahiro Yamada2021-04-242-19/+23
* kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada2021-04-241-10/+10
* kbuild: check module name conflict for external modules as wellMasahiro Yamada2021-04-242-7/+7
* kbuild: show the target directory for depmod logMasahiro Yamada2021-04-241-1/+1
* kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada2021-04-241-49/+36
* kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada2021-04-241-2/+0
* scripts: modpost.c: Fix a few typosBhaskar Chowdhury2021-04-241-4/+4
* kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada2021-04-242-15/+17
* kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada2021-04-241-3/+5
* kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-245-16/+18
* arm64: move --fix-cortex-a53-843419 linker test to KconfigMasahiro Yamada2021-04-242-1/+4
* kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.shMasahiro Yamada2021-04-242-10/+1
* kbuild: check the minimum assembler version in KconfigMasahiro Yamada2021-04-246-3/+110
* kbuild: collect minimum tool versions into scripts/min-tool-version.shMasahiro Yamada2021-04-243-22/+48
* kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada2021-04-242-2/+2
* docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02Bhaskar Chowdhury2021-04-241-1/+1
* Makefile: Only specify '--prefix=' when building with clang + GNU asNathan Chancellor2021-04-241-2/+2
* Makefile: Remove '--gcc-toolchain' flagNathan Chancellor2021-04-241-4/+0
* kbuild: move $(strip ) to suffix-search definitionMasahiro Yamada2021-04-241-3/+3
* kbuild: rename multi-used-* to multi-obj-*Masahiro Yamada2021-04-242-8/+8
* kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes2021-04-242-1/+5
* kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes2021-04-244-0/+20
* kbuild: show warning if 'make headers_check' is usedMasahiro Yamada2021-04-241-1/+5
* kbuild: include Makefile.compiler only when compiler is neededMasahiro Yamada2021-04-241-0/+13
* kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada2021-04-244-80/+80
* kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada2021-03-159-17/+17
* Linux 5.12-rc3v5.12-rc3Linus Torvalds2021-03-141-1/+1
* prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan2021-03-141-1/+1
* Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-147-18/+8
|\
| * Merge tag 'irqchip-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-03-1411444-286202/+488784
| |\
| | * irqchip/ingenic: Add support for the JZ4760Paul Cercueil2021-03-092-0/+2
| | * dt-bindings/irq: Add compatible string for the JZ4760BPaul Cercueil2021-03-091-0/+1
| | * irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-081-9/+0
| | * ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directlyMarc Zyngier2021-03-081-0/+1
| | * irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman2021-03-082-9/+4
* | | Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-21/+39
|\ \ \
| * | | hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-081-21/+39
| | |/ | |/|
* | | Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-142-67/+63
|\ \ \
| * | | sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+1
| * | | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
| * | | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
| * | | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
| * | | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
| * | | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
| * | | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
| |/ /