summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* brd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-61/+33
* block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig2021-06-012-0/+57
* block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig2021-06-012-2/+6
* block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2021-06-0110-13/+2
* block: move the DISK_MAX_PARTS sanity check into __device_add_diskChristoph Hellwig2021-06-011-7/+6
* block: refactor device number setup in __device_add_diskChristoph Hellwig2021-06-013-66/+49
* blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry2021-05-245-21/+76
* blk-mq: Some tag allocation code refactoringJohn Garry2021-05-243-25/+40
* blk-mq: clearing flush request reference in tags->rqs[]Ming Lei2021-05-241-1/+34
* blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei2021-05-243-7/+54
* blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei2021-05-243-16/+43
* block: avoid double io accounting for flush requestMing Lei2021-05-241-2/+1
* block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy2021-05-241-8/+8
* blkcg: drop CLONE_IO check in blkcg_can_attach()Tejun Heo2021-05-241-27/+0
* aoe: remove unnecessary mutex_init()Yang Yingliang2021-05-241-2/+0
* block_dump: remove comments in docszhangyi (F)2021-05-242-19/+0
* block_dump: remove block_dump featurezhangyi (F)2021-05-244-23/+0
* block_dump: remove block_dump feature in mark_inode_dirty()zhangyi (F)2021-05-241-25/+0
* 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