index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-63
/
+122
2014-07-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2014-07-16
Merge tag 'v3.16-rc5' into timers/core
Thomas Gleixner
70
-2312
/
+4230
2014-07-16
tracing: Kill "filter_string" arg of replace_preds()
Oleg Nesterov
1
-6
/
+3
2014-07-16
tracing: Change apply_subsystem_event_filter() paths to check file->system ==...
Oleg Nesterov
1
-23
/
+16
2014-07-16
tracing/uprobes: Kill the dead TRACE_EVENT_FL_USE_CALL_FILTER logic
Oleg Nesterov
1
-2
/
+1
2014-07-16
tracing: Kill call_filter_disable()
Oleg Nesterov
1
-6
/
+1
2014-07-16
tracing: Kill destroy_call_preds()
Oleg Nesterov
2
-7
/
+2
2014-07-16
tracing: Kill destroy_preds() and destroy_file_preds()
Oleg Nesterov
2
-21
/
+0
2014-07-16
rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missing
Paul E. McKenney
1
-3
/
+4
2014-07-16
ftrace: Allow archs to specify if they need a separate function graph trampoline
Steven Rostedt (Red Hat)
1
-2
/
+4
2014-07-16
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
1
-8
/
+8
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2
-7
/
+19
2014-07-16
Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...
Ingo Molnar
22
-137
/
+530
2014-07-16
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
3
-3
/
+7
2014-07-16
locking/mutex: Disable optimistic spinning on some architectures
Peter Zijlstra
1
-1
/
+4
2014-07-16
locking/rwsem: Rename 'activity' to 'count'
Peter Zijlstra
1
-14
/
+14
2014-07-16
sched/numa: Revert "Use effective_load() to balance NUMA loads"
Peter Zijlstra
1
-14
/
+6
2014-07-16
sched: Fix static_key race with sched_feat()
Jason Baron
1
-0
/
+5
2014-07-16
sched: Remove extra static_key*() function indirection
Jason Baron
1
-11
/
+1
2014-07-16
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
1
-1
/
+1
2014-07-16
sched: Transform resched_task() into resched_curr()
Kirill Tkhai
6
-45
/
+47
2014-07-16
sched/deadline: Kill task_struct->pi_top_task
Oleg Nesterov
2
-4
/
+3
2014-07-16
sched: Fix possible divide by zero in avg_atom() calculation
Mateusz Guzik
1
-1
/
+1
2014-07-16
perf: Add vm_ops->name call for mmap event name retrieval
Jiri Olsa
1
-0
/
+6
2014-07-16
locking/spinlocks/mcs: Micro-optimize osq_unlock()
Jason Low
1
-2
/
+2
2014-07-16
locking/spinlocks/mcs: Introduce and use init macro and function for osq locks
Jason Low
2
-2
/
+2
2014-07-16
locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead
Jason Low
4
-11
/
+44
2014-07-16
locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()
Jason Low
2
-16
/
+16
2014-07-16
locking/rwsem: Allow conservative optimistic spinning when readers have lock
Jason Low
1
-5
/
+5
2014-07-16
perf: Fix lockdep warning on process exit
Peter Zijlstra
1
-1
/
+17
2014-07-16
perf: Revert ("perf: Always destroy groups on exit")
Peter Zijlstra
1
-1
/
+13
2014-07-15
ring-buffer: Fix polling on trace_pipe
Martin Lau
1
-4
/
+0
2014-07-15
tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
zhangwei(Jovi)
1
-0
/
+6
2014-07-15
workqueue: alloc struct worker on its local node
Lai Jiangshan
1
-4
/
+4
2014-07-15
tracing: Fix graph tracer with stack tracer on other archs
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-07-15
cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test
Tejun Heo
1
-5
/
+4
2014-07-15
cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup core
Tejun Heo
1
-5
/
+5
2014-07-15
cgroup: distinguish the default and legacy hierarchies when handling cftypes
Tejun Heo
1
-3
/
+59
2014-07-15
cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
Tejun Heo
1
-1
/
+6
2014-07-15
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
Tejun Heo
5
-6
/
+6
2014-07-15
cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]
Tejun Heo
1
-28
/
+48
2014-07-15
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
zhangwei(Jovi)
1
-2
/
+10
2014-07-15
PM / sleep: fix freeze_ops NULL pointer dereferences
Zhang Rui
1
-2
/
+2
2014-07-15
PM / sleep: Fix request_firmware() error at resume
Takashi Iwai
1
-0
/
+1
2014-07-15
PM / sleep / irq: Do not suspend wakeup interrupts
Rafael J. Wysocki
1
-1
/
+2
2014-07-14
tracing: instance_rmdir() leaks ftrace_event_file->filter
Oleg Nesterov
1
-0
/
+1
2014-07-13
Merge 3.16-rc5 into staging-next
Greg Kroah-Hartman
3
-10
/
+71
2014-07-11
workqueue: reuse the already calculated pwq in try_to_grab_pending()
Lai Jiangshan
1
-1
/
+1
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-9
/
+69
[prev]
[next]