summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar2014-12-1216-148/+325
|\
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-091-9/+51
| |\
| | * perf: Improve the perf_sample_data struct layoutPeter Zijlstra2014-11-161-8/+8
| | * perf: Add ability to sample machine state on interruptStephane Eranian2014-11-161-2/+44
| * | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-0915-137/+268
| |\ \
| | * \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-2015-137/+268
| | |\ \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | *-------. \ Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-1313-136/+176
| | | |\ \ \ \ \ \
| | | | | | | | * | rcu: Fix for rcuo online-time-creation reorganization bugPaul E. McKenney2014-10-291-3/+7
| | | | | | | | * | rcu: Kick rcuo kthreads after their CPU goes offlinePaul E. McKenney2014-10-291-1/+3
| | | | | | | | * | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-294-10/+10
| | | | | | | | * | rcu: Unify boost and kthread prioritiesClark Williams2014-10-291-10/+10
| | | | | | | | * | rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited()Paul E. McKenney2014-10-281-1/+26
| | | | | | | | * | rcu: Move RCU_BOOST variable declarations, eliminating #ifdefPaul E. McKenney2014-10-282-15/+15
| | | | | | |_|/ / | | | | | |/| | |
| | | | | | | * | signal: Document the RCU protection of ->sighandOleg Nesterov2014-10-292-2/+15
| | | | | | | * | signal: Exit RCU read-side critical section on each pass through loopPaul E. McKenney2014-10-291-16/+14
| | | | | | |/ / | | | | | |/| |
| | | | | | * | rcu: Fix FIXME in rcu_tasks_kthread()Paul E. McKenney2014-11-131-1/+2
| | | | | | * | rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney2014-10-281-13/+0
| | | | | |/ /
| | | | * | | cpu: Avoid puts_pending overflowPaul E. McKenney2014-11-031-6/+13
| | | | * | | rcu: Remove "cpu" argument to rcu_cleanup_after_idle()Paul E. McKenney2014-11-033-5/+5
| | | | * | | rcu: Remove "cpu" argument to rcu_prepare_for_idle()Paul E. McKenney2014-11-033-7/+7
| | | | * | | rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-033-9/+9
| | | | * | | rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-035-8/+8
| | | | * | | rcu: Remove "cpu" argument to rcu_preempt_check_callbacks()Paul E. McKenney2014-11-033-6/+6
| | | | * | | rcu: Remove "cpu" argument to rcu_pending()Paul E. McKenney2014-11-031-4/+4
| | | | * | | rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney2014-11-033-6/+5
| | | | * | | rcu: Use DEFINE_PER_CPU_SHARED_ALIGNED for rcu_dataPaul E. McKenney2014-11-031-1/+1
| | | | * | | rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_...Christoph Lameter2014-11-033-18/+22
| | | | |/ /
| | | * | | rcutorture: Fix rcu_torture_cbflood() memory leakPaul E. McKenney2014-11-031-0/+1
| | | * | | rcutorture: Add early boot self testsPranith Kumar2014-11-034-1/+91
| | | |/ /
| * | | | context_tracking: Restore previous state in schedule_userAndy Lutomirski2014-12-031-2/+6
* | | | | perf: Fix events installation during moving groupJiri Olsa2014-12-111-2/+2
|/ / / /
* | | | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-231-1/+0
* | | | sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2014-11-232-0/+10
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-11-216-43/+42
|\ \ \ \
| * | | | sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka2014-11-165-27/+24
| * | | | sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2014-11-162-14/+1
| * | | | sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra2014-11-161-0/+7
| * | | | sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin2014-11-101-0/+4
| * | | | sched: Remove lockdep check in sched_move_task()Kirill Tkhai2014-11-041-2/+6
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-11-211-3/+5
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | perf: Fix corruption of sibling list with hotplugMark Rutland2014-11-161-3/+5
| |/ /
* | | Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-11-141-2/+2
|\ \ \
| * | | PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is setDmitry Eremin-Solenikov2014-11-081-2/+2
| |/ /
* | | kernel/panic.c: update comments for print_taintedXie XiuQi2014-11-131-0/+1
* | | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-11-132-1/+2
|\ \ \
| * | | audit: keep inode pinnedMiklos Szeredi2014-11-111-0/+1
| * | | audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs2014-10-301-1/+1
* | | | tracing: Do not risk busy looping in buffer spliceRabin Vincent2014-11-101-2/+8
* | | | tracing: Do not busy wait in buffer spliceRabin Vincent2014-11-102-43/+61
| |/ / |/| |
* | | Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-311-1/+7
|\ \ \
OpenPOWER on IntegriCloud