summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-07bonding: fix panic on non-ARPHRD_ETHER enslave failureJay Vosburgh1-0/+1
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson1-1/+2
2015-11-07fjes: Delete an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2015-11-07directio: add block polling supportJens Axboe1-4/+10
2015-11-07NVMe: add blk polling supportJens Axboe1-4/+28
2015-11-07block: add block polling supportJens Axboe5-0/+99
2015-11-07blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe1-17/+28
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe28-71/+127
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang5-2/+81
2015-11-07ubifs: make ubifs_[get|set]xattr atomicDongsheng Yang1-3/+9
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik1-4/+9
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik1-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik8-80/+65
2015-11-07sound: fix check for error condition of register_chrdev()Alexey Khoroshilov1-1/+1
2015-11-07x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2-5/+15
2015-11-07x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur1-1/+1
2015-11-07x86/mm: Skip the hypervisor range when walking PGDBoris Ostrovsky1-1/+16
2015-11-07x86/AMD: Fix last level cache topology for AMD Fam17h systemsAravind Gopalakrishnan1-0/+13
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov3-9/+27
2015-11-07x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for MerrifieldAndy Shevchenko1-0/+1
2015-11-07Merge tag 'drm-intel-next-fixes-2015-11-06' of git://anongit.freedesktop.org/...Dave Airlie7-24/+79
2015-11-07Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie6-100/+42
2015-11-07ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso1-1/+0
2015-11-07include/linux/zutil.h: fix usage example of zlib_adler32()Anish Bhatt1-2/+2
2015-11-07panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2015-11-07dma-debug: check nents in dma_sync_sg*Robin Murphy1-0/+8
2015-11-07dma-mapping: tidy up dma_parms default handlingRobin Murphy1-7/+11
2015-11-07pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall2-4/+6
2015-11-07kexec: use file name as the output message prefixMinfei Huang3-2/+6
2015-11-07fs, seqfile: always allow oom killerGreg Thelen1-3/+8
2015-11-07seq_file: reuse string_escape_str()Andy Shevchenko1-19/+6
2015-11-07fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko1-8/+7
2015-11-07coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov1-14/+13
2015-11-07coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov2-7/+7
2015-11-07signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)Oleg Nesterov1-1/+0
2015-11-07signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov2-2/+11
2015-11-07signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov4-21/+12
2015-11-07signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov4-98/+2
2015-11-07nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi3-4/+7
2015-11-07nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi5-13/+3
2015-11-07MAINTAINERS: nilfs2: add header file for tracingRyusuke Konishi1-0/+1
2015-11-07nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake2-0/+60
2015-11-07nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake2-0/+75
2015-11-07nilfs2: add a tracepoint for transaction eventsHitoshi Mitake2-1/+85
2015-11-07nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake3-21/+103
2015-11-07nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi2-17/+75
2015-11-07nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi1-0/+50
2015-11-07nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi1-19/+9
2015-11-07nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi1-27/+21
2015-11-07nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi1-44/+40