]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2014-05-22 John Stultzprintk: rename printk_sched to printk_deferred
2014-05-22 John Stultzprintk: disable preemption for printk_sched
2014-05-22 Steven Rostedtprintk: remove separate printk_sched buffers and use...
2014-05-22 Jan Karaprintk: enable interrupts before calling console_tryloc...
2014-05-22 Jan Karaprintk: fix lockdep instrumentation of console_sem
2014-05-22 Andrew Mortonprintk-release-lockbuf_lock-before-calling-console_tryl...
2014-05-22 Jan Karaprintk: release lockbuf_lock before calling console_try...
2014-05-22 Jan Karaprintk: remove outdated comment
2014-05-22 Petr Mladekprintk: return really stored message length
2014-05-22 Petr Mladekprintk: shrink too long messages
2014-05-22 Petr Mladekprintk: split message size computation
2014-05-22 Petr Mladekprintk: ignore too long messages
2014-05-22 Petr Mladekprintk: split code for making free space in the log...
2014-05-22 Gustavo Padovandrivers/misc/ti-st/st_core.c: fix NULL dereference...
2014-05-22 Kirill A. Shutemovkernel/user.c: drop unused field 'files' from user_struct
2014-05-22 Fabian Frederickkernel/hung_task.c: convert simple_strtoul to kstrtouint
2014-05-22 Fabian Frederickkernel/utsname_sysctl.c: replace obsolete __initcall...
2014-05-22 Fabian Frederickkernel/reboot.c: convert simple_strtoul to kstrtoint
2014-05-22 Andrew Mortonkernel-res_counterc-replace-simple_strtoull-by-kstrtoul...
2014-05-22 Fabian Frederickkernel/res_counter.c: replace simple_strtoull by kstrtoull
2014-05-22 Fabian Frederickkernel/tracepoint.c: kernel-doc fixes
2014-05-22 Fabian Frederickkernel/stop_machine.c: kernel-doc warning fix
2014-05-22 Fabian Frederickkernel/latencytop.c: convert seq_printf to seq_puts
2014-05-22 Fabian Frederickkernel/exec_domain.c: code clean-up
2014-05-22 Fabian Frederickkernel/capability.c: code clean-up
2014-05-22 Fabian Frederickkernel/backtracetest.c: replace no level printk by...
2014-05-22 Fabian Frederickkernel/cpu.c: convert printk to pr_foo()
2014-05-22 James Hogancompiler.h: avoid sparse errors in __compiletime_error_...
2014-05-22 Fabian Frederickfs/exportfs/expfs.c: kernel-doc warning fixes
2014-05-22 Fabian Frederickfs/efivarfs/super.c: use static const for dentry_operations
2014-05-22 Fabian Fredericksys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL
2014-05-22 Andrew Mortondo_shared_fault(): check that mmap_sem is held
2014-05-22 Minchan Kimmm/zsmalloc: make zsmalloc module-buildable
2014-05-22 Minchan Kimmm/vmalloc.c: export unmap_kernel_range()
2014-05-22 Weijie Yangzsmalloc: fixup trivial zs size classes value in comments
2014-05-22 Fabian Frederickmm/zbud.c: make size unsigned like unique callsite
2014-05-22 Weijie Yangzram: correct offset usage in zram_bio_discard
2014-05-22 Kirill A. Shutemovmm: fix typo in comment in do_fault_around()
2014-05-22 Matthew Wilcoxmm/msync.c: sync only the requested range in msync()
2014-05-22 Chen Yuconghwpoison: remove unused global variable in do_machine_c...
2014-05-22 Andrew Mortonmm-compaction-properly-signal-and-act-upon-lock-and...
2014-05-22 Vlastimil Babkamm, compaction: properly signal and act upon lock and...
2014-05-22 Fabian Frederickfs/hugetlbfs/inode.c: remove null test before kfree
2014-05-22 Fabian Frederickfs/hugetlbfs/inode.c: use static const for dentry_opera...
2014-05-22 Fabian Frederickfs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mu...
2014-05-22 Jianyu Zhanmm/vmscan.c: use DIV_ROUND_UP for calculation of zone...
2014-05-22 Andy Shevchenkoinclude/linux/gfp.h: exclude duplicate header
2014-05-22 Jianyu Zhanmm, hugetlb: move the error handle logic out of normal...
2014-05-22 Naoya Horiguchimm/memory-failure.c: move comment
2014-05-22 Mel Gormanmm: avoid unnecessary atomic operations during end_page...
2014-05-22 Mel Gormanmm: page_alloc: calculate classzone_idx once from the...
2014-05-22 Mel Gormanmm: page_alloc: calculate classzone_idx once from the...
2014-05-22 Mel Gormanmm: non-atomically mark page accessed during page cache...
2014-05-22 Andrew Mortonmm/shmem.c: don't run init_page_accessed() against...
2014-05-22 Mel Gormanmm: non-atomically mark page accessed during page cache...
2014-05-22 Andrew Mortonfs-buffer-do-not-use-unnecessary-atomic-operations...
2014-05-22 Mel Gormanfs: buffer: do not use unnecessary atomic operations...
2014-05-22 Mel Gormanmm: do not use unnecessary atomic operations when addin...
2014-05-22 Mel Gormanmm: do not use atomic operations when releasing pages
2014-05-22 Mel Gormanmm: shmem: avoid atomic operation during shmem_getpage_gfp
2014-05-22 Mel Gormanmm: page_alloc: convert hot/cold parameter and immediat...
2014-05-22 Mel Gormanmm: page_alloc: use unsigned int for order in more...
2014-05-22 Mel Gormanmm: page_alloc: lookup pageblock migratetype with IRQs...
2014-05-22 Mel Gormanmm: page_alloc: reduce number of times page_to_pfn...
2014-05-22 Mel Gormanmm: page_alloc: use word-based accesses for get/set...
2014-05-22 Mel Gormanmm: page_alloc: take the ALLOC_NO_WATERMARK check out...
2014-05-22 Mel Gormanmm: page_alloc: only check the alloc flags and gfp_mask...
2014-05-22 Mel Gormanmm: page_alloc: only check the zone id check if pages...
2014-05-22 Mel Gormanmm-page_alloc-use-jump-labels-to-avoid-checking-number_...
2014-05-22 Mel Gormanmm: page_alloc: use jump labels to avoid checking numbe...
2014-05-22 Mel Gormaninclude/linux/jump_label.h: expose the reference count
2014-05-22 Mel Gormanmm: page_alloc: do not treat a zone that cannot be...
2014-05-22 Mel Gormanmm: page_alloc: do not update zlc unless the zlc is...
2014-05-22 Vladimir Davydovslab: delete cache from list after __kmem_cache_shutdow...
2014-05-22 Vladimir Davydovmemcg: cleanup kmem cache creation/destruction function...
2014-05-22 Andy Shevchenkomm/dmapool.c: reuse devres_release() to free resources
2014-05-22 Marc Carinocma: increase CMA_ALIGNMENT upper limit to 12
2014-05-22 Dan Streetmanswap: change swap_list_head to plist, add swap_avail_head
2014-05-22 Dan Streetmanlib/plist: add plist_requeue
2014-05-22 Dan Streetmanlib/plist: add helper functions
2014-05-22 Dan Streetmanswap: change swap_info singly-linked list to list_head
2014-05-22 Andrew Mortonmm-fold-mlocked_vma_newpage-into-its-only-call-site...
2014-05-22 Jianyu Zhanmm: fold mlocked_vma_newpage() into its only call site
2014-05-22 Andrew Mortonmm-add-comment-for-__mod_zone_page_stat-checkpatch...
2014-05-22 Jianyu ZhanSubjectL mm: use the light version __mod_zone_page_stat...
2014-05-22 Vlastimil Babkamm-compaction-avoid-rescanning-pageblocks-in-isolate_fr...
2014-05-22 Vlastimil Babkamm/compaction: avoid rescanning pageblocks in isolate_f...
2014-05-22 Vlastimil Babkamm-compaction-do-not-count-migratepages-when-unnecessar...
2014-05-22 Vlastimil Babkamm/compaction: do not count migratepages when unnecessary
2014-05-22 David Rientjesmm, compaction: terminate async compaction when resched...
2014-05-22 David Rientjesmm, thp: avoid excessive compaction latency during...
2014-05-22 David Rientjesmm, thp: avoid excessive compaction latency during...
2014-05-22 Andrew Mortonmm-compaction-embed-migration-mode-in-compact_control-fix
2014-05-22 David Rientjesmm, compaction: embed migration mode in compact_control
2014-05-22 David Rientjesmm, compaction: add per-zone migration pfn cache for...
2014-05-22 David Rientjesmm, compaction: return failed migration target pages...
2014-05-22 David Rientjesmm, migration: add destination page freeing callback
2014-05-22 Vladimir Davydovmemcg: memcg_kmem_create_cache: make memcg_name_buf...
2014-05-22 Vladimir Davydovmemcg: get rid of memcg_create_cache_name
2014-05-22 Qiang Huangmemcg: correct comments for __mem_cgroup_begin_update_p...
next