| Commit message (Expand) | Author | Age | Files | Lines |
* | hugetlbfs: add minimum size tracking fields to subpool structure | Mike Kravetz | 2015-04-16 | 2 | -3/+8 |
* | mm/compaction: reset compaction scanner positions | Gioh Kim | 2015-04-16 | 1 | -0/+8 |
* | mm, memcg: sync allocation and memcg charge gfp flags for THP | Michal Hocko | 2015-04-16 | 1 | -22/+20 |
* | mm: rename deactivate_page to deactivate_file_page | Minchan Kim | 2015-04-16 | 3 | -14/+14 |
* | Documentation/vm/unevictable-lru.txt: document interaction between compaction... | Eric B Munson | 2015-04-16 | 1 | -0/+12 |
* | mm: allow compaction of unevictable pages | Eric B Munson | 2015-04-16 | 4 | -0/+28 |
* | mm/page-writeback: check-before-clear PageReclaim | Naoya Horiguchi | 2015-04-16 | 1 | -1/+2 |
* | mm/migrate: check-before-clear PageSwapCache | Naoya Horiguchi | 2015-04-16 | 1 | -1/+2 |
* | mm: avoid tail page refcounting on non-THP compound pages | Kirill A. Shutemov | 2015-04-16 | 1 | -1/+1 |
* | mm: consolidate all page-flags helpers in <linux/page-flags.h> | Kirill A. Shutemov | 2015-04-16 | 4 | -105/+96 |
* | mm/memory-failure.c: define page types for action_result() in one place | Naoya Horiguchi | 2015-04-16 | 1 | -31/+77 |
* | memcg: remove obsolete comment | Vladimir Davydov | 2015-04-16 | 1 | -5/+0 |
* | memcg: zap mem_cgroup_lookup() | Vladimir Davydov | 2015-04-16 | 2 | -17/+9 |
* | mm: refactor zone_movable_is_highmem() | Zhang Zhen | 2015-04-16 | 1 | -4/+4 |
* | mm/oom_kill.c: fix typo in comment | Yaowei Bai | 2015-04-16 | 1 | -1/+1 |
* | vfs: delete vfs_readdir function declaration | Zhang Zhen | 2015-04-16 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-04-15 | 1451 | -32244/+55301 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2015-04-15 | 12 | -138/+215 |
| |\ |
|
| | * | fm10k: Bump driver version to 0.15.2 | Jeff Kirsher | 2015-04-15 | 1 | -1/+1 |
| | * | fm10k: corrected VF multicast update | Jeff Kirsher | 2015-04-15 | 1 | -2/+5 |
| | * | fm10k: mbx_update_max_size does not drop all oversized messages | Jeff Kirsher | 2015-04-15 | 1 | -3/+6 |
| | * | fm10k: reset head instead of calling update_max_size | Jeff Kirsher | 2015-04-15 | 1 | -2/+16 |
| | * | fm10k: renamed mbx_tx_dropped to mbx_tx_oversized | Jeff Kirsher | 2015-04-15 | 1 | -1/+1 |
| | * | fm10k: update xcast mode before synchronizing multicast addresses | Jeff Kirsher | 2015-04-15 | 1 | -11/+11 |
| | * | fm10k: start service timer on probe | Jeff Kirsher | 2015-04-15 | 1 | -3/+6 |
| | * | fm10k: fix function header comment | Jeff Kirsher | 2015-04-15 | 1 | -2/+1 |
| | * | fm10k: comment next_vf_mbx flow | Jeff Kirsher | 2015-04-15 | 1 | -0/+11 |
| | * | fm10k: don't handle mailbox events in iov_event path and always process mailbox | Jeff Kirsher | 2015-04-15 | 2 | -32/+5 |
| | * | fm10k: use separate workqueue for fm10k driver | Jeff Kirsher | 2015-04-15 | 3 | -1/+16 |
| | * | fm10k: Set PF queues to unlimited bandwidth during virtualization | Jeff Kirsher | 2015-04-15 | 1 | -1/+2 |
| | * | fm10k: expose tx_timeout_count as an ethtool stat | Jeff Kirsher | 2015-04-15 | 1 | -0/+2 |
| | * | fm10k: only increment tx_timeout_count in Tx hang path | Jeff Kirsher | 2015-04-15 | 1 | -1/+0 |
| | * | fm10k: remove extraneous "Reset interface" message | Jeff Kirsher | 2015-04-15 | 1 | -1/+0 |
| | * | fm10k: separate PF only stats so that VF does not display them | Jeff Kirsher | 2015-04-15 | 1 | -14/+37 |
| | * | fm10k: use hw->mac.max_queues for stats | Jeff Kirsher | 2015-04-15 | 2 | -8/+12 |
| | * | fm10k: only show actual queues, not the maximum in hardware | Jeff Kirsher | 2015-04-15 | 1 | -2/+3 |
| | * | fm10k: allow creation of VLAN on default vid | Jeff Kirsher | 2015-04-15 | 1 | -4/+4 |
| | * | fm10k: fix unused warnings | Jeff Kirsher | 2015-04-15 | 7 | -37/+35 |
| | * | fm10k: Add netconsole support | Jeff Kirsher | 2015-04-15 | 3 | -0/+28 |
| | * | fm10k: Have the VF get the default VLAN during init | Jeff Kirsher | 2015-04-15 | 1 | -1/+5 |
| | * | fm10k: Correct spelling mistake | Jeff Kirsher | 2015-04-15 | 1 | -2/+2 |
| | * | fm10k: Remove redundant rx_errors in ethtool | Jeff Kirsher | 2015-04-14 | 3 | -7/+4 |
| | * | fm10k: Corrected an error in Tx statistics | Jeff Kirsher | 2015-04-14 | 1 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-04-15 | 36 | -579/+739 |
| |\ \
| | |/
| |/| |
|
| | * | netfilter: nf_tables: get rid of the expression example code | Pablo Neira Ayuso | 2015-04-13 | 1 | -94/+0 |
| | * | netfilter: nft_dynset: dynamic stateful expression instantiation | Patrick McHardy | 2015-04-13 | 2 | -4/+52 |
| | * | netfilter: nf_tables: add flag to indicate set contains expressions | Patrick McHardy | 2015-04-13 | 3 | -2/+11 |
| | * | netfilter: nf_tables: mark stateful expressions | Patrick McHardy | 2015-04-13 | 3 | -0/+6 |
| | * | netfilter: nf_tables: prepare for expressions associated to set elements | Patrick McHardy | 2015-04-13 | 3 | -0/+18 |
| | * | netfilter: nf_tables: add helper functions for expression handling | Patrick McHardy | 2015-04-13 | 2 | -5/+64 |