Age | Commit message (Expand) | Author |
2018-06-07 | autofs4: use autofs instead of autofs4 everywhere | Ian Kent |
2018-06-07 | autofs4: merge auto_fs.h and auto_fs4.h | Ian Kent |
2018-06-07 | fs/binfmt_misc.c: do not allow offset overflow | Thadeu Lima de Souza Cascardo |
2018-06-07 | checkpatch: improve patch recognition | Joe Perches |
2018-06-07 | lib/ucs2_string.c: add MODULE_LICENSE() | Randy Dunlap |
2018-06-07 | lib/mpi: headers cleanup | Vasily Averin |
2018-06-07 | lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lock | Sebastian Andrzej Siewior |
2018-06-07 | lib/idr.c: remove simple_ida_lock | Matthew Wilcox |
2018-06-07 | lib/bitmap.c: micro-optimization for __bitmap_complement() | Yury Norov |
2018-06-07 | get_maintainer: improve patch recognition | Joe Perches |
2018-06-07 | kernel/hung_task.c: show all hung tasks before panic | Tetsuo Handa |
2018-06-07 | include/linux/types.h: use fixed width types without double-underscore prefix | Masahiro Yamada |
2018-06-07 | include/linux/types.h: define aligned_ types based on uapi header | Masahiro Yamada |
2018-06-07 | int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi header | Masahiro Yamada |
2018-06-07 | tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!) | Alexey Dobriyan |
2018-06-07 | proc: use "unsigned int" for /proc/*/stack | Alexey Dobriyan |
2018-06-07 | proc: use "unsigned int" for sigqueue length | Alexey Dobriyan |
2018-06-07 | proc: use "unsigned int" in proc_fill_cache() | Alexey Dobriyan |
2018-06-07 | proc: smaller RCU section in ->getattr() | Alexey Dobriyan |
2018-06-07 | proc: deduplicate /proc/*/cmdline implementation | Alexey Dobriyan |
2018-06-07 | proc: simpler iterations for /proc/*/cmdline | Alexey Dobriyan |
2018-06-07 | proc: somewhat simpler code for /proc/*/cmdline | Alexey Dobriyan |
2018-06-07 | proc: more "unsigned int" in /proc/*/cmdline | Alexey Dobriyan |
2018-06-07 | mm: remove page_is_poisoned() from linux/mm.h | Sahara |
2018-06-07 | mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same... | Aaron Lu |
2018-06-07 | mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags | Michal Hocko |
2018-06-07 | include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE | Huaisheng Ye |
2018-06-07 | mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() | Kirill A. Shutemov |
2018-06-07 | mm, page_alloc: do not break __GFP_THISNODE by zonelist reset | Vlastimil Babka |
2018-06-07 | userfaultfd: prevent non-cooperative events vs mcopy_atomic races | Mike Rapoport |
2018-06-07 | mm: memcg: allow lowering memory.swap.max below the current usage | Tejun Heo |
2018-06-07 | mm/shmem.c: use new return type vm_fault_t | Souptick Joarder |
2018-06-07 | slub: remove 'reserved' file from sysfs | Matthew Wilcox |
2018-06-07 | slub: remove kmem_cache->reserved | Matthew Wilcox |
2018-06-07 | slab,slub: remove rcu_head size checks | Matthew Wilcox |
2018-06-07 | mm: add hmm_data to struct page | Matthew Wilcox |
2018-06-07 | mm: add pt_mm to struct page | Matthew Wilcox |
2018-06-07 | mm: improve struct page documentation | Matthew Wilcox |
2018-06-07 | mm: combine LRU and main union in struct page | Matthew Wilcox |
2018-06-07 | mm: move lru union within struct page | Matthew Wilcox |
2018-06-07 | mm: use page->deferred_list | Matthew Wilcox |
2018-06-07 | mm: combine first three unions in struct page | Matthew Wilcox |
2018-06-07 | mm: move _refcount out of struct page union | Matthew Wilcox |
2018-06-07 | mm: move 'private' union within struct page | Matthew Wilcox |
2018-06-07 | mm: switch s_mem and slab_cache in struct page | Matthew Wilcox |
2018-06-07 | mm: mark pages in use for page tables | Matthew Wilcox |
2018-06-07 | mm: split page_type out from _mapcount | Matthew Wilcox |
2018-06-07 | s390: use _refcount for pgtables | Matthew Wilcox |
2018-06-07 | mm: save two stranded bits in gfp_mask | Shakeel Butt |
2018-06-07 | mm, hugetlbfs: pass fault address to no page handler | Huang Ying |