summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm/mlock.c: reorganize mlockall() return values and remove goto-out labelAlexey Klimov1-5/+4
2015-11-06mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov1-1/+1
2015-11-06mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas1-2/+3
2015-11-06mm/slub: calculate start order with reserved in considerationWei Yang1-5/+1
2015-11-06mm/slub: use get_order() instead of fls()Wei Yang1-2/+1
2015-11-06mm/slub: correct the comment in calculate_order()Wei Yang1-1/+1
2015-11-06mm/slab_common.c: initialize kmem_cache pointer to NULLAlexandru Moise1-2/+1
2015-11-06Doc/slub: document slabinfo-gnuplot.sh scriptSergey Senozhatsky1-0/+59
2015-11-06tools/vm/slabinfo: gnuplot slabifo extended statSergey Senozhatsky1-0/+275
2015-11-06tools/vm/slabinfo: cosmetic globals cleanupSergey Senozhatsky1-27/+27
2015-11-06tools/vm/slabinfo: output sizes in bytesSergey Senozhatsky1-37/+51
2015-11-06tools/vm/slabinfo: introduce extended totals modeSergey Senozhatsky1-10/+44
2015-11-06tools/vm/slabinfo: fix alternate opts namesSergey Senozhatsky1-3/+5
2015-11-06tools/vm/slabinfo: sort slabs by lossSergey Senozhatsky1-4/+21
2015-11-06tools/vm/slabinfo: limit the number of reported slabsSergey Senozhatsky1-3/+15
2015-11-06tools/vm/slabinfo: use getopt no_argument/optional_argumentSergey Senozhatsky1-17/+17
2015-11-06mm/slab_common.c: do not warn that cache is busy on destroy more than onceVladimir Davydov1-6/+7
2015-11-06mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov2-21/+78
2015-11-06mm/slab_common.c: rename cache create/destroy helpersVladimir Davydov1-19/+18
2015-11-06include/linux/compiler-gcc.h: hide assume_aligned attribute from sparseRasmus Villemoes1-1/+1
2015-11-06compiler.h: add support for function attribute assume_alignedRasmus Villemoes2-0/+25
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-05Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds204-2645/+21697
2015-11-05Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds46-193/+302