summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-09fs/9p: remove unnecessary new_valid_dev() checksYaowei Bai
2015-11-09include/linux/kdev_t.h: old/new_valid_dev() can return boolYaowei Bai
2015-11-09include/linux/kdev_t.h: remove unused huge_valid_dev()Yaowei Bai
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre
2015-11-09drivers/scsi/cxgbi: fix build with EXTRA_CFLAGSJiri Slaby
2015-11-09dma: remove external references to dma_supportedChristoph Hellwig
2015-11-09Documentation/sysctl/vm.txt: fix misleading code reference of overcommit_memoryChun Chen
2015-11-09remove abs64()Andrew Morton
2015-11-09kernel.h: make abs() work with 64-bit typesMichal Nazarewicz
2015-11-09sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers
2015-11-09mips: add entry for new mlock2 syscallEric B Munson
2015-11-09fs/writeback.c: fix kernel-doc warningsRandy Dunlap
2015-11-09fs/inode.c: fix kernel-doc warningRandy Dunlap
2015-11-08arm64: fixup for mm renamesAndrew Morton
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-07ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso
2015-11-07include/linux/zutil.h: fix usage example of zlib_adler32()Anish Bhatt
2015-11-07panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov
2015-11-07dma-debug: check nents in dma_sync_sg*Robin Murphy
2015-11-07dma-mapping: tidy up dma_parms default handlingRobin Murphy
2015-11-07pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall
2015-11-07kexec: use file name as the output message prefixMinfei Huang
2015-11-07fs, seqfile: always allow oom killerGreg Thelen
2015-11-07seq_file: reuse string_escape_str()Andy Shevchenko
2015-11-07fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko
2015-11-07coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov
2015-11-07coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov
2015-11-07signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)Oleg Nesterov
2015-11-07signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov
2015-11-07signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov
2015-11-07nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi
2015-11-07nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi
2015-11-07MAINTAINERS: nilfs2: add header file for tracingRyusuke Konishi
2015-11-07nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake
2015-11-07nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake
2015-11-07nilfs2: add a tracepoint for transaction eventsHitoshi Mitake
2015-11-07nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake
2015-11-07nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi
2015-11-07nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi
2015-11-07nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi
2015-11-07nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi
2015-11-07nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi
2015-11-07nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi
2015-11-07nilfs2: drop null test before destroy functionsJulia Lawall
2015-11-07checkpatch: improve the unnecessary initialisers testsJoe Perches