summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rapidio/documentation: fix mangled paragraph in mport_cdevAlexandre Bounine2016-08-021-2/+1
* rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches2016-08-022-6/+6
* rapidio: add RapidIO channelized messaging driverAlexandre Bounine2016-08-026-0/+2574
* kexec: add restriction on kexec_load() segment sizeszhong jiang2016-08-021-0/+17
* kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik2016-08-021-3/+2
* kexec: add a kexec_crash_loaded() functionPetr Tesarik2016-08-023-1/+9
* kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai2016-08-021-9/+4
* ARM: kexec: fix kexec for Keystone 2Russell King2016-08-022-1/+25
* ARM: keystone: dts: add psci command definitionVitaly Andrianov2016-08-021-0/+8
* kexec: allow architectures to override boot mappingRussell King2016-08-023-14/+55
* kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2016-08-024-5/+5
* kexec: ensure user memory sizes do not wrapRussell King2016-08-021-0/+2
* kexec: don't invoke OOM-killer for control page allocationRussell King2016-08-021-1/+1
* ARM: kexec: advertise location of bootable RAMRussell King2016-08-021-2/+21
* ARM: kdump: advertise boot aliased crash kernel resourceRussell King2016-08-021-0/+16
* kexec: return error number directlyMinfei Huang2016-08-021-10/+6
* cpumask: fix code commentGeliang Tang2016-08-021-1/+1
* kernel/exit.c: quieten greatest stack depth printkAnton Blanchard2016-08-021-1/+1
* signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-0210-249/+63
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-08-021-1/+2
* nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-0218-329/+348
* nilfs2: use BIT() macroRyusuke Konishi2016-08-026-38/+37
* nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-022-27/+24
* nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-021-18/+35
* nilfs2: do not use yield()Ryusuke Konishi2016-08-021-1/+1
* nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-023-2/+16
* nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi2016-08-028-82/+61
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-0213-275/+283
* nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi2016-08-023-5/+8
* nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2016-08-022-0/+23
* nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi2016-08-025-36/+51
* fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner2016-08-021-1/+2
* mm: refuse wrapped vm_brk requestsKees Cook2016-08-021-3/+5
* binfmt_elf: fix calculations for bss paddingKees Cook2016-08-021-16/+18
* checkpatch: if no filenames then read stdinAllen Hubbe2016-08-021-2/+2
* checkpatch: check signoff when reading stdinAllen Hubbe2016-08-021-1/+3
* checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches2016-08-021-1/+1
* checkpatch: don't complain about BIT macro in uapiTomas Winkler2016-08-021-2/+3
* checkpatch: yet another commit id improvementJoe Perches2016-08-021-2/+2
* checkpatch: allow c99 style // commentsJoe Perches2016-08-021-0/+6
* checkpatch: skip long lines that use an EFI_GUID macroJoe Perches2016-08-021-0/+4
* firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-024-29/+114
* firmware: provide infrastructure to make fw caching optionalVikram Mulukutla2016-08-021-2/+5
* firmware: consolidate kmap/read/write logicStephen Boyd2016-08-021-31/+26
* radix-tree: fix comment about "exceptional" bitsRoss Zwisler2016-08-021-1/+1
* crc32: use ktime_get_ns() for measurementArnd Bergmann2016-08-021-12/+4
* lib/iommu-helper: skip to next segmentSebastian Ott2016-08-021-2/+1
* get_maintainer.pl: reduce need for command-line option -fJoe Perches2016-08-021-1/+19
* printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-025-8/+171
* ratelimit: extend to print suppressed messages on releaseBorislav Petkov2016-08-022-9/+39