index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-22
Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into sched/core
Ingo Molnar
2
-9
/
+6
2014-05-22
Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes
Ingo Molnar
19
-137
/
+156
2014-05-22
sched: Fix hotplug vs. set_cpus_allowed_ptr()
Lai Jiangshan
2
-3
/
+4
2014-05-22
sched/cpupri: Replace NR_CPUS arrays
Peter Zijlstra
2
-1
/
+8
2014-05-22
sched/deadline: Replace NR_CPUS arrays
Peter Zijlstra
2
-12
/
+27
2014-05-22
sched/deadline: Restrict user params max value to 2^63 ns
Juri Lelli
1
-7
/
+30
2014-05-22
sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINE
Peter Zijlstra
1
-6
/
+3
2014-05-22
sched: Disallow sched_attr::sched_policy < 0
Peter Zijlstra
1
-0
/
+3
2014-05-22
sched: Make sched_setattr() correctly return -EFBIG
Michael Kerrisk
1
-2
/
+3
2014-05-21
Merge remote-tracking branch 'origin/x86/urgent' into x86/vdso
H. Peter Anvin
2
-68
/
+50
2014-05-21
Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso
H. Peter Anvin
11
-30
/
+54
2014-05-21
net: filter: cleanup invocation of internal BPF
Alexei Starovoitov
1
-4
/
+2
2014-05-21
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-68
/
+50
2014-05-20
tracing: Add funcgraph_tail option to print function name after closing braces
Robert Elliott
2
-3
/
+7
2014-05-20
tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx defines
Robert Elliott
2
-9
/
+1
2014-05-20
workqueue: use generic attach/detach routine for rescuers
Lai Jiangshan
1
-66
/
+8
2014-05-20
workqueue: separate pool-attaching code out from create_worker()
Lai Jiangshan
1
-23
/
+38
2014-05-20
workqueue: rename manager_mutex to attach_mutex
Lai Jiangshan
2
-24
/
+24
2014-05-20
workqueue: narrow the protection range of manager_mutex
Lai Jiangshan
1
-30
/
+5
2014-05-20
workqueue: convert worker_idr to worker_ida
Lai Jiangshan
1
-12
/
+8
2014-05-20
workqueue: separate iteration role from worker_idr
Lai Jiangshan
2
-13
/
+17
2014-05-20
workqueue: destroy worker directly in the idle timeout handler
Lai Jiangshan
1
-62
/
+5
2014-05-20
workqueue: async worker destruction
Lai Jiangshan
1
-21
/
+41
2014-05-20
workqueue: destroy_worker() should destroy idle workers only
Lai Jiangshan
1
-11
/
+8
2014-05-20
workqueue: use manager lock only to protect worker_idr
Lai Jiangshan
1
-28
/
+6
2014-05-20
Merge branch 'pm-sleep' into acpi-pm
Rafael J. Wysocki
3
-22
/
+27
2014-05-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+4
2014-05-19
PM / OPP: Make OPP invisible to users in Kconfig
Mark Brown
1
-2
/
+1
2014-05-19
cgroup: disallow debug controller on the default hierarchy
Tejun Heo
1
-3
/
+18
2014-05-19
rcu: Provide API to suppress stall warnings while sysrc runs
Rik van Riel
1
-0
/
+12
2014-05-19
perf/events/core: Drop unused variable after cleanup
Borislav Petkov
1
-1
/
+1
2014-05-19
perf: Fix a race between ring_buffer_detach() and ring_buffer_attach()
Peter Zijlstra
1
-60
/
+49
2014-05-19
perf: Prevent false warning in perf_swevent_add
Jiri Olsa
1
-1
/
+12
2014-05-19
perf: Limit perf_event_attr::sample_period to 63 bits
Peter Zijlstra
1
-0
/
+3
2014-05-19
futex: Prevent attaching to kernel threads
Thomas Gleixner
1
-0
/
+5
2014-05-19
futex: Add another early deadlock detection check
Thomas Gleixner
1
-13
/
+34
2014-05-16
PM / hibernate: Fix memory corruption in resumedelay_setup()
Dan Carpenter
1
-2
/
+2
2014-05-16
cgroup: convert cgroup_has_live_children() into css_has_online_children()
Tejun Heo
1
-12
/
+20
2014-05-16
cgroup: use CSS_ONLINE instead of CGRP_DEAD
Tejun Heo
1
-3
/
+4
2014-05-16
cgroup: iterate cgroup_subsys_states directly
Tejun Heo
1
-25
/
+37
2014-05-16
cgroup: introduce CSS_RELEASED and reduce css iteration fallback window
Tejun Heo
1
-21
/
+20
2014-05-16
cgroup: move cgroup->serial_nr into cgroup_subsys_state
Tejun Heo
1
-9
/
+11
2014-05-16
cgroup: link all cgroup_subsys_states in their sibling lists
Tejun Heo
1
-7
/
+12
2014-05-16
cgroup: move cgroup->sibling and ->children into cgroup_subsys_state
Tejun Heo
1
-18
/
+20
2014-05-16
cgroup: remove cgroup->parent
Tejun Heo
1
-22
/
+30
2014-05-16
cgroup: remove css_parent()
Tejun Heo
5
-8
/
+8
2014-05-16
cgroup: skip refcnting on normal root csses and cgrp_dfl_root self css
Tejun Heo
1
-2
/
+9
2014-05-16
genirq: Remove dynamic_irq mess
Thomas Gleixner
1
-16
/
+7
2014-05-16
genirq: Replace dynamic_irq_init/cleanup
Thomas Gleixner
2
-0
/
+11
2014-05-16
genirq: Remove irq_reserve_irq[s]
Thomas Gleixner
1
-25
/
+0
[prev]
[next]