summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: kexec: advertise location of bootable RAMRussell King2016-08-031-2/+21
* ARM: kdump: advertise boot aliased crash kernel resourceRussell King2016-08-031-0/+16
* kexec: return error number directlyMinfei Huang2016-08-031-10/+6
* cpumask: fix code commentGeliang Tang2016-08-031-1/+1
* kernel/exit.c: quieten greatest stack depth printkAnton Blanchard2016-08-031-1/+1
* signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-0310-249/+63
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-08-031-1/+2
* nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-0318-329/+348
* nilfs2: use BIT() macroRyusuke Konishi2016-08-036-38/+37
* nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-032-27/+24
* nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-031-18/+35
* nilfs2: do not use yield()Ryusuke Konishi2016-08-031-1/+1
* nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-033-2/+16
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-038-82/+61
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-0313-275/+283
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-033-5/+8
* nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2016-08-032-0/+23
* nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-035-36/+51
* fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner2016-08-031-1/+2
* mm: refuse wrapped vm_brk requestsKees Cook2016-08-031-3/+5
* binfmt_elf: fix calculations for bss paddingKees Cook2016-08-031-16/+18
* checkpatch: if no filenames then read stdinAllen Hubbe2016-08-031-2/+2
* checkpatch: check signoff when reading stdinAllen Hubbe2016-08-031-1/+3
* checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches2016-08-031-1/+1
* checkpatch: don't complain about BIT macro in uapiTomas Winkler2016-08-031-2/+3
* checkpatch: yet another commit id improvementJoe Perches2016-08-031-2/+2
* checkpatch: allow c99 style // commentsJoe Perches2016-08-031-0/+6
* checkpatch: skip long lines that use an EFI_GUID macroJoe Perches2016-08-031-0/+4
* firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-034-29/+114
* firmware: provide infrastructure to make fw caching optionalVikram Mulukutla2016-08-031-2/+5
* firmware: consolidate kmap/read/write logicStephen Boyd2016-08-031-31/+26
* radix-tree: fix comment about "exceptional" bitsRoss Zwisler2016-08-031-1/+1
* crc32: use ktime_get_ns() for measurementArnd Bergmann2016-08-031-12/+4
* lib/iommu-helper: skip to next segmentSebastian Ott2016-08-031-2/+1
* get_maintainer.pl: reduce need for command-line option -fJoe Perches2016-08-031-1/+19
* printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-035-8/+171
* ratelimit: extend to print suppressed messages on releaseBorislav Petkov2016-08-032-9/+39
* fbdev/bfin_adv7393fb: move DRIVER_NAME before its first useBorislav Petkov2016-08-032-2/+2
* printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-08-031-1/+1
* printk: introduce suppress_message_printing()Sergey Senozhatsky2016-08-031-6/+19
* printk: create pr_<level> functionsJoe Perches2016-08-034-26/+78
* printk: do not include interrupt.hSergey Senozhatsky2016-08-031-1/+0
* dynamic_debug: only add header when usedLuis de Bethencourt2016-08-035-3/+4
* task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov2016-08-031-4/+6
* include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang2016-08-032-5/+5
* mailmap: add Linus LüssingLinus Lüssing2016-08-031-0/+2
* uapi: move forward declarations of internal structuresAlexey Dobriyan2016-08-024-4/+2
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-0236-53/+46
* memstick: don't allocate unused major for ms_blockNeilBrown2016-08-021-15/+2
* init/Kconfig: make COMPILE_TEST depend on !UMLRichard Weinberger2016-08-021-0/+1