aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-31lib/find_bit.c: join _find_next_bit{_le}Yury Norov1-45/+19
2020-01-31uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov3-14/+13
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor1-1/+1
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko2-36/+101
2020-01-31lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko5-9/+24
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko9-2/+55
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko7-11/+233
2020-01-31s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko1-4/+4
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko11-102/+751
2020-01-31iio: adc: qcom-vadc-common: use <linux/units.h> helpersAkinobu Mita2-4/+3
2020-01-31thermal: armada: remove unused TO_MCELSIUS macroAkinobu Mita1-2/+0
2020-01-31iwlwifi: use <linux/units.h> helpersAkinobu Mita2-7/+4
2020-01-31iwlegacy: use <linux/units.h> helpersAkinobu Mita3-12/+11
2020-01-31thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>Akinobu Mita1-11/+0
2020-01-31nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita1-8/+5
2020-01-31thermal: intel_pch: switch to use <linux/units.h> helpersAkinobu Mita1-1/+2
2020-01-31thermal: int340x: switch to use <linux/units.h> helpersAkinobu Mita1-3/+4
2020-01-31platform/x86: intel_menlow: switch to use <linux/units.h> helpersAkinobu Mita1-3/+6
2020-01-31platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita1-4/+3
2020-01-31ACPI: thermal: switch to use <linux/units.h> helpersAkinobu Mita1-16/+18
2020-01-31include/linux/units.h: add helpers for kelvin to/from Celsius conversionAkinobu Mita1-0/+84
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King1-2/+1
2020-01-31zram: try to avoid worst-case scenario on same element pagesTaejoon Song1-2/+5
2020-01-31mm: fix comments related to node reclaimHao Lee2-2/+2
2020-01-31include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...Anshuman Khandual1-2/+0
2020-01-31include/linux/mm.h: remove dead code totalram_pages_set()Wei Yang1-5/+0
2020-01-31include/linux/mm.h: clean up obsolete check on space in page->flagsYu Zhao1-4/+0
2020-01-31zswap: potential NULL dereference on error in init_zswap()Dan Carpenter1-1/+2
2020-01-31mm/zswap.c: add allocation hysteresis if pool limit is hitVitaly Wool2-31/+67
2020-01-31mm/page_isolation: fix potential warning from userQian Cai2-14/+15
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai4-17/+31
2020-01-31mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand3-15/+7
2020-01-31mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma()Miaohe Lin1-20/+16
2020-01-31mm, thp: fix defrag setting if newline is not usedDavid Rientjes1-16/+8
2020-01-31mm/migrate: add stable check in migrate_vma_insert_page()Ralph Campbell1-0/+12
2020-01-31mm/migrate: clean up some minor coding styleRalph Campbell1-21/+13
2020-01-31mm/migrate: remove useless mask of start addressRalph Campbell1-2/+2
2020-01-31mm/huge_memory.c: reduce critical section protected by split_queue_lockWei Yang1-1/+1
2020-01-31mm/huge_memory.c: use head to emphasize the purpose of pageWei Yang1-8/+8
2020-01-31mm/huge_memory.c: use head to check huge zero pageWei Yang1-1/+1
2020-01-31mm, oom: dump stack of victim when reaping failedDavid Rientjes1-0/+2
2020-01-31memblock: Use __func__ in remaining memblock_dbg() call sitesAnshuman Khandual1-4/+4
2020-01-31mm/memblock: define memblock_physmem_add()Anshuman Khandual3-14/+19
2020-01-31tools/vm/slabinfo: fix sanity checks enablingDaniel Wagner1-2/+2
2020-01-31mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi1-4/+2
2020-01-31mm/vmscan: remove prefetch_prev_lru_pageAlex Shi1-14/+0
2020-01-31mm/vmscan.c: remove unused return value of shrink_nodeLiu Song1-3/+1
2020-01-31mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand4-18/+11
2020-01-31mm: remove the memory isolate notifierDavid Hildenbrand3-80/+4
2020-01-31mm/page_alloc: skip non present sections on zone initializationKirill A. Shutemov1-1/+27
2020-01-31mm/early_ioremap.c: use %pa to print resource_size_t variablesAndy Shevchenko1-4/+4
2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva1-0/+1
2020-01-31mm, tracing: print symbol name for kmem_alloc_node call_site eventsJunyong Sun1-2/+2
2020-01-31mm/page_vma_mapped.c: explicitly compare pfn for normal, hugetlbfs and THP pageLi Xinhai1-4/+8
2020-01-31mm/memcontrol.c: cleanup some useless codeKaitao Cheng1-4/+3
2020-01-31mm/swapfile.c: swap_next should increase position indexVasily Averin1-1/+1
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard18-55/+55
2020-01-31mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard2-4/+11
2020-01-31powerpc: book3s64: convert to pin_user_pages() and put_user_page()John Hubbard1-5/+5
2020-01-31vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard1-4/+3
2020-01-31media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard1-7/+4
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard1-1/+1
2020-01-31fs/io_uring: set FOLL_PIN via pin_user_pages()John Hubbard1-1/+1
2020-01-31drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard1-1/+1
2020-01-31mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()John Hubbard1-13/+15
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard8-14/+13
2020-01-31goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard1-14/+3
2020-01-31mm/gup: introduce pin_user_pages*() and FOLL_PINJohn Hubbard4-34/+426
2020-01-31media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard1-1/+4
2020-01-31IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard1-11/+6
2020-01-31mm/gup: allow FOLL_FORCE for get_user_pages_fast()John Hubbard1-1/+2
2020-01-31vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard1-25/+5
2020-01-31mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERMJohn Hubbard1-82/+92
2020-01-31goldish_pipe: rename local pin_user_pages() routineJohn Hubbard1-9/+9
2020-01-31mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pagesJohn Hubbard3-20/+40
2020-01-31mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams2-42/+44
2020-01-31mm/gup: move try_get_compound_head() to top, fix minor issuesJohn Hubbard1-14/+15
2020-01-31mm/gup: factor out duplicate code from four routinesJohn Hubbard1-55/+40
2020-01-31mm/gup.c: use is_vm_hugetlb_page() to check whether to follow hugeWei Yang1-2/+2
2020-01-31mm: fix gup_pud_rangeQiujun Huang1-1/+1
2020-01-31mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny2-29/+11
2020-01-31mm/debug.c: always print flags in dump_page()Vlastimil Babka1-3/+5
2020-01-31mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe1-56/+56
2020-01-31mm/slub.c: avoid slub allocation while holding list_lockYu Zhao1-41/+47
2020-01-31ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan1-2/+1
2020-01-31ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan1-3/+5
2020-01-31ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko3-5/+1
2020-01-31ocfs2/dlm: remove redundant assignment to retColin Ian King1-1/+1
2020-01-31ocfs2: make local header paths relative to C filesMasahiro Yamada13-45/+41
2020-01-31ocfs2: remove unneeded semicolonszhengbin2-2/+2
2020-01-31fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresAditya Pakki1-2/+0
2020-01-31scripts/spelling.txt: add "issus" typoLuca Ceresoli1-0/+1
2020-01-31scripts/spelling.txt: add more spellings to spelling.txtXiong1-0/+13
2020-01-31mm: move_pages: report the number of non-attempted pagesYang Shi1-2/+23
2020-01-31mm: thp: don't need care deferred split queue in memcg charge move pathWei Yang1-18/+0
2020-01-31mm/memory_hotplug: fix remove_memory() lockdep splatDan Williams1-3/+6
2020-01-31mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang1-1/+1
2020-01-31mm/sparse.c: reset section's mem_map when fully deactivatedPingfan Liu1-1/+1
2020-01-31mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter1-3/+3
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o4-21/+29
2020-01-31lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko1-4/+5
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko1-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King1-1/+0
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson1-15/+13
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson3-9/+2
2020-01-31kdb: kdb_current_task shouldn't be exportedDouglas Anderson1-1/+0
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson2-2/+1
2020-01-31MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson1-5/+0
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds92-2045/+2387
2020-01-31mlxsw: spectrum_qdisc: Fix 64-bit division error in mlxsw_sp_qdisc_tbf_rate_kbpsNathan Chancellor1-1/+1
2020-01-31ionic: fix rxq comp packet type maskShannon Nelson1-1/+1
2020-01-31net: phy: at803x: disable vddio regulatorMichael Walle1-0/+11
2020-01-31net: mii_timestamper: fix static allocation by PHY driverMichael Walle2-1/+14
2020-01-31net: mdio: of: fix potential NULL pointer derefernceMichael Walle1-3/+6
2020-01-31Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana1-1/+2
2020-01-31btrfs: do not do delalloc reservation under page lockJosef Bacik1-16/+60
2020-01-31btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik1-5/+1
2020-01-31Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason1-17/+44
2020-01-31btrfs: take overcommit into account in inc_block_group_roJosef Bacik3-19/+39
2020-01-31btrfs: fix force usage in inc_block_group_roJosef Bacik1-2/+2
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2-14/+27
2020-01-31btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-1/+10
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-01-31powerpc: configs: Cleanup old Kconfig optionsKrzysztof Kozlowski11-14/+0
2020-01-31powerpc/configs/skiroot: Enable some more hardening optionsMichael Ellerman1-0/+8
2020-01-31powerpc/configs/skiroot: Disable xmon default & enable reboot on panicMichael Ellerman1-1/+2
2020-01-31powerpc/configs/skiroot: Enable security featuresJoel Stanley1-1/+11
2020-01-31powerpc/configs/skiroot: Update for symbol movement onlyMichael Ellerman1-21/+21
2020-01-31powerpc/configs/skiroot: Drop default n CONFIG_CRYPTO_ECHAINIVMichael Ellerman1-1/+0
2020-01-31powerpc/configs/skiroot: Drop HID_LOGITECHMichael Ellerman1-1/+0
2020-01-31powerpc/configs: Drop NET_VENDOR_HP which moved to stagingMichael Ellerman2-2/+0
2020-01-31powerpc/configs: NET_CADENCE became NET_VENDOR_CADENCEMichael Ellerman1-1/+0
2020-01-31powerpc/configs: Drop CONFIG_QLGE which moved to stagingMichael Ellerman5-5/+0
2020-01-31thermal: stm32: fix spelling mistake "preprare" -> "prepare"Colin Ian King1-1/+1
2020-01-31Documentation: cpu-idle-cooling: fix a SEVERE docs build failureRandy Dunlap1-0/+5
2020-01-31Merge branches 'pm-cpufreq' and 'pm-core'Rafael J. Wysocki12-125/+156
2020-01-31powerpc: Do not consider weak unresolved symbol relocations as badAlexandre Ghiti2-10/+14
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Dave Airlie4-12/+63
2020-01-30clk: qoriq: add ls1088a hwaccel clocks supportYangbo Lu1-0/+29
2020-01-30clk: ls1028a: Add clock driver for Display output interfaceWen He3-0/+297
2020-01-30dt/bindings: clk: Add YAML schemas for LS1028A Display Clock bindingsWen He1-0/+54
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds24-1697/+2
2020-01-30Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds26-162/+286
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-31/+63
2020-01-30Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds22-648/+3463
2020-01-30Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds12-85/+137
2020-01-30Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds33-253/+300
2020-01-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds32-432/+709
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+62
2020-01-30rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-01-30rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-01-30cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg1-1/+1
2020-01-30RDMA/core: Make the entire API tree staticJason Gunthorpe4-26/+6
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini39-183/+338
2020-01-30x86/KVM: Clean up host's steal time structureBoris Ostrovsky2-10/+4
2020-01-30x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky1-21/+30
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky5-22/+103
2020-01-30x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2-5/+26
2020-01-30x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky1-0/+3
2020-01-30Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini12-24/+121
2020-01-30Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini23-242/+421
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1683-41274/+78143
2020-01-30Merge tag 'for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds30-210/+882
2020-01-30Merge tag 'devicetree-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds157-3327/+7602
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds14-52/+81
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds12-13/+20
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds12-68/+103
2020-01-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+5
2020-01-30net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky1-2/+2
2020-01-30powerpc/32s: Fix kasan_early_hash_table() for CONFIG_VMAP_STACKChristophe Leroy1-2/+5
2020-01-30y2038: sparc: remove use of struct timexArnd Bergmann2-16/+19
2020-01-30sparc64: add support for folded p4d page tablesMike Rapoport7-32/+84
2020-01-30ide: make drive->dn read onlyDan Carpenter2-1/+5
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven3-12/+9
2020-01-30net: drop_monitor: Use kstrdupJoe Perches1-6/+2
2020-01-30udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn1-0/+7
2020-01-30mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven1-2/+4
2020-01-30mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven1-1/+1
2020-01-30char: hpet: Fix out-of-bounds read bugGustavo A. R. Silva1-1/+1
2020-01-30Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-nextDave Airlie14-22/+201
2020-01-29Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds6-326/+375
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds32-7/+427
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds15-477/+2112
2020-01-30powerpc: indent to improve Kconfig readabilityRandy Dunlap1-1/+1
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds153-2342/+3823
2020-01-29Merge tag 'for-5.6/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-101/+580
2020-01-29Merge tag 'docs-5.6' of git://git.lwn.net/linuxLinus Torvalds44-870/+1903
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds28-74/+788
2020-01-29Merge tag 'linux-kselftest-5.6-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-18/+211
2020-01-29Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas1-30/+1
2020-01-29Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-2/+2
2020-01-29Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2-0/+169
2020-01-29Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas3-2/+4
2020-01-29Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-3/+3
2020-01-29Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas8-7/+765
2020-01-29Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas4-0/+1122
2020-01-29Merge branch 'pci/host-vmd'Bjorn Helgaas10-228/+58
2020-01-29Merge branch 'pci/virtualization'Bjorn Helgaas7-33/+54
2020-01-29Merge branch 'pci/switchtec'Bjorn Helgaas4-107/+458
2020-01-29Merge branch 'pci/resource'Bjorn Helgaas1-68/+95