index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-28
Merge tag 'linux-kselftest-4.21-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-12-28
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-12-28
Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-12-28
Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-12-28
Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-12-28
Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-12-28
Merge tag 'hsi-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...
Linus Torvalds
2018-12-28
Merge tag 'for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
2018-12-28
Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-28
Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-12-28
Merge tag 'drm-next-2018-12-27' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-12-28
Merge tag 'hwmon-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-12-28
Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2018-12-28
Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-12-28
Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-12-28
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-28
Merge tag 'for-4.21/libata-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-28
Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-28
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...
Linus Torvalds
2018-12-28
Fix failure path in alloc_pid()
Matthew Wilcox
2018-12-28
kernel/fork.c: mark 'stack_vm_area' with __maybe_unused
YueHaibing
2018-12-28
memcg, oom: notify on oom killer invocation from the charge path
Michal Hocko
2018-12-28
mm, swap: fix swapoff with KSM pages
Huang Ying
2018-12-28
include/linux/gfp.h: fix typo
Kyle Spiers
2018-12-28
mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm
Dan Williams
2018-12-28
hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race
Mike Kravetz
2018-12-28
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2018-12-28
memory_hotplug: add missing newlines to debugging output
Michal Hocko
2018-12-28
mm: remove __hugepage_set_anon_rmap()
Kirill Tkhai
2018-12-28
include/linux/vmstat.h: remove unused page state adjustment macro
Wei Yang
2018-12-28
mm/page_alloc.c: allow error injection
Benjamin Poirier
2018-12-28
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
2018-12-28
blkdev: avoid migration stalls for blkdev pages
Jan Kara
2018-12-28
mm: migrate: provide buffer_migrate_page_norefs()
Jan Kara
2018-12-28
mm: migrate: move migrate_page_lock_buffers()
Jan Kara
2018-12-28
mm: migrate: lock buffers before migrate_page_move_mapping()
Jan Kara
2018-12-28
mm: migration: factor out code to compute expected number of page references
Jan Kara
2018-12-28
mm, page_alloc: enable pcpu_drain with zone capability
Wei Yang
2018-12-28
kmemleak: add config to select auto scan
Sri Krishna chowdary
2018-12-28
mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init
Waiman Long
2018-12-28
userfaultfd: clear flag if remap event not enabled
Peter Xu
2018-12-28
mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES
Pingfan Liu
2018-12-28
ksm: react on changing "sleep_millisecs" parameter faster
Kirill Tkhai
2018-12-28
mm, fault_around: do not take a reference to a locked page
Michal Hocko
2018-12-28
mm, memory_hotplug: deobfuscate migration part of offlining
Michal Hocko
[prev]
[next]