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
2016-09-30
sched/core: Optimize SCHED_SMT
Peter Zijlstra
-7
/
+43
2016-09-30
sched/core: Rewrite and improve select_idle_siblings()
Peter Zijlstra
-47
/
+231
2016-09-30
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
-24
/
+63
2016-09-30
sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared
Peter Zijlstra
-20
/
+18
2016-09-30
sched/core: Introduce 'struct sched_domain_shared'
Peter Zijlstra
-5
/
+39
2016-09-30
sched/core: Restructure destroy_sched_domain()
Peter Zijlstra
-7
/
+11
2016-09-30
sched/core: Remove unused @cpu argument from destroy_sched_domain*()
Peter Zijlstra
-6
/
+6
2016-09-30
sched/wait: Introduce init_wait_entry()
Oleg Nesterov
-3
/
+9
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()
Oleg Nesterov
-43
/
+21
2016-09-30
sched/wait: Avoid abort_exclusive_wait() in ___wait_event()
Oleg Nesterov
-10
/
+25
2016-09-30
sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()
Oleg Nesterov
-5
/
+3
2016-09-30
sched/fair: Fix fixed point arithmetic width for shares and effective load
Dietmar Eggemann
-2
/
+2
2016-09-30
sched/core, x86/topology: Fix NUMA in package topology bug
Tim Chen
-0
/
+3
2016-09-30
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
-24
/
+63
2016-09-30
softirq: Let ksoftirqd do its job
Eric Dumazet
-1
/
+15
2016-09-29
cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...
Tejun Heo
-3
/
+3
2016-09-29
cpuset: fix error handling regression in proc_cpuset_show()
Tejun Heo
-2
/
+3
2016-09-29
tracing/syscalls: fix multiline in error message text
Colin Ian King
-4
/
+2
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
-18
/
+311
2016-09-27
bpf: clean up put_cpu_var usage
Shaohua Li
-1
/
+1
2016-09-27
compat: remove compat_printk()
Arnd Bergmann
-10
/
+0
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
-1
/
+1
2016-09-27
Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+40
2016-09-27
fs/file: more unsigned file descriptors
Alexey Dobriyan
-2
/
+2
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
-1
/
+1
2016-09-27
libfs: support RENAME_NOREPLACE in simple_rename()
Miklos Szeredi
-1
/
+1
2016-09-27
bpf: Set register type according to is_valid_access()
Mickaël Salaün
-3
/
+2
2016-09-25
Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-13
/
+16
2016-09-25
genirq: Make function __irq_do_set_handler() static
Wei Yongjun
-1
/
+1
2016-09-25
fix memory leaks in tracing_buffers_splice_read()
Al Viro
-6
/
+8
2016-09-25
tracing: Move mutex to protect against resetting of seq data
Steven Rostedt (Red Hat)
-7
/
+8
2016-09-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+1
2016-09-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+6
2016-09-23
cgroup: fix invalid controller enable rejections with cgroup namespace
Tejun Heo
-4
/
+25
2016-09-23
tracing: Call traceoff trigger after event is recorded
Masami Hiramatsu
-0
/
+1
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-14
/
+76
2016-09-23
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
-2
/
+42
2016-09-22
Merge branch 'nsfs-ioctls' into HEAD
Eric W. Biederman
-0
/
+62
2016-09-22
nsfs: add ioctl to get a parent namespace
Andrey Vagin
-0
/
+20
2016-09-22
kernel: add a helper to get an owning user namespace for a namespace
Andrey Vagin
-0
/
+42
2016-09-23
kvmconfig: add virtio-gpu to config fragment
Rob Herring
-0
/
+1
2016-09-23
config: move x86 kvm_guest.config to a common location
Rob Herring
-0
/
+31
2016-09-22
userns: When the per user per user namespace limit is reached return ENOSPC
Eric W. Biederman
-4
/
+4
2016-09-22
locking/lglock: Remove lglock implementation
Peter Zijlstra
-90
/
+0
2016-09-22
stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()
Oleg Nesterov
-38
/
+26
2016-09-22
locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()
Pan Xinhui
-1
/
+1
2016-09-22
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
-143
/
+543
2016-09-22
sched/debug: Hide printk() by default
Peter Zijlstra
-1
/
+3
2016-09-22
sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasks
Srivatsa Vaddagiri
-1
/
+1
2016-09-22
perf/core: Limit matching exclusive events to one PMU
Alexander Shishkin
-1
/
+1
[prev]
[next]