summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens2019-12-182-42/+97
* kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin2019-12-183-60/+67
* Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-1717-56/+127
|\
| * btrfs: send: remove WARN_ON for readonly mountAnand Jain2019-12-131-6/+0
| * btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2019-12-131-0/+1
| * btrfs: skip log replay on orphaned rootsJosef Bacik2019-12-131-2/+21
| * btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2019-12-131-0/+2
| * btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2019-12-131-2/+8
| * Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana2019-12-131-11/+5
| * Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2019-12-131-1/+1
| * Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana2019-12-131-2/+16
| * Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-134-9/+36
| * btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-133-6/+8
| * btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba2019-12-131-2/+2
| * btrfs: tree-checker: Fix error format string for size_tAndreas Färber2019-12-131-1/+1
| * btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-131-6/+4
| * btrfs: handle error in btrfs_cache_block_groupJosef Bacik2019-12-131-2/+18
| * btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-131-2/+0
| * Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana2019-12-131-2/+2
| * btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov2019-12-131-2/+2
* | early init: fix error handling when opening /dev/consoleLinus Torvalds2019-12-171-1/+1
* | Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-174-5/+21
|\ \
| * | regulator: rn5t618: fix module aliasesAndreas Kemnade2019-12-161-0/+1
| * | regulator: max77650: add of_match tableBartosz Golaszewski2019-12-111-0/+7
| * | regulator: core: avoid unneeded .list_voltage callsCristian Marussi2019-12-091-0/+4
| * | regulator: s5m8767: Fix a warning messageChristophe JAILLET2019-12-041-1/+1
| * | regulator: core: fix regulator_register() error paths to properly release rdevWen Yang2019-12-031-2/+6
| * | regulator: fix use after free issueWen Yang2019-11-271-2/+2
* | | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-179-14/+62
|\ \ \
| * | | spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy2019-12-161-3/+3
| * | | spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle2019-12-161-1/+1
| * | | spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra2019-12-111-1/+5
| * | | spi: fsl: don't map irq during probeChristophe Leroy2019-12-091-3/+2
| * | | spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan2019-12-091-0/+2
| * | | spi: sprd: Fix the incorrect SPI registerHuanpeng Xin2019-12-041-1/+1
| * | | gpiolib: of: Make of_gpio_spi_cs_get_count staticYueHaibing2019-12-031-1/+1
| * | | spi: fsl: Handle the single hardwired chipselect caseLinus Walleij2019-11-281-2/+12
| * | | gpio: Handle counting of Freescale chipselectsLinus Walleij2019-11-281-0/+27
| * | | spi: fsl: Fix GPIO descriptor supportLinus Walleij2019-11-281-0/+1
| * | | spi: dw: Correct handling of native chipselectCharles Keepax2019-11-281-2/+3
| * | | spi: cadence: Correct handling of native chipselectCharles Keepax2019-11-271-3/+3
| * | | spi: pxa2xx: Add support for Intel Jasper LakeJarkko Nikula2019-11-251-0/+4
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-171-4/+2
|\ \ \ \
| * | | | x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young2019-12-041-4/+2
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-12-171-0/+4
|\ \ \ \ \
| * | | | | x86/intel: Disable HPET on Intel Ice Lake platformsKai-Heng Feng2019-11-291-0/+2
| * | | | | x86/intel: Disable HPET on Intel Coffee Lake H platformsKai-Heng Feng2019-11-291-0/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-12-171-2/+2
|\ \ \ \ \ \
| * | | | | | sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueFlavio Leitner2019-12-111-2/+2
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-1765-289/+976
|\ \ \ \ \ \ \