2017-05-03 |
Pushkar Jambhlekar | include/linux/migrate.h: add arg names to prototype |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Vinayak Menon | mm: enable page poisoning early at boot |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Huang Ying | mm, swap: avoid lock swap_avail_lock when held cluster... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Huang Ying | mm, swap: improve readability via make spin_lock/unlock... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Huang Ying | mm, swap: fix comment in __read_swap_cache_async |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: remove SWAP_[SUCCESS|AGAIN|FAIL] |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: make rmap_one boolean function |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: make rmap_walk() return void |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: make ttu's return boolean |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: remove SWAP_AGAIN in ttu |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: remove SWAP_MLOCK in ttu |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: make try_to_munlock() return void |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: remove SWAP_DIRTY in ttu |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: remove unncessary ret in page_referenced |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Yisheng Xie | mm/vmscan: more restrictive condition for retry in... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Yisheng Xie | mm/compaction: ignore block suitable after check large... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Wei Yang | mm/sparse: refine usemap_size() a little |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: page_alloc: __GFP_NOWARN shouldn't suppress stall... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Mel Gorman | mm, vmscan: prevent kswapd sleeping prematurely due... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Mel Gorman | mm, vmscan: only clear pgdat congested/dirty/writeback... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Shantanu Goel | mm, vmscan: fix zone balance check in prepare_kswapd_sleep |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: do not use double negation for testing page flags |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Kees Cook | mm: remove rodata_test_data export, add pr_fmt |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Matthew Wilcox | mm: tighten up the fault path a little |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Michal Hocko | jbd2: make the whole kjournald2 kthread NOFS safe |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Michal Hocko | jbd2: mark the transaction context with the scope GFP_N... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Michal Hocko | xfs: use memalloc_nofs_{save,restore} instead of memall... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Michal Hocko | mm: introduce memalloc_nofs_{save,restore} API |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Michal Hocko | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Michal Hocko | lockdep: allow to disable reclaim lockup detection |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nikolay Borisov | lockdep: teach lockdep about memalloc_noio_save |
commit | commitdiff | tree | snapshot |
2017-05-03 |
David Rientjes | mm, vmstat: suppress pcp stats for unpopulated zones... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
David Rientjes | mm, vmstat: print non-populated zones in zoneinfo |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Xishi Qiu | mm: use is_migrate_isolate_page() to simplify the code |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Xishi Qiu | mm: use is_migrate_highatomic() to simplify the code |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Huang Ying | mm, swap: Fix a race in free_swap_and_cache() |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: memcontrol: provide shmem statistics |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Shaohua Li | proc: show MADV_FREE pages info in smaps |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Shaohua Li | mm: enable MADV_FREE for swapless system |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Minchan Kim | mm: fix lazyfree BUG_ON check in try_to_unmap_one() |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Shaohua Li | mm: reclaim MADV_FREE pages |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Shaohua Li | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Shaohua Li | mm: don't assume anonymous pages have SwapBacked flag |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Shaohua Li | mm: delete unnecessary TTU_* flags |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Geliang Tang | mm/page-writeback.c: use setup_deferrable_timer |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: remove unnecessary back-off function when retrying... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | Revert "mm, vmscan: account for skipped pages as a... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: don't avoid high-priority reclaim on memcg limit... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: don't avoid high-priority reclaim on unreclaimable... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: remove unnecessary reclaimability check from NUMA... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: remove seemingly spurious reclaimability check... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: fix check for reclaimable pages in PF_MEMALLOC... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Johannes Weiner | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Greg Thelen | slab: avoid IPIs when creating kmem caches |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Geliang Tang | fs/ocfs2/cluster: use offset_in_page() macro |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Junxiao Bi | ocfs2: o2hb: revert hb threshold to keep compatible |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Geliang Tang | fs/ocfs2/cluster: use setup_timer |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Masahiro Yamada | blackfin: bf609: let clk_disable() return immediately... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Colin Ian King | scripts/spelling.txt: add several more common spelling... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Pankaj Gupta | lib/dma-debug.c: make locking work for RT |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'for-linus' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'spi-v4.12' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'regulator-v4.12' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge branch 'i2c/for-4.12' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'backlight-next-4.12' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'sound-4.12-rc1' of git://git.kernel.org... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'drm-for-v4.12' of git://people.freedesktop... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge branch 'generic' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge branch 'fsnotify' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'for-4.12/dm-post-merge-changes' of git:... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge tag 'for-4.12/dm-changes' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge branch 'stable-4.12' of git://git.infradead.org... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Linus Torvalds | Merge branch 'next' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
David S. Miller | Merge branch 'ibmvnic-Updated-reset-handler-andcode... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Move queue restarting in ibmvnic_tx_complete |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Thomas Falcon | ibmvnic: Record SKB RX queue during poll |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Continue skb processing after skb completion... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Check for driver reset first in ibmvnic_xmit |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Wait for any pending scrqs entries at driver... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Clean up tx pools when closing |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Whitespace correction in release_rx_pools |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Delete napi's when releasing driver resources |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Updated reset handling |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Replace is_closed with state field |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Nathan Fontenot | ibmvnic: Move resource initialization to its own routine |
commit | commitdiff | tree | snapshot |
2017-05-03 |
David S. Miller | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Geert Uytterhoeven | netfilter: conntrack: Force inlining of build check... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Geert Uytterhoeven | test_bpf: Use ULL suffix for 64-bit constants |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Daniele Palmas | net: usb: qmi_wwan: add Telit ME910 support |
commit | commitdiff | tree | snapshot |
2017-05-03 |
YueHaibing | tg3: don't clear stats while tg3_close |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Alexei Starovoitov | selftests/bpf: get rid of -D__x86_64__ |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Yonghong Song | selftests/bpf: add a test case to check verifier pointe... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Daniel Borkmann | xdp: use common helper for netlink extended ack reporting |
commit | commitdiff | tree | snapshot |
2017-05-03 |
David Ahern | net: ipv6: Do not duplicate DAD on link up |
commit | commitdiff | tree | snapshot |
2017-05-03 |
David Cai | smsc911x: Adding support for Micochip LAN9250 Ethernet... |
commit | commitdiff | tree | snapshot |
next |