| Commit message (Expand) | Author | Age |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-02-19 |
|\ |
|
| * | posix-cpu-timers: Fix nanosleep task_struct leak | Stanislaw Gruszka | 2013-02-15 |
| * | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2013-02-14 |
| |\ |
|
| | * | time, Fix setting of hardware clock in NTP code | Prarit Bhargava | 2013-02-08 |
| * | | Merge branch 'timers/for-arm' into timers/core | Thomas Gleixner | 2013-02-12 |
| |\ \ |
|
| | * | | clockevents: Fix generic broadcast for FEAT_C3STOP | Mark Rutland | 2013-02-12 |
| * | | | hrtimer: Prevent hrtimer_enqueue_reprogram race | Leonid Shatz | 2013-02-05 |
| * | | | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2013-02-04 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK | John Stultz | 2013-01-29 |
| | * | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option | Feng Tang | 2013-01-15 |
| | * | timekeeping: Add persistent_clock_exist flag | Feng Tang | 2013-01-15 |
| | * | posix-timers: Fix clock_adjtime to always return timex data on success | Miroslav Lichvar | 2013-01-15 |
| | * | NTP: Add a CONFIG_RTC_SYSTOHC configuration | Jason Gunthorpe | 2013-01-15 |
| | * | time: create __getnstimeofday for WARNless calls | Kees Cook | 2013-01-15 |
| * | | clockevents: Add generic timer broadcast function | Mark Rutland | 2013-01-31 |
| * | | clockevents: Add generic timer broadcast receiver | Mark Rutland | 2013-01-31 |
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-02-19 |
|\ \ \ |
|
| * | | | stop_machine: Use smpboot threads | Thomas Gleixner | 2013-02-14 |
| * | | | stop_machine: Store task reference in a separate per cpu variable | Thomas Gleixner | 2013-02-14 |
| * | | | smpboot: Allow selfparking per cpu threads | Thomas Gleixner | 2013-02-14 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-19 |
|\ \ \ \ |
|
| * | | | | cputime: Remove irqsave from seqlock readers | Thomas Gleixner | 2013-02-19 |
| * | | | | sched/rt: Move rt specific bits into new header file | Clark Williams | 2013-02-07 |
| * | | | | sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice | Clark Williams | 2013-02-07 |
| * | | | | sched: Move sched.h sysctl bits into separate header | Clark Williams | 2013-02-07 |
| * | | | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2013-02-05 |
| |\ \ \ \ |
|
| | * | | | | cputime: Safely read cputime of full dynticks CPUs | Frederic Weisbecker | 2013-01-27 |
| | * | | | | kvm: Prepare to add generic guest entry/exit callbacks | Frederic Weisbecker | 2013-01-27 |
| | * | | | | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 |
| | * | | | | cputime: Allow dynamic switch between tick/virtual based cputime accounting | Frederic Weisbecker | 2013-01-27 |
| | * | | | | cputime: Generic on-demand virtual cputime accounting | Frederic Weisbecker | 2013-01-27 |
| | * | | | | cputime: Move default nsecs_to_cputime() to jiffies based cputime file | Frederic Weisbecker | 2013-01-27 |
| | * | | | | context_tracking: Export context state for generic vtime | Frederic Weisbecker | 2013-01-26 |
| * | | | | | sched: Fix signedness bug in yield_to() | Dan Carpenter | 2013-02-05 |
| * | | | | | sched: Fix select_idle_sibling() bouncing cow syndrome | Mike Galbraith | 2013-02-04 |
| * | | | | | sched/rt: Further simplify pick_rt_task() | Kirill Tkhai | 2013-02-03 |
| * | | | | | sched/rt: Do not account zero delta_exec in update_curr_rt() | Kirill Tkhai | 2013-01-31 |
| * | | | | | cputime: Avoid multiplication overflow on utime scaling | Frederic Weisbecker | 2013-01-27 |
| * | | | | | sched/rt: Avoid updating RT entry timeout twice within one tick period | Ying Xue | 2013-01-25 |
| * | | | | | sched/fair: Set se->vruntime directly in place_entity() | Viresh Kumar | 2013-01-24 |
| * | | | | | sched/rt: Add reschedule check to switched_from_rt() | Kirill Tkhai | 2013-01-24 |
| * | | | | | sched: Fix the broken sched_rr_get_interval() | Zhu Yanhai | 2013-01-24 |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-19 |
|\ \ \ \ \ \ |
|
| * | | | | | | perf/hwbp: Fix cleanup in case of kzalloc failure | Daniel Baluta | 2013-02-14 |
| * | | | | | | uprobes/perf: Avoid uprobe_apply() whenever possible | Oleg Nesterov | 2013-02-08 |
| * | | | | | | uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE | Oleg Nesterov | 2013-02-08 |
| * | | | | | | uprobes/perf: Teach trace_uprobe/perf code to pre-filter | Oleg Nesterov | 2013-02-08 |
| * | | | | | | uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's | Oleg Nesterov | 2013-02-08 |
| * | | | | | | uprobes: Introduce uprobe_apply() | Oleg Nesterov | 2013-02-08 |
| * | | | | | | perf: Introduce hw_perf_event->tp_target and ->tp_list | Oleg Nesterov | 2013-02-08 |