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-06-30
cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()
Li Zefan
1
-7
/
+26
2014-06-30
cgroup: fix mount failure in a corner case
Li Zefan
1
-0
/
+23
2014-06-30
ftrace: Add ftrace_rec_counter() macro to simplify the code
Steven Rostedt (Red Hat)
1
-6
/
+6
2014-06-30
ftrace: Allow no regs if no more callbacks require it
Steven Rostedt (Red Hat)
1
-0
/
+32
2014-06-28
percpu-refcount: require percpu_ref to be exited explicitly
Tejun Heo
1
-3
/
+5
2014-06-25
cpuset,mempolicy: fix sleeping function called from invalid context
Gu Zheng
1
-1
/
+7
2014-06-25
Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-15
/
+13
2014-06-25
Merge branch 'urgent.2014.06.23a' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
5
-56
/
+121
2014-06-23
kernel/watchdog.c: print traces for all cpus on lockup detection
Aaron Tomlin
2
-0
/
+50
2014-06-23
mm, pcp: allow restoring percpu_pagelist_fraction default
David Rientjes
1
-2
/
+1
2014-06-23
kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...
Don Zickus
1
-2
/
+0
2014-06-23
kexec: save PG_head_mask in VMCOREINFO
Petr Tesarik
1
-0
/
+1
2014-06-23
CPU hotplug, smp: flush any pending IPI callbacks before CPU offline
Srivatsa S. Bhat
1
-8
/
+49
2014-06-23
workqueue: fix dev_set_uevent_suppress() imbalance
Maxime Bizon
1
-0
/
+1
2014-06-23
rcu: Reduce overhead of cond_resched() checks for RCU
Paul E. McKenney
5
-54
/
+119
2014-06-23
rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()
Paul E. McKenney
1
-2
/
+2
2014-06-23
hrtimer: Remove hrtimer_enqueue_reprogram()
Viresh Kumar
1
-15
/
+8
2014-06-23
hrtimer: Kick lowres dynticks targets on timer enqueue
Viresh Kumar
1
-8
/
+19
2014-06-23
hrtimer: Store cpu-number in struct hrtimer_cpu_base
Viresh Kumar
1
-0
/
+1
2014-06-23
timer: Kick dynticks targets on mod_timer*() calls
Viresh Kumar
1
-16
/
+16
2014-06-23
timer: Store cpu-number in struct tvec_base
Viresh Kumar
1
-0
/
+2
2014-06-23
time/timers: Move all time(r) related files into kernel/time
Thomas Gleixner
9
-21
/
+21
2014-06-22
Merge 3.16-rc2 into staging-next
Greg Kroah-Hartman
9
-48
/
+295
2014-06-21
genirq: Export irq_domain_disassociate() to architecture interrupt drivers
Jiang Liu
1
-1
/
+1
2014-06-21
futex: Simplify futex_lock_pi_atomic() and make it more robust
Thomas Gleixner
1
-87
/
+61
2014-06-21
futex: Split out the first waiter attachment from lookup_pi_state()
Thomas Gleixner
1
-14
/
+28
2014-06-21
futex: Split out the waiter check from lookup_pi_state()
Thomas Gleixner
1
-67
/
+71
2014-06-21
futex: Use futex_top_waiter() in lookup_pi_state()
Thomas Gleixner
1
-63
/
+61
2014-06-21
futex: Make unlock_pi more robust
Thomas Gleixner
1
-51
/
+25
2014-06-21
rtmutex: Avoid pointless requeueing in the deadlock detection chain walk
Thomas Gleixner
1
-7
/
+70
2014-06-21
rtmutex: Cleanup deadlock detector debug logic
Thomas Gleixner
5
-28
/
+83
2014-06-21
rtmutex: Confine deadlock logic to futex
Thomas Gleixner
3
-38
/
+38
2014-06-21
rtmutex: Simplify remove_waiter()
Thomas Gleixner
1
-17
/
+19
2014-06-21
rtmutex: Document pi chain walk
Thomas Gleixner
1
-9
/
+91
2014-06-21
rtmutex: Clarify the boost/deboost part
Thomas Gleixner
1
-10
/
+48
2014-06-21
rtmutex: No need to keep task ref for lock owner check
Thomas Gleixner
1
-2
/
+3
2014-06-21
rtmutex: Simplify and document try_to_take_rtmutex()
Thomas Gleixner
1
-45
/
+88
2014-06-21
rtmutex: Simplify rtmutex_slowtrylock()
Thomas Gleixner
1
-11
/
+20
2014-06-21
Merge branch 'locking/urgent' into locking/core
Thomas Gleixner
3
-35
/
+218
2014-06-21
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+36
2014-06-21
Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...
Linus Torvalds
3
-35
/
+218
2014-06-21
tracing: syscall_regfunc() should not skip kernel threads
Oleg Nesterov
1
-3
/
+1
2014-06-21
tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...
Oleg Nesterov
1
-13
/
+11
2014-06-21
tracing: Fix syscall_*regfunc() vs copy_process() race
Oleg Nesterov
1
-0
/
+2
2014-06-19
Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-5
/
+41
2014-06-19
alarmtimer: Export symbols of alarmtimer_get_rtcdev
Pramod Gurav
1
-1
/
+1
2014-06-19
workqueue: stronger test in process_one_work()
Lai Jiangshan
1
-7
/
+2
2014-06-19
workqueue: clear POOL_DISASSOCIATED in rebind_workers()
Lai Jiangshan
1
-7
/
+3
2014-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
1
-4
/
+0
2014-06-19
workqueue: sanity check pool->cpu in wq_worker_sleeping()
Lai Jiangshan
1
-1
/
+1
[prev]
[next]