summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-212-35/+52
| * | | powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2021-05-212-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-224-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-2218-75/+74
|\ \ \
| * | | userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz2021-05-222-15/+15
| * | | lib: kunit: suppress a compilation warning of frame sizeZhen Lei2021-05-221-0/+1
| * | | proc: remove Alexey from MAINTAINERSAlexey Dobriyan2021-05-221-1/+0
| * | | linux/bits.h: fix compilation error with GENMASKRikard Falkeborn2021-05-225-10/+20
| * | | watchdog: reliable handling of timestampsPetr Mladek2021-05-221-14/+20
| * | | kasan: slab: always reset the tag in get_freepointer_safe()Alexander Potapenko2021-05-221-0/+1
| * | | tools/testing/selftests/exec: fix link errorYang Yingliang2021-05-221-3/+3
| * | | ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam2021-05-223-6/+12
| * | | Revert "mm/gup: check page posion status for coredump."Michal Hocko2021-05-222-24/+0
| * | | mm/shuffle: fix section mismatch warningArnd Bergmann2021-05-221-2/+2
|/ / /
* | | Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-227-26/+28
|\ \ \
| * | | block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed2021-05-201-0/+3
| * | | block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig2021-05-203-22/+6
| * | | Merge tag 'nvme-5.13-2021-05-20' of git://git.infradead.org/nvme into block-5.13Jens Axboe2021-05-204-4/+19
| |\ \ \
| | * | | nvme-fc: clear q_live at beginning of association teardownJames Smart2021-05-191-0/+12
| | * | | nvme-tcp: rerun io_work if req_list is not emptyKeith Busch2021-05-191-1/+2
| | * | | nvme-tcp: fix possible use-after-completionSagi Grimberg2021-05-191-1/+1
| | * | | nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo2021-05-191-1/+3
| | * | | nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
| |/ / /
* | | | Merge tag 'io_uring-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-221-7/+7
|\ \ \ \
| * | | | io_uring: fortify tctx/io_wq cleanupPavel Begunkov2021-05-201-4/+4
| * | | | io_uring: don't modify req->poll for rwPavel Begunkov2021-05-171-3/+3