aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-14lib/sort: avoid indirect calls to built-in swapGeorge Spelvin
2019-05-14lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin
2019-05-14lib/sort: make swap functions more genericGeorge Spelvin
2019-05-14lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso
2019-05-14lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMARasmus Villemoes
2019-05-14lib/bitmap.c: remove unused EXPORT_SYMBOLsRasmus Villemoes
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng
2019-05-14kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng
2019-05-14kernel/notifier.c: double register detectionVasily Averin
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada
2019-05-14powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada
2019-05-14powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada
2019-05-14powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada
2019-05-14ARM: mark setup_machine_tags() stub as __init __noreturnMasahiro Yamada
2019-05-14MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada
2019-05-14mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitializedMasahiro Yamada
2019-05-14s390/cpacf: mark scpacf_query() as __always_inlineMasahiro Yamada
2019-05-14MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada
2019-05-14arm64: mark (__)cpus_have_const_cap as __always_inlineMasahiro Yamada
2019-05-14ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann
2019-05-14treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada
2019-05-14fs/select: avoid clang stack usage warningArnd Bergmann
2019-05-14mm/mincore.c: make mincore() more conservativeJiri Kosina
2019-05-14mm: maintain randomization of page free listsDan Williams
2019-05-14mm: move buddy list manipulations into helpersDan Williams
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams
2019-05-14mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)
2019-05-14mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg
2019-05-14psi: introduce psi monitorSuren Baghdasaryan
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan
2019-05-14psi: track changed statesSuren Baghdasaryan
2019-05-14psi: split update_stats into partsSuren Baghdasaryan
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan
2019-05-14psi: make psi_enable staticSuren Baghdasaryan
2019-05-14psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan
2019-05-14mm: update references to page _refcountBaruch Siach
2019-05-14mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli
2019-05-14userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli
2019-05-14kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao