summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira
2018-07-25stop_machine: Disable preemption after queueing stopper threadsIsaac J. Manjarres
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang
2018-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-17Mark HI and TASKLET softirq synchronousLinus Torvalds
2018-07-16sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior
2018-07-16sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot
2018-07-15cpufreq/schedutil: Use RT utilization trackingVincent Guittot
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot
2018-07-15sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret
2018-07-15watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugPeter Zijlstra
2018-07-15sched/deadline: Fix switched_from_dl() warningJuri Lelli
2018-07-15Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar
2018-07-15stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres
2018-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-13Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-12bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja
2018-07-11Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers
2018-07-10rseq: uapi: Update uapi commentsMathieu Desnoyers
2018-07-10rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers
2018-07-10rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-07bpf: sockmap, consume_skb in close pathJohn Fastabend
2018-07-07bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend
2018-07-07bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend
2018-07-07bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend
2018-07-05Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds