summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kdb: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-3/+3
* thermal: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-4/+4
* staging: r8188eu: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
* s390/cio: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* PNP: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-12/+12
* thinkpad_acpi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* altera-stapl: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
* ib_srpt: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
* scsi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-142-2/+2
* batman-adv: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-4/+4
* isofs: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-1/+1
* ocfs2: replace strnicmp with strncasecmpRasmus Villemoes2014-10-142-4/+4
* cifs: replace strnicmp with strncasecmpRasmus Villemoes2014-10-142-5/+5
* video: fbdev: replace strnicmp with strncasecmpRasmus Villemoes2014-10-144-40/+40
* netfilter: replace strnicmp with strncasecmpRasmus Villemoes2014-10-145-18/+18
* ARM: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-6/+6
* lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2014-10-142-1/+2
* lib/string.c: remove duplicated functionRasmus Villemoes2014-10-141-17/+10
* arch/x86/kernel/cpu/common.c: fix unused symbol warningAndrew Morton2014-10-141-1/+3
* scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner2014-10-141-1/+1
* scripts/headers_install.sh: fix error handlingJavier Barrio2014-10-141-2/+2
* ipc: resolve shadow warningsMark Rustad2014-10-141-46/+46
* ipc/util.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-141-16/+4
* ipc/shm: kill the historical/wrong mm->start_stack checkOleg Nesterov2014-10-141-7/+0
* ipc: always handle a new value of auto_msgmniAndrey Vagin2014-10-141-2/+1
* init/initramfs.c: resolve shadow warningsMark Rustad2014-10-141-17/+17
* x86: use optimized ioresource lookup in ioremap functionMike Travis2014-10-141-4/+16
* x86: optimize resource lookups for ioremapMike Travis2014-10-142-0/+37
* FS/OMFS: block number sanity check during fill_super operationFabian Frederick2014-10-142-3/+8
* memstick: r592: fix build warnings for !PM_SLEEPThierry Reding2014-10-141-0/+2
* fs/affs: remove redundant sys_tz declarationsFabian Frederick2014-10-143-5/+0
* fs/affs/file.c: fix shadow warningsFabian Frederick2014-10-141-15/+24
* fs/affs/inode.c: remove unused variableFabian Frederick2014-10-141-2/+0
* fs/affs/super.c: remove unused variableFabian Frederick2014-10-141-3/+1
* rbtree: add comment to rb_insert_augmented()Lai Jiangshan2014-10-141-0/+10
* kexec-bzimage64: fix sparse warningsVivek Goyal2014-10-141-7/+8
* kexec: remove the unused function parameterBaoquan He2014-10-141-2/+1
* kexec: check if crashk_res_low exists when exclude it from crash mem rangesBaoquan He2014-10-141-4/+6
* kexec: take the segment adding out of locate_mem_hole functionsBaoquan He2014-10-142-21/+9
* arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory...Baoquan He2014-10-141-1/+2
* coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov2014-10-142-0/+10
* signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()Oleg Nesterov2014-10-141-16/+13
* fat: remove redundant sys_tz declarationFabian Frederick2014-10-141-2/+0
* fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick2014-10-141-3/+5
* fs/ufs/balloc.c: remove unused variableFabian Frederick2014-10-141-3/+0
* fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick2014-10-141-2/+0
* nilfs2: improve the performance of fdatasync()Andreas Rohner2014-10-143-11/+20
* nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner2014-10-145-10/+37
* fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi2014-10-141-24/+29