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
2015-05-09
module: Call module notifier on failure after complete_formation()
Steven Rostedt
1
-0
/
+3
2015-05-08
locking/pvqspinlock, x86: Enable PV qspinlock for Xen
David Vrabel
1
-1
/
+1
2015-05-08
locking/pvqspinlock, x86: Enable PV qspinlock for KVM
Waiman Long
1
-1
/
+1
2015-05-08
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
Waiman Long
2
-1
/
+392
2015-05-08
locking/qspinlock: Revert to test-and-set on hypervisors
Peter Zijlstra (Intel)
1
-0
/
+3
2015-05-08
locking/qspinlock: Use a simple write to grab the lock
Waiman Long
1
-16
/
+50
2015-05-08
locking/qspinlock: Optimize for smaller NR_CPUS
Peter Zijlstra (Intel)
1
-1
/
+68
2015-05-08
locking/qspinlock: Extract out code snippets for the next patch
Waiman Long
1
-31
/
+48
2015-05-08
locking/qspinlock: Add pending bit
Peter Zijlstra (Intel)
1
-21
/
+98
2015-05-08
locking/qspinlock: Introduce a simple generic 4-byte queued spinlock
Waiman Long
4
-0
/
+218
2015-05-08
locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()
Waiman Long
1
-0
/
+44
2015-05-08
perf: Fix software migrate events
Peter Zijlstra
1
-1
/
+1
2015-05-08
futex: Implement lockless wakeups
Davidlohr Bueso
1
-16
/
+17
2015-05-08
sched: Implement lockless wake-queues
Peter Zijlstra
1
-0
/
+46
2015-05-08
sched, timer: Use the atomic task_cputime in thread_group_cputimer
Jason Low
2
-16
/
+16
2015-05-08
sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability
Jason Low
3
-42
/
+55
2015-05-08
sched/numa: Document usages of mm->numa_scan_seq
Jason Low
1
-0
/
+13
2015-05-08
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()
Jason Low
11
-24
/
+24
2015-05-08
sched/core: Remove unnecessary down/up conversion
Nicholas Mc Guire
1
-2
/
+2
2015-05-08
signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'
Palmer Dabbelt
1
-3
/
+3
2015-05-08
sched: Move the loadavg code to a more obvious location
Peter Zijlstra
5
-219
/
+217
2015-05-08
Merge branch 'sched/urgent' into sched/core, before applying new patches
Ingo Molnar
2
-33
/
+33
2015-05-08
perf: Annotate inherited event ctx->mutex recursion
Peter Zijlstra
1
-8
/
+33
2015-05-08
sched/core: Remove __cpuinit section tag that crept back in
Paul Gortmaker
1
-1
/
+1
2015-05-08
sched/core: Fix regression in cpuset_cpu_inactive() for suspend
Omar Sandoval
1
-16
/
+12
2015-05-08
sched: Handle priority boosted tasks proper in setscheduler()
Thomas Gleixner
2
-17
/
+21
2015-05-08
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-4
/
+0
2015-05-07
nohz: Fix !HIGH_RES_TIMERS hang
Thomas Gleixner
1
-6
/
+3
2015-05-07
nohz: Set isolcpus when nohz_full is set
Chris Metcalf
1
-0
/
+3
2015-05-07
context_tracking: Inherit TIF_NOHZ through forks instead of context switches
Frederic Weisbecker
2
-26
/
+19
2015-05-07
context_tracking: Protect against recursion
Frederic Weisbecker
1
-0
/
+29
2015-05-06
tracing: Make ftrace_print_array_seq compute buf_len
Alex Bennée
1
-1
/
+2
2015-05-06
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+9
2015-05-05
tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is unused
Andreas Sandberg
1
-3
/
+7
2015-05-05
genirq: Fix type inconsistency
Nicholas Mc Guire
1
-1
/
+1
2015-05-05
genirq: Fix unnecessary automatic type conversion
Nicholas Mc Guire
1
-1
/
+1
2015-05-05
genirq: MSI: Constify irq_domain_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-05-05
timer: Use timer->base for flag checks
Joonwoo Park
1
-1
/
+1
2015-05-05
tick-broadcast: Fix the printing of broadcast masks
Preeti U Murthy
1
-4
/
+4
2015-05-05
tick: broadcast: Simplify oneshot logic and shorten lock region
Thomas Gleixner
1
-25
/
+17
2015-05-05
tick: broadcast: Prevent livelock from event handler
Thomas Gleixner
1
-28
/
+25
2015-05-04
sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()
Rafael J. Wysocki
1
-44
/
+46
2015-05-04
sched / idle: Move the default idle call code to a separate function
Rafael J. Wysocki
1
-19
/
+24
2015-05-04
perf: Remove unused function perf_mux_hrtimer_cancel()
Thomas Gleixner
1
-28
/
+0
2015-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+6
2015-04-30
Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-14
/
+2
2015-04-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+0
2015-04-30
modsign: change default key details
David Howells
1
-3
/
+3
2015-04-30
workqueue: Allow modifying low level unbound workqueue cpumask
Lai Jiangshan
1
-9
/
+118
2015-04-29
livepatch: x86: make kASLR logic more accurate
Jiri Kosina
1
-2
/
+3
[prev]
[next]