]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2015-04-07 Rasmus Villemoeslib/string_helpers.c: change semantics of string_escape_mem
2015-04-07 Rasmus Villemoeslib/string_helpers.c: refactor string_escape_mem
2015-04-07 Rasmus Villemoeslib/vsprintf.c: fix potential NULL deref in hex_string
2015-04-07 Andrew Mortonlib-vsprintf-add-%pcnr-format-specifiers-for-clocks-fix
2015-04-07 Geert Uytterhoevenlib/vsprintf: add %pC{,n,r} format specifiers for clocks
2015-04-07 Geert Uytterhoevenlib/vsprintf: Move integer format types to the top
2015-04-07 Geert Uytterhoevenlib/vsprintf: document %p parameters passed by reference
2015-04-07 Rasmus Villemoeslib/vsprintf.c: another small hack
2015-04-07 Rasmus Villemoeslib/vsprintf.c: eliminate duplicate hex string array
2015-04-07 Rasmus Villemoeslib/vsprintf.c: reduce stack use in number()
2015-04-07 Rasmus Villemoeslib/vsprintf.c: eliminate some branches
2015-04-07 Steven Rostedtprintk: comment pr_cont() stating it is only to continu...
2015-04-07 Joel Stanleypowerpc/powernv: reboot when requested by firmware
2015-04-07 Joel Stanleykernel/reboot.c: add orderly_reboot for graceful reboot
2015-04-07 Joel Stanleydrivers/sbus/char/envctrl.c: ignore orderly_poweroff...
2015-04-07 Aaron Tomlinkernel/hung_task.c: change hung_task.c to use for_each_...
2015-04-07 Jakub Sitnickikernel/resource.c: remove deprecated __check_region...
2015-04-07 Andrew Mortonkernel-conditionally-support-non-root-users-groups...
2015-04-07 Iulia Mandakernel: conditionally support non-root users, groups...
2015-04-07 Dan Carpenterparide: fix the "verbose" module param
2015-04-07 Rasmus Villemoesinclude/linux: remove empty conditionals
2015-04-07 Tobias KlauserDocumentation/filesystems/proc.txt: add guest_nice...
2015-04-07 Andrey Vaginproc-show-locks-in-proc-pid-fdinfo-x-v2
2015-04-07 Andrey Vaginproc: show locks in /proc/pid/fdinfo/X
2015-04-07 Nathan Scottdocs: add missing and new /proc/PID/status file entries...
2015-04-07 Chen Hanxiao/proc/PID/status: show all sets of pid according to ns
2015-04-07 Julia Lawallzram: fix error return code
2015-04-07 Sergey Senozhatskyzsmalloc: remove extra cond_resched() in __zs_compact
2015-04-07 Heesub Shinzsmalloc: fix fatal corruption due to wrong size class...
2015-04-07 Minchan Kimzsmalloc: remove unnecessary insertion/removal of zspag...
2015-04-07 Sergey Senozhatskyzsmalloc: micro-optimize zs_object_copy()
2015-04-07 Sergey Senozhatskyzsmalloc: remove synchronize_rcu from zs_compact()
2015-04-07 Sergey Senozhatskyzram: deprecate zram attrs sysfs nodes
2015-04-07 Sergey Senozhatskyzram: export new 'mm_stat' sysfs attrs
2015-04-07 Sergey Senozhatskyzram: export new 'io_stat' sysfs attrs
2015-04-07 Sergey Senozhatskyzram: describe device attrs in documentation
2015-04-07 Sergey Senozhatskyzram: use generic start/end io accounting
2015-04-07 Sergey Senozhatskyzram: move compact_store() to sysfs functions area
2015-04-07 Sergey Senozhatskyzram: remove `num_migrated' device attr
2015-04-07 Yinghao Xiemm/zsmalloc.c: fix comment for get_pages_per_zspage
2015-04-07 Minchan Kimzsmalloc: zsmalloc documentation
2015-04-07 Minchan Kimzsmalloc: add fullness into stat
2015-04-07 Minchan Kimzsmalloc: record handle in page->private for huge object
2015-04-07 Minchan Kimzram: support compaction
2015-04-07 Minchan Kimzsmalloc: adjust ZS_ALMOST_FULL
2015-04-07 Andrew Mortonzsmalloc-support-compaction-fix
2015-04-07 Minchan Kimzsmalloc: support compaction
2015-04-07 Minchan Kimzsmalloc: factor out obj_[malloc|free]
2015-04-07 Minchan Kimzsmalloc: decouple handle and object
2015-04-07 Sergey Senozhatskyzram: do not let user enforce new device dev_id
2015-04-07 Andrew Mortonzram-introduce-automatic-device_id-generation-fix
2015-04-07 Sergey Senozhatskyzram: introduce automatic device_id generation
2015-04-07 Sergey Senozhatskyzram: return zram device_id value from zram_add()
2015-04-07 Sergey Senozhatskyzram: trivial: correct flag operations comment
2015-04-07 Sergey Senozhatskyzram: report every added and removed device
2015-04-07 Sergey Senozhatskyzram: remove max_num_devices limitation
2015-04-07 Andrew Mortonzram-add-dynamic-device-add-remove-functionality-fix
2015-04-07 Sergey Senozhatskyzram: add dynamic device add/remove functionality
2015-04-07 Sergey Senozhatskyzram: reorganize code layout
2015-04-07 Sergey Senozhatskyzram: factor out device reset from reset_store()
2015-04-07 Sergey Senozhatskyzram: use idr instead of `zram_devices' array
2015-04-07 Sergey Senozhatskyzram: cosmetic ZRAM_ATTR_RO code formatting tweak
2015-04-07 Minchan Kimmm: lru_deactivate_fn should clear PG_referenced
2015-04-07 Andrew Mortonmm-move-lazy-free-pages-to-inactive-list-fix-fix
2015-04-07 Minchan Kimmm: document deactivate_page
2015-04-07 Minchan Kimmm: move lazily freed pages to inactive list
2015-04-07 Minchan Kimmm: free swp_entry in madvise_free
2015-04-07 Minchan Kimmm: remove lock validation check for MADV_FREE
2015-04-07 Paul Bollemm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE"
2015-04-07 Minchan Kimmm: don't split THP page when syscall is called
2015-04-07 Andrew Mortonmm-support-madvisemadv_free-fix-2
2015-04-07 Minchan Kimmm: define MADV_FREE for some arches
2015-04-07 Minchan Kimmm: support madvise(MADV_FREE)
2015-04-07 Minchan Kimarm64: add pmd_[dirty|mkclean] for THP
2015-04-07 Minchan Kimarm: add pmd_mkclean for THP
2015-04-07 Minchan Kimpowerpc: add pmd_[dirty|mkclean] for THP
2015-04-07 Andrew Mortonsparc-add-pmd_-for-thp-fix
2015-04-07 Minchan Kimsparc: add pmd_[dirty|mkclean] for THP
2015-04-07 Andrew Mortonx86-add-pmd_-for-thp-fix
2015-04-07 Minchan Kimx86: add pmd_[dirty|mkclean] for THP
2015-04-07 Roman Penfs/mpage.c: forgotten WRITE_SYNC in case of data integr...
2015-04-07 James Custermm: fix invalid use of pfn_valid_within in test_pages_i...
2015-04-07 Weijie Yangmm: page_isolation: check pfn validity before access
2015-04-07 Vinayak Menonmm: vmscan: fix the page state calculation in too_many_...
2015-04-07 Boaz Harroshdax: unify ext2/4_{dax,}_file_operations
2015-04-07 Yigal Kormandax: use pfn_mkwrite to update c/mtime + freeze protection
2015-04-07 Boaz Harroshmm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP
2015-04-07 Vladimir DavydovDocumentation/memcg: update memcg/kmem status
2015-04-07 Andrew Mortonmm-memory-print-also-a_ops-readpage-in-print_bad_pte-fix
2015-04-07 Konstantin... mm/memory: also print a_ops->readpage in print_bad_pte()
2015-04-07 Andrey Ryabininmm/mempool.c: kasan: poison mempool elements
2015-04-07 Andrew Mortonmm/cma_debug.c: remove blank lines before DEFINE_SIMPLE...
2015-04-07 Stefan Stroginmm-cma-add-functions-to-get-region-pages-counters-fix-2
2015-04-07 Andrew Mortonmm-cma-add-functions-to-get-region-pages-counters-fix
2015-04-07 Dmitry Safonovmm: cma: add functions to get region pages counters
2015-04-07 Kirill A. Shutemovthp: cleanup khugepaged startup
2015-04-07 Andrew Mortonmm-uninline-and-cleanup-page-mapping-related-helpers...
2015-04-07 Kirill A. Shutemovmm: uninline and cleanup page-mapping related helpers
2015-04-07 Stefan Stroginmm-cma-add-trace-events-for-cma-allocations-and-freeing...
2015-04-07 Stefan Stroginmm: cma: add trace events for CMA allocations and freeings
next