summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-09drm/amdgpu: fix memory leakNirmoy Das1-7/+7
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds16-104/+98
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster2-0/+2
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust1-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust1-35/+43
2019-10-09powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe1-0/+1
2019-10-09selftests/powerpc: Fix compile error on tlbie_test due to newer gccDesnes A. Nunes do Rosario1-1/+1
2019-10-09powerpc/pseries: Remove confusing warning message.Laurent Dufour1-0/+3
2019-10-09powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell1-0/+4
2019-10-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky1-1/+7
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky1-0/+4
2019-10-09smb3: Fix regression in time handlingSteve French1-8/+16
2019-10-09smb3: remove noisy debug message and minor cleanupSteve French3-9/+6
2019-10-09Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2019-10-08Add my linux-leds branch to MAINTAINERSPavel Machek1-0/+1
2019-10-08leds: core: Fix leds.h structure documentationDan Murphy1-3/+2
2019-10-08Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds4-15/+27
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+8
2019-10-08Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-11/+97
2019-10-08doc: move namespaces.rst from kbuild/ to core-api/Masahiro Yamada3-0/+2
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye1-0/+5
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim1-1/+1
2019-10-08drm/panel: tpo-td043mtea1: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-08drm/panel: tpo-td028ttec1: Fix SPI aliasLaurent Pinchart1-2/+1
2019-10-08drm/panel: sony-acx565akm: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-08drm/panel: nec-nl8048hl11: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-08drm/panel: lg-lb035q02: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-08io_uring: remove wait loop spurious wakeupsPavel Begunkov1-12/+4
2019-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-89/+281
2019-10-08mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka4-12/+49
2019-10-08mm, sl[ou]b: improve memory accountingVlastimil Babka3-9/+33
2019-10-08mm, memcg: make scan aggression always exclude protectionChris Down2-54/+32
2019-10-08mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2-28/+46
2019-10-08mm, memcg: proportional memory.{low,min} reclaimChris Down4-12/+115
2019-10-08mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter1-9/+11
2019-10-08mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai1-1/+7
2019-10-08mm/z3fold.c: claim page in the beginning of freeVitaly Wool1-2/+8
2019-10-08kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko1-2/+2
2019-10-08memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He1-0/+3
2019-10-08mm: fix -Wmissing-prototypes warningsYi Wang2-2/+2
2019-10-08writeback: fix use-after-free in finish_writeback_work()Tejun Heo1-2/+7
2019-10-08mm/memremap: drop unused SECTION_SIZE and SECTION_MASKAnshuman Khandual1-2/+0
2019-10-08panic: ensure preemption is disabled during panic()Will Deacon1-0/+1
2019-10-08fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai1-1/+1
2019-10-08fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai1-1/+2
2019-10-08fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai1-33/+23
2019-10-08ocfs2: clear zero in unaligned direct IOJia Guo1-1/+21
2019-10-08x86/xen: Return from panic notifierBoris Ostrovsky2-3/+29