summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-198-37/+146
|\
| * posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka2013-02-151-2/+21
| * Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-142-2/+14
| |\
| | * time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-082-2/+14
| * | Merge branch 'timers/for-arm' into timers/coreThomas Gleixner2013-02-121-8/+14
| |\ \
| | * | clockevents: Fix generic broadcast for FEAT_C3STOPMark Rutland2013-02-121-8/+14
| * | | hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz2013-02-051-18/+18
| * | | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-044-15/+53
| |\ \ \ | | |/ / | |/| / | | |/
| | * timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-291-1/+1
| | * timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-151-0/+5
| | * timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-151-5/+11
| | * posix-timers: Fix clock_adjtime to always return timex data on successMiroslav Lichvar2013-01-151-1/+1
| | * NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-151-4/+12
| | * time: create __getnstimeofday for WARNless callsKees Cook2013-01-151-5/+24
| * | clockevents: Add generic timer broadcast functionMark Rutland2013-01-312-0/+17
| * | clockevents: Add generic timer broadcast receiverMark Rutland2013-01-311-0/+17
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-193-98/+65
|\ \ \
| * | | stop_machine: Use smpboot threadsThomas Gleixner2013-02-142-86/+52
| * | | stop_machine: Store task reference in a separate per cpu variableThomas Gleixner2013-02-141-16/+16
| * | | smpboot: Allow selfparking per cpu threadsThomas Gleixner2013-02-141-2/+3
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-1929-123/+462
|\ \ \ \
| * | | | cputime: Remove irqsave from seqlock readersThomas Gleixner2013-02-191-6/+4
| * | | | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-0712-1/+13
| * | | | sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-073-2/+30
| * | | | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-074-0/+4
| * | | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-0513-85/+385
| |\ \ \ \
| | * | | | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-275-16/+211
| | * | | | kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-10/+0
| | * | | | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-278-35/+89
| | * | | | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-272-11/+35
| | * | | | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-272-6/+61
| | * | | | cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-271-4/+0
| | * | | | context_tracking: Export context state for generic vtimeFrederic Weisbecker2013-01-261-15/+1
| * | | | | sched: Fix signedness bug in yield_to()Dan Carpenter2013-02-051-1/+1
| * | | | | sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith2013-02-041-14/+7
| * | | | | sched/rt: Further simplify pick_rt_task()Kirill Tkhai2013-02-031-2/+1
| * | | | | sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai2013-01-311-2/+2
| * | | | | cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker2013-01-271-9/+9
| * | | | | sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2013-01-251-1/+5
| * | | | | sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar2013-01-241-3/+1
| * | | | | sched/rt: Add reschedule check to switched_from_rt()Kirill Tkhai2013-01-241-2/+5
| * | | | | sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-01-241-1/+1
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-1920-512/+992
|\ \ \ \ \ \
| * | | | | | perf/hwbp: Fix cleanup in case of kzalloc failureDaniel Baluta2013-02-141-1/+1
| * | | | | | uprobes/perf: Avoid uprobe_apply() whenever possibleOleg Nesterov2013-02-081-6/+36
| * | | | | | uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVEOleg Nesterov2013-02-081-7/+14
| * | | | | | uprobes/perf: Teach trace_uprobe/perf code to pre-filterOleg Nesterov2013-02-081-3/+43
| * | | | | | uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event'sOleg Nesterov2013-02-081-0/+55
| * | | | | | uprobes: Introduce uprobe_apply()Oleg Nesterov2013-02-081-4/+35
| * | | | | | perf: Introduce hw_perf_event->tp_target and ->tp_listOleg Nesterov2013-02-081-1/+4
OpenPOWER on IntegriCloud