index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
2015-04-16
1
-4
/
+4
*
printk: comment pr_cont() stating it is only to continue a line
Steven Rostedt
2015-04-16
1
-0
/
+5
*
kernel/reboot.c: add orderly_reboot for graceful reboot
Joel Stanley
2015-04-16
1
-1
/
+2
*
kernel/resource.c: remove deprecated __check_region() and friends
Jakub Sitnicki
2015-04-16
1
-8
/
+0
*
kernel: conditionally support non-root users, groups and capabilities
Iulia Manda
2015-04-16
3
-4
/
+60
*
include/linux: remove empty conditionals
Rasmus Villemoes
2015-04-16
2
-73
/
+0
*
zsmalloc: support compaction
Minchan Kim
2015-04-16
1
-0
/
+1
*
dax: use pfn_mkwrite to update c/mtime + freeze protection
Boaz Harrosh
2015-04-16
1
-0
/
+1
*
mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP
Boaz Harrosh
2015-04-16
1
-0
/
+3
*
mm/mempool.c: kasan: poison mempool elements
Andrey Ryabinin
2015-04-16
1
-0
/
+2
*
mm: uninline and cleanup page-mapping related helpers
Kirill A. Shutemov
2015-04-16
2
-14
/
+2
*
mm: cma: add trace events for CMA allocations and freeings
Stefan Strogin
2015-04-16
1
-0
/
+66
*
include/linux/mm.h: simplify flag check
Borislav Petkov
2015-04-16
1
-3
/
+3
*
mm: hugetlb: cleanup using paeg_huge_active()
Naoya Horiguchi
2015-04-16
2
-2
/
+7
*
mm, mempool: disallow mempools based on slab caches with constructors
David Rientjes
2015-04-16
1
-1
/
+2
*
hugetlbfs: accept subpool min_size mount option and setup accordingly
Mike Kravetz
2015-04-16
1
-1
/
+2
*
hugetlbfs: add minimum size tracking fields to subpool structure
Mike Kravetz
2015-04-16
1
-1
/
+7
*
mm: rename deactivate_page to deactivate_file_page
Minchan Kim
2015-04-16
1
-1
/
+1
*
mm: allow compaction of unevictable pages
Eric B Munson
2015-04-16
1
-0
/
+1
*
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: refactor zone_movable_is_highmem()
Zhang Zhen
2015-04-16
1
-4
/
+4
*
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
151
-1319
/
+3209
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-04-15
5
-36
/
+116
|
|
\
|
|
*
netfilter: nft_dynset: dynamic stateful expression instantiation
Patrick McHardy
2015-04-13
1
-0
/
+2
|
|
*
netfilter: nf_tables: add flag to indicate set contains expressions
Patrick McHardy
2015-04-13
1
-0
/
+2
|
|
*
netfilter: nf_tables: mark stateful expressions
Patrick McHardy
2015-04-13
1
-0
/
+4
|
|
*
netfilter: nf_tables: prepare for expressions associated to set elements
Patrick McHardy
2015-04-13
2
-0
/
+9
|
|
*
netfilter: nf_tables: add helper functions for expression handling
Patrick McHardy
2015-04-13
1
-0
/
+13
|
|
*
uapi: ebtables: don't include linux/if.h
Pablo Neira Ayuso
2015-04-13
2
-3
/
+2
|
|
*
netfilter: nf_tables: variable sized set element keys / data
Patrick McHardy
2015-04-13
2
-1
/
+7
|
|
*
netfilter: nf_tables: support variable sized data in nft_data_init()
Patrick McHardy
2015-04-13
1
-1
/
+2
|
|
*
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
2015-04-13
2
-9
/
+35
|
|
*
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
2015-04-13
1
-0
/
+3
|
|
*
netfilter: nf_tables: convert sets to u32 data pointers
Patrick McHardy
2015-04-13
1
-2
/
+2
|
|
*
netfilter: nf_tables: kill nft_data_cmp()
Patrick McHardy
2015-04-13
1
-7
/
+0
|
|
*
netfilter: nf_tables: use struct nft_verdict within struct nft_data
Patrick McHardy
2015-04-13
1
-5
/
+2
|
|
*
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-13
2
-5
/
+31
|
|
*
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
2015-04-13
1
-2
/
+1
|
|
*
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
2015-04-13
1
-1
/
+0
|
|
*
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-3
/
+4
|
|
*
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-1
/
+1
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-14
1
-0
/
+1
|
|
\
\
|
|
*
|
net: phy: broadcom: Add BCM54616S phy entry
Alessio Igor Bogani
2015-04-08
1
-0
/
+1
|
*
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2015-04-14
8
-73
/
+46
|
|
\
\
\
|
|
*
|
|
new helper: msg_data_left()
Al Viro
2015-04-11
1
-0
/
+5
|
|
*
|
|
Merge remote-tracking branch 'dh/afs' into for-davem
Al Viro
2015-04-11
1
-1
/
+2
|
|
|
\
\
\
|
|
|
*
|
|
RxRPC: Handle VERSION Rx protocol packets
David Howells
2015-04-01
1
-1
/
+2
|
|
*
|
|
|
get rid of the size argument of sock_sendmsg()
Al Viro
2015-04-11
1
-1
/
+1
[next]