| Commit message (Expand) | Author | Files | Lines |
2015-06-26 | bitmap: remove explicit newline handling using scnprintf format string | Sudeep Holla | 1 | -7/+8 |
2015-06-26 | lib/sort: Add 64 bit swap function | Daniel Wagner | 1 | -2/+21 |
2015-06-26 | hexdump: Make test data really const | Geert Uytterhoeven | 1 | -3/+3 |
2015-06-26 | __bitmap_parselist: fix bug in empty string handling | Chris Metcalf | 1 | -8/+9 |
2015-06-26 | MAINTAINERS: Davidlohr has moved | Andrew Morton | 1 | -1/+1 |
2015-06-26 | MAINTAINERS: Add quotation marks around names with commas | Joe Perches | 1 | -4/+4 |
2015-06-26 | MAINTAINERS: add quotation marks around names with periods | Joe Perches | 1 | -11/+11 |
2015-06-26 | MAINTAINERS: alsa-devel@alsa-project.org is moderated for non-subscribers | Jim Davis | 1 | -3/+3 |
2015-06-26 | get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use | Joe Perches | 1 | -12/+12 |
2015-06-26 | get_maintainer: emit longer section headers | Joe Perches | 1 | -4/+5 |
2015-06-26 | get_maintainer.pl: add .get_maintainer.ignore file capability | Joe Perches | 1 | -0/+32 |
2015-06-26 | check_syslog_permissions() cleanup | Vasily Averin | 2 | -8/+8 |
2015-06-26 | security_syslog() should be called once only | Vasily Averin | 1 | -7/+4 |
2015-06-26 | netconsole: implement extended console support | Tejun Heo | 2 | -3/+173 |
2015-06-26 | netconsole: make all dynamic netconsoles share a mutex | Tejun Heo | 1 | -5/+3 |
2015-06-26 | netconsole: make netconsole_target->enabled a bool | Tejun Heo | 1 | -9/+9 |
2015-06-26 | netconsole: remove unnecessary netconsole_target_get/out() from write_msg() | Tejun Heo | 1 | -2/+0 |
2015-06-26 | printk: implement support for extended console drivers | Tejun Heo | 3 | -8/+68 |
2015-06-26 | printk: factor out message formatting from devkmsg_read() | Tejun Heo | 1 | -66/+80 |
2015-06-26 | printk: guard the amount written per line by devkmsg_read() | Tejun Heo | 2 | -12/+24 |
2015-06-26 | drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefix | Colin Ian King | 1 | -1/+1 |
2015-06-26 | clone: support passing tls argument via C rather than pt_regs magic | Josh Triplett | 6 | -21/+59 |
2015-06-26 | stddef.h: move offsetofend inside #ifndef/#endif guard, neaten | Joe Perches | 1 | -4/+4 |
2015-06-26 | mailmap: add rdunlap email auto-correction | Kees Cook | 1 | -0/+1 |
2015-06-26 | Mohit Kumar has moved | Pratyush Anand | 4 | -3/+4 |
2015-06-26 | Pratyush Anand has moved | Pratyush Anand | 9 | -16/+17 |
2015-06-26 | compiler-intel: fix wrong compiler barrier() macro | Daniel Borkmann | 1 | -0/+2 |
2015-06-26 | compiler-gcc: integrate the various compiler-gcc[345].h files | Joe Perches | 4 | -185/+116 |
2015-06-26 | compiler-gcc.h: neatening | Joe Perches | 1 | -40/+45 |
2015-06-26 | fs, proc: introduce CONFIG_PROC_CHILDREN | Iago López Galeiras | 4 | -3/+8 |
2015-06-26 | proc: fix PAGE_SIZE limit of /proc/$PID/cmdline | Alexey Dobriyan | 1 | -9/+196 |
2015-06-26 | prctl: more prctl(PR_SET_MM_*) checks | Alexey Dobriyan | 1 | -67/+91 |
2015-06-26 | avr32: use for_each_sg() | Akinobu Mita | 1 | -9/+10 |
2015-06-26 | frv: use for_each_sg() | Akinobu Mita | 2 | -7/+10 |
2015-06-26 | frv: remove unused inline function is_in_rom() | Tobias Klauser | 1 | -6/+0 |
2015-06-26 | zpool: remove zpool_evict() | Dan Streetman | 4 | -36/+24 |
2015-06-26 | zpool: change pr_info to pr_debug | Dan Streetman | 1 | -3/+3 |
2015-06-26 | zswap: runtime enable/disable | Dan Streetman | 2 | -9/+21 |
2015-06-26 | zram: check comp algorithm availability earlier | Sergey Senozhatsky | 3 | -0/+9 |
2015-06-26 | zram: cut trailing newline in algorithm name | Sergey Senozhatsky | 2 | -1/+9 |
2015-06-26 | zram: cosmetic zram_bvec_write() cleanup | Sergey Senozhatsky | 1 | -5/+3 |
2015-06-26 | zram: add dynamic device add/remove functionality | Sergey Senozhatsky | 3 | -6/+141 |
2015-06-26 | zram: close race by open overriding | Sergey Senozhatsky | 2 | -19/+38 |
2015-06-26 | zram: return zram device_id from zram_add() | Sergey Senozhatsky | 1 | -9/+14 |
2015-06-26 | zram: trivial: correct flag operations comment | Sergey Senozhatsky | 1 | -1/+1 |
2015-06-26 | zram: report every added and removed device | Sergey Senozhatsky | 1 | -2/+3 |
2015-06-26 | zram: remove max_num_devices limitation | Sergey Senozhatsky | 3 | -14/+4 |
2015-06-26 | zram: reorganize code layout | Sergey Senozhatsky | 1 | -363/+362 |
2015-06-26 | zram: use idr instead of `zram_devices' array | Sergey Senozhatsky | 1 | -37/+49 |
2015-06-26 | zram: cosmetic ZRAM_ATTR_RO code formatting tweak | Sergey Senozhatsky | 1 | -1/+1 |