summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-04-06genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumaskMing Lei-13/+13
2018-04-06genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner-7/+8
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki-1/+23
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki-1/+1
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap-0/+1
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland-0/+3
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds-58/+1
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-6/+6
2018-04-05sched: idle: Do not stop the tick before cpuidle_idle_call()Rafael J. Wysocki-4/+15
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki-11/+24
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki-21/+26
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski-0/+20
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso-9/+16
2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso-0/+2
2018-04-05Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar-2396/+3840
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+11
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+0
2018-04-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-113/+118
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-208/+200
2018-04-04genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt-0/+1
2018-04-04kernel/bpf/syscall: fix warning defined but not usedAnders Roxell-12/+12
2018-04-04bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend-2/+4
2018-04-04bpf: sockmap, free memory on sock close with cork dataJohn Fastabend-0/+6
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-43/+24
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-18/+63
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-143/+1730
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+25
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-340/+563
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-4/+0
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-84/+26
2018-04-02Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-36/+24
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1512/+2036
2018-04-02kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitionsDominik Brodowski-215/+218
2018-04-02kernel/sys_ni: sort cond_syscall() entriesDominik Brodowski-174/+332
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski-1/+6
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski-1/+6
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski-3/+3
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski-3/+3
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski-1/+1
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski-22/+0
2018-04-02mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski-33/+0
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski-2/+6
2018-04-02kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.cDominik Brodowski-17/+74
2018-04-02kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat s...Dominik Brodowski-4/+10
2018-04-02kernel: add do_getpgid() helper; remove internal call to sys_getpgid()Dominik Brodowski-2/+7
2018-04-02mm: use do_futex() instead of sys_futex() in mm_release()Dominik Brodowski-2/+2
2018-04-02kexec: call do_kexec_load() in compat syscall directlyDominik Brodowski-13/+39
2018-04-02kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski-3/+12
2018-04-02kernel: use kernel_wait4() instead of sys_wait4()Dominik Brodowski-6/+6
2018-04-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-194/+975