summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-208-38/+30
| |\ \ \ \ \ \
| * | | | | | | sched/completions: Use bool in try_wait_for_completion()gaurav jindal2018-03-091-3/+3
| * | | | | | | sched/fair: Update blocked load when newly idleVincent Guittot2018-03-091-18/+87
| * | | | | | | sched/fair: Move idle_balance()Peter Zijlstra2018-03-091-114/+114
| * | | | | | | sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra2018-03-091-6/+4
| * | | | | | | sched/fair: Move rebalance_domains()Peter Zijlstra2018-03-091-118/+118
| * | | | | | | sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra2018-03-091-5/+4
| * | | | | | | sched/fair: Reduce the periodic update durationVincent Guittot2018-03-091-4/+17
| * | | | | | | sched/nohz: Stop NOHZ stats when decayedVincent Guittot2018-03-092-20/+97
| * | | | | | | sched/cpufreq: Provide migration hintPeter Zijlstra2018-03-091-12/+19
| * | | | | | | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-094-50/+43
| * | | | | | | sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-093-6/+45