summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-10-08Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-08Add my linux-leds branch to MAINTAINERSPavel Machek
2019-10-08leds: core: Fix leds.h structure documentationDan Murphy
2019-10-08Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-08Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka
2019-10-07mm, sl[ou]b: improve memory accountingVlastimil Babka
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down
2019-10-07mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter
2019-10-07mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai
2019-10-07mm/z3fold.c: claim page in the beginning of freeVitaly Wool
2019-10-07kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko
2019-10-07memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He
2019-10-07mm: fix -Wmissing-prototypes warningsYi Wang
2019-10-07writeback: fix use-after-free in finish_writeback_work()Tejun Heo
2019-10-07mm/memremap: drop unused SECTION_SIZE and SECTION_MASKAnshuman Khandual
2019-10-07panic: ensure preemption is disabled during panic()Will Deacon
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai
2019-10-07fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai
2019-10-07ocfs2: clear zero in unaligned direct IOJia Guo
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds
2019-10-07arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon
2019-10-07arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon
2019-10-07arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon
2019-10-07arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon
2019-10-07arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino
2019-10-07arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino
2019-10-07arm64: mm: fix spurious fault detectionMark Rutland
2019-10-06Linux 5.4-rc2Linus Torvalds
2019-10-06elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds
2019-10-06Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-10-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-10-05Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-10-05Merge branch 'readdir' (readdir speedup and sanity checking)Linus Torvalds
2019-10-05Make filldir[64]() verify the directory entry filename is validLinus Torvalds
2019-10-05Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds