summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/setlocalversion: simplify the short version partMasahiro Yamada2021-05-261-5/+3
* scripts/setlocalversion: factor out 12-chars hash constructionMasahiro Yamada2021-05-261-17/+5
* scripts/setlocalversion: add more comments to -dirty flag detectionMasahiro Yamada2021-05-261-0/+4
* scripts/setlocalversion: remove workaround for old make-kpkgMasahiro Yamada2021-05-261-1/+1
* scripts/setlocalversion: remove mercurial, svn and git-svn supportsMasahiro Yamada2021-05-261-41/+0
* kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada2021-05-263-9/+3
* kbuild: sink stdout from cmd for silent buildMasahiro Yamada2021-05-261-1/+6
* init: use $(call cmd,) for generating include/generated/compile.hMasahiro Yamada2021-05-261-6/+6
* kbuild: merge scripts/mkmakefile to top MakefileMasahiro Yamada2021-05-262-19/+9
* sh: move core-y in arch/sh/Makefile to arch/sh/KbuildMasahiro Yamada2021-05-262-5/+3
* hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/KbuildMasahiro Yamada2021-05-262-4/+1
* h8300: move core-y in arch/h8300/Makefile to arch/h8300/KbuildMasahiro Yamada2021-05-262-3/+1
* alpha: move core-y in arch/alpha/Makefile to arch/alpha/KbuildMasahiro Yamada2021-05-262-2/+2
* kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-2624-24/+13
* kbuild: remove libelf checks from top MakefileMasahiro Yamada2021-05-243-60/+22
* kbuild: hide tools/ build targets from external module buildsMasahiro Yamada2021-05-241-14/+16
* Makefile: extend 32B aligned debug option to 64B alignedFeng Tang2021-05-242-4/+4
* Linux 5.13-rc3v5.13-rc3Linus Torvalds2021-05-231-1/+1
* Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-05-234-9/+31
|\
| * perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-05-183-8/+30
| * perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-181-1/+1
* | Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-235-13/+19
|\ \
| * | locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-184-11/+17
| * | locking/lockdep: Correct calling tracepointsLeo Yan2021-05-181-2/+2
| |/
* | Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-05-235-11/+10
|\ \
| * \ Merge tag 'irqchip-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-05-175-11/+10
| |\ \ | | |/ | |/|
| | * irqchip: Remove redundant error printingZhen Lei2021-05-163-9/+3
| | * irqchip/apple-aic: APPLE_AIC should depend on ARCH_APPLEGeert Uytterhoeven2021-05-101-1/+1
| | * ARM: PXA: Fix cplds irqdesc allocation when using legacy modeMarc Zyngier2021-05-101-1/+6
* | | Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-233-57/+92
|\ \ \
| * | | x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel2021-05-191-20/+46
| * | | x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel2021-05-191-0/+4
| * | | x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel2021-05-191-13/+12
| * | | x86/build: Fix location of '-plugin-opt=' flagsNathan Chancellor2021-05-191-6/+6
| * | | x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky2021-05-182-0/+6
| * | | x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky2021-05-181-18/+18
| |/ /
* | | Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-05-235-46/+82
|\ \ \
| * | | powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2021-05-202-35/+52
| * | | powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2021-05-202-9/+28
| * | | powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy2021-05-201-2/+2
| |/ /
* | | Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-234-28/+32
|\ \ \
| * | | kbuild: dummy-tools: adjust to stricter stackprotector checkMichal Kubecek2021-05-171-1/+5
| * | | scripts/jobserver-exec: Fix a typo ("envirnoment")Jonathan Neuschäfer2021-05-171-1/+1
| * | | tools build: Fix quiet cmd indentationKees Cook2021-05-172-26/+26
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-2318-75/+74
|\ \ \
| * | | userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz2021-05-232-15/+15
| * | | lib: kunit: suppress a compilation warning of frame sizeZhen Lei2021-05-231-0/+1
| * | | proc: remove Alexey from MAINTAINERSAlexey Dobriyan2021-05-231-1/+0
| * | | linux/bits.h: fix compilation error with GENMASKRikard Falkeborn2021-05-235-10/+20
| * | | watchdog: reliable handling of timestampsPetr Mladek2021-05-231-14/+20