Age | Commit message (Expand) | Author | Files | Lines |
2015-06-26 | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 92 | -3312/+367 |
2015-06-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 94 | -1338/+2033 |
2015-06-25 | Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell... | Linus Torvalds | 39 | -367/+1197 |
2015-06-25 | Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 35 | -221/+2730 |
2015-06-25 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working... | Linus Torvalds | 12 | -19/+304 |
2015-06-25 | Merge tag 'edac/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche... | Linus Torvalds | 2 | -95/+125 |
2015-06-25 | Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 571 | -10259/+27333 |
2015-06-25 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 35 | -548/+4477 |
2015-06-25 | Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 415 | -6679/+19288 |
2015-06-25 | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -29/+141 |
2015-06-25 | exit,stats: /* obey this comment */ | Rik van Riel | 1 | -1/+1 |
2015-06-25 | coredump: add __printf attribute to cn_*printf functions | Nicolas Iooss | 1 | -4/+7 |
2015-06-25 | coredump: use from_kuid/kgid when formatting corename | Nicolas Iooss | 2 | -4/+8 |
2015-06-25 | fs/reiserfs: remove unneeded cast | Firo Yang | 1 | -2/+1 |
2015-06-25 | NILFS2: support NFSv2 export | NeilBrown | 1 | -3/+2 |
2015-06-25 | fs/befs/btree.c: remove unneeded initializations | Fabian Frederick | 1 | -3/+3 |
2015-06-25 | fs/minix: remove unneeded cast | Firo Yang | 1 | -1/+1 |
2015-06-25 | init/do_mounts.c: add create_dev() failure log | Vishnu Pratap Singh | 1 | -2/+7 |
2015-06-25 | kasan: remove duplicate definition of the macro KASAN_FREE_PAGE | Wang Long | 1 | -1/+0 |
2015-06-25 | fs/efs: femove unneeded cast | Firo Yang | 1 | -1/+1 |
2015-06-25 | checkpatch: emit "NOTE: <types>" message only once after multiple files | Joe Perches | 1 | -4/+4 |
2015-06-25 | checkpatch: emit an error when there's a diff in a changelog | Joe Perches | 1 | -1/+14 |
2015-06-25 | checkpatch: validate MODULE_LICENSE content | Bjorn Andersson | 1 | -0/+18 |
2015-06-25 | checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPY | Mateusz Kulikowski | 1 | -2/+3 |
2015-06-25 | checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr() | Mateusz Kulikowski | 1 | -0/+23 |
2015-06-25 | checkpatch: fix processing of MEMSET issues | Mateusz Kulikowski | 1 | -1/+1 |
2015-06-25 | checkpatch: suggest using ether_addr_equal*() | Mateusz Kulikowski | 1 | -0/+8 |
2015-06-25 | checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch files | Joe Perches | 1 | -1/+1 |
2015-06-25 | checkpatch: remove local from codespell path | Maxim Uvarov | 1 | -2/+2 |
2015-06-25 | checkpatch: add --showfile to allow input via pipe to show filenames | Joe Perches | 1 | -5/+17 |
2015-06-25 | checkpatch: colorize output to terminal | Joe Perches | 1 | -6/+21 |
2015-06-25 | checkpatch: improve output with multiple command-line files | Joe Perches | 1 | -23/+39 |
2015-06-25 | checkpatch: categorize some long line length checks | Joe Perches | 1 | -10/+50 |
2015-06-25 | checkpatch: use $String consistently | Joe Perches | 1 | -6/+6 |
2015-06-25 | checkpatch: make types found in a source file/patch local | Alex Dowad | 1 | -4/+9 |
2015-06-25 | checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_t | Joe Perches | 1 | -6/+25 |
2015-06-25 | checkpatch: check for uncommented waitqueue_active() | Joe Perches | 1 | -0/+7 |
2015-06-25 | drivers/firmware/memmap.c: fix kernel-doc format | Michal Simek | 1 | -11/+13 |
2015-06-25 | fs/ext4/super.c: use strreplace() in ext4_fill_super() | Rasmus Villemoes | 1 | -3/+1 |
2015-06-25 | fs/jbd2/journal.c: use strreplace() | Rasmus Villemoes | 1 | -8/+2 |
2015-06-25 | drivers/md/md.c: use strreplace() | Rasmus Villemoes | 1 | -3/+1 |
2015-06-25 | drivers/base/core.c: use strreplace() | Rasmus Villemoes | 1 | -5/+4 |
2015-06-25 | lib/kobject.c: use strreplace() | Rasmus Villemoes | 1 | -8/+5 |
2015-06-25 | kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup() | Rasmus Villemoes | 1 | -4/+2 |
2015-06-25 | kernel/trace/trace_events_filter.c: use strreplace() | Rasmus Villemoes | 1 | -3/+2 |
2015-06-25 | lib/string.c: introduce strreplace() | Rasmus Villemoes | 2 | -0/+18 |
2015-06-25 | radix-tree: replace preallocated node array with linked list | Kirill A. Shutemov | 1 | -11/+17 |
2015-06-25 | bitmap: remove explicit newline handling using scnprintf format string | Sudeep Holla | 1 | -7/+8 |
2015-06-25 | lib/sort: Add 64 bit swap function | Daniel Wagner | 1 | -2/+21 |
2015-06-25 | hexdump: Make test data really const | Geert Uytterhoeven | 1 | -3/+3 |