summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski
2016-08-02reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi
2016-08-02nilfs2: use BIT() macroRyusuke Konishi
2016-08-02nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi
2016-08-02nilfs2: refactor parser of snapshot mount optionRyusuke Konishi
2016-08-02nilfs2: do not use yield()Ryusuke Konishi
2016-08-02nilfs2: emit error message when I/O error is detectedRyusuke Konishi
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi
2016-08-02nilfs2: add nilfs_msg() message interfaceRyusuke Konishi
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi
2016-08-02fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner
2016-08-02mm: refuse wrapped vm_brk requestsKees Cook
2016-08-02binfmt_elf: fix calculations for bss paddingKees Cook
2016-08-02checkpatch: if no filenames then read stdinAllen Hubbe
2016-08-02checkpatch: check signoff when reading stdinAllen Hubbe
2016-08-02checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches
2016-08-02checkpatch: don't complain about BIT macro in uapiTomas Winkler
2016-08-02checkpatch: yet another commit id improvementJoe Perches
2016-08-02checkpatch: allow c99 style // commentsJoe Perches
2016-08-02checkpatch: skip long lines that use an EFI_GUID macroJoe Perches
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd
2016-08-02firmware: provide infrastructure to make fw caching optionalVikram Mulukutla
2016-08-02firmware: consolidate kmap/read/write logicStephen Boyd
2016-08-02radix-tree: fix comment about "exceptional" bitsRoss Zwisler
2016-08-02crc32: use ktime_get_ns() for measurementArnd Bergmann
2016-08-02lib/iommu-helper: skip to next segmentSebastian Ott
2016-08-02get_maintainer.pl: reduce need for command-line option -fJoe Perches
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov
2016-08-02ratelimit: extend to print suppressed messages on releaseBorislav Petkov
2016-08-02fbdev/bfin_adv7393fb: move DRIVER_NAME before its first useBorislav Petkov
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig
2016-08-02printk: introduce suppress_message_printing()Sergey Senozhatsky
2016-08-02printk: create pr_<level> functionsJoe Perches
2016-08-02printk: do not include interrupt.hSergey Senozhatsky
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt
2016-08-02task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov
2016-08-02include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang
2016-08-02mailmap: add Linus LüssingLinus Lüssing
2016-08-02uapi: move forward declarations of internal structuresAlexey Dobriyan
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-08-02memstick: don't allocate unused major for ms_blockNeilBrown
2016-08-02init/Kconfig: make COMPILE_TEST depend on !UMLRichard Weinberger
2016-08-02fs/proc/task_mmu.c: suppress compilation warnings with W=1Valdis Kletnieks
2016-08-02procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann
2016-08-02proc_oom_score: remove tasklist_lock and pid_alive()Oleg Nesterov
2016-08-02MAINTAINERS: befs: add new maintainersLuis de Bethencourt
2016-08-02cgroup: update cgroup's document pathseokhoon.yoon