summaryrefslogtreecommitdiffstats
path: root/fs/iomap (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-27ath11k: fix reo flush sendKarthikeyan Periyasamy3-2/+15
2020-04-23ath10k: drop the TX packet which size exceed credit size for sdioWen Gong1-0/+5
2020-04-23ath10k: Fix the invalid tx/rx chainmask configurationMaharaja Kennadyrajan1-5/+10
2020-04-22ath10k: add flush tx packets for SDIO chipWen Gong3-1/+15
2020-04-22ath10k: enable alt data of TX path for sdioWen Gong3-8/+25
2020-04-22ath10k: add htt TX bundle for sdioWen Gong8-37/+398
2020-04-22ath11k: remove conversion to bool in ath11k_debug_fw_stats_process()Jason Yan1-2/+2
2020-04-22ath11k: remove conversion to bool in ath11k_dp_rxdesc_mpdu_valid()Jason Yan1-1/+1
2020-04-21ath10k: hif: make send_complete_check op optionalKalle Valo3-25/+2
2020-04-21ath10k: sdio: remove _hif_ prefix from functions not part of hif interfaceKalle Valo1-17/+17
2020-04-21ath10k: improve power save performance for sdioWen Gong2-27/+119
2020-04-21ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo3-7/+7
2020-04-15ath11k: Add dynamic tcl ring selection logic with retry mechanismSriram R2-8/+41
2020-04-15ath11k: cleanup reo command error code overwrittenGovindaraj Saminathan1-1/+5
2020-04-15ath10k: Fix typo in warning messagesMamatha Telu3-3/+3
2020-04-15ath11k: Fix rx_filter flags setting for per peer rx_statsMaharaja Kennadyrajan4-1/+16
2020-04-15ath11k: Fix fw assert by setting proper vht capRitesh Singh1-0/+4
2020-04-15ath11k: Cleanup in pdev destroy and mac register during crash on recoveryMaharaja Kennadyrajan2-0/+6
2020-04-14ath11k: rx path optimizationsManikanta Pubbisetty1-7/+7
2020-04-14ath11k: set IRQ_DISABLE_UNLAZY flag for DP interruptsManikanta Pubbisetty1-1/+1
2020-04-14ath11k: Fix TWT radio countAloka Dixit1-1/+1
2020-04-14ath11k: Modify the interrupt timer thresholdKarthikeyan Periyasamy1-1/+1
2020-04-14ath11k: fix duplication peer create on same radioKarthikeyan Periyasamy2-2/+34
2020-04-12Linux 5.7-rc1v5.7-rc1Linus Torvalds1-2/+2
2020-04-12MAINTAINERS: sort field names for all entriesLinus Torvalds1-1974/+1974
2020-04-12MAINTAINERS: sort entries by entry nameLinus Torvalds1-820/+820
2020-04-11mailmap: Add Sedat Dilek (replacement for expired email address)Sedat Dilek1-0/+1
2020-04-11pNFS: Fix RCU lock leakageTrond Myklebust1-0/+1
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li1-3/+34
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li1-1/+11
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2-5/+34
2020-04-11kbuild: fix comment about missing include guard detectionMasahiro Yamada1-1/+1
2020-04-11ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin1-1/+1
2020-04-11kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin1-1/+1
2020-04-11fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin1-2/+5
2020-04-11drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-04-11change email address for Pali RohárPali Rohár24-41/+42
2020-04-11selftests: kmod: test disabling module autoloadingEric Biggers1-0/+30
2020-04-11selftests: kmod: fix handling test numbers above 9Eric Biggers1-4/+9
2020-04-11docs: admin-guide: document the kernel.modprobe sysctlEric Biggers1-0/+21
2020-04-11fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-11kmod: make request_module() return an error when autoloading is disabledEric Biggers1-2/+2
2020-04-11mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe1-0/+3
2020-04-11mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe10-7/+36
2020-04-11powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe7-17/+27
2020-04-11x86/mm: introduce __set_memory_prot()Logan Gunthorpe2-0/+14
2020-04-11x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe8-25/+34
2020-04-11mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe10-33/+33
2020-04-11mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe1-2/+0
2020-04-11mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual21-95/+58