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
2016-08-22
rcu: Avoid redundant quiescent-state chasing
Paul E. McKenney
1
-2
/
+4
2016-08-22
rcu: Don't use modular infrastructure in non-modular code
Paul Gortmaker
2
-4
/
+1
2016-08-22
sched: Make wake_up_nohz_cpu() handle CPUs going offline
Paul E. McKenney
1
-0
/
+7
2016-08-22
rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads
Jisheng Zhang
1
-2
/
+2
2016-08-22
rcu: Use RCU's online-CPU state for expedited IPI retry
Paul E. McKenney
1
-6
/
+5
2016-08-22
rcu: Exclude RCU-offline CPUs from expedited grace periods
Paul E. McKenney
1
-1
/
+2
2016-08-22
rcu: Make expedited RCU CPU stall warnings respond to controls
Paul E. McKenney
1
-0
/
+3
2016-08-22
rcu: Stop disabling expedited RCU CPU stall warnings
Paul E. McKenney
1
-6
/
+1
2016-08-22
rcu: Drive expedited grace periods from workqueue
Paul E. McKenney
3
-9
/
+47
2016-08-22
rcu: Consolidate expedited grace period machinery
Paul E. McKenney
1
-33
/
+29
2016-08-22
rcu: Fix soft lockup for rcu_nocb_kthread
Ding Tianhong
1
-0
/
+1
2016-08-22
genirq/affinity: Use get/put_online_cpus around cpumask operations
Christoph Hellwig
1
-0
/
+2
2016-08-22
genirq: Fix potential memleak when failing to get irq pm
Shawn Lin
1
-2
/
+6
2016-08-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+25
2016-08-18
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-29
/
+71
2016-08-18
livepatch: use arch_klp_init_object_loaded() to finish arch-specific tasks
Jessica Yu
1
-3
/
+13
2016-08-18
Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-5
/
+5
2016-08-18
locking/rwsem: Scan the wait_list for readers only once
Davidlohr Bueso
1
-32
/
+26
2016-08-18
locking/rwsem: Remove a few useless comments
Davidlohr Bueso
1
-3
/
+0
2016-08-18
locking/rwsem: Return void in __rwsem_mark_wake()
Davidlohr Bueso
1
-18
/
+17
2016-08-18
locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()
Peter Zijlstra
2
-0
/
+18
2016-08-18
sched/cputime: Improve scalability by not accounting thread group tasks pendi...
Stanislaw Gruszka
1
-1
/
+32
2016-08-18
sched/fair: Let asymmetric CPU configurations balance at wake-up
Morten Rasmussen
1
-1
/
+34
2016-08-18
sched/core: Store maximum per-CPU capacity in root domain
Dietmar Eggemann
2
-0
/
+14
2016-08-18
sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systems
Morten Rasmussen
1
-0
/
+7
2016-08-18
sched/core: Pass child domain into sd_init()
Morten Rasmussen
1
-3
/
+4
2016-08-18
sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flag
Morten Rasmussen
1
-0
/
+4
2016-08-18
sched/core: Remove unnecessary NULL-pointer check
Morten Rasmussen
1
-2
/
+0
2016-08-18
sched/core: Clarify SD_flags comment
Peter Zijlstra
1
-6
/
+12
2016-08-18
Merge branch 'sched/urgent' into sched/core, to pick up dependencies
Ingo Molnar
8
-37
/
+127
2016-08-18
sched/cputime: Resync steal time when guest & host lose sync
Wanpeng Li
1
-3
/
+15
2016-08-18
sched: Remove struct rq::nohz_stamp
Rik van Riel
1
-1
/
+0
2016-08-18
perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG
David Carrillo-Cisneros
1
-2
/
+23
2016-08-18
sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression
Peter Zijlstra
1
-5
/
+10
2016-08-18
perf/core: Generalize event->group_flags
David Carrillo-Cisneros
1
-8
/
+8
2016-08-18
bitmap.h, perf/core: Fix the mask in perf_output_sample_regs()
Madhavan Srinivasan
1
-2
/
+3
2016-08-18
Merge branch 'perf/urgent' into perf/core, to pick up dependencies
Ingo Molnar
1
-27
/
+68
2016-08-18
perf/core: Check return value of the perf_event_read() IPI
David Carrillo-Cisneros
1
-3
/
+4
2016-08-18
perf/core: Enable mapping of the stop filters
Mathieu Poirier
1
-10
/
+5
2016-08-18
perf/core: Update filters only on executable mmap
Mathieu Poirier
1
-0
/
+7
2016-08-18
perf/core: Fix file name handling for start/stop filters
Mathieu Poirier
1
-2
/
+4
2016-08-18
perf/core: Fix event_function_local()
Peter Zijlstra
1
-12
/
+48
2016-08-18
uprobes: Rename the "struct page *" args of __replace_page()
Oleg Nesterov
1
-18
/
+18
2016-08-18
Merge branch 'perf/urgent' into perf/core, to pick up dependency
Ingo Molnar
15
-55
/
+88
2016-08-18
uprobes: Fix the memcg accounting
Oleg Nesterov
1
-2
/
+3
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
22
-112
/
+311
2016-08-18
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-5
/
+5
2016-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-14
/
+77
2016-08-17
cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
Balbir Singh
1
-2
/
+2
2016-08-17
genirq: Correctly configure the trigger on chained interrupts
Marc Zyngier
1
-0
/
+11
[prev]
[next]