summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Add module refcountThomas Gleixner2013-05-162-5/+17
* clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-163-6/+7
* clocksource: Always verify highres capabilityThomas Gleixner2013-05-161-5/+26
* clocksource: apb_timer: Remove unsused functionThomas Gleixner2013-05-162-13/+0
* Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-152-13/+44
|\
| * tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu2013-05-151-2/+2
| * tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu2013-05-151-1/+1
| * tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu2013-05-151-10/+37
| * tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)2013-05-151-0/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-153-6/+23
|\ \
| * | x86/mm: Add missing comments for initial kernel direct mappingZhang Yanfei2013-05-101-1/+18
| * | x86/microcode: Add local mutex to fix physical CPU hot-add deadlockKonrad Rzeszutek Wilk2013-05-091-2/+3
| * | x86: Fix idle consolidation falloutThomas Gleixner2013-05-071-3/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-151-151/+89
|\ \ \
| * | | perf: Factor out auxiliary events notificationJiri Olsa2013-05-071-153/+89
| * | | perf: Fix EXIT event notificationJiri Olsa2013-05-071-12/+14
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-157-19/+8
|\ \ \ \
| * | | | time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-144-12/+0
| * | | | timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-141-1/+1
| * | | | tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner2013-05-141-0/+1
| * | | | tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-121-1/+1
| * | | | tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner2013-05-051-5/+5
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-153-0/+207
|\ \ \ \ \
| * | | | | rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitSrivatsa S. Bhat2013-05-141-0/+2
| * | | | | idle: Fix hlt/nohlt command-line handling in new generic idleKevin Hilman2013-05-051-0/+3
| * | | | | Merge branch 'linus' into core/urgentThomas Gleixner2013-05-057459-252082/+406060
| |\| | | |
| * | | | | Merge branch 'rcu/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/paulm...Ingo Molnar2013-04-3016-518/+842
| |\ \ \ \ \
| | * | | | | kthread: Document ways of reducing OS jitter due to per-CPU kthreadsPaul E. McKenney2013-04-271-0/+202
* | | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-155-11/+14
|\ \ \ \ \ \ \
| * | | | | | | ARM: 7720/1: ARM v6/v7 cmpxchg64 shouldn't clear upper 32 bits of the old/new...Jaccon Bastiaansen2013-05-131-4/+4
| * | | | | | | ARM: 7715/1: MCPM: adapt to GIC changes after upstream mergeNicolas Pitre2013-05-101-3/+0
| * | | | | | | ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checkedLee Jones2013-05-101-2/+7
| * | | | | | | ARM: 7712/1: Remove trailing whitespace in arch/arm/MakefileDaniel Tang2013-05-071-1/+1
| * | | | | | | ARM: 7711/1: dove: fix Dove cpu type from V7 to PJ4Sebastian Hesselbarth2013-05-071-1/+1
| * | | | | | | ARM: finally enable IRQ time accounting configRussell King2013-05-041-0/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-05-152-387/+553
|\ \ \ \ \ \ \ \
| * | | | | | | | rbd: re-submit flattened write request (part 2)Alex Elder2013-05-131-2/+16
| * | | | | | | | rbd: re-submit write request for flattened cloneAlex Elder2013-05-131-7/+22
| * | | | | | | | rbd: re-submit read request for flattened cloneAlex Elder2013-05-131-5/+25
| * | | | | | | | rbd: detect when clone image is flattenedAlex Elder2013-05-131-2/+28
| * | | | | | | | rbd: reference count parent requestsAlex Elder2013-05-131-2/+102
| * | | | | | | | rbd: define parent image request routinesAlex Elder2013-05-131-23/+55
| * | | | | | | | rbd: define rbd_dev_unparent()Alex Elder2013-05-131-5/+13
| * | | | | | | | rbd: don't release write request until necessaryAlex Elder2013-05-131-12/+7
| * | | | | | | | rbd: get parent info on refreshAlex Elder2013-05-131-30/+37
| * | | | | | | | rbd: ignore zero-overlap parentAlex Elder2013-05-131-3/+7
| * | | | | | | | rbd: support reading parent page data for writesAlex Elder2013-05-131-6/+14
| * | | | | | | | rbd: fix parent request size assumptionAlex Elder2013-05-131-11/+20
| * | | | | | | | libceph: init sent and completed when startingAlex Elder2013-05-131-1/+4
| * | | | | | | | rbd: kill rbd_img_request_get()Alex Elder2013-05-081-10/+0