summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-06slab: convert slab_is_available() to booleanDenis Kirjanov2-2/+2
2015-11-06kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell1-1/+1
2015-11-06kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell1-4/+6
2015-11-06kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell1-0/+6
2015-11-06kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...Ulrich Obergfell1-0/+2
2015-11-06kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus4-3/+16
2015-11-06kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina5-5/+55
2015-11-06watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell1-4/+6
2015-11-06watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell1-0/+5
2015-11-06watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell1-7/+23
2015-11-06watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell1-3/+5
2015-11-06watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell1-3/+4
2015-11-06kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai1-3/+3
2015-11-069p: do not overwrite return code when locking failsDominique Martinet1-1/+2
2015-11-06rcu: force alignment on struct callback_head/rcu_headKirill A. Shutemov1-1/+15
2015-11-06ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi1-4/+1
2015-11-06ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi5-6/+10
2015-11-06ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen1-1/+10
2015-11-06ocfs2: fix race between mount and delete node/clusterJoseph Qi1-3/+16
2015-11-06ocfs2: only take lock if dio entry when recover orphansJoseph Qi2-39/+49
2015-11-06ocfs2: do not include dio entry in case of orphan scanJoseph Qi3-5/+15
2015-11-06ocfs2: improve performance for localallocJoseph Qi1-1/+4
2015-11-06ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen1-0/+1
2015-11-06ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu1-0/+1
2015-11-06logfs: fix build warningSudip Mukherjee1-2/+2
2015-11-06inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen1-1/+13
2015-11-06inotify: hide internal kernel bits from fdinfoDave Hansen1-1/+8
2015-11-06Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui17-67/+1043
2015-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui5-48/+71
2015-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds10-37/+113
2015-11-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds89-1029/+2956
2015-11-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds37-1138/+1317
2015-11-06Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-443/+1995
2015-11-06toshiba_acpi: Initialize hotkey_event_type variableAzael Avalos1-0/+1
2015-11-06Merge git://git.infradead.org/intel-iommuLinus Torvalds8-74/+1152
2015-11-06Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds39-133/+1658
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds89-492/+1748
2015-11-06Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds5-29/+43
2015-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+2
2015-11-06Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds21-771/+952
2015-11-06Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds15-164/+433
2015-11-06Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-12/+14
2015-11-06cpufreq: s5pv210-cpufreq: fix wrong do_div() usageNicolas Pitre1-2/+2
2015-11-06MAINTAINERS: update for intel P-state driverSrinivas Pandruvada1-1/+2
2015-11-06selinux: fix random read in selinux_ip_postroute_compat()Eric Dumazet1-4/+14
2015-11-06Merge branch 'bnxt_en-fixes'David S. Miller3-30/+64
2015-11-06bnxt_en: More robust SRIOV cleanup sequence.Jeffrey Huang1-13/+27
2015-11-06bnxt_en: Fix comparison of u16 sw_id against negative value.Michael Chan1-4/+5
2015-11-06bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4Jeffrey Huang2-3/+20
2015-11-06bnxt_en: Determine tcp/ipv6 RSS hash type correctly.Michael Chan1-5/+7