aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* UPSTREAM: math64: New separate div64_u64_rem helperMike Snitzer2017-05-241-0/+13
* include/linux/mm.h: remove ifdef conditionRashika Kheria2017-05-241-2/+0
* mm/readahead.c: inline ra_submitFabian Frederick2017-05-241-3/+0
* mm/memblock.c: introduce bottom-up allocation modeTang Chen2017-05-242-0/+28
* memblock, numa: binary search node idYinghai Lu2017-05-241-0/+2
* mm: disable zone_reclaim_mode by defaultMel Gorman2017-05-241-1/+2
* swap: maybe_preload & refactoringDmitry Safonov2017-05-241-0/+3
* fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox2017-05-241-0/+2
* fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox2017-05-241-0/+4
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2017-05-241-1/+1
* net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2017-05-241-2/+6
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2017-05-241-3/+0
* UPSTREAM: netfilter: Fix build errors with xt_socket.cDavid S. Miller2017-05-231-0/+2
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2017-05-234-5/+10
* BACKPORT [UPSTREAM] net: add real socket cookiesChenbo Feng2017-05-233-0/+6
* net: core: add UID to flows, rules, and routesLorenzo Colitti2017-05-234-1/+29
* Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-05-237-21/+5
* Revert "Handle 'sk' being NULL in UID-based routing."Lorenzo Colitti2017-05-231-1/+1
* net: core: Add a UID field to struct sock.Lorenzo Colitti2017-05-231-0/+7
* timer: Added usleep[_range] timerPatrick Pannuto2017-05-221-0/+5
* kernel: Only expose su when daemon is runningTom Marshall2017-05-214-0/+19
* fscrypt: introduce helper function for filename matchingEric Biggers2017-05-212-0/+87
* fscrypt: Move key structure and constants to uapiJoe Richey2017-05-211-0/+13
* fscrypt: eliminate ->prepare_context() operationEric Biggers2017-05-211-1/+0
* f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-212-1/+3
* f2fs: sanity check segment countJin Qian2017-05-211-0/+6
* f2fs: trace __submit_discard_cmdChao Yu2017-05-211-1/+15
* f2fs: make sure trace all f2fs_issue_flushKinglong Mee2017-05-211-4/+7
* f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-05-211-0/+1
* FROMLIST: pstore: drop pmsg bounce bufferMark Salyzyn2017-05-202-5/+13
* give up on gcc ilog2() constant optimizationsLinus Torvalds2017-05-201-11/+2
* ANDROID: Add untag hacks to inet_release functionChenbo Feng2017-05-201-0/+1
* Revert "BACKPORT: [UPSTREAM] mbcache2: reimplement mbcache"Mister Oyster2017-05-111-50/+0
* Revert "BACKPORT: [UPSTREAM] mm: new shrinker API"Mister Oyster2017-05-111-29/+9
* android: fiq_debugger: restrict access to critical commands.Mark Salyzyn2017-05-101-0/+1
* Staging: android: binder: Remove support for old 32 bit binder protocol.Arve Hjønnevåg2017-05-071-9/+0
* um: fix buildMister Oyster2017-05-041-0/+2
* locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2017-05-032-0/+127
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2017-04-292-9/+10
* arm64: ptrace: add NT_ARM_SYSTEM_CALL regsetAKASHI Takahiro2017-04-271-0/+1
* net: include missing headers in net/net_namespace.hPablo Neira Ayuso2017-04-251-0/+2
* BACKPORT: [UPSTREAM] mbcache2: reimplement mbcacheJan Kara2017-04-251-0/+50
* BACKPORT: [UPSTREAM] mm: new shrinker APIDave Chinner2017-04-251-9/+29
* cred/userns: define current_user_ns() as a functionArnd Bergmann2017-04-252-3/+4
* rbtree: add postorder iteration functionsCody P Schafer2017-04-171-0/+4
* rbtree: add rbtree_postorder_for_each_entry_safe() helperCody P Schafer2017-04-171-0/+18
* vfs: add setattr2 fix mergeMister Oyster2017-04-171-1/+1
* BACKPORT: posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-04-161-0/+1
* crypto: sha512 - implement base layer for SHA-512Ard Biesheuvel2017-04-162-1/+132
* crypto: sha256 - implement base layer for SHA-256Ard Biesheuvel2017-04-162-1/+129