OSDN Git Service

kconfig: fix broken dependency in randconfig-generated .config
[tomoyo/tomoyo-test1.git] / mm /
2020-02-03 Linus TorvaldsMerge tag 'char-misc-5.6-rc1-2' of git://git./linux...
2020-02-03 Linus TorvaldsMerge tag 'backlight-next-5.6' of git://git./linux...
2020-02-03 Linus TorvaldsMerge tag 'mfd-next-5.6' of git://git./linux/kernel...
2020-02-03 Linus TorvaldsMerge tag 'hyperv-next-signed' of git://git./linux...
2020-02-02 Linus TorvaldsMerge tag 'leds-5.6-rc1' of git://git./linux/kernel...
2020-02-02 Linus TorvaldsMerge branch 'pcmcia-next' of git://git./linux/kernel...
2020-02-01 Linus TorvaldsMerge tag '5.6-rc-small-smb3-fix-for-stable' of git...
2020-02-01 Linus TorvaldsMerge tag 'kconfig-v5.6' of git://git./linux/kernel...
2020-02-01 Linus TorvaldsMerge tag 'kbuild-v5.6' of git://git./linux/kernel...
2020-02-01 Linus TorvaldsMerge tag 'random_for_linus' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'pci-v5.6-changes' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'media/v5.6-1' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2020-01-31 Linus TorvaldsMerge tag 'thermal-v5.6-rc1-2' of git://git./linux...
2020-01-31 Linus TorvaldsMerge tag 'acpi-5.6-rc1-2' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'pm-5.6-rc1-2' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'gfs2-for-5.6' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'iomap-5.6-merge-3' of git://git./fs/xfs...
2020-01-31 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-01-31 Linus TorvaldsMerge tag 'modules-for-v5.6' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'mips_5.6' of git://git./linux/kernel/git...
2020-01-31 Linus TorvaldsMerge tag 'arc-5.6-rc1' of git://git./linux/kernel...
2020-01-31 Linus TorvaldsMerge tag 'riscv-for-linus-5.6-mw0' of git://git./linux...
2020-01-31 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2020-01-31 Dmitry Vyukovkcov: ignore fault-inject and stacktrace
2020-01-31 Dan Carpenterzswap: potential NULL dereference on error in init_zswap()
2020-01-31 Vitaly Woolmm/zswap.c: add allocation hysteresis if pool limit...
2020-01-31 Qian Caimm/page_isolation: fix potential warning from user
2020-01-31 Qian Caimm/hotplug: silence a lockdep splat with printk()
2020-01-31 David Hildenbrandmm/memory_hotplug: pass in nid to online_pages()
2020-01-31 Miaohe Linmm/mmap.c: get rid of odd jump labels in find_mergeable...
2020-01-31 David Rientjesmm, thp: fix defrag setting if newline is not used
2020-01-31 Ralph Campbellmm/migrate: add stable check in migrate_vma_insert_page()
2020-01-31 Ralph Campbellmm/migrate: clean up some minor coding style
2020-01-31 Ralph Campbellmm/migrate: remove useless mask of start address
2020-01-31 Wei Yangmm/huge_memory.c: reduce critical section protected...
2020-01-31 Wei Yangmm/huge_memory.c: use head to emphasize the purpose...
2020-01-31 Wei Yangmm/huge_memory.c: use head to check huge zero page
2020-01-31 David Rientjesmm, oom: dump stack of victim when reaping failed
2020-01-31 Anshuman Khandualmemblock: Use __func__ in remaining memblock_dbg()...
2020-01-31 Anshuman Khandualmm/memblock: define memblock_physmem_add()
2020-01-31 Alex Shimm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONE
2020-01-31 Alex Shimm/vmscan: remove prefetch_prev_lru_page
2020-01-31 Liu Songmm/vmscan.c: remove unused return value of shrink_node
2020-01-31 David Hildenbrandmm: remove "count" parameter from has_unmovable_pages()
2020-01-31 David Hildenbrandmm: remove the memory isolate notifier
2020-01-31 Kirill A. Shutemovmm/page_alloc: skip non present sections on zone initia...
2020-01-31 Andy Shevchenkomm/early_ioremap.c: use %pa to print resource_size_t...
2020-01-31 Li Xinhaimm/page_vma_mapped.c: explicitly compare pfn for normal...
2020-01-31 Kaitao Chengmm/memcontrol.c: cleanup some useless code
2020-01-31 Vasily Averinmm/swapfile.c: swap_next should increase position index
2020-01-31 John Hubbardmm, tree-wide: rename put_user_page*() to unpin_user_pa...
2020-01-31 John Hubbardmm/gup_benchmark: use proper FOLL_WRITE flags instead...
2020-01-31 John Hubbardmm/process_vm_access: set FOLL_PIN via pin_user_pages_r...
2020-01-31 John Hubbardmm/gup: introduce pin_user_pages*() and FOLL_PIN
2020-01-31 John Hubbardmm/gup: allow FOLL_FORCE for get_user_pages_fast()
2020-01-31 John Hubbardmm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
2020-01-31 John Hubbardmm: devmap: refactor 1-based refcounting for ZONE_DEVIC...
2020-01-31 Dan Williamsmm: Cleanup __put_devmap_managed_page() vs ->page_free()
2020-01-31 John Hubbardmm/gup: move try_get_compound_head() to top, fix minor...
2020-01-31 John Hubbardmm/gup: factor out duplicate code from four routines
2020-01-31 Wei Yangmm/gup.c: use is_vm_hugetlb_page() to check whether...
2020-01-31 Qiujun Huangmm: fix gup_pud_range
2020-01-31 Ira Weinymm/filemap.c: clean up filemap_write_and_wait()
2020-01-31 Vlastimil Babkamm/debug.c: always print flags in dump_page()
2020-01-31 He Zhemm/kmemleak: turn kmemleak_lock and object->lock to...
2020-01-31 Yu Zhaomm/slub.c: avoid slub allocation while holding list_lock
2020-01-31 Yang Shimm: move_pages: report the number of non-attempted...
2020-01-31 Wei Yangmm: thp: don't need care deferred split queue in memcg...
2020-01-31 Dan Williamsmm/memory_hotplug: fix remove_memory() lockdep splat
2020-01-31 Wei Yangmm/migrate.c: also overwrite error when it is bigger...
2020-01-31 Pingfan Liumm/sparse.c: reset section's mem_map when fully deactivated
2020-01-31 Dan Carpentermm/mempolicy.c: fix out of bounds write in mpol_parse_str()
2020-01-31 Theodore Ts'omemcg: fix a crash in wb_workfn when a device disappears
2020-01-31 Linus TorvaldsMerge tag 'kvm-5.6-1' of git://git./virt/kvm/kvm
2020-01-31 Rafael J. WysockiMerge branches 'pm-cpufreq' and 'pm-core'
2020-01-31 Linus TorvaldsMerge tag 'mpx-for-linus' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'mtd/for-5.6' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'upstream-5.6-rc1' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'f2fs-for-5.6' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'for_v5.6-rc1' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'xfs-5.6-merge-6' of git://git./fs/xfs/xfs...
2020-01-30 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2020-01-30 Paolo BonziniMerge branch 'cve-2019-3016' into kvm-next-5.6
2020-01-30 Paolo BonziniMerge tag 'kvm-ppc-next-5.6-2' of git://git./linux...
2020-01-30 Paolo BonziniMerge tag 'kvmarm-5.6' of git://git./linux/kernel/git...
2020-01-30 Linus TorvaldsMerge tag 'drm-next-2020-01-30' of git://anongit.freede...
2020-01-30 Linus TorvaldsMerge tag 'for-v5.6' of git://git./linux/kernel/git...
2020-01-30 Linus TorvaldsMerge tag 'devicetree-for-5.6' of git://git./linux...
2020-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide
2020-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2020-01-30 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-01-30 Dave AirlieMerge branch 'linux-5.6' of git://github.com/skeggsb...
2020-01-30 Linus TorvaldsMerge tag 'for-linus-hmm' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'threads-v5.6' of git://git./linux/kernel...
2020-01-30 Linus TorvaldsMerge tag 'for-5.6/io_uring-vfs-2020-01-29' of git...
2020-01-30 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2020-01-30 Linus TorvaldsMerge tag 'for-5.6/dm-changes' of git://git./linux...
2020-01-29 Linus TorvaldsMerge tag 'docs-5.6' of git://git.lwn.net/linux
next