summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-151-5/+4
* lib: rework bitmap_parselistYury Norov2019-05-151-113/+142
* lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()Yury Norov2019-05-151-8/+11
* lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko2019-05-154-16/+34
* lib: Move mathematic helpers to separate folderAndy Shevchenko2019-05-1513-24/+27
* lib/list_sort: optimize number of calls to comparison functionGeorge Spelvin2019-05-151-22/+91
* lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin2019-05-152-62/+104
* lib/sort: avoid indirect calls to built-in swapGeorge Spelvin2019-05-151-15/+36
* lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin2019-05-151-31/+81
* lib/sort: make swap functions more genericGeorge Spelvin2019-05-151-24/+99
* lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso2019-05-153-5/+5
* lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMARasmus Villemoes2019-05-151-0/+2
* lib/bitmap.c: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-05-151-4/+0
* kernel/user.c: clean up some leftover codeRasmus Villemoes2019-05-151-6/+1
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-154-5/+5
* kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng2019-05-151-6/+0
* kernel/notifier.c: double register detectionVasily Averin2019-05-151-0/+1
* compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada2019-05-154-19/+15
* powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada2019-05-151-4/+4
* powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada2019-05-151-1/+1
* powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __initMasahiro Yamada2019-05-151-3/+3
* ARM: mark setup_machine_tags() stub as __init __noreturnMasahiro Yamada2019-05-151-1/+1
* MIPS: mark __fls() and __ffs() as __always_inlineMasahiro Yamada2019-05-151-2/+2
* mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitializedMasahiro Yamada2019-05-151-1/+1
* s390/cpacf: mark scpacf_query() as __always_inlineMasahiro Yamada2019-05-151-1/+1
* MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada2019-05-151-2/+2
* arm64: mark (__)cpus_have_const_cap as __always_inlineMasahiro Yamada2019-05-151-2/+2
* ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann2019-05-152-1/+6
* treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada2019-05-153-3/+3
* fs/select: avoid clang stack usage warningArnd Bergmann2019-05-151-0/+4
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-05-151-1/+22
* mm: maintain randomization of page free listsDan Williams2019-05-154-2/+56
* mm: move buddy list manipulations into helpersDan Williams2019-05-155-48/+73
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-159-2/+302
* mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)2019-05-151-10/+10
* mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)2019-05-151-6/+12
* kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2019-05-153-7/+14
* psi: introduce psi monitorSuren Baghdasaryan2019-05-155-20/+742
* include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan2019-05-154-2/+4
* psi: track changed statesSuren Baghdasaryan2019-05-151-6/+18
* psi: split update_stats into partsSuren Baghdasaryan2019-05-151-23/+34
* psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan2019-05-152-27/+28
* psi: make psi_enable staticSuren Baghdasaryan2019-05-151-2/+2
* psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan2019-05-152-13/+25
* mm: update references to page _refcountBaruch Siach2019-05-152-2/+2
* mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli2019-05-151-3/+3
* userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli2019-05-151-2/+29
* kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton2019-05-151-1/+1
* Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1415-45/+293
|\
| * backlight: lm3630a: Add firmware node supportBrian Masney2019-05-142-5/+148