summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-1911-59/+54
* include/linux: apply __malloc attributeRasmus Villemoes2016-05-196-26/+27
* compiler.h: add support for malloc attributeRasmus Villemoes2016-05-192-0/+5
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-1917-54/+58
* mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-194-4/+4
* mm/slub.c: fix sysfs filename in commentLi Peng2016-05-191-5/+5
* mm: slab: remove ZONE_DMA_FLAGYang Shi2016-05-192-27/+1
* mm: SLAB freelist randomizationThomas Garnier2016-05-193-2/+178
* mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...Vladimir Davydov2016-05-191-1/+1
* mm/slab: lockless decision to grow cacheJoonsoo Kim2016-05-191-3/+18
* mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim2016-05-191-32/+36
* mm/slab: separate cache_grow() to two partsJoonsoo Kim2016-05-191-22/+52
* mm/slab: make cache_grow() handle the page allocated on arbitrary nodeJoonsoo Kim2016-05-191-39/+21
* mm/slab: racy access/modify the slab colorJoonsoo Kim2016-05-191-13/+13
* mm/slab: don't keep free slabs if free_objects exceeds free_limitJoonsoo Kim2016-05-191-9/+14
* mm/slab: clean-up kmem_cache_node setupJoonsoo Kim2016-05-191-100/+68
* mm/slab: factor out kmem_cache_node initialization codeJoonsoo Kim2016-05-191-29/+45
* mm/slab: drain the free slab as much as possibleJoonsoo Kim2016-05-191-9/+3
* mm/slab: remove BAD_ALIEN_MAGIC againJoonsoo Kim2016-05-191-4/+2
* mm/slab: fix the theoretical race by holding proper lockJoonsoo Kim2016-05-191-23/+45
* kernel/padata.c: hide unused functionsArnd Bergmann2016-05-191-37/+37
* kernel/padata.c: removed unused codeRichard Cochran2016-05-192-69/+0
* ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua2016-05-191-5/+1
* ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao2016-05-191-3/+2
* ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun2016-05-191-2/+1
* ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua2016-05-191-1/+1
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-196-109/+60
* Documentation: update debugobjects docDu, Changbin2016-05-191-12/+14
* percpu_counter: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-3/+3
* rcu: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-3/+3
* timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-192-24/+24
* workqueue: update debugobjects fixup callbacks return typeDu, Changbin2016-05-191-10/+10
* debugobjects: correct the usage of fixup call resultsDu, Changbin2016-05-191-1/+1
* debugobjects: make fixup functions return bool instead of intDu, Changbin2016-05-192-29/+29
* scripts/bloat-o-meter: print percent changeVineet Gupta2016-05-191-0/+6
* scripts/spelling.txt: add "fimware" misspellingKees Cook2016-05-194-3/+4
* scripts/decode_stacktrace.sh: handle symbols in modulesKonstantin Khlebnikov2016-05-191-16/+39
* time: remove timespec_add_safe()Deepa Dinamani2016-05-192-12/+7
* fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-194-44/+54
* time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-192-3/+26
* fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara2016-05-194-23/+81
* Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-05-1822-412/+6041
|\
| * tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)2016-05-034-8/+185
| * tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)2016-05-022-64/+10
| * tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-292-14/+0
| * tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2016-04-291-8/+10
| * tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2016-04-292-15/+9
| * tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2016-04-292-10/+0
| * tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2016-04-293-11/+10
| * tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2016-04-292-20/+6