summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju-6/+4
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju-18/+2
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju-71/+57
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang-0/+10
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot-15/+23
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-55/+140
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu-0/+2
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira-1/+7
2018-07-25stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres-1/+9
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang-1/+1
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin-4/+25
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+55
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+10
2018-07-24cpu/hotplug: detect SMT disabled by BIOSJosh Poimboeuf-0/+9
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau-1/+13
2018-07-23mm, dev_pagemap: Do not clear ->mapping on final putDan Williams-1/+0
2018-07-23fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman-0/+6
2018-07-23fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman-4/+7
2018-07-23livepatch: Validate module/old func name lengthKamalesh Babulal-0/+6
2018-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+15
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds-2/+8
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds-3/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds-3/+18
2018-07-21signal: Push pid type down into complete_signal.Eric W. Biederman-4/+4
2018-07-21signal: Push pid type down into __send_signalEric W. Biederman-6/+6
2018-07-21signal: Push pid type down into send_signalEric W. Biederman-6/+6
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman-5/+5
2018-07-21signal: Pass pid type into group_send_sig_infoEric W. Biederman-5/+8
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman-14/+13
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman-3/+5
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman-7/+8
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman-28/+40
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman-7/+8
2018-07-21pids: Move task_pid_type into sched/signal.hEric W. Biederman-8/+0
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-58/+179
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov-1/+3
2018-07-20sched/clock: Close a hole in sched_clock_init()Peter Zijlstra-10/+6
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau-6/+10
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner-43/+214
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang-8/+163
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha-7/+25
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek-21/+22
2018-07-20sched/clock: Use static key for sched_clock_runningPavel Tatashin-10/+8
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin-1/+19
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin-12/+18
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin-2/+5
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin-29/+30
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek-3/+2
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek-6/+4
2018-07-19timer: Fix coding styleYi Wang-1/+1