summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt2015-04-151-0/+5
* kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley2015-04-151-1/+2
* kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki2015-04-151-8/+0
* kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-153-4/+60
* include/linux: remove empty conditionalsRasmus Villemoes2015-04-152-73/+0
* zsmalloc: support compactionMinchan Kim2015-04-151-0/+1
* dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh2015-04-151-0/+1
* mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh2015-04-151-0/+3
* mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin2015-04-151-0/+2
* mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov2015-04-152-14/+2
* mm: cma: add trace events for CMA allocations and freeingsStefan Strogin2015-04-151-0/+66
* include/linux/mm.h: simplify flag checkBorislav Petkov2015-04-151-3/+3
* mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi2015-04-152-2/+7
* mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes2015-04-151-1/+2
* hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-151-1/+2
* hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz2015-04-151-1/+7
* mm: rename deactivate_page to deactivate_file_pageMinchan Kim2015-04-151-1/+1
* mm: allow compaction of unevictable pagesEric B Munson2015-04-151-0/+1
* mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov2015-04-151-1/+1
* mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov2015-04-154-105/+96
* mm: refactor zone_movable_is_highmem()Zhang Zhen2015-04-151-4/+4
* vfs: delete vfs_readdir function declarationZhang Zhen2015-04-151-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15151-1319/+3209
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-145-36/+116
| |\
| | * netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy2015-04-131-0/+2
| | * netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2015-04-131-0/+2
| | * netfilter: nf_tables: mark stateful expressionsPatrick McHardy2015-04-131-0/+4
| | * netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy2015-04-132-0/+9
| | * netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2015-04-131-0/+13
| | * uapi: ebtables: don't include linux/if.hPablo Neira Ayuso2015-04-132-3/+2
| | * netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy2015-04-132-1/+7
| | * netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-131-1/+2
| | * netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-132-9/+35
| | * netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-0/+3
| | * netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2015-04-131-2/+2
| | * netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy2015-04-131-7/+0
| | * netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy2015-04-131-5/+2
| | * netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-132-5/+31
| | * netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-2/+1
| | * netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-1/+0
| | * netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-3/+4
| | * netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-0/+1
| |\ \
| | * | net: phy: broadcom: Add BCM54616S phy entryAlessio Igor Bogani2015-04-081-0/+1
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-138-73/+46
| |\ \ \
| | * | | new helper: msg_data_left()Al Viro2015-04-111-0/+5
| | * | | Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-111-1/+2
| | |\ \ \
| | | * | | RxRPC: Handle VERSION Rx protocol packetsDavid Howells2015-04-011-1/+2
| | * | | | get rid of the size argument of sock_sendmsg()Al Viro2015-04-111-1/+1
| | * | | | net: switch importing msghdr from userland to {compat_,}import_iovec()Al Viro2015-04-091-1/+1