summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-261-15/+10
* psi: cgroup supportJohannes Weiner2018-10-262-10/+153
* psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-266-2/+760
* sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-262-3/+13
* sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner2018-10-261-82/+82
* sched: loadavg: make calc_load_n() publicJohannes Weiner2018-10-261-69/+69
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-262-21/+1
* delayacct: track delays from thrashing cache pagesJohannes Weiner2018-10-261-0/+15
* mm: rework memcg kernel stack accountingRoman Gushchin2018-10-261-6/+49
* Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-251-38/+48
|\
| * printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky2018-10-121-1/+1
| * printk: do not preliminary split up cont bufferSergey Senozhatsky2018-10-121-3/+0
| * printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky2018-10-121-3/+7
| * printk: keep kernel cont support always enabledSergey Senozhatsky2018-10-121-18/+4
| * printk: Give error on attempt to set log buffer length to over 2GHe Zhe2018-10-091-6/+12
| * printk: Add KBUILD_MODNAME and remove a redundant print prefixHe Zhe2018-10-051-1/+3
| * printk: Correct wrong castingHe Zhe2018-10-051-2/+3
| * printk: Fix panic caused by passing log_buf_len to command lineHe Zhe2018-10-051-1/+6
| * printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky2018-10-021-1/+5
| * printk: Do not miss new messages when replaying the logPetr Mladek2018-10-021-4/+9
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-253-7/+12
|\ \
| * | genirq: Fix race on spurious interrupt detectionLukas Wunner2018-10-191-2/+6
| * | softirq: Fix typo in __do_softirq() commentsYangtao Li2018-10-181-3/+3
| * | genirq: Fix grammar s/an /a /Geert Uytterhoeven2018-10-091-1/+1
| * | genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier2018-10-011-1/+1
| * | genirq/debugfs: Reset domain debugfs_file on removal of the debugfs fileMarc Zyngier2018-10-011-0/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-2511-132/+86
|\ \ \
| * | | tick/sched : Remove redundant cpu_online() checkPeng Hao2018-10-101-1/+1
| * | | tick/broadcast: Remove redundant checkPeng Hao2018-09-281-2/+0
| * | | y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann2018-08-291-8/+9
| * | | y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann2018-08-291-2/+2
| * | | y2038: __get_old_timespec32() can be statickbuild test robot2018-08-291-2/+2
| * | | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-278-65/+65
| * | | y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2018-08-272-30/+9
| * | | y2038: remove unused time interfacesArnd Bergmann2018-08-271-24/+0
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-2/+2
|\ \ \ \
| * | | | seccomp: remove unnecessary unlikely()Igor Stoppa2018-09-061-2/+2
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-246-170/+291
|\ \ \ \ \
| * | | | | signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2018-10-101-1/+1
| * | | | | signal: Guard against negative signal numbers in copy_siginfo_from_userEric W. Biederman2018-10-101-1/+1
| * | | | | signal: In sigqueueinfo prefer sig not si_signoEric W. Biederman2018-10-081-57/+84
| * | | | | signal: Use a smaller struct siginfo in the kernelEric W. Biederman2018-10-031-18/+64
| * | | | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-034-61/+108
| * | | | | signal: Introduce copy_siginfo_from_user and use it's return valueEric W. Biederman2018-10-032-16/+21
| * | | | | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-031-3/+0
| * | | | | signal: Fail sigqueueinfo if si_signo != sigEric W. Biederman2018-10-031-2/+4
| * | | | | signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman2018-10-031-1/+1
| * | | | | signal: Pair exports with their functionsEric W. Biederman2018-09-161-8/+7
| * | | | | signal: Remove specific_send_sig_infoEric W. Biederman2018-09-161-8/+2
| * | | | | signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman2018-09-161-1/+1
OpenPOWER on IntegriCloud