summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-07zram: inline zram_compressMinchan Kim1-42/+22
2017-09-07zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim1-33/+23
2017-09-07mm, memory_hotplug: remove zone restrictionsMichal Hocko2-54/+23
2017-09-07mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko3-43/+65
2017-09-07mm/memory_hotplug: just build zonelist for newly added nodeWei Yang1-5/+9
2017-09-07drm/i915: wire up shrinkctl->nr_scannedChris Wilson5-11/+24
2017-09-07mm: track actual nr_scanned during shrink_slab()Chris Wilson2-3/+11
2017-09-07mm/slub.c: add a naive detection of double free or corruptionAlexander Popov1-0/+4
2017-09-07mm: add SLUB free list pointer obfuscationKees Cook3-5/+50
2017-09-07slub: tidy up initialization orderingAlexander Potapenko1-2/+2
2017-09-07ocfs2: clean up some dead codeJun Piao12-71/+19
2017-09-07ocfs2: make ocfs2_set_acl() staticJan Kara2-8/+1
2017-09-07modpost: simplify sec_name()Masahiro Yamada1-16/+11
2017-09-07dax: initialize variable pfn before using itNicolas Iooss1-1/+1
2017-09-07dax: use PG_PMD_COLOUR instead of open codingRoss Zwisler1-7/+4
2017-09-07dax: explain how read(2)/write(2) addresses are validatedRoss Zwisler1-0/+5
2017-09-07dax: move all DAX radix tree defs to fs/dax.cRoss Zwisler2-41/+34
2017-09-07dax: remove DAX code from page_cache_tree_insert()Ross Zwisler3-14/+3
2017-09-07dax: use common 4k zero page for dax mmap readsRoss Zwisler7-235/+86
2017-09-07dax: relocate some dax functionsRoss Zwisler1-69/+69
2017-09-07mm: add vm_insert_mixed_mkwrite()Ross Zwisler2-7/+45
2017-09-07metag/numa: remove the unused parent_node() macroDou Liyang1-1/+0
2017-09-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds136-3169/+11758
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1592-30402/+99174
2017-09-07Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds31-89/+241
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds8-54/+93
2017-09-06Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds7-30/+36
2017-09-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds10-111/+222
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds50-709/+1027
2017-09-06Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-110/+321
2017-09-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2-40/+61
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-106/+76
2017-09-06i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller1-0/+1
2017-09-06i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2017-09-06Merge branch 'xgene-Misc-bug-fixes'David S. Miller2-9/+4
2017-09-06drivers: net: xgene: Remove return statement from void functionIyappan Subramanian1-2/+0
2017-09-06drivers: net: xgene: Configure tx/rx delay for ACPIQuan Nguyen1-5/+2
2017-09-06drivers: net: xgene: Read tx/rx delay for ACPIIyappan Subramanian1-2/+2
2017-09-06rocker: fix kcalloc parameter orderZahari Doychev1-2/+2
2017-09-06rds: Fix non-atomic operation on shared flag variableHÃ¥kon Bugge1-2/+2
2017-09-06net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski1-2/+6
2017-09-06vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-09-06net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe5-6/+17
2017-09-06rxrpc: Make service connection lookup always check for retryDavid Howells1-2/+1
2017-09-06net: stmmac: Delete dead code for MDIO registrationRomain Perier2-19/+19
2017-09-06gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-09-06cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar1-1/+15
2017-09-06cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar1-8/+4
2017-09-06cxgb4: fix memory leakGanesh Goudar1-3/+3
2017-09-06tun: rename generic_xdp to skb_xdpJason Wang1-7/+11