index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2013-07-14
11
-63
/
+608
|
\
|
*
Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...
Thomas Gleixner
2013-07-12
6
-0
/
+532
|
|
\
|
|
*
clocksource: arm_global_timer: Add ARM global timer support
Stuart Menefy
2013-07-03
4
-0
/
+359
|
|
*
clocksource: Add Marvell Orion SoC timer
Sebastian Hesselbarth
2013-07-02
4
-0
/
+173
|
*
|
tick: broadcast: Check broadcast mode on CPU hotplug
Stephen Boyd
2013-07-12
1
-1
/
+4
|
*
|
Merge branch 'linus' into timers/urgent
Thomas Gleixner
2013-07-12
5380
-96246
/
+297515
|
|
\
\
|
*
\
\
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
2013-07-10
4
-62
/
+72
|
|
\
\
\
|
|
*
|
|
nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs
Frederic Weisbecker
2013-06-20
1
-10
/
+0
|
|
*
|
|
watchdog: Boot-disable by default on full dynticks
Frederic Weisbecker
2013-06-20
1
-0
/
+8
|
|
*
|
|
watchdog: Rename confusing state variable
Frederic Weisbecker
2013-06-20
3
-18
/
+18
|
|
*
|
|
watchdog: Register / unregister watchdog kthreads on sysctl control
Frederic Weisbecker
2013-06-20
1
-40
/
+47
|
|
*
|
|
nohz: Warn if the machine can not perform nohz_full
Steven Rostedt
2013-06-20
1
-0
/
+5
*
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-07-14
34
-163
/
+154
|
\
\
\
\
\
|
*
|
|
|
|
perf/x86: Fix incorrect use of do_div() in NMI warning
Dave Hansen
2013-07-12
1
-3
/
+4
|
*
|
|
|
|
perf: Fix perf_lock_task_context() vs RCU
Peter Zijlstra
2013-07-12
1
-1
/
+14
|
*
|
|
|
|
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario
Jiri Olsa
2013-07-12
1
-1
/
+10
|
*
|
|
|
|
perf: Clone child context from parent context pmu
Jiri Olsa
2013-07-12
1
-1
/
+1
|
*
|
|
|
|
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2013-07-12
32
-157
/
+125
|
|
\
\
\
\
\
|
|
*
|
|
|
|
perf script: Fix broken include in Context.xs
Ramkumar Ramachandra
2013-07-10
1
-1
/
+1
|
|
*
|
|
|
|
perf tools: Fix -ldw/-lelf link test when static linking
Mike Frysinger
2013-07-10
2
-3
/
+3
|
|
*
|
|
|
|
perf tools: Revert regression in configuration of Python support
Michael Witten
2013-07-09
1
-1
/
+1
|
|
*
|
|
|
|
perf tools: Fix perf version generation
Robert Richter
2013-07-08
1
-6
/
+15
|
|
*
|
|
|
|
perf stat: Fix per-socket output bug for uncore events
Stephane Eranian
2013-07-08
1
-3
/
+4
|
|
*
|
|
|
|
perf symbols: Fix vdso list searching
Waiman Long
2013-07-08
3
-4
/
+11
|
|
*
|
|
|
|
perf evsel: Fix missing increment in sample parsing
Adrian Hunter
2013-07-08
1
-1
/
+1
|
|
*
|
|
|
|
perf tools: Update symbol_conf.nr_events when processing attribute events
Adrian Hunter
2013-07-08
1
-0
/
+2
|
|
*
|
|
|
|
perf tools: Fix new_term() missing free on error path
Adrian Hunter
2013-07-08
1
-0
/
+1
|
|
*
|
|
|
|
perf tools: Fix parse_events_terms() segfault on error path
Adrian Hunter
2013-07-08
1
-1
/
+2
|
|
*
|
|
|
|
perf evsel: Fix count parameter to read call in event_format__new
David Ahern
2013-07-08
1
-1
/
+1
|
|
*
|
|
|
|
perf tools: fix a typo of a Power7 event name
Runzhen Wang
2013-07-08
2
-7
/
+7
|
|
*
|
|
|
|
perf tools: Fix -x/--exclude-other option for report command
Jiri Olsa
2013-07-08
4
-6
/
+1
|
|
*
|
|
|
|
perf evlist: Enhance perf_evlist__start_workload()
Namhyung Kim
2013-07-08
1
-1
/
+9
|
|
*
|
|
|
|
perf record: Remove -f/--force option
Jiri Olsa
2013-07-08
7
-14
/
+6
|
|
*
|
|
|
|
perf record: Remove -A/--append option
Jiri Olsa
2013-07-08
3
-88
/
+11
|
|
*
|
|
|
|
perf stat: Avoid sending SIGTERM to random processes
Stephane Eranian
2013-07-08
1
-1
/
+22
|
|
*
|
|
|
|
tools lib lk: Fix for cross build
Joonsoo Kim
2013-07-08
1
-0
/
+15
|
|
*
|
|
|
|
perf tools: Include termios.h explicitly
Joonsoo Kim
2013-07-08
1
-1
/
+1
|
|
*
|
|
|
|
perf bench: Fix memory allocation fail check in mem{set,cpy} workloads
Kirill A. Shutemov
2013-07-08
2
-3
/
+3
|
|
*
|
|
|
|
perf tools: Fix build errors with O and DESTDIR make vars set
Robert Richter
2013-07-08
2
-4
/
+3
|
|
*
|
|
|
|
perf tools: Fix output directory of Documentation/
Robert Richter
2013-07-08
1
-8
/
+2
|
|
*
|
|
|
|
tools: Get only verbose output with V=1
Robert Richter
2013-07-08
3
-3
/
+3
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-07-14
5
-359
/
+381
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mutex: Move ww_mutex definitions to ww_mutex.h
Maarten Lankhorst
2013-07-12
5
-359
/
+381
*
|
|
|
|
|
|
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-07-14
27
-161
/
+310
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
arm: multi_v7_defconfig: Tweaks for omap and sunxi
Olof Johansson
2013-07-13
1
-3
/
+7
|
*
|
|
|
|
|
|
Merge tag 'ux500-defconfig-for-arm-soc' of git://git.kernel.org/pub/scm/linux...
Olof Johansson
2013-07-12
1
-19
/
+25
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
ARM: ux500: Enable HIGHMEM in the u8500 defconfig
Lee Jones
2013-06-04
1
-0
/
+1
|
|
*
|
|
|
|
|
|
ARM: ux500: Update MMC configs for u8500 defconfig
Ulf Hansson
2013-05-27
1
-1
/
+2
|
|
*
|
|
|
|
|
|
ARM: ux500: select SND_SOC_UX500 for ux500
Fabio Baltieri
2013-05-27
1
-0
/
+5
|
|
*
|
|
|
|
|
|
ARM: ux500: update defconfig base
Linus Walleij
2013-05-27
1
-18
/
+10
[next]