summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* relay: add global mode support for buffer-only channelsAkash Goel2016-08-021-2/+32
* init: allow blacklisting of module_init functionsPrarit Bhargava2016-08-021-0/+6
* w1:omap_hdq: fix regressionH. Nikolaus Schaller2016-08-021-2/+0
* w1: add helper macro module_w1_familyAndrew F. Davis2016-08-0211-131/+22
* w1: remove need for ida and use PLATFORM_DEVID_AUTOAndrew F. Davis2016-08-023-66/+13
* rapidio/switches: add driver for IDT gen3 switchesAlexandre Bounine2016-08-024-0/+391
* powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine2016-08-021-15/+5
* rapidio: modify for rev.3 specification changesAlexandre Bounine2016-08-028-191/+249
* rapidio: change inbound window size type to u64Alexandre Bounine2016-08-023-8/+12
* rapidio/idt_gen2: fix locking warningAlexandre Bounine2016-08-021-4/+3
* rapidio: fix error handling in mbox request/release functionsAlexandre Bounine2016-08-021-12/+42
* rapidio/tsi721_dma: advance queue processing from transfer submit callAlexandre Bounine2016-08-021-0/+1
* rapidio/tsi721: add messaging mbox selector parameterAlexandre Bounine2016-08-022-0/+20
* rapidio/tsi721: add PCIe MRRS override parameterAlexandre Bounine2016-08-022-1/+22
* rapidio/tsi721_dma: add channel mask and queue size parametersAlexandre Bounine2016-08-023-10/+32
* rapidio: fix return value description for dma_prep functionsAlexandre Bounine2016-08-021-2/+6
* 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