summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | | * | | kasan: slab: always reset the tag in get_freepointer_safe()Alexander Potapenko2021-05-231-0/+1
| | | * | | tools/testing/selftests/exec: fix link errorYang Yingliang2021-05-231-3/+3
| | | * | | ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam2021-05-233-6/+12
| | | * | | Revert "mm/gup: check page posion status for coredump."Michal Hocko2021-05-232-24/+0
| | | * | | mm/shuffle: fix section mismatch warningArnd Bergmann2021-05-231-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
| | * | | | | Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-223-15/+29
| | |\ \ \ \ \
| | | * | | | | xen-pciback: reconfigure also from backend watch handlerJan Beulich2021-05-211-5/+17
| | | * | | | | xen-pciback: redo VF placement in the virtual topologyJan Beulich2021-05-211-6/+8
| | | * | | | | x86/Xen: swap NX determination and GDT setup on BSPJan Beulich2021-05-211-4/+4
| | * | | | | | Merge tag 'xfs-5.13-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-223-28/+78
| | |\ \ \ \ \ \
| | | * | | | | | xfs: restore old ioctl definitionsDarrick J. Wong2021-05-201-0/+4
| | | * | | | | | xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong2021-05-201-1/+3
| | | * | | | | | xfs: retry allocations when locality-based search failsDarrick J. Wong2021-05-201-1/+14
| | | * | | | | | xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong2021-05-171-26/+57
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-227-13/+49
| | |\ \ \ \ \ \
| | | * | | | | | btrfs: zoned: fix parallel compressed writesJohannes Thumshirn2021-05-201-4/+38
| | | * | | | | | btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn2021-05-204-7/+6