summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Add quotation marks around names with commasJoe Perches2015-06-261-4/+4
* MAINTAINERS: add quotation marks around names with periodsJoe Perches2015-06-261-11/+11
* MAINTAINERS: alsa-devel@alsa-project.org is moderated for non-subscribersJim Davis2015-06-261-3/+3
* get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" useJoe Perches2015-06-261-12/+12
* get_maintainer: emit longer section headersJoe Perches2015-06-261-4/+5
* get_maintainer.pl: add .get_maintainer.ignore file capabilityJoe Perches2015-06-261-0/+32
* check_syslog_permissions() cleanupVasily Averin2015-06-262-8/+8
* security_syslog() should be called once onlyVasily Averin2015-06-261-7/+4Star
* netconsole: implement extended console supportTejun Heo2015-06-262-3/+173
* netconsole: make all dynamic netconsoles share a mutexTejun Heo2015-06-261-5/+3Star
* netconsole: make netconsole_target->enabled a boolTejun Heo2015-06-261-9/+9
* netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo2015-06-261-2/+0Star
* printk: implement support for extended console driversTejun Heo2015-06-263-8/+68
* printk: factor out message formatting from devkmsg_read()Tejun Heo2015-06-261-66/+80
* printk: guard the amount written per line by devkmsg_read()Tejun Heo2015-06-262-12/+24
* drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King2015-06-261-1/+1
* clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-266-21/+59
* stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches2015-06-261-4/+4
* mailmap: add rdunlap email auto-correctionKees Cook2015-06-261-0/+1
* Mohit Kumar has movedPratyush Anand2015-06-264-3/+4
* Pratyush Anand has movedPratyush Anand2015-06-269-16/+17
* compiler-intel: fix wrong compiler barrier() macroDaniel Borkmann2015-06-261-0/+2
* compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches2015-06-264-185/+116Star
* compiler-gcc.h: neateningJoe Perches2015-06-261-40/+45
* fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-264-3/+8
* proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan2015-06-261-9/+196
* prctl: more prctl(PR_SET_MM_*) checksAlexey Dobriyan2015-06-261-67/+91
* avr32: use for_each_sg()Akinobu Mita2015-06-261-9/+10
* frv: use for_each_sg()Akinobu Mita2015-06-262-7/+10
* frv: remove unused inline function is_in_rom()Tobias Klauser2015-06-261-6/+0Star
* zpool: remove zpool_evict()Dan Streetman2015-06-264-36/+24Star
* zpool: change pr_info to pr_debugDan Streetman2015-06-261-3/+3
* zswap: runtime enable/disableDan Streetman2015-06-262-9/+21
* zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-263-0/+9
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-262-1/+9
* zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky2015-06-261-5/+3Star
* zram: add dynamic device add/remove functionalitySergey Senozhatsky2015-06-263-6/+141
* zram: close race by open overridingSergey Senozhatsky2015-06-262-19/+38
* zram: return zram device_id from zram_add()Sergey Senozhatsky2015-06-261-9/+14
* zram: trivial: correct flag operations commentSergey Senozhatsky2015-06-261-1/+1
* zram: report every added and removed deviceSergey Senozhatsky2015-06-261-2/+3
* zram: remove max_num_devices limitationSergey Senozhatsky2015-06-263-14/+4Star
* zram: reorganize code layoutSergey Senozhatsky2015-06-261-363/+362Star
* zram: use idr instead of `zram_devices' arraySergey Senozhatsky2015-06-261-37/+49
* zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky2015-06-261-1/+1
* zram: add `compact` sysfs entry to documentationSergey Senozhatsky2015-06-261-1/+1
* zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk2015-06-261-4/+0Star
* zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2015-06-262-13/+1Star
* s390/mm: change HPAGE_SHIFT type to intDominik Dingel2015-06-262-2/+2
* s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel2015-06-261-4/+1Star