index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2017-08-10
sched/debug: Use task_pid_nr_ns in /proc/$pid/sched
Aleksa Sarai
-2
/
+3
2017-08-10
sched/core: Remove unnecessary initialization init_idle_bootup_task()
Cheng Jian
-5
/
+0
2017-08-10
sched/deadline: Change return value of cpudl_find()
Byungchul Park
-16
/
+16
2017-08-10
sched/deadline: Make find_later_rq() choose a closer CPU in topology
Byungchul Park
-13
/
+14
2017-08-10
sched/numa: Scale scan period with tasks in group and shared/private
Rik van Riel
-25
/
+86
2017-08-10
sched/numa: Slow down scan rate if shared faults dominate
Rik van Riel
-14
/
+25
2017-08-10
sched/pelt: Fix false running accounting
Vincent Guittot
-0
/
+12
2017-08-10
sched: Mark pick_next_task_dl() and build_sched_domain() as static
Viresh Kumar
-2
/
+2
2017-08-10
sched/cpupri: Don't re-initialize 'struct cpupri'
Viresh Kumar
-2
/
+0
2017-08-10
sched/deadline: Don't re-initialize 'struct cpudl'
Viresh Kumar
-1
/
+0
2017-08-10
sched/topology: Drop memset() from init_rootdomain()
Viresh Kumar
-3
/
+1
2017-08-10
sched/fair: Drop always true parameter of update_cfs_rq_load_avg()
Viresh Kumar
-8
/
+7
2017-08-10
sched/fair: Avoid checking cfs_rq->nr_running twice
Viresh Kumar
-7
/
+9
2017-08-10
sched/fair: Pass 'rq' to weighted_cpuload()
Viresh Kumar
-14
/
+14
2017-08-10
sched/core: Reuse put_prev_task()
Viresh Kumar
-1
/
+1
2017-08-10
sched/fair: Call cpufreq update util handlers less frequently on UP
Viresh Kumar
-24
/
+24
2017-08-10
perf/core: Reduce context switch overhead
leilei.lin
-0
/
+9
2017-08-10
perf/core: Fix time on IOC_ENABLE
Peter Zijlstra
-5
/
+36
2017-08-10
perf/x86: Fix RDPMC vs. mm_struct tracking
Peter Zijlstra
-3
/
+3
2017-08-09
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
Daniel Borkmann
-4
/
+58
2017-08-09
bpf: add BPF_J{LT,LE,SLT,SLE} instructions
Daniel Borkmann
-0
/
+60
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-2
/
+3
2017-08-10
cpufreq: Return 0 from ->fast_switch() on errors
Viresh Kumar
-1
/
+1
2017-08-09
futex: Remove unnecessary warning from get_futex_key
Mel Gorman
-2
/
+3
2017-08-08
bpf: Extend check_uarg_tail_zero() checks
Mickaël Salaün
-11
/
+15
2017-08-08
bpf: Move check_uarg_tail_zero() upward
Mickaël Salaün
-26
/
+26
2017-08-08
bpf/verifier: increase complexity limit to 128k
Edward Cree
-1
/
+1
2017-08-08
bpf/verifier: more concise register state logs for constant var_off
Edward Cree
-19
/
+27
2017-08-08
bpf/verifier: track signed and unsigned min/max values
Edward Cree
-308
/
+445
2017-08-08
bpf/verifier: rework value tracking
Edward Cree
-807
/
+1139
2017-08-07
bpf: devmap fix mutex in rcu critical section
John Fastabend
-23
/
+25
2017-08-07
bpf: add support for sys_enter_* and sys_exit_* tracepoints
Yonghong Song
-6
/
+57
2017-08-07
Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
-8
/
+9
2017-08-07
workqueue: fix path to documentation
Benjamin Peterson
-1
/
+1
2017-08-06
Fix compat_sys_sigpending breakage
Dmitry V. Levin
-4
/
+7
2017-08-05
ACPI / PM: Prefer suspend-to-idle over S3 on some systems
Rafael J. Wysocki
-3
/
+2
2017-08-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2017-08-02
cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
Dima Zavin
-0
/
+1
2017-08-02
pid: kill pidhash_size in pidhash_init()
Kefeng Wang
-3
/
+0
2017-08-02
cgroup: short-circuit cset_cgroup_from_root() on the default hierarchy
Tejun Heo
-0
/
+2
2017-08-02
cgroup: re-use the parent pointer in cgroup_destroy_locked()
Roman Gushchin
-1
/
+1
2017-08-02
cgroup: add cgroup.stat interface with basic hierarchy stats
Roman Gushchin
-0
/
+16
2017-08-02
cgroup: implement hierarchy limits
Roman Gushchin
-0
/
+126
2017-08-02
cgroup: keep track of number of descent cgroups
Roman Gushchin
-2
/
+17
2017-08-02
ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU
Steven Rostedt (VMware)
-11
/
+21
2017-08-02
tracing: Missing error code in tracer_alloc_buffers()
Dan Carpenter
-0
/
+1
2017-08-02
tracing: Call clear_boot_tracer() at lateinit_sync
Steven Rostedt (VMware)
-1
/
+1
2017-08-01
x86/perf/cqm: Wipe out perf based cqm
Vikas Shivappa
-13
/
+1
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-107
/
+162
2017-08-01
futex: Allow for compiling out PI support
Nicolas Pitre
-0
/
+51
[prev]
[next]