summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-07nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi
2015-11-07MAINTAINERS: nilfs2: add header file for tracingRyusuke Konishi
2015-11-07nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake
2015-11-07nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake
2015-11-07nilfs2: add a tracepoint for transaction eventsHitoshi Mitake
2015-11-07nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake
2015-11-07nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi
2015-11-07nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi
2015-11-07nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi
2015-11-07nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi
2015-11-07nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi
2015-11-07nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi
2015-11-07nilfs2: drop null test before destroy functionsJulia Lawall
2015-11-07checkpatch: improve the unnecessary initialisers testsJoe Perches
2015-11-07checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches
2015-11-07lib/hexdump.c: truncate output in case of overflowAndy Shevchenko
2015-11-07rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer
2015-11-07lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov
2015-11-07lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes
2015-11-07lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-11-07lib/llist.c: fix data race in llist_del_firstDmitry Vyukov
2015-11-07lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov
2015-11-07lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov
2015-11-07arch/x86/kernel/cpu/perf_event_msr.c: use sign_extend64() for sign extensionMartin Kepplinger
2015-11-07arch/sh/kernel/traps_64.c: use sign_extend64() for sign extensionMartin Kepplinger
2015-11-07bitops.h: add sign_extend64()Martin Kepplinger
2015-11-07bitops.h: improve sign_extend32()'s documentationMartin Kepplinger
2015-11-07MAINTAINERS: add missing extcon directoryChanwoo Choi
2015-11-07get_maintainer: add subsystem to reviewer outputJoe Perches
2015-11-07get_maintainer: --r (list reviewer) is on by defaultBrian Norris
2015-11-07get_maintainer: add --no-foo options to --helpBrian Norris
2015-11-07get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris
2015-11-07get_maintainer: add missing documentation for --git-blame-signaturesBrian Norris
2015-11-07printk: prevent userland from spoofing kernel messagesMathias Krause
2015-11-07lib/vsprintf.c: update documentationRasmus Villemoes
2015-11-07selftests: run lib/test_printf moduleKees Cook
2015-11-07test_printf: test printf family at runtimeRasmus Villemoes
2015-11-07lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes
2015-11-07lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes
2015-11-07lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes
2015-11-07printk: synchronize %p formatting documentationMartin Kletzander
2015-11-07lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes
2015-11-07fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton
2015-11-07include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton
2015-11-07proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2015-11-07fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko
2015-11-07mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov
2015-11-07mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-11-07mm: make compound_head() robustKirill A. Shutemov
2015-11-07mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov