summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle2011-06-098-10/+21
| * | | | | | | | | | | i8253: Unify all kernel declarations of i8253_lockRalf Baechle2011-06-094-31/+14
| * | | | | | | | | | | i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle2011-06-0919-18/+29
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-2221-174/+145
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairLin Ming2011-07-221-2/+2
| * | | | | | | | | | | | sched: Replace use of entity_key()Stephan Baerwolf2011-07-211-7/+1
| * | | | | | | | | | | | sched: Separate group-scheduling code more clearlyJan H. Schönherr2011-07-211-24/+19
| * | | | | | | | | | | | sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy2011-07-211-1/+1
| * | | | | | | | | | | | sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz2011-07-211-1/+2
| * | | | | | | | | | | | sched: Remove unused function cpu_cfs_rq()Jan Schoenherr2011-07-211-13/+0
| * | | | | | | | | | | | sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr2011-07-211-1/+1
| * | | | | | | | | | | | sched, cgroup: Optimize load_balance_fair()Peter Zijlstra2011-07-212-37/+35
| * | | | | | | | | | | | sched: Don't update shares twice on on_rq parentPaul Turner2011-07-211-0/+3
| * | | | | | | | | | | | sched: update correct entity's runtime in check_preempt_wakeup()Paul Turner2011-07-211-1/+1
| * | | | | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2011-07-21542-2825/+28625
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | xtensa: Use generic config PREEMPT definitionFrederic Weisbecker2011-07-051-12/+1
| * | | | | | | | | | | | | h8300: Use generic config PREEMPT definitionFrederic Weisbecker2011-07-051-3/+1
| * | | | | | | | | | | | | m32r: Use generic PREEMPT configFrederic Weisbecker2011-07-051-11/+1
| * | | | | | | | | | | | | Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-0115-34/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | sched: Generalize sleep inside spinlock detectionFrederic Weisbecker2011-06-238-10/+12
| | * | | | | | | | | | | | | sched: Make sleeping inside spinlock detection working in !CONFIG_PREEMPTFrederic Weisbecker2011-06-101-0/+1
| | * | | | | | | | | | | | | sched: Isolate preempt counting in its own config optionFrederic Weisbecker2011-06-108-22/+33
| | * | | | | | | | | | | | | sched: Remove pointless in_atomic() definition checkFrederic Weisbecker2011-06-071-2/+0
| * | | | | | | | | | | | | | sched: Skip autogroup when looking for all rt sched groupsYong Zhang2011-07-012-5/+18
| * | | | | | | | | | | | | | sched: Simplify mutex_spin_on_owner()Thomas Gleixner2011-07-011-16/+9
| * | | | | | | | | | | | | | sched: Remove rcu_read_lock() from wake_affine()Nikunj A. Dadhania2011-07-011-2/+0
| * | | | | | | | | | | | | | Merge commit 'v3.0-rc5' into sched/coreIngo Molnar2011-07-012032-28109/+52386
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2011-06-032-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | sched: Remove unlikely() from ttwu_post_activationSteven Rostedt2010-12-131-1/+1
| | * | | | | | | | | | | | | | sched: Remove unlikely() from rt_policy() in sched.cSteven Rostedt2010-12-131-1/+1
| | * | | | | | | | | | | | | | sched: Change pick_next_task_rt from unlikely to likelySteven Rostedt2010-12-131-1/+1
| | * | | | | | | | | | | | | | sched: Cleanup pre_schedule_rtYong Zhang2010-12-131-1/+1
* | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-22140-2661/+4650
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | perf: Remove the nmi parameter from the oprofile_perf backendWill Deacon2011-07-211-1/+1
| * | | | | | | | | | | | | | | | x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-215-74/+48
| * | | | | | | | | | | | | | | | perf: Remove perf_event_attr::type checkLin Ming2011-07-211-7/+0
| * | | | | | | | | | | | | | | | x86, perf: P4 PMU - Fix typos in comments and style cleanupCyrill Gorcunov2011-07-212-37/+31
| * | | | | | | | | | | | | | | | perf tools: Make test use the preset debugfs pathJiri Olsa2011-07-211-2/+2
| * | | | | | | | | | | | | | | | perf tools: Add automated tests for events parsingJiri Olsa2011-07-211-0/+245
| * | | | | | | | | | | | | | | | perf tools: De-opt the parse_events functionJiri Olsa2011-07-215-14/+24
| * | | | | | | | | | | | | | | | perf script: Fix display of IP address for non-callchain pathDavid Ahern2011-07-211-1/+1
| * | | | | | | | | | | | | | | | perf tools: Fix endian conversion reading event attr from file headerDavid Ahern2011-07-213-13/+23
| * | | | | | | | | | | | | | | | perf tools: Add missing 'node' alias to the hw_cache[] arrayJiri Olsa2011-07-211-5/+8
| * | | | | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-2126-1003/+1663
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu2011-07-153-12/+49
| | * | | | | | | | | | | | | | | | perf probe: Add probed module in front of functionMasami Hiramatsu2011-07-152-9/+39
| | * | | | | | | | | | | | | | | | perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu2011-07-153-136/+182
| | * | | | | | | | | | | | | | | | perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu2011-07-155-523/+768
| | * | | | | | | | | | | | | | | | perf probe: Remove redundant dwarf functionsMasami Hiramatsu2011-07-151-37/+13
| | * | | | | | | | | | | | | | | | perf probe: Move strtailcmp to string.cMasami Hiramatsu2011-07-153-15/+20
OpenPOWER on IntegriCloud