aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura1-7/+33
2010-03-12Add generic sys_olduname()Christoph Hellwig1-0/+54
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-0/+13
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-0/+1
2010-03-12timer: Try to survive timer callback preempt_count leakThomas Gleixner1-3/+9
2010-03-12timer: Split out timer function callThomas Gleixner1-36/+36
2010-03-12timer: Print function name for timer callbacks modifying preemption countUwe Kleine-König1-5/+2
2010-03-12time: Clean up warp_clock()John Stultz1-6/+5
2010-03-12cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Stanislaw Gruszka1-7/+7
2010-03-12cpu-timers: Change SIGEV_NONE timer implementationStanislaw Gruszka1-22/+6
2010-03-12cpu-timers: Return correct previous timer reload valueStanislaw Gruszka1-2/+3
2010-03-12cpu-timers: Cleanup arm_timer()Stanislaw Gruszka1-69/+35
2010-03-12cpu-timers: Simplify RLIMIT_CPU handlingStanislaw Gruszka1-48/+27
2010-03-12posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka1-3/+7
2010-03-12timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton1-0/+1
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2-13/+42
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar8-91/+104
2010-03-11sched: Remove AFFINE_WAKEUPS featureMike Galbraith1-2/+1
2010-03-11sched: Remove ASYM_GRAN featureMike Galbraith2-23/+11
2010-03-11sched: Remove SYNC_WAKEUPS featureMike Galbraith2-11/+0
2010-03-11sched: Remove WAKEUP_SYNC featureMike Galbraith2-9/+0
2010-03-11sched: Remove FAIR_SLEEPERS featureMike Galbraith2-8/+1
2010-03-11sched: Remove NORMALIZED_SLEEPERMike Galbraith2-17/+0
2010-03-11sched: Fix select_idle_sibling()Mike Galbraith1-4/+10
2010-03-11sched: Tweak sched_latency and min_granularityMike Galbraith1-6/+6
2010-03-11sched: Cleanup/optimize clock updatesMike Galbraith2-18/+16
2010-03-11sched: Remove avg_overlapMike Galbraith4-68/+0
2010-03-11sched: Remove avg_wakeupMike Galbraith4-60/+4
2010-03-11sched: Rate-limit nohzMike Galbraith2-0/+15
2010-03-11perf_events: Improve task_sched_in()[email protected]1-0/+4
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi4-134/+81
2010-03-11sched: Fix pick_next_highest_task_rt() for cgroupsPeter Zijlstra1-1/+6
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu1-1/+2
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter1-2/+2
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar4-12/+48
2010-03-11rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney1-6/+15
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney1-9/+13
2010-03-11perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras1-1/+12
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner2-9/+40
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker6-76/+76
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker4-11/+9
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker1-0/+5
2010-03-10lockdep: Move lock events under lockdep recursion protectionFrederic Weisbecker1-6/+3
2010-03-10perf: Provide better condition for event rotationPeter Zijlstra1-6/+15
2010-03-10perf: Optimize perf_disablePeter Zijlstra1-13/+3
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra1-15/+0
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra1-13/+8
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar79-3457/+5379
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina8-12/+12