summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-26checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches
2015-06-26checkpatch: remove local from codespell pathMaxim Uvarov
2015-06-26checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches
2015-06-26checkpatch: colorize output to terminalJoe Perches
2015-06-26checkpatch: improve output with multiple command-line filesJoe Perches
2015-06-26checkpatch: categorize some long line length checksJoe Perches
2015-06-26checkpatch: use $String consistentlyJoe Perches
2015-06-26checkpatch: make types found in a source file/patch localAlex Dowad
2015-06-26checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches
2015-06-26checkpatch: check for uncommented waitqueue_active()Joe Perches
2015-06-26drivers/firmware/memmap.c: fix kernel-doc formatMichal Simek
2015-06-26fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes
2015-06-26fs/jbd2/journal.c: use strreplace()Rasmus Villemoes
2015-06-26drivers/md/md.c: use strreplace()Rasmus Villemoes
2015-06-26drivers/base/core.c: use strreplace()Rasmus Villemoes
2015-06-26lib/kobject.c: use strreplace()Rasmus Villemoes
2015-06-26kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup()Rasmus Villemoes
2015-06-26kernel/trace/trace_events_filter.c: use strreplace()Rasmus Villemoes
2015-06-26lib/string.c: introduce strreplace()Rasmus Villemoes
2015-06-26radix-tree: replace preallocated node array with linked listKirill A. Shutemov
2015-06-26bitmap: remove explicit newline handling using scnprintf format stringSudeep Holla
2015-06-26lib/sort: Add 64 bit swap functionDaniel Wagner
2015-06-26hexdump: Make test data really constGeert Uytterhoeven
2015-06-26__bitmap_parselist: fix bug in empty string handlingChris Metcalf
2015-06-26MAINTAINERS: Davidlohr has movedAndrew Morton
2015-06-26MAINTAINERS: Add quotation marks around names with commasJoe Perches
2015-06-26MAINTAINERS: add quotation marks around names with periodsJoe Perches
2015-06-26MAINTAINERS: alsa-devel@alsa-project.org is moderated for non-subscribersJim Davis
2015-06-26get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" useJoe Perches
2015-06-26get_maintainer: emit longer section headersJoe Perches
2015-06-26get_maintainer.pl: add .get_maintainer.ignore file capabilityJoe Perches
2015-06-26check_syslog_permissions() cleanupVasily Averin
2015-06-26security_syslog() should be called once onlyVasily Averin
2015-06-26netconsole: implement extended console supportTejun Heo
2015-06-26netconsole: make all dynamic netconsoles share a mutexTejun Heo
2015-06-26netconsole: make netconsole_target->enabled a boolTejun Heo
2015-06-26netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo
2015-06-26printk: implement support for extended console driversTejun Heo
2015-06-26printk: factor out message formatting from devkmsg_read()Tejun Heo
2015-06-26printk: guard the amount written per line by devkmsg_read()Tejun Heo
2015-06-26drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King
2015-06-26clone: support passing tls argument via C rather than pt_regs magicJosh Triplett
2015-06-26stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches
2015-06-26mailmap: add rdunlap email auto-correctionKees Cook
2015-06-26Mohit Kumar has movedPratyush Anand
2015-06-26Pratyush Anand has movedPratyush Anand
2015-06-26compiler-intel: fix wrong compiler barrier() macroDaniel Borkmann
2015-06-26compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches
2015-06-26compiler-gcc.h: neateningJoe Perches
2015-06-26fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras