summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam2021-01-141-0/+2
| * | | | | | | dts: phy: add GPIO number and active state used for phy resetSagar Shrikant Kadam2021-01-141-0/+1
| * | | | | | | dts: phy: fix missing mdio device and probe failure of vsc8541-01 deviceSagar Shrikant Kadam2021-01-141-0/+1
| * | | | | | | riscv: Fix KASAN memory mapping.Nick Hu2021-01-141-2/+2
| * | | | | | | riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2021-01-132-2/+2
| * | | | | | | riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang2021-01-131-1/+10
| * | | | | | | riscv: Trace irq on only interrupt is enabledAtish Patra2021-01-131-3/+3
| * | | | | | | riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang2021-01-091-1/+0
| * | | | | | | riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal2021-01-081-0/+9
| * | | | | | | riscv: Fix sifive serial driverDamien Le Moal2021-01-081-0/+1
| * | | | | | | riscv: Fix kernel time_init()Damien Le Moal2021-01-081-0/+3
| * | | | | | | riscv: return -ENOSYS for syscall -1Andreas Schwab2021-01-081-8/+1
* | | | | | | | mm: don't play games with pinned pages in clear_page_refsLinus Torvalds2021-01-161-0/+21
* | | | | | | | mm: fix clear_refs_write lockingLinus Torvalds2021-01-161-23/+9
* | | | | | | | Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-01-168-34/+239
|\ \ \ \ \ \ \ \
| * | | | | | | | dm crypt: defer decryption to a tasklet if interrupts disabledIgnat Korchagin2021-01-141-2/+6
| * | | | | | | | dm integrity: fix the maximum number of argumentsMikulas Patocka2021-01-121-1/+1
| * | | | | | | | dm crypt: do not call bio_endio() from the dm-crypt taskletIgnat Korchagin2021-01-121-1/+23
| * | | | | | | | dm integrity: fix flush with external metadata deviceMikulas Patocka2021-01-083-11/+56
| * | | | | | | | dm: eliminate potential source of excessive kernel log noiseMike Snitzer2021-01-081-1/+1
| * | | | | | | | dm snapshot: flush merged data before committing metadataAkilesh Kailash2021-01-071-0/+24
| * | | | | | | | dm crypt: use GFP_ATOMIC when allocating crypto requests from softirqIgnat Korchagin2021-01-041-10/+25
| * | | | | | | | dm crypt: do not wait for backlogged crypto request completion in softirqIgnat Korchagin2021-01-041-5/+98
| * | | | | | | | dm zoned: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+1
| * | | | | | | | dm integrity: select CRYPTO_SKCIPHERAnthony Iliopoulos2021-01-041-0/+1
| * | | | | | | | dm raid: fix discard limits for raid1Mike Snitzer2021-01-041-3/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-01-1611-23/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/process_vm_access.c: include compat.hAndrew Morton2021-01-131-0/+1
| * | | | | | | | mm,hwpoison: fix printing of page flagsOscar Salvador2021-01-131-1/+1
| * | | | | | | | MAINTAINERS: add Vlastimil as slab allocators maintainerVlastimil Babka2021-01-131-0/+1
| * | | | | | | | mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-131-1/+1
| * | | | | | | | mm: migrate: initialize err in do_migrate_pagesJan Stancek2021-01-131-1/+1
| * | | | | | | | mm/vmalloc.c: fix potential memory leakMiaohe Lin2021-01-131-1/+3
| * | | | | | | | arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu2021-01-132-2/+7
| * | | | | | | | mm/memcontrol: fix warning in mem_cgroup_page_lruvec()Hugh Dickins2021-01-131-1/+1
| * | | | | | | | mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepointHailong liu2021-01-131-15/+16
| * | | | | | | | mm, slub: consider rest of partial list if acquire_slab() failsJann Horn2021-01-131-1/+1
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-01-167-68/+83
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky2021-01-141-1/+3
| * | | | | | | | | RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch2021-01-141-1/+1
| * | | | | | | | | IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit2021-01-141-1/+1
| * | | | | | | | | RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau2021-01-141-1/+1
| * | | | | | | | | RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix2021-01-071-1/+1
| * | | | | | | | | RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu2021-01-071-0/+3
| * | | | | | | | | RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky2021-01-071-0/+1
| * | | | | | | | | RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe2021-01-061-63/+72
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-1510-129/+186
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ext4: remove expensive flush on fast commitDaejun Park2021-01-151-5/+5
| * | | | | | | | | ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-151-8/+9
| * | | | | | | | | ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park2021-01-151-1/+1