summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-09s390/pci_dma: handle dma table failuresSebastian Ott
2015-11-09s390/pci_dma: unify label of invalid translation table entriesSebastian Ott
2015-11-09s390/syscalls: remove system call number calculationHeiko Carstens
2015-11-09s390/cio: simplify css_generate_pgidSebastian Ott
2015-11-09s390/diag: add a s390 prefix to the diagnose trace pointMartin Schwidefsky
2015-11-09s390/head: fix error message on unsupported hardwareSascha Silbe
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
2015-11-07checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches
2015-11-07lib/hexdump.c: truncate output in case of overflowAndy Shevchenko
2015-11-07rbtree: clarify documentation of rbtree_postorder_for_each_entry_safe()Cody P Schafer
2015-11-07lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov
2015-11-07lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes
2015-11-07lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes
2015-11-07lib/llist.c: fix data race in llist_del_firstDmitry Vyukov