summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: include scripts/Makefile.* only when relevant CONFIG is enabledMasahiro Yamada2020-08-094-18/+9
* kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-0922-55/+78
* kbuild: sort hostprogs before passing it to ifneqMasahiro Yamada2020-08-092-7/+8
* kbuild: move host .so build rules to scripts/gcc-plugins/MakefileMasahiro Yamada2020-08-094-43/+55
* kbuild: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-095-11/+11
* kbuild: trace functions in subdirectories of lib/Masahiro Yamada2020-08-0917-40/+0
* kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-0924-23/+64
* kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-093-3/+6
* kbuild: always create directories of targetsMasahiro Yamada2020-08-091-3/+1
* powerpc/boot: add DTB to 'targets'Masahiro Yamada2020-07-221-0/+2
* kbuild: buildtar: add dtbs supportDomenico Andreoli2020-07-071-0/+12
* kbuild: remove cc-option test of -ffreestandingMasahiro Yamada2020-07-074-4/+4
* kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-0723-40/+29
* Revert "kbuild: Create directory for target DTB"Masahiro Yamada2020-07-071-2/+1
* kbuild: run the checker after the compilerLuc Van Oostenryck2020-07-071-2/+2
* Linux 5.8-rc4v5.8-rc4Linus Torvalds2020-07-061-1/+1
* x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds2020-07-051-10/+1
* Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-0519-154/+274
|\
| * x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski2020-07-041-1/+34
| * x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-043-12/+17
| * x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2020-07-044-25/+44
| * x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-042-0/+30
| * x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski2020-07-041-9/+10
| * selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-017-90/+51
| * selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-07-011-0/+1
| * selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski2020-07-011-0/+15
| * x86/entry/64/compat: Fix Xen PV SYSENTER frame setupAndy Lutomirski2020-07-012-4/+17
| * x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into CAndy Lutomirski2020-07-013-9/+19
| * x86/entry: Assert that syscalls are on the right stackAndy Lutomirski2020-07-011-3/+15
| * x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson2020-06-301-1/+10
| * x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen2020-06-292-0/+11
* | Merge tag 'irq-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-054-17/+9
|\ \
| * \ Merge tag 'irqchip-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-06-3015017-322616/+871431
| |\ \
| | * | irqchip/gic: Atomically update affinityMarc Zyngier2020-06-211-11/+3
| | * | irqchip/riscv-intc: Fix a typo in a pr_warn()Palmer Dabbelt2020-06-211-1/+1
| | * | irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomicZenghui Yu2020-06-211-4/+4
| | * | irqchip/loongson-pci-msi: Fix a typo in KconfigJiaxun Yang2020-06-211-1/+1
* | | | Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-051-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-06-031-1/+1
| |\ \ \ \
| | * | | | rcuperf: Fix printk format warningKefeng Wang2020-06-021-1/+1
* | | | | | Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-058-86/+136
|\ \ \ \ \ \
| * | | | | | .gitignore: Do not track `defconfig` from `make savedefconfig`Paul Menzel2020-07-051-0/+3
| * | | | | | kbuild: make Clang build userprogs for target architectureMasahiro Yamada2020-07-011-2/+2
| * | | | | | kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with ClangMasahiro Yamada2020-07-011-4/+4
| * | | | | | kconfig: qconf: parse newer types at debug infoMauro Carvalho Chehab2020-07-011-0/+3
| * | | | | | kconfig: qconf: navigate menus on hyperlinksMauro Carvalho Chehab2020-07-011-18/+7
| * | | | | | kconfig: qconf: don't show goback button on splitModeMauro Carvalho Chehab2020-07-011-2/+3
| * | | | | | kconfig: qconf: simplify the goBack() logicMauro Carvalho Chehab2020-07-011-31/+17
| * | | | | | kconfig: qconf: re-implement setSelected()Mauro Carvalho Chehab2020-07-012-12/+11
| * | | | | | kconfig: qconf: make debug links work againMauro Carvalho Chehab2020-07-012-5/+71