aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-10/+57
2019-05-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds6-1/+35
2019-05-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-27/+156
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-4/+304
2019-05-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds2-4/+17
2019-05-15Merge branch 'fixes' into arm/socOlof Johansson47-146/+280
2019-05-15Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-2/+23
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-3/+40
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-80/+82
2019-05-15Merge tag 'acpi-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-7/+7
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-7/+11
2019-05-15Merge branches 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki2-7/+11
2019-05-15Merge branches 'acpi-bus', 'acpi-doc' and 'acpi-pm'Rafael J. Wysocki1-1/+1
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+2
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-121/+293
2019-05-14mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner1-3/+51
2019-05-14mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner1-57/+5
2019-05-14mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner1-8/+8
2019-05-14mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down1-12/+12
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada1-2/+0
2019-05-14include/linux/sched/signal.h: replace `tsk' with `task'Andrei Vagin1-25/+26
2019-05-14ipc: conserve sequence numbers in ipcmni_extend modeManfred Spraul1-0/+1
2019-05-14pps: pps-gpio PPS ECHO implementationTom Burkart1-0/+2
2019-05-14pps: descriptor-based gpioTom Burkart1-2/+1
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen1-0/+2
2019-05-14panic: avoid the extra noise dmesgFeng Tang1-0/+2
2019-05-14include/linux/cpumask.h: fix double string traverse in cpumask_parseYury Norov1-2/+1
2019-05-14exec: move struct linux_binprm::bufAlexey Dobriyan1-1/+2
2019-05-14include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes1-8/+8
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko1-0/+1
2019-05-14lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITSGeorge Spelvin1-0/+1
2019-05-14lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso1-2/+2
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracingLin Feng1-2/+2
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-2/+1
2019-05-14treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada2-2/+2
2019-05-14fs/select: avoid clang stack usage warningArnd Bergmann1-0/+4
2019-05-14mm: maintain randomization of page free listsDan Williams1-0/+12
2019-05-14mm: move buddy list manipulations into helpersDan Williams3-3/+49
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2-0/+18
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg1-0/+1
2019-05-14psi: introduce psi monitorSuren Baghdasaryan2-2/+88
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan2-2/+2
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan1-7/+7
2019-05-14psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan1-3/+6
2019-05-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-17/+0
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-1/+12
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-0/+4
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds13-37/+327
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds11-269/+322