summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki2018-04-091-3/+1
* nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki2018-04-091-10/+6
* nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker2018-04-092-9/+15
* cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-6/+6
* sched: idle: Select idle state before stopping the tickRafael J. Wysocki2018-04-093-17/+57
* time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-071-2/+53
* time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki2018-04-072-46/+82
* cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-062-1/+23
* jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki2018-04-061-1/+1
* sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki2018-04-051-4/+15
* sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki2018-04-052-11/+24
* time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-052-21/+26
* Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-04-031-1/+25
|\
| *---. Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm'Rafael J. Wysocki2018-04-021-1/+25
| |\ \ \
| | | * | PM / hibernate: Change message when writing to /sys/power/resumeMario Limonciello2018-03-301-1/+1
| | | * | PM / hibernate: Make passing hibernate offsets more friendlyMario Limonciello2018-03-301-0/+24
| | | |/
* | | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-0215-340/+563
|\ \ \ \
| * | | | kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitionsDominik Brodowski2018-04-021-215/+218
| * | | | kernel/sys_ni: sort cond_syscall() entriesDominik Brodowski2018-04-021-174/+332
| * | | | kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-021-1/+6
| * | | | kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-1/+6
| * | | | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-023-3/+3
| * | | | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-3/+3
| * | | | fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski2018-04-021-1/+1
| * | | | mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski2018-04-021-22/+0
| * | | | mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski2018-04-021-33/+0
| * | | | sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski2018-04-021-2/+6
| * | | | kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.cDominik Brodowski2018-04-023-17/+74
| * | | | kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...Dominik Brodowski2018-04-021-4/+10
| * | | | kernel: add do_getpgid() helper; remove internal call to sys_getpgid()Dominik Brodowski2018-04-021-2/+7
| * | | | mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski2018-04-021-2/+2
| * | | | kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski2018-04-021-13/+39
| * | | | kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski2018-04-021-3/+12
| * | | | kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski2018-04-023-6/+6
| |/ / /
* | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-4/+0
|\ \ \ \
| * | | | mm: remove blackfin MPU supportArnd Bergmann2018-03-161-4/+0
* | | | | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-021-84/+26
|\ \ \ \ \
| * | | | | sched/wait: Improve __var_waitqueue() code generationPeter Zijlstra2018-03-201-6/+1
| * | | | | sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra2018-03-201-101/+0
| * | | | | sched/wait: Introduce wait_var_event()Peter Zijlstra2018-03-201-0/+48
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-021-36/+24
|\ \ \ \ \ \
| * | | | | | cpu/hotplug: Fix unused function warningArnd Bergmann2018-03-151-9/+9
| * | | | | | cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_statesLai Jiangshan2018-03-141-27/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-0234-1512/+2036
|\ \ \ \ \ \
| * | | | | | sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso2018-03-271-6/+6
| * | | | | | sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino2018-03-231-0/+14
| * | | | | | sched/fair: Update util_est only on util_avg updatesPatrick Bellasi2018-03-202-5/+39
| * | | | | | sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi2018-03-201-1/+8
| * | | | | | sched/fair: Use util_est in LB and WU pathsPatrick Bellasi2018-03-201-14/+70
| * | | | | | sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-203-6/+125
OpenPOWER on IntegriCloud