| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 | 2 | -61/+17 |
|\ |
|
| * | x86: hpet: Cleanup the clockevents init and register code | Thomas Gleixner | 2011-05-19 | 1 | -56/+16 |
| * | x86: Convert PIT to clockevents_config_and_register() | Thomas Gleixner | 2011-05-19 | 1 | -5/+1 |
* | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 | 31 | -341/+57 |
|\ \
| |/ |
|
| * | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 2011-05-14 | 3179 | -52310/+107677 |
| |\ |
|
| | * | clocksource: convert mips to generic i8253 clocksource | Russell King | 2011-05-14 | 3 | -77/+7 |
| | * | clocksource: convert x86 to generic i8253 clocksource | Russell King | 2011-05-14 | 3 | -78/+4 |
| | * | clocksource: convert footbridge to generic i8253 clocksource | Russell King | 2011-05-14 | 3 | -41/+21 |
| * | | blackfin: convert to clocksource_register_hz | John Stultz | 2011-02-21 | 1 | -33/+2 |
| * | | mips: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 | 13 | -66/+14 |
| * | | sparc: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 | 1 | -3/+1 |
| * | | alpha: convert to clocksource_register_hz | John Stultz | 2011-02-21 | 1 | -2/+1 |
| * | | microblaze: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 | 1 | -5/+1 |
| * | | ia64: convert to clocksource_register_hz/khz | John Stultz | 2011-02-21 | 3 | -17/+4 |
| * | | x86: Convert remaining x86 clocksources to clocksource_register_hz/khz | John Stultz | 2011-02-21 | 6 | -32/+6 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g... | Linus Torvalds | 2011-05-19 | 26 | -51/+66 |
|\ \ \ \ |
|
| * \ \ \ | Merge commit 'v2.6.39-rc7' into sched/core | Ingo Molnar | 2011-05-12 | 81 | -561/+1319 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge commit 'v2.6.39-rc4' into sched/core | Ingo Molnar | 2011-04-21 | 64 | -150/+310 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'sched/locking' into sched/core | Ingo Molnar | 2011-04-18 | 39 | -113/+140 |
| |\ \ \ \ \ |
|
| | * | | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 | 25 | -50/+61 |
| * | | | | | | sched, sparc64: Turn cpu_coregroup_mask() into a real function | Stephen Rothwell | 2011-04-12 | 1 | -1/+5 |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-05-19 | 31 | -180/+416 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'x86/mem' into perf/core | Ingo Molnar | 2011-05-18 | 11 | -54/+219 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa | 2011-05-18 | 2 | -3/+3 |
| | * | | | | | | | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -12/+42 |
| | * | | | | | | | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -1/+28 |
| | * | | | | | | | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -13/+32 |
| | * | | | | | | | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -10/+55 |
| | * | | | | | | | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -9/+24 |
| | * | | | | | | | x86, alternative: Add altinstruction_entry macro | Fenghua Yu | 2011-05-17 | 1 | -0/+9 |
| | * | | | | | | | x86, alternative, doc: Add comment for applying alternatives order | Fenghua Yu | 2011-05-17 | 1 | -0/+9 |
| | * | | | | | | | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -4/+15 |
| | * | | | | | | | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -0/+1 |
| | * | | | | | | | x86, cpufeature: Fix cpuid leaf 7 feature detection | Fenghua Yu | 2011-05-17 | 1 | -2/+1 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | ftrace/s390: mcount offset calculation | Martin Schwidefsky | 2011-05-16 | 1 | -3/+1 |
| * | | | | | | | ftrace/x86: mcount offset calculation | Martin Schwidefsky | 2011-05-16 | 1 | -4/+3 |
| * | | | | | | | ftrace/x86: Do not trace .discard.text section | Steven Rostedt | 2011-05-16 | 1 | -1/+1 |
| * | | | | | | | x86: Remove warning and warning_symbol from struct stacktrace_ops | Richard Weinberger | 2011-05-12 | 5 | -58/+0 |
| * | | | | | | | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar | 2011-05-10 | 63 | -445/+1152 |
| |\ \ \ \ \ \ \
| | |/ / / / / / |
|
| * | | | | | | | Merge branch 'perf/stat' into perf/core | Ingo Molnar | 2011-05-06 | 2 | -16/+29 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | perf events, x86: Add Westmere stalled-cycles-frontend/backend events | Ingo Molnar | 2011-04-29 | 1 | -0/+6 |
| | * | | | | | | | perf, x86: Add new stalled cycles events for Intel and AMD CPUs | Ingo Molnar | 2011-04-29 | 2 | -7/+11 |
| | * | | | | | | | perf events: Add generic front-end and back-end stalled cycle event definitions | Ingo Molnar | 2011-04-29 | 1 | -1/+1 |
| | * | | | | | | | perf event, x86: Use better stalled cycles metric | Ingo Molnar | 2011-04-28 | 1 | -2/+2 |
| | * | | | | | | | perf events, x86: Mark constrant tables read mostly | Ingo Molnar | 2011-04-26 | 1 | -10/+10 |
| | * | | | | | | | perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES | Ingo Molnar | 2011-04-26 | 1 | -0/+3 |
| | * | | | | | | | Merge branch 'perf/urgent' into perf/stat | Ingo Molnar | 2011-04-26 | 7 | -31/+56 |
| | |\ \ \ \ \ \ \ |
|
| * | | | | | | | | | perf events, x86: Add SandyBridge stalled-cycles-frontend/backend events | Lin Ming | 2011-05-06 | 1 | -0/+6 |
| * | | | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-01 | 7 | -37/+89 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-04-27 | 10 | -36/+143 |
| |\ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|