summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/vm/slabinfo: sort slabs by lossSergey Senozhatsky2015-11-051-4/+21
* tools/vm/slabinfo: limit the number of reported slabsSergey Senozhatsky2015-11-051-3/+15
* tools/vm/slabinfo: use getopt no_argument/optional_argumentSergey Senozhatsky2015-11-051-17/+17
* mm/slab_common.c: do not warn that cache is busy on destroy more than onceVladimir Davydov2015-11-051-6/+7
* mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov2015-11-052-21/+78
* mm/slab_common.c: rename cache create/destroy helpersVladimir Davydov2015-11-051-19/+18
* include/linux/compiler-gcc.h: hide assume_aligned attribute from sparseRasmus Villemoes2015-11-051-1/+1
* compiler.h: add support for function attribute assume_alignedRasmus Villemoes2015-11-052-0/+25
* slab: convert slab_is_available() to booleanDenis Kirjanov2015-11-052-2/+2
* kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell2015-11-051-1/+1
* kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell2015-11-051-4/+6
* kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell2015-11-051-0/+6
* kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...Ulrich Obergfell2015-11-051-0/+2
* kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2015-11-054-3/+16
* kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina2015-11-055-5/+55
* watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell2015-11-051-4/+6
* watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell2015-11-051-0/+5
* watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell2015-11-051-7/+23
* watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell2015-11-051-3/+5
* watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell2015-11-051-3/+4
* kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai2015-11-051-3/+3
* 9p: do not overwrite return code when locking failsDominique Martinet2015-11-051-1/+2
* rcu: force alignment on struct callback_head/rcu_headKirill A. Shutemov2015-11-051-1/+15
* ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi2015-11-051-4/+1
* ocfs2: add uuid to ocfs2 thread name for problem analysisJoseph Qi2015-11-055-6/+10
* ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an erroralex chen2015-11-051-1/+10
* ocfs2: fix race between mount and delete node/clusterJoseph Qi2015-11-051-3/+16
* ocfs2: only take lock if dio entry when recover orphansJoseph Qi2015-11-052-39/+49
* ocfs2: do not include dio entry in case of orphan scanJoseph Qi2015-11-053-5/+15
* ocfs2: improve performance for localallocJoseph Qi2015-11-051-1/+4
* ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-11-051-0/+1
* ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu2015-11-051-0/+1
* logfs: fix build warningSudip Mukherjee2015-11-051-2/+2
* inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-051-1/+13
* inotify: hide internal kernel bits from fdinfoDave Hansen2015-11-051-1/+8
* Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-04204-2645/+21697
|\
| * fpga: socfpga: Fix check of return value of devm_request_irqMoritz Fischer2015-10-291-1/+1
| * lkdtm: fix ACCESS_USERSPACE testStephen Smalley2015-10-291-1/+7
| * mcb: Destroy IDA on module unloadJohannes Thumshirn2015-10-291-0/+1
| * mcb: Do not return zero on error path in mcb_pci_probe()Alexey Khoroshilov2015-10-291-0/+1
| * mei: bus: set the device name before running fixupTomas Winkler2015-10-291-4/+16
| * mei: bus: use correct lock orderingTomas Winkler2015-10-291-5/+13
| * mei: Fix debugfs filename in error outputAlexander Kuleshov2015-10-271-1/+1
| * char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla2015-10-241-4/+5
| * fpga: zynq-fpga: Fix issue with drvdata being overwritten.Moritz Fischer2015-10-231-3/+4
| * fpga manager: remove unnecessary null pointer checksAlan Tull2015-10-231-8/+4
| * fpga manager: ensure lifetime with of_fpga_mgr_getAlan Tull2015-10-231-15/+17
| * fpga: zynq-fpga: Change fw format to handle bin instead of bit.Moritz Fischer2015-10-231-22/+2
| * fpga: zynq-fpga: Fix unbalanced clock handlingMoritz Fischer2015-10-231-2/+2
| * misc: sram: partition base address belongs to __iomem spaceVladimir Zapolskiy2015-10-181-3/+3