aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar4-8/+13
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi1-7/+17
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi1-5/+4
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar1-16/+50
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi1-14/+48
2018-11-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+6
2018-11-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+14
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney1-2/+4
2018-11-10bpf: Allow narrow loads with offset > 0Andrey Ignatov1-5/+16
2018-11-10bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet1-2/+2
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2-4/+4
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-23/+1
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-7/+7
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet1-13/+9
2018-11-10bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet1-2/+2
2018-11-10bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet1-1/+3
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet1-1/+4
2018-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+8
2018-11-09bpf: let verifier to calculate and record max_pkt_offsetJiong Wang1-0/+12
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney1-0/+3
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney1-6/+6
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2-5/+3
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)1-2/+2
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)1-11/+0
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney1-2/+3
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney1-7/+6
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long4-4/+27
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long1-7/+51
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long1-2/+0
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long1-7/+27
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long1-15/+116
2018-11-08cpuset: Track cpusets that use parent's effective_cpusWaiman Long1-1/+70
2018-11-08cpuset: Add an error state to cpuset.sched.partitionWaiman Long1-24/+129
2018-11-08cpuset: Add new v2 cpuset.sched.partition flagWaiman Long1-13/+352
2018-11-08cpuset: Simply allocation and freeing of cpumasksWaiman Long1-33/+77
2018-11-08cpuset: Define data structures to support scheduling partitionWaiman Long1-0/+37
2018-11-08cpuset: Enable cpuset controller in default hierarchyWaiman Long1-3/+45
2018-11-08posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli1-3/+0
2018-11-07userns: also map extents in the reverse map to kernel IDsJann Horn1-4/+8
2018-11-07Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe1-48/+100
2018-11-07resource/docs: Complete kernel-doc style function documentationBorislav Petkov1-9/+14
2018-11-07modsign: use all trusted keys to verify module signatureKe Wu1-1/+2
2018-11-06genirq/matrix: Improve target CPU selection for managed interrupts.Long Li1-4/+30
2018-11-06Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-13/+26
2018-11-05audit: print empty EXECVE argsRichard Guy Briggs1-1/+1
2018-11-05cgroup: remove unnecessary unlikely()Yangtao Li1-3/+1
2018-11-05tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu1-1/+1