aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07arm64: 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-06ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso
2015-11-06include/linux/zutil.h: fix usage example of zlib_adler32()Anish Bhatt
2015-11-06panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy
2015-11-06dma-mapping: tidy up dma_parms default handlingRobin Murphy
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall
2015-11-06kexec: use file name as the output message prefixMinfei Huang
2015-11-06fs, seqfile: always allow oom killerGreg Thelen
2015-11-06seq_file: reuse string_escape_str()Andy Shevchenko
2015-11-06fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko
2015-11-06coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov
2015-11-06signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)Oleg Nesterov
2015-11-06signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov
2015-11-06signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi
2015-11-06nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi
2015-11-06MAINTAINERS: nilfs2: add header file for tracingRyusuke Konishi
2015-11-06nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake
2015-11-06nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake
2015-11-06nilfs2: add a tracepoint for transaction eventsHitoshi Mitake
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake
2015-11-06nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi
2015-11-06nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi
2015-11-06nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi
2015-11-06nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi
2015-11-06nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi
2015-11-06nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi
2015-11-06nilfs2: drop null test before destroy functionsJulia Lawall
2015-11-06checkpatch: improve the unnecessary initialisers testsJoe Perches
2015-11-06checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches
2015-11-06lib/hexdump.c: truncate output in case of overflowAndy Shevchenko
2015-11-06rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer