| Commit message (Expand) | Author | Age |
* | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 |
|\ |
|
| * | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 2011-05-14 |
| |\ |
|
| | * | clocksource: convert mips to generic i8253 clocksource | Russell King | 2011-05-14 |
| | * | clocksource: convert x86 to generic i8253 clocksource | Russell King | 2011-05-14 |
| | * | clocksource: convert footbridge to generic i8253 clocksource | Russell King | 2011-05-14 |
| * | | blackfin: convert to clocksource_register_hz | John Stultz | 2011-02-21 |
| * | | mips: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 |
| * | | sparc: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 |
| * | | alpha: convert to clocksource_register_hz | John Stultz | 2011-02-21 |
| * | | microblaze: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 |
| * | | ia64: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 |
| * | | x86: Convert remaining x86 clocksources to clocksource_register_hz/khz | John Stultz | 2011-02-21 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2011-05-19 |
|\ \ \ \ |
|
| * \ \ \ | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 2011-05-12 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge commit 'v2.6.39-rc4' into sched/core | Ingo Molnar | 2011-04-21 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'sched/locking' into sched/core | Ingo Molnar | 2011-04-18 |
| |\ \ \ \ \ |
|
| | * | | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 |
| * | | | | | | sched, sparc64: Turn cpu_coregroup_mask() into a real function | Stephen Rothwell | 2011-04-12 |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-05-19 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'x86/mem' into perf/core | Ingo Molnar | 2011-05-18 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa | 2011-05-18 |
| | * | | | | | | | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, alternative: Add altinstruction_entry macro | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, alternative, doc: Add comment for applying alternatives order | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| | * | | | | | | | x86, cpufeature: Fix cpuid leaf 7 feature detection | Fenghua Yu | 2011-05-17 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | ftrace/s390: mcount offset calculation | Martin Schwidefsky | 2011-05-16 |
| * | | | | | | | ftrace/x86: mcount offset calculation | Martin Schwidefsky | 2011-05-16 |
| * | | | | | | | ftrace/x86: Do not trace .discard.text section | Steven Rostedt | 2011-05-16 |
| * | | | | | | | x86: Remove warning and warning_symbol from struct stacktrace_ops | Richard Weinberger | 2011-05-12 |
| * | | | | | | | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar | 2011-05-10 |
| |\| | | | | | |
|
| * | | | | | | | Merge branch 'perf/stat' into perf/core | Ingo Molnar | 2011-05-06 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | perf events, x86: Add Westmere stalled-cycles-frontend/backend events | Ingo Molnar | 2011-04-29 |
| | * | | | | | | | perf, x86: Add new stalled cycles events for Intel and AMD CPUs | Ingo Molnar | 2011-04-29 |
| | * | | | | | | | perf events: Add generic front-end and back-end stalled cycle event definitions | Ingo Molnar | 2011-04-29 |
| | * | | | | | | | perf event, x86: Use better stalled cycles metric | Ingo Molnar | 2011-04-28 |
| | * | | | | | | | perf events, x86: Mark constrant tables read mostly | Ingo Molnar | 2011-04-26 |
| | * | | | | | | | perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES | Ingo Molnar | 2011-04-26 |
| | * | | | | | | | Merge branch 'perf/urgent' into perf/stat | Ingo Molnar | 2011-04-26 |
| | |\ \ \ \ \ \ \ |
|
| * | | | | | | | | | perf events, x86: Add SandyBridge stalled-cycles-frontend/backend events | Lin Ming | 2011-05-06 |
| * | | | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-01 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-04-27 |
| |\ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
| | * | | | | | | | | | jump label: Add s390 support | Jan Glauber | 2011-04-04 |
| | * | | | | | | | | | jump label: Add _ASM_ALIGN for x86 and x86_64 | Jason Baron | 2011-04-04 |
| | * | | | | | | | | | jump label: Introduce static_branch() interface | Jason Baron | 2011-04-04 |