summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-29lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULLLad, Prabhakar
2014-01-28Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-01-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2014-01-28Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-01-28Merge tag 'clk-for-linus-3.14-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds
2014-01-28Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov
2014-01-28ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov
2014-01-28Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-01-28Merge tag 'cris-correction-for-3.14' of git://jni.nu/crisLinus Torvalds
2014-01-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-28CRISv10: Readd missing headerJesper Nilsson
2014-01-27mtd: gpmi: add sanity check when mapping DMA for read_buf/write_bufHuang Shijie
2014-01-27mtd: gpmi: allocate a proper buffer for non ECC read/writeHuang Shijie
2014-01-27mtd: m25p80: Set rx_nbits for Quad SPI transfersGeert Uytterhoeven
2014-01-27mtd: m25p80: Enable Quad SPI read transfers for s25fl512sGeert Uytterhoeven
2014-01-27Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-01-27firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel
2014-01-27compat: fix sys_fanotify_markHeiko Carstens
2014-01-27checkpatch.pl: check for function declarations without argumentsJoe Perches
2014-01-27mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches
2014-01-27softirq: convert printks to pr_<level>Joe Perches
2014-01-27softirq: use ffs() in __do_softirq()Joe Perches
2014-01-27kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...Chen Gang
2014-01-27splice: fix unexpected size truncationXiao Guangrong
2014-01-27ipc: fix compat msgrcv with negative msgtypMateusz Guzik
2014-01-27ipc,msg: document barriersDavidlohr Bueso
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso
2014-01-27ipc: simplify sysvipc_proc_open() returnDavidlohr Bueso
2014-01-27ipc: remove useless return statementDavidlohr Bueso
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso
2014-01-27ipc: standardize code commentsDavidlohr Bueso
2014-01-27ipc: whitespace cleanupManfred Spraul
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini
2014-01-27ipc: introduce ipc_valid_object() helper to sort out IPC_RMID racesRafael Aquini
2014-01-27ipc/sem.c: avoid overflow of semop undo (semadj) valuePetr Mladek
2014-01-27init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu
2014-01-27dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin
2014-01-27dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin
2014-01-27dynamic_debug: remove wrong error messageAndrey Ryabinin
2014-01-27ocfs2: do not log ENOENT in unlink()Xiaowei.Hu