summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2010-03-12time: Clean up warp_clock()John Stultz
2010-03-12cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Stanislaw Gruszka
2010-03-12cpu-timers: Change SIGEV_NONE timer implementationStanislaw Gruszka
2010-03-12cpu-timers: Return correct previous timer reload valueStanislaw Gruszka
2010-03-12cpu-timers: Cleanup arm_timer()Stanislaw Gruszka
2010-03-12cpu-timers: Simplify RLIMIT_CPU handlingStanislaw Gruszka
2010-03-12posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka
2010-03-12timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton
2010-03-12clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-11sched: Remove AFFINE_WAKEUPS featureMike Galbraith
2010-03-11sched: Remove ASYM_GRAN featureMike Galbraith
2010-03-11sched: Remove SYNC_WAKEUPS featureMike Galbraith
2010-03-11sched: Remove WAKEUP_SYNC featureMike Galbraith
2010-03-11sched: Remove FAIR_SLEEPERS featureMike Galbraith
2010-03-11sched: Remove NORMALIZED_SLEEPERMike Galbraith
2010-03-11sched: Fix select_idle_sibling()Mike Galbraith
2010-03-11sched: Tweak sched_latency and min_granularityMike Galbraith
2010-03-11sched: Cleanup/optimize clock updatesMike Galbraith
2010-03-11sched: Remove avg_overlapMike Galbraith
2010-03-11sched: Remove avg_wakeupMike Galbraith
2010-03-11sched: Rate-limit nohzMike Galbraith
2010-03-11perf_events: Improve task_sched_in()eranian@google.com
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi
2010-03-11sched: Fix pick_next_highest_task_rt() for cgroupsPeter Zijlstra
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong
2010-03-11kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu
2010-03-11sched: Cleanup: remove unused variable in try_to_wake_up()Dan Carpenter
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2010-03-11rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney
2010-03-11perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras
2010-03-10genirq: Prevent oneshot irq thread raceThomas Gleixner
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker
2010-03-10lockdep: Move lock events under lockdep recursion protectionFrederic Weisbecker
2010-03-10perf: Provide better condition for event rotationPeter Zijlstra
2010-03-10perf: Optimize perf_disablePeter Zijlstra
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA