summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual39-74/+104
2019-03-06mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2019-03-06PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand1-2/+7
2019-03-06PM/Hibernate: use pfn_to_online_page()David Hildenbrand1-4/+4
2019-03-06vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+32
2019-03-06hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-2/+12
2019-03-06xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+3
2019-03-06kexec: export PG_offline to VMCOREINFODavid Hildenbrand1-0/+2
2019-03-06mm: convert PG_balloon to PG_offlineDavid Hildenbrand6-15/+21
2019-03-06mm: balloon: update comment about isolation/migration/compactionDavid Hildenbrand1-17/+9
2019-03-06mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS6-25/+45
2019-03-06mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-06include/linux/slub_def.h: comment fixesTobin C. Harding1-6/+6
2019-03-06mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-03-06mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang1-2/+1
2019-03-06fs/file.c: initialize init_files.resize_waitShuriyc Chu1-0/+1
2019-03-06fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta1-7/+1
2019-03-06ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2019-03-06ocfs2: fix the application IO timeout when fstrim is runningGang He5-63/+106
2019-03-06ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2019-03-06sh: remove nargs from __SYSCALLFiroz Khan2-3/+3
2019-03-06scripts/decode_stacktrace.sh: handle RIP address with segmentKonstantin Khlebnikov1-1/+8
2019-03-06kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov1-3/+3
2019-03-06kasan: fix kasan_check_read/write definitionsArnd Bergmann2-1/+3
2019-03-06page_poison: play nicely with KASANQian Cai2-1/+5
2019-03-06kasan: remove use after scope bugs detection.Andrey Ryabinin9-73/+0
2019-03-06mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds119-4615/+1610
2019-03-05Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-131/+197
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds71-1080/+1846
2019-03-05Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-438/+50
2019-03-05x86: Deprecate a.out supportBorislav Petkov2-2/+1
2019-03-05a.out: remove core dumping supportLinus Torvalds6-485/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds170-11380/+8863
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2150-57877/+112531
2019-03-05Revert "s390/cpum_cf: Add kernel message exaplanations"Martin Schwidefsky2-81/+0
2019-03-05Merge tag 'leds-for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-71/+259
2019-03-05Merge tag 'hwmon-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds82-2271/+2186
2019-03-05Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds72-2507/+5094
2019-03-05Merge tag 'regulator-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds94-1521/+2489
2019-03-05Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds3-5/+127
2019-03-05Merge tag 'mmc-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds59-686/+1198
2019-03-05Merge tag 'i3c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds2-0/+2
2019-03-05Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds41-675/+4536
2019-03-05Merge tag 'vfio-v5.1-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds16-54/+125
2019-03-05fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev1-0/+12
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller63-254/+375
2019-03-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-65/+44
2019-03-05net/sched: avoid unused-label warningArnd Bergmann1-1/+1
2019-03-05net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2-2/+5