| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() | Dominik Brodowski | 2018-04-02 | 1 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() | Dominik Brodowski | 2018-04-02 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers | Dominik Brodowski | 2018-04-02 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() | Dominik Brodowski | 2018-04-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c | Dominik Brodowski | 2018-04-02 | 1 | -22/+0 | |
| | * | | | | | | | | | | | | | | | | mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c | Dominik Brodowski | 2018-04-02 | 1 | -33/+0 | |
| | * | | | | | | | | | | | | | | | | sched: add do_sched_yield() helper; remove in-kernel call to sched_yield() | Dominik Brodowski | 2018-04-02 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c | Dominik Brodowski | 2018-04-02 | 3 | -17/+74 | |
| | * | | | | | | | | | | | | | | | | kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s... | Dominik Brodowski | 2018-04-02 | 1 | -4/+10 | |
| | * | | | | | | | | | | | | | | | | kernel: add do_getpgid() helper; remove internal call to sys_getpgid() | Dominik Brodowski | 2018-04-02 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | | | | mm: use do_futex() instead of sys_futex() in mm_release() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | kexec: call do_kexec_load() in compat syscall directly | Dominik Brodowski | 2018-04-02 | 1 | -13/+39 | |
| | * | | | | | | | | | | | | | | | | kernel: open-code sys_rt_sigpending() in sys_sigpending() | Dominik Brodowski | 2018-04-02 | 1 | -3/+12 | |
| | * | | | | | | | | | | | | | | | | kernel: use kernel_wait4() instead of sys_wait4() | Dominik Brodowski | 2018-04-02 | 3 | -6/+6 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2018-04-02 | 1 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | mm: remove blackfin MPU support | Arnd Bergmann | 2018-03-16 | 1 | -4/+0 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-02 | 1 | -84/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | sched/wait: Improve __var_waitqueue() code generation | Peter Zijlstra | 2018-03-20 | 1 | -6/+1 | |
| | * | | | | | | | | | | | | | | | | sched/wait: Remove the wait_on_atomic_t() API | Peter Zijlstra | 2018-03-20 | 1 | -101/+0 | |
| | * | | | | | | | | | | | | | | | | sched/wait: Introduce wait_var_event() | Peter Zijlstra | 2018-03-20 | 1 | -0/+48 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-04-02 | 1 | -36/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | cpu/hotplug: Fix unused function warning | Arnd Bergmann | 2018-03-15 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_states | Lai Jiangshan | 2018-03-14 | 1 | -27/+15 | |
| | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-02 | 34 | -1512/+2036 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | sched/core: Update preempt_notifier_key to modern API | Davidlohr Bueso | 2018-03-27 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | sched/cpufreq: Rate limits for SCHED_DEADLINE | Claudio Scordino | 2018-03-23 | 1 | -0/+14 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Update util_est only on util_avg updates | Patrick Bellasi | 2018-03-20 | 2 | -5/+39 | |
| | * | | | | | | | | | | | | | | | | | sched/cpufreq/schedutil: Use util_est for OPP selection | Patrick Bellasi | 2018-03-20 | 1 | -1/+8 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Use util_est in LB and WU paths | Patrick Bellasi | 2018-03-20 | 1 | -14/+70 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Add util_est on top of PELT | Patrick Bellasi | 2018-03-20 | 3 | -6/+125 | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2018-03-20 | 8 | -38/+30 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | sched/completions: Use bool in try_wait_for_completion() | gaurav jindal | 2018-03-09 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Update blocked load when newly idle | Vincent Guittot | 2018-03-09 | 1 | -18/+87 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Move idle_balance() | Peter Zijlstra | 2018-03-09 | 1 | -114/+114 | |
| | * | | | | | | | | | | | | | | | | | sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks | Peter Zijlstra | 2018-03-09 | 1 | -6/+4 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Move rebalance_domains() | Peter Zijlstra | 2018-03-09 | 1 | -118/+118 | |
| | * | | | | | | | | | | | | | | | | | sched/nohz: Optimize nohz_idle_balance() | Peter Zijlstra | 2018-03-09 | 1 | -5/+4 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Reduce the periodic update duration | Vincent Guittot | 2018-03-09 | 1 | -4/+17 | |
| | * | | | | | | | | | | | | | | | | | sched/nohz: Stop NOHZ stats when decayed | Vincent Guittot | 2018-03-09 | 2 | -20/+97 | |
| | * | | | | | | | | | | | | | | | | | sched/cpufreq: Provide migration hint | Peter Zijlstra | 2018-03-09 | 1 | -12/+19 | |
| | * | | | | | | | | | | | | | | | | | sched/nohz: Clean up nohz enter/exit | Peter Zijlstra | 2018-03-09 | 4 | -50/+43 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Update blocked load from NEWIDLE | Peter Zijlstra | 2018-03-09 | 3 | -6/+45 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Add NOHZ stats balancing | Peter Zijlstra | 2018-03-09 | 1 | -12/+19 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Restructure nohz_balance_kick() | Peter Zijlstra | 2018-03-09 | 1 | -107/+111 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Add NOHZ_STATS_KICK | Peter Zijlstra | 2018-03-09 | 3 | -19/+41 | |
| | * | | | | | | | | | | | | | | | | | sched/core: Convert nohz_flags to atomic_t | Peter Zijlstra | 2018-03-09 | 3 | -16/+24 | |
| | * | | | | | | | | | | | | | | | | | cpufreq/schedutil: Rewrite CPUFREQ_RT support | Peter Zijlstra | 2018-03-09 | 2 | -43/+40 | |
| | * | | | | | | | | | | | | | | | | | cpufreq/schedutil: Remove unused CPUFREQ_DL | Peter Zijlstra | 2018-03-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | sched/fair: Add ';' after label attributes | Norbert Manthey | 2018-03-09 | 1 | -1/+1 | |
| | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2018-03-09 | 18 | -75/+141 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||

