summaryrefslogtreecommitdiffstats
path: root/kernel/locking/spinlock_debug.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-03kexec: add a kexec_crash_loaded() functionPetr Tesarik3-1/+9
2016-08-03kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai1-9/+4
2016-08-03ARM: kexec: fix kexec for Keystone 2Russell King2-1/+25
2016-08-03ARM: keystone: dts: add psci command definitionVitaly Andrianov1-0/+8
2016-08-03kexec: allow architectures to override boot mappingRussell King3-14/+55
2016-08-03kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King4-5/+5
2016-08-03kexec: ensure user memory sizes do not wrapRussell King1-0/+2
2016-08-03kexec: don't invoke OOM-killer for control page allocationRussell King1-1/+1
2016-08-03ARM: kexec: advertise location of bootable RAMRussell King1-2/+21
2016-08-03ARM: kdump: advertise boot aliased crash kernel resourceRussell King1-0/+16
2016-08-03kexec: return error number directlyMinfei Huang1-10/+6
2016-08-03cpumask: fix code commentGeliang Tang1-1/+1
2016-08-03kernel/exit.c: quieten greatest stack depth printkAnton Blanchard1-1/+1
2016-08-03signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski10-249/+63
2016-08-03reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney1-1/+2
2016-08-03nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi18-329/+348
2016-08-03nilfs2: use BIT() macroRyusuke Konishi6-38/+37
2016-08-03nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2-27/+24
2016-08-03nilfs2: refactor parser of snapshot mount optionRyusuke Konishi1-18/+35
2016-08-03nilfs2: do not use yield()Ryusuke Konishi1-1/+1
2016-08-03nilfs2: emit error message when I/O error is detectedRyusuke Konishi3-2/+16
2016-08-03nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi8-82/+61
2016-08-03nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi13-275/+283
2016-08-03nilfs2: embed a back pointer to super block instance in nilfs objectRyusuke Konishi3-5/+8
2016-08-03nilfs2: add nilfs_msg() message interfaceRyusuke Konishi2-0/+23
2016-08-03nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi5-36/+51
2016-08-03fs/binfmt_em86.c: fix incompatible pointer typeDaniel Wagner1-1/+2
2016-08-03mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2016-08-03binfmt_elf: fix calculations for bss paddingKees Cook1-16/+18
2016-08-03checkpatch: if no filenames then read stdinAllen Hubbe1-2/+2
2016-08-03checkpatch: check signoff when reading stdinAllen Hubbe1-1/+3
2016-08-03checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches1-1/+1
2016-08-03checkpatch: don't complain about BIT macro in uapiTomas Winkler1-2/+3
2016-08-03checkpatch: yet another commit id improvementJoe Perches1-2/+2
2016-08-03checkpatch: allow c99 style // commentsJoe Perches1-0/+6
2016-08-03checkpatch: skip long lines that use an EFI_GUID macroJoe Perches1-0/+4
2016-08-03firmware: support loading into a pre-allocated bufferStephen Boyd4-29/+114
2016-08-03firmware: provide infrastructure to make fw caching optionalVikram Mulukutla1-2/+5
2016-08-03firmware: consolidate kmap/read/write logicStephen Boyd1-31/+26
2016-08-03radix-tree: fix comment about "exceptional" bitsRoss Zwisler1-1/+1
2016-08-03crc32: use ktime_get_ns() for measurementArnd Bergmann1-12/+4
2016-08-03lib/iommu-helper: skip to next segmentSebastian Ott1-2/+1
2016-08-03get_maintainer.pl: reduce need for command-line option -fJoe Perches1-1/+19
2016-08-03printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov5-8/+171
2016-08-03ratelimit: extend to print suppressed messages on releaseBorislav Petkov2-9/+39
2016-08-03fbdev/bfin_adv7393fb: move DRIVER_NAME before its first useBorislav Petkov2-2/+2
2016-08-03printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-08-03printk: introduce suppress_message_printing()Sergey Senozhatsky1-6/+19
2016-08-03printk: create pr_<level> functionsJoe Perches4-26/+78
2016-08-03printk: do not include interrupt.hSergey Senozhatsky1-1/+0