summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm integrity: factor out get_provided_data_sectors()Mikulas Patocka2020-03-241-10/+23
* dm integrity: don't replay journal data past the end of the deviceMikulas Patocka2020-03-241-0/+4
* dm integrity: remove sector type castsMikulas Patocka2020-03-241-17/+16
* dm integrity: fix a crash with unusually large tag sizeMikulas Patocka2020-03-241-2/+2
* dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone()Bob Liu2020-03-241-1/+0
* dm verity fec: fix memory leak in verity_fec_dtrShetty, Harshini X (EXT-Sony Mobile)2020-03-241-0/+1
* dm writecache: optimize superblock writeMikulas Patocka2020-03-241-2/+32
* dm writecache: implement gradual cleanupMikulas Patocka2020-03-241-1/+36
* dm writecache: implement the "cleaner" policyMikulas Patocka2020-03-241-5/+43
* dm writecache: do direct write if the cache is fullMikulas Patocka2020-03-241-0/+13
* dm integrity: print device name in integrity_metadata() error messageErich Eckner2020-03-241-1/+2
* dm crypt: use crypt_integrity_aead() helperYang Yingliang2020-03-241-2/+4
* Linux 5.6-rc6v5.6-rc6Linus Torvalds2020-03-151-1/+1
* Merge tag 'irq-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-152-1/+31
|\
| * Merge tag 'irqchip-fixes-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-03-152-1/+31
| |\
| | * irqchip/gic-v3: Workaround Cavium erratum 38539 when reading GICD_TYPER2Marc Zyngier2020-03-142-1/+31
* | | Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-154-45/+67
|\ \ \
| * | | futex: Unbreak futex hashingThomas Gleixner2020-03-091-2/+2
| * | | futex: Fix inode life-time issuePeter Zijlstra2020-03-064-43/+65
* | | | Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-152-6/+26
|\ \ \ \
| * | | | x86/vector: Remove warning on managed interrupt migrationPeter Xu2020-03-131-6/+8
| * | | | x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky2020-03-111-0/+18
* | | | | Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-1530-134/+139
|\ \ \ \ \
| * | | | | perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips2020-03-121-10/+7
| * | | | | Merge tag 'perf-urgent-for-mingo-5.6-20200306' of git://git.kernel.org/pub/sc...Ingo Molnar2020-03-0724-84/+98
| |\ \ \ \ \
| | * | | | | tools: Fix off-by 1 relative directory includesIan Rogers2020-03-0612-72/+72
| | * | | | | perf jevents: Fix leak of mapfile memoryJohn Garry2020-03-061-6/+9
| | * | | | | perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala2020-03-067-0/+7
| | * | | | | perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala2020-03-061-2/+2
| | * | | | | perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-03-061-1/+3
| | * | | | | perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers2020-03-063-3/+5
| |/ / / / /
| * | | | | Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git.kernel.org/pub/sc...Ingo Molnar2020-03-049-40/+34
| |\ \ \ \ \
| | * | | | | perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo2020-03-031-7/+6
| | * | | | | perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2020-03-035-22/+23
| | * | | | | perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo2020-03-021-8/+2
| | * | | | | perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo2020-03-021-2/+2
| | * | | | | perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo2020-03-021-1/+1
* | | | | | | Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-151-0/+2
|\ \ \ \ \ \ \
| * | | | | | | sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis2020-03-031-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-152-6/+12
|\ \ \ \ \ \ \
| * | | | | | | x86/mce: Fix logic and comments around MSR_PPIN_CTLTony Luck2020-02-271-4/+5
| * | | | | | | x86/mce/therm_throt: Undo thermal polling properly on CPU offlineThomas Gleixner2020-02-251-2/+7
* | | | | | | | Merge tag 'efi-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-151-9/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | efi: Add a sanity check to efivar_store_raw()Vladis Dronov2020-03-081-0/+3
| * | | | | | | | efi: Fix a race and a buffer overflow while reading efivars via sysfsVladis Dronov2020-03-081-9/+20
* | | | | | | | | Merge tag 'iommu-fixes-v5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-158-49/+94
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | iommu/vt-d: Populate debugfs if IOMMUs are detectedMegha Dey2020-03-142-2/+13
| * | | | | | | | | iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit2020-03-141-2/+2
| * | | | | | | | | iommu/vt-d: Ignore devices with out-of-spec domain numberDaniel Drake2020-03-141-0/+8
| * | | | | | | | | iommu/vt-d: Fix the wrong printing in RHSA parsingZhenzhong Duan2020-03-141-1/+1