summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog: imgpdc: Fix probe NULL pointer dereferenceJames Hogan2015-03-271-1/+1
* watchdog: mtk_wdt: signedness bug in mtk_wdt_start()Dan Carpenter2015-03-271-1/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-03-263-34/+35
|\
| * Merge tag 'drm-intel-fixes-2015-03-26' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-03-262-19/+32
| |\
| | * drm/i915: Fixup legacy plane->crtc link for initial fb configDaniel Vetter2015-03-261-0/+2
| | * drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau2015-03-261-2/+9
| | * drm/i915: Keep ring->active_list and ring->requests_list consistentChris Wilson2015-03-261-17/+21
| |/
| * drm/i915: Don't try to reference the fb in get_initial_plane_config()Damien Lespiau2015-03-251-4/+3Star
| * drm: Fixup racy refcounting in plane_force_disableDaniel Vetter2015-03-241-12/+1Star
* | Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-03-261-10/+16
|\ \
| * | dm: fix add_disk() NULL pointer due to race with free_dev()Mike Snitzer2015-03-231-10/+16
* | | Merge tag 'linux-kselftest-4.0-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-261-0/+8
|\ \ \
| * | | selftests: Fix build failures when invoked from kselftest targetShuah Khan2015-03-191-0/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-03-264-19/+62
|\ \ \ \
| * | | | s390/smp: reenable smt after resumeHeiko Carstens2015-03-251-0/+11
| * | | | s390/mm: limit STACK_RND_MASK for compat tasksMartin Schwidefsky2015-03-131-1/+1
| * | | | s390/ftrace: fix compile error if CONFIG_KPROBES is disabledHeiko Carstens2015-03-131-16/+45
| * | | | s390/cpum_sf: add diagnostic sampling event only if it is authorizedHendrik Brueckner2015-03-131-2/+5
* | | | | Merge tag 'metag-fixes-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-03-263-94/+106
|\ \ \ \ \
| * | | | | metag: Fix ioremap_wc/ioremap_cached build errorsJames Hogan2015-03-233-94/+106
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-2615-71/+106
|\ \ \ \ \ \
| * | | | | | mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman2015-03-261-0/+1
| * | | | | | mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-264-8/+15
| * | | | | | mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman2015-03-263-6/+14
| * | | | | | mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2015-03-262-19/+13Star
| * | | | | | hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov2015-03-261-9/+11
| * | | | | | MAINTAINERS: add Jan as DMI/SMBIOS support maintainerJean Delvare2015-03-261-0/+7
| * | | | | | fs/affs/file.c: unlock/release page on errorTaesoo Kim2015-03-261-7/+12
| * | | | | | mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-03-261-0/+1
| * | | | | | mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland2015-03-261-2/+4
| * | | | | | mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-03-261-9/+4Star
| * | | | | | MAINTAINERS: correct rtc armada38x pattern entryJoe Perches2015-03-261-1/+1
| * | | | | | mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi2015-03-261-1/+8
| * | | | | | mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-03-262-3/+8
| * | | | | | drivers/rtc/rtc-mrst: fix suspend/resumeLars-Peter Clausen2015-03-261-8/+9
| * | | | | | aoe: update aoe maintainer informationEd Cashin2015-03-261-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-03-256-12/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-03-231-1/+4
| * | | | | | NVMe: Initialize device list head before startingKeith Busch2015-03-231-0/+1
| * | | | | | Fix bug in blk_rq_merge_okWenbo Wang2015-03-201-1/+1
| * | | | | | blkmq: Fix NULL pointer deref when all reserved tags inSam Bradshaw2015-03-191-2/+4
| * | | | | | blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer2015-03-131-3/+3
| * | | | | | Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd ...Jens Axboe2015-03-051-4/+4
| |\ \ \ \ \ \
| | * | | | | | nbd: fix possible memory leakSudip Mukherjee2015-03-051-4/+4
| * | | | | | | writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-03-041-1/+1
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-253-19/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: percpu: Make this_cpu accessors pre-empt safeSteve Capper2015-03-242-19/+57
| * | | | | | | | arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas2015-03-231-0/+9
* | | | | | | | | Merge tag 'powerpc-4.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-03-257-24/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/book3s: Fix the MCE code to use CONFIG_KVM_BOOK3S_64_HANDLERMahesh Salgaonkar2015-03-231-1/+1