summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu4-5/+15
2018-09-11f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-09-08f2fs: submit bio after shutdownJaegeuk Kim1-0/+2
2018-09-05f2fs: avoid wrong decrypted data from diskJaegeuk Kim4-12/+17
2018-09-05Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu3-7/+7
2018-09-05f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala1-1/+7
2018-09-05f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu5-55/+46
2018-09-05f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu1-0/+3
2018-09-05Merge tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds4-40/+72
2018-09-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds13-77/+85
2018-09-05Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds16-152/+527
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu1-0/+12
2018-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds56-433/+91
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi39-390/+39
2018-09-05drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder1-1/+2
2018-09-05lib/Kconfig.debug: fix three typos in help textThibaut Sautereau1-2/+2
2018-09-05checkpatch: add __ro_after_init to known $AttributeJoe Perches1-0/+1
2018-09-05mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang1-2/+2
2018-09-05uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2-2/+2
2018-09-05memory_hotplug: fix kernel_panic on offline page processingMikhail Zaslonko1-11/+9
2018-09-05checkpatch: add optional static const to blank line declarations testJoe Perches1-1/+1
2018-09-05ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso1-0/+1
2018-09-05mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2-1/+6
2018-09-05mm/util.c: improve kvfree() kerneldocAndrew Morton1-4/+7
2018-09-05tools/vm/page-types.c: fix "defined but not used" warningNaoya Horiguchi1-6/+0
2018-09-05tools/vm/slabinfo.c: fix sign-compare warningNaoya Horiguchi1-2/+2
2018-09-05kmemleak: always register debugfs fileVincent Whitchurch1-4/+5
2018-09-05mm: respect arch_dup_mmap() return valueNadav Amit1-2/+1
2018-09-05mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa1-0/+1
2018-09-05mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner2-5/+10
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds89-452/+941
2018-09-04net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn1-4/+16
2018-09-04net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-04act_ife: fix a potential use-after-freeCong Wang1-1/+1
2018-09-04net/mlx5: Fix SQ offset in QPs with small RQTariq Toukan1-2/+3
2018-09-04nds32: fix build error because of wrong semicolonGreentime Hu1-2/+2
2018-09-04nds32: Fix a kernel panic issue because of wrong frame pointer access.Greentime Hu3-3/+15
2018-09-04nds32: Only print one page of stack when die to prevent printing too much inf...Greentime Hu1-3/+2
2018-09-04nds32: Add macro definition for offset of lp register on stackZong Li3-2/+3
2018-09-04nds32: Remove the deprecated ABI implementationZong Li1-5/+0
2018-09-04nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li2-24/+10
2018-09-04nds32/ftrace: Support dynamic function graph tracerZong Li1-0/+36
2018-09-04nds32/ftrace: Support dynamic function tracerZong Li3-0/+191
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportZong Li2-0/+4
2018-09-04nds32/ftrace: Support static function graph tracerZong Li2-0/+70
2018-09-04nds32/ftrace: Support static function tracerZong Li5-0/+59
2018-09-04nds32: Extract the checking and getting pointer to a macroZong Li1-39/+41
2018-09-04nds32: Clean up the coding styleZong Li1-98/+103
2018-09-04nds32: Fix get_user/put_user macro expand pointer problemZong Li1-12/+14
2018-09-04nds32: Fix empty call traceZong Li1-1/+1