| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 2016-05-19 | 17 | -54/+58 |
* | mm/page_ref: use page_ref helper instead of direct modification of _count | Joonsoo Kim | 2016-05-19 | 4 | -4/+4 |
* | mm/slub.c: fix sysfs filename in comment | Li Peng | 2016-05-19 | 1 | -5/+5 |
* | mm: slab: remove ZONE_DMA_FLAG | Yang Shi | 2016-05-19 | 2 | -27/+1 |
* | mm: SLAB freelist randomization | Thomas Garnier | 2016-05-19 | 3 | -2/+178 |
* | mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach... | Vladimir Davydov | 2016-05-19 | 1 | -1/+1 |
* | mm/slab: lockless decision to grow cache | Joonsoo Kim | 2016-05-19 | 1 | -3/+18 |
* | mm/slab: refill cpu cache through a new slab without holding a node lock | Joonsoo Kim | 2016-05-19 | 1 | -32/+36 |
* | mm/slab: separate cache_grow() to two parts | Joonsoo Kim | 2016-05-19 | 1 | -22/+52 |
* | mm/slab: make cache_grow() handle the page allocated on arbitrary node | Joonsoo Kim | 2016-05-19 | 1 | -39/+21 |
* | mm/slab: racy access/modify the slab color | Joonsoo Kim | 2016-05-19 | 1 | -13/+13 |
* | mm/slab: don't keep free slabs if free_objects exceeds free_limit | Joonsoo Kim | 2016-05-19 | 1 | -9/+14 |
* | mm/slab: clean-up kmem_cache_node setup | Joonsoo Kim | 2016-05-19 | 1 | -100/+68 |
* | mm/slab: factor out kmem_cache_node initialization code | Joonsoo Kim | 2016-05-19 | 1 | -29/+45 |
* | mm/slab: drain the free slab as much as possible | Joonsoo Kim | 2016-05-19 | 1 | -9/+3 |
* | mm/slab: remove BAD_ALIEN_MAGIC again | Joonsoo Kim | 2016-05-19 | 1 | -4/+2 |
* | mm/slab: fix the theoretical race by holding proper lock | Joonsoo Kim | 2016-05-19 | 1 | -23/+45 |
* | kernel/padata.c: hide unused functions | Arnd Bergmann | 2016-05-19 | 1 | -37/+37 |
* | kernel/padata.c: removed unused code | Richard Cochran | 2016-05-19 | 2 | -69/+0 |
* | ocfs2: clean up an unneeded goto in ocfs2_put_slot() | Guozhonghua | 2016-05-19 | 1 | -5/+1 |
* | ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() | Jun Piao | 2016-05-19 | 1 | -3/+2 |
* | ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec | piaojun | 2016-05-19 | 1 | -2/+1 |
* | ocfs2: fix comment in struct ocfs2_extended_slot | Guozhonghua | 2016-05-19 | 1 | -1/+1 |
* | debugobjects: insulate non-fixup logic related to static obj from fixup callb... | Du, Changbin | 2016-05-19 | 6 | -109/+60 |
* | Documentation: update debugobjects doc | Du, Changbin | 2016-05-19 | 1 | -12/+14 |
* | percpu_counter: update debugobjects fixup callbacks return type | Du, Changbin | 2016-05-19 | 1 | -3/+3 |
* | rcu: update debugobjects fixup callbacks return type | Du, Changbin | 2016-05-19 | 1 | -3/+3 |
* | timer: update debugobjects fixup callbacks return type | Du, Changbin | 2016-05-19 | 2 | -24/+24 |
* | workqueue: update debugobjects fixup callbacks return type | Du, Changbin | 2016-05-19 | 1 | -10/+10 |
* | debugobjects: correct the usage of fixup call results | Du, Changbin | 2016-05-19 | 1 | -1/+1 |
* | debugobjects: make fixup functions return bool instead of int | Du, Changbin | 2016-05-19 | 2 | -29/+29 |
* | scripts/bloat-o-meter: print percent change | Vineet Gupta | 2016-05-19 | 1 | -0/+6 |
* | scripts/spelling.txt: add "fimware" misspelling | Kees Cook | 2016-05-19 | 4 | -3/+4 |
* | scripts/decode_stacktrace.sh: handle symbols in modules | Konstantin Khlebnikov | 2016-05-19 | 1 | -16/+39 |
* | time: remove timespec_add_safe() | Deepa Dinamani | 2016-05-19 | 2 | -12/+7 |
* | fs: poll/select/recvmmsg: use timespec64 for timeout events | Deepa Dinamani | 2016-05-19 | 4 | -44/+54 |
* | time: add missing implementation for timespec64_add_safe() | Deepa Dinamani | 2016-05-19 | 2 | -3/+26 |
* | fsnotify: avoid spurious EMFILE errors from inotify_init() | Jan Kara | 2016-05-19 | 4 | -23/+81 |
* | Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2016-05-18 | 22 | -412/+6041 |
|\ |
|
| * | tracing: Use temp buffer when filtering events | Steven Rostedt (Red Hat) | 2016-05-03 | 4 | -8/+185 |
| * | tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic | Steven Rostedt (Red Hat) | 2016-05-02 | 2 | -64/+10 |
| * | tracing: Remove unused function trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 2016-04-29 | 2 | -14/+0 |
| * | tracing: Remove one use of trace_current_buffer_lock_reserve() | Steven Rostedt (Red Hat) | 2016-04-29 | 1 | -8/+10 |
| * | tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL | Steven Rostedt (Red Hat) | 2016-04-29 | 2 | -15/+9 |
| * | tracing: Remove unused function trace_current_buffer_discard_commit() | Steven Rostedt (Red Hat) | 2016-04-29 | 2 | -10/+0 |
| * | tracing: Move trace_buffer_unlock_commit{_regs}() to local header | Steven Rostedt (Red Hat) | 2016-04-29 | 3 | -11/+10 |
| * | tracing: Fold filter_check_discard() into its only user | Steven Rostedt (Red Hat) | 2016-04-29 | 2 | -20/+6 |
| * | tracing: Make filter_check_discard() local | Steven Rostedt (Red Hat) | 2016-04-27 | 3 | -8/+6 |
| * | tracing: Move event_trigger_unlock_commit{_regs}() to local header | Steven Rostedt (Red Hat) | 2016-04-26 | 2 | -94/+94 |
| * | tracing: Don't use the address of the buffer array name in copy_from_user | Wang Xiaoqiang | 2016-04-26 | 1 | -3/+3 |