pub/scm/linux/kernel/git/frederic/linux-dynticks.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git/
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  rcu/nocb     rcu/nocb: Simplify (de-)offloading state machine (2024-05-22)
  rcu/tasks    rcu/tasks: Further comment ordering around current task snapshot on TASK-TRACE (2024-05-17)
  rcu/dev      rcu/exp: Remove redundant full memory barrier at the end of GP (2024-05-15)
  task/work    mm: Drain LRUs upon resume to userspace (2024-04-21)
  timers/experimental sync_core (2024-04-15)
  timers/testing tracing (2024-04-03)
  timer/experimental timer/migration: Remove buggy early return on deactivation (2024-03-15)
  timers/migration timer/migration: Fix quick check reporting late expiry (2024-03-04)
  timers/hotplug-v3 timers: Assert no next dyntick timer look-up while CPU is offline (2024-02-25)
  timers/anna-experimental test (2024-02-19)
  timers/anna  test (2024-02-16)
  cpuidle/polling cpuidle: Handle TIF_NR_POLLING on behalf of software polling idle states (2024-02-08)
  timers/hotplug-v2 tick: Assume timekeeping is correctly handed over upon last offline idle call (2024-01-30)
  timers/hotplug tick: Assume timekeeping is correctly handed over upon last offline idle call (2024-01-22)
  timers/core  tick: Assume timekeeping is correctly handed over upon last offline idle call (2024-01-07)
  timers/stall DEBUG: Dump timer base (2023-11-10)
  rcu/fixes    rcu/tasks-trace: Handle new PF_IDLE semantics (2023-11-01)
  rcu/tasks-dev sched: Exclude CPU boot code from PF_IDLE area (2023-10-27)
  rcu/next     Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/tasks' and 'rcu/stall' into rcu/next (2023-10-23)
  rcu/tiny     Revert "kernel/sched: Modify initial boot task idle setup" (2023-10-19)
  rcu/torture  locktorture: Check the correct variable for allocation failure (2023-10-11)
  rcu/docs     rcu: Remove references to rcu_migrate_callbacks() from diagrams (2023-10-04)
  srcu/fixes   srcu: Explain why callbacks invocations can't run concurrently (2023-10-04)
  srcu/test    srcu: No need to advance/accelerate if no callback enqueued (2023-10-03)
  rcu/test     srcu: Remove superfluous advancing from srcu_start_gp() (2023-10-03)
  rcu/refscale doc: Add refscale.lookup_instances to kernel-parameters.txt (2023-09-11)
  rcu/stall    rcu/tree: Defer setting of jiffies during stall reset (2023-09-11)
  timers/nohz  timers: Tag (hr)timer softirq as hotplug safe (2023-09-11)
  timers/idle  sched/timers: Explain why idle task schedules out on remote timer enqueue (2023-08-11)
  timers/softirq-preemptible timers: Make process_timeout() soft-interruptible (2023-08-01)
  mm/isolation sched/isolation: Add cpu_is_isolated() API (2023-03-15)
  timers/core-v2 selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotonicity (2023-02-22)
  cpuset/isolation-experimental-v2 cpuset: Support CPU Isolation toggle on v2 root partitions (2022-10-25)
  rcu/experimental rcu: Fix missing nocb gp wake on rcu_barrier() (2022-10-14)
  srcu/nmisafe srcu: Debug NMI safety even on archs that don't require it (2022-10-13)
  srcu/nmisafe-experimental srcu: Debug NMI safety even on archs that don't require it (2022-10-07)
  cpuset/isolation-experimental sched/isolation: Convert nohz_full cpumask into an RCU pointer (2022-09-28)
  rcu/lazy-trace fork: Move thread_stack_free_rcu to call_rcu_lazy (2022-08-31)
  rcu/ctxt.2022.06.27 context_tracking: Use arch_atomic_read() in __ct_state for KASAN (2022-06-27)
  rcu/context-tracking-v4 MAINTAINERS: Add Paul as context tracking maintainer (2022-06-07)
  cpuset/nocb  cpuset: Support RCU-NOCB toggle on v2 root partitions (2022-05-25)
  rcu/context-tracking-v3 MAINTAINERS: Add Paul as context tracking maintainer (2022-05-19)
  rcu/context-tracking-v3-experimental rcu/context_tracking: Merge dynticks counter and context tracking states (2022-05-18)
  rcu/context-tracking-v2 rcu/context_tracking: Merge dynticks counter and context tracking states (2022-05-03)
  rcu/context-tracking-v2-experimental rcu/context_tracking: Merge dynticks counter and context tracking states (2022-05-02)
  rcu/dev-testing rcu: Call rcu_nocb_rdp_deoffload() directly after rcuog/op kthreads spawn failed (2022-04-15)
  rcu/context-tracking context_tracking: Exempt CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK from non-active tracking (2022-03-02)
  isolation/split-v3 sched/isolation: Split housekeeping cpumask per isolation features (2022-02-06)
  isolation/split-v2 sched/isolation: Split housekeeping cpumask per isolation features (2022-02-04)
  static_call/toggle preempt/dynamic: Use toggeable static_call (2022-01-05)
  isolation/split sched/isolation: Split housekeeping cpumask per isolation features (2022-01-04)
  preempt/arm-v4 arm64: Implement HAVE_PREEMPT_DYNAMIC (2021-12-20)
  rcu/experimental2 workqueue: Fix unbind_workers() VS wq_worker_sleeping() race (2021-11-30)
  preempt/arm-v2 arm64: Implement HAVE_PREEMPT_DYNAMIC (2021-10-25)
  rcu/rt-v3    rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread (2021-10-18)
  rcu/rt-v2    rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread (2021-10-11)
  rcu/rt       rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread (2021-09-30)
  rcu/rt-test  rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread (2021-09-27)
  preempt/arm  arm64: Implement HAVE_PREEMPT_DYNAMIC (2021-09-21)
  timers/urgent timers: Fix get_next_timer_interrupt() with no timers pending (2021-07-15)
  cpuset/isolation cpuset: Add cpuset.isolation_mask file (2021-07-14)
  timers/urgent-v2 posix-cpu-timers: Recalc next expiration when timer_settime() ends up not queueing (2021-06-23)
  sched/core   sched: Always print out preempt dynamic state (2021-06-08)
  timers/nohz-v3 MAINTAINERS: Add myself as context tracking maintainer (2021-05-13)
  timers/nohz-v2 tick/nohz: Kick only _queued_ task whose tick dependency is updated (2021-04-22)
  rcu/dev-v3   srcu: Early test SRCU polling start (2021-04-14)
  rcu/dev-v2   rcu/nocb: Unify timers (2021-02-23)
  sched/idle-v4 entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point (2021-01-31)
  preempt/dynamic-v4 preempt/dynamic: Support dynamic preempt with preempt= boot option (2021-01-18)
  sched/idle-v3 timer: Report ignored local enqueue in nohz mode (2021-01-09)
  sched/idle-v2 ACPI: processor: Fix missing need_resched() check after rcu_idle_enter() (2021-01-04)
  sched/idle   ACPI: processor: Fix missing need_resched() check after rcu_idle_enter() (2020-12-22)
  test/test    sched/idle: Fix missing need_resched() check after rcu_idle_enter() (2020-12-21)
  irq/core-v3  irq: Call tick_irq_enter() inside HARDIRQ_OFFSET (2020-12-02)
  irq/core-v2  irq: Call tick_irq_enter() inside HARDIRQ_OFFSET (2020-12-01)
  irq/core     irq: Call tick_irq_enter() inside HARDIRQ_OFFSET (2020-11-25)
  rcu/nocb-toggle-v5 rcu/nocb: Detect unsafe checks for offloaded rdp (2020-11-17)
  core/isolation-v3 x86: Support HAVE_CONTEXT_TRACKING_OFFSTACK (2020-11-17)
  rcu/nocb-toggle-v4 rcu/nocb: Detect unsafe checks for offloaded rdp (2020-11-13)
  preempt/dynamic preempt/dynamic: Support dynamic preempt with preempt= boot option (2020-11-10)
  core/isolation-v2 x86: Support HAVE_CONTEXT_TRACKING_OFFSTACK (2020-10-27)
  rcu/nocb-toggle-v2 tools/rcutorture: Support nocb toggle in TREE01 (2020-10-23)
  core/isolation x86: Support HAVE_CONTEXT_TRACKING_OFFSTACK (2020-10-05)
  timers/softirq-v3 timer: Lower base clock forwarding threshold (2020-07-17)
  timers/softirq-v2 timer: Lower base clock forwarding threshold (2020-07-07)
  timers/softirq timer: Lower base clock forwarding threshold (2020-07-01)
  rcu/nohz     rcu: Nocb (de)activate through sysfs (2020-05-13)
  locking/core lockdep: Briefly comment current->hardirq_threadable usecases (2020-03-23)
  arch/nohz    arm64: Remove TIF_NOHZ (2020-02-20)
  nohz/kcpustat-v5 rackmeter: Use vtime aware kcpustat accessor (2019-11-21)
  nohz/kcpustat-v4 rackmeter: Use vtime aware kcpustat accessor (2019-11-20)
  nohz/kcpustat-v3 rackmeter: Use vtime aware kcpustat accessor (2019-11-06)
  nohz/kcpustat-v3-0day rackmeter: Use vtime aware kcpustat accessors (2019-11-04)
  nohz/kcpustat-for-mingo leds: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEM (2019-10-16)
  nohz/kcpustat-for-tip leds: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEM (2019-10-16)
  nohz/kcpustat-v2 leds: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEM (2019-10-16)
  perf/pin     perf/hw_breakpoints: Pin perf contexts of breakpoints (2019-07-09)
  lockdep/core locking/lockdep: Test all incompatible scenario at once in check_irq_usage() (2019-04-02)
  softirq/soft-interruptible-v2-0day-1 tmp (2019-02-28)
  softirq/soft-interruptible-v2 net: Make softirq vector masking finegrained on release_sock() (2019-02-28)
  softirq/soft-interruptible-v2-0day tmp (2019-02-27)
  softirq/soft-interruptible net: Make softirq vector masking finegrained on release_sock() (2019-02-12)
  nohz/kcpustat sched/vtime: Clarify vtime_task_switch() argument layout (2018-11-14)
  kcpustat-v2-rebase-test-2 sched/vtime: Clarify vtime_task_switch() argument layout (2018-11-13)
  nohz/kcpustat-v2-rebase-test sched/vtime: Clarify vtime_task_switch() argument layout (2018-11-13)
  irq/softirq-experimental softirq: Tasklet/net-rx fixup (2018-10-10)
  nohz/kcpustat-experimental kcpustat: Fetch guest time through vtime (2018-09-15)
  perf/breakpoint-v4 perf/breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check() (2018-06-25)
  perf/breakpoint-v3 perf/breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check() (2018-06-01)
  perf/breakpoint-v2 perf/breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check() (2018-05-19)
  softirq/mask-v4 softirq/s390: Move default mutators of overwritten softirq mask to s390 (2018-05-08)
  perf/breakpoint perf/breakpoint: Only commit breakpoint to arch upon slot reservation success (2018-05-06)
  softirq/mask-v3 softirq/s390: Move default mutators of overwritten softirq mask to s390 (2018-04-17)
  softirq/mask-v2 softirq/s390: Move default mutators of overwritten softirq mask to s390 (2018-03-31)
  softirq/mask softirq: Remove __ARCH_SET_SOFTIRQ_PENDING (2018-03-29)
  softirq/common2 softirq: Remove __ARCH_SET_SOFTIRQ_PENDING (2018-03-28)
  softirq/common-test x86: Switch to default local_softirq_pending() implementation (2018-03-25)
  softirq/common x86: Switch to default local_softirq_pending() implementation (2018-03-25)
  sched/0hz-v7 sched/isolation: Update nohz documentation to explain tick offload (2018-02-20)
  sched/0hz-v6 sched/isolation: Update nohz documentation to explain tick offload (2018-02-14)
  sched/0hz-v5 sched/isolation: Tick offload documentation (2018-02-07)
  softirq/thread-v3 softirq: Replace ksoftirqd with workqueues entirely (2018-01-19)
  sched/0hz-v2 sched/isolation: Tick offload documentation (2018-01-18)
  softirq/thread softirq: Reset vector call counter before workqueue completion (2018-01-16)
  softirq/poc  softirq: Per vector thread deferment (2018-01-12)
  sched/0hz    sched/isolation: Document "nohz_offload" flag (2018-01-04)
  timers/0z-v3 sched/isolation: Document "nohz_offload" flag (2017-12-29)
  timers/0z-v2 sched/isolation: Document "nohz_offload" flag (2017-12-21)
  timers/0z    sched/isolation: Document "nohz_offload" flag (2017-12-19)
  nohz/fixes-v2 sched/isolation: Document boot parameters dependency on CONFIG_CPU_ISOLATION (2017-12-14)
  nohz/fixes   sched/isolation: Document boot parameters dependency on CONFIG_CPU_ISOLATION (2017-12-14)
  lockdep/irq-v2 rcu: Use lockdep to assert IRQs are disabled/enabled (2017-11-06)
  core/isolation-v7 housekeeping: Document isolcpus flags (2017-10-27)
  core/isolation-v6 housekeeping: Document isolcpus flags (2017-10-25)
  core/isolation-v5 housekeeping: Document isolcpus flags (2017-10-23)
  lockdep/irq  rcu: Use lockdep to assert IRQs are disabled/enabled (2017-10-19)
  core/isolation-v4 housekeeping: Document isolcpus flags (2017-09-18)
  core/isolation-v4-kbuild-test2 housekeeping: Document isolcpus flags (2017-09-18)
  core/isolation-v4-kbuild-test housekeeping: Document isolcpus flags (2017-09-18)
  nohz/0hz     workqueue: Affine unbound workqueues to housekeeping cpumask (2017-07-21)
  nohz/tmp     nohz: Reset next_tick cache even when timer has no regs (2017-05-15)
  cputime/nsecs-for-tip cputime: Remove asm generic headers (2017-01-27)
  cputime/nsecs-v3 s390: Prevent from cputime leaks (2017-01-21)
  cputime/nsecs-v3-0day-2 s390: Prevent from cputime leaks (2017-01-21)
  cputime/nsecs-v3-0day s390: Prevent from cputime leaks (2017-01-20)
  vtime/accumulate-for-tip vtime: Rename vtime_account_user() to vtime_flush() (2017-01-10)
  vtime/acc-v2 vtime: Rename vtime_account_user() to vtime_flush() (2017-01-05)
  vtime/acc-v2-for-0day vtime: Rename vtime_account_user() to vtime_flush() (2017-01-05)
  vtime/acc    vtime: Rename vtime_account_user() to vtime_flush() (2016-12-05)
  cputime/nsecs-v2 cputime: Remove asm generic headers (2016-11-17)
  sched/cputime cputime: Simplify task_cputime() (2016-11-14)
  sched/irqtime-v2 irqtime: Consolidate irqtime flushing code (2016-09-23)
  sched/irqtime irqtime: Consolidate irqtime flushing code (2016-09-02)
  sched/urgent irqtime: Consolidate irqtime flushing code (2016-09-02)
  sched/nohz-v3 sched: Optimize !CONFIG_NO_HZ_COMMON cpu load updates (2016-04-13)
  sched/nohz-v2 sched: Optimize !CONFIG_NO_HZ_COMMON cpu load updates (2016-04-08)
  sched/nohz   sched: Conditionally build cpu load decay code for nohz (2016-04-01)
  timers/core-v8 sched-clock: Migrate to use new tick dependency mask model (2016-03-02)
  timers/core-v9 sched-clock: Migrate to use new tick dependency mask model (2016-03-02)
  timers/core-v7 sched-clock: Migrate to use new tick dependency mask model (2016-02-13)
  timers/core-v6 sched-clock: Migrate to use new tick dependency mask model (2015-12-14)
  cputime/fixes cputime: Convert vtime_seqlock to seqcount (2015-11-19)
  timers/core-v5 sched-clock: Migrate to use new tick dependency mask model (2015-11-13)
* heads/master Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2015-10-07)
  timers/nohz-for-tip nohz: Remove useless argument on tick_nohz_task_switch() (2015-07-29)
  nohz/kmod-v3 kmod: Handle UMH_WAIT_PROC from system unbound workqueue (2015-07-27)
  timers/core-v4 nohz: Remove task switch obsolete tick dependency check (2015-07-23)
  timers/core-v3 nohz: Prevent tilegx network driver interrupts (2015-07-14)
  core/watchdog-v2 watchdog: Simplify housekeeping affinity with the appropriate mask (2015-07-11)
  nohz/kmod-v2 kmod: Handle UMH_WAIT_PROC from system unbound workqueue (2015-07-09)
  core/watchdog watchdog: Simplify housekeeping affinity with the appropriate mask (2015-07-09)
  nohz/kmod    kmod: Remove unecessary explicit wide CPU affinity setting (2015-07-06)
  sched/preempt preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic() (2015-05-12)
  sched/preempt-v2 preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic() (2015-05-12)
  nohz/core    nohz: Set isolcpus when nohz_full is set (2015-05-06)
  nohz/guest   kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest (2015-03-09)
  sched/fixes  sched: Account PREEMPT_ACTIVE context as atomic (2015-01-26)
  perf/core-v3 perf/x86: Remove get_hbp_len and replace with bp_len (2014-12-03)
  cpustat/nsecs cputime: Push time to account_system_time() in nanosecs (2014-11-28)
  perf/core    perf/x86: Remove get_hbp_len and replace with bp_len (2014-10-01)
  perf/core-v2 perf/x86: Remove get_hbp_len and replace with bp_len (2014-10-01)
  nohz/fixes-v3 nohz: nohz full depends on irq work self IPI support (2014-09-13)
  nohz/drop-double-write-v3 nohz: Avoid tick's double reprogramming in highres mode (2014-08-22)
  origin/nohz/drop-double-write-v2 nohz: Avoid tick's double reprogramming in highres mode (2014-07-31)
  nohz/sysidle-v2 nohz: Warn on illegal timekeeper switch in nohz full (2014-07-28)
  nohz/sysidle nohz: Warn on illegal timekeeper switch in nohz full (2014-07-19)
  nohz/drop-double-write nohz: Avoid tick's double reprogramming in highres mode (2014-07-07)
  timers/missing-kick-v2 hrtimer: Remove hrtimer_enqueue_reprogram() (2014-06-21)
  timers/nohz-irq-work-v7 nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-06-16)
  timers/missing-kick timer: Kick dynticks targets on mod_timer*() calls (2014-06-12)
  core/workqueue-v6 workqueue: Allow modifying low level unbound workqueue cpumask (2014-06-10)
  timers/nohz-irq-work-v6 nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-06-10)
  timers/nohz-irq-work-v5 nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-05-30)
  timers/nohz-irq-work-v4 nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-05-25)
  core/workqueue-v5 workqueue: Allow modifying low level unbound workqueue cpumask (2014-05-16)
  timers/nohz-irq-work-v3 nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-05-13)
  timers/nohz-irq-work-v2 nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-05-13)
  timers/nohz-irq-work nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-05-12)
  core/workqueue-v4 workqueue: Record real per-workqueue cpumask (2014-05-07)
  core/workqueue-v3 workqueue: Handle ordered workqueues on cpumask_unbounds change (2014-04-24)
  core/threadgroup sched: Convert tasks iteration to use for_each_process_thread() (2014-04-09)
  timers/nohz-ipi-for-tip-v3 nohz: Move full nohz kick to its own IPI (2014-04-03)
  timers/nohz-ipi-for-mingo nohz: Move full nohz kick to its own IPI (2014-04-02)
  timers/nohz-ipi-for-tip nohz: Move full nohz kick to its own IPI (2014-04-02)
  core/workqueue-anon-sysfs-v2 workqueue: Include ordered workqueues in anon workqueue sysfs interface (2014-03-27)
  nohz/ipi     nohz: Use IPI implicit full barrier against rq->nr_running r/w (2014-03-19)
  core/workqueue-anon-sysfs workqueue: Add anon workqueue sysfs hierarchy (2014-03-14)
  timers/cputime-fix-steal-v3 arch: Remove stub cputime.h headers (2014-03-12)
  timers/cputime-fix-steal-v2 arch: Remove stub cputime.h headers (2014-03-12)
  timers/cputime-fix-steal arch: Remove stub cputime.h headers (2014-03-06)
  core/ipi-v2  smp: Rename __smp_call_function_single() to smp_call_function_single_async() (2014-02-24)
  core/ipi-rfc smp: Enhance and precise the role & requirements of __smp_call_function_single() (2014-02-08)
  core/ipi-for-0day smp: Enhance and precise the role & requirements of __smp_call_function_single() (2014-02-06)
  perf/core-cleanups-for-acme perf tools: Remove unnecessary callchain cursor state restore on unmatch (2014-01-14)
  timers/full_sysidle-rfc nohz_full: fix code style issue of tick_nohz_full_stop_tick (2013-12-17)
  timers/posix-timers-for-tip-v2 posix-timers: Convert abuses of BUG_ON to WARN_ON (2013-12-09)
  timers/posix-timers-for-tip posix-timers: Convert abuses of BUG_ON to WARN_ON (2013-11-22)
  perf/urgent  sh: Fix hw_breakpoint the range check (2013-11-21)
  sched/iowait nohz: Synchronize sleep time stats with seqlock (2013-10-19)
  core/once    bug: Convert warn macros to use once and cond helpers (2013-10-15)
  timers/posix-timers-rfc posix-timers: Convert abuses of BUG_ON to WARN_ON (2013-10-12)
  irq/core-v6  powerpc: Tell about irq stack coverage (2013-10-01)
  irq/urgent-v2 irq: Force hardirq exit's softirq processing on its own stack (2013-10-01)
  irq/core-v5  powerpc: Tell about irq stack coverage (2013-09-30)
  irq/urgent   irq: Force hardirq exit's softirq processing on its own stack (2013-09-30)
  context_tracking/fixes arm: Fix build error with context tracking calls (2013-09-27)
  irq/core-v4  powerpc: Tell about irq stack coverage (2013-09-26)
  perf/comm    perf tools: Compare hists comm by addresses (2013-09-12)
  core/cpufreq cpufreq: Fix wrong time unit conversion (2013-09-07)
  perf/toggle8-v2 perf tools: Add record/stat support for toggling events (2013-09-04)
  perf/toggle6-v2 perf: Test toggling on perf record (2013-09-04)
  perf/toggle6 perf: Test toggling on perf record (2013-09-02)
  timers/nohz-sleeptime-fix nohz: Convert a few places to use local per cpu accesses (2013-08-09)
  timers/nohz-3.12-preview-v3 nohz: Optimize full dynticks's sched hooks with static keys (2013-08-01)
  timers/nohz-3.12-preview-v3-pre-0day-testing nohz: Optimize full dynticks's sched hooks with static keys (2013-07-29)
  timers/nohz-3.12-preview-v2 nohz: Optimize full dynticks's sched hooks with static keys (2013-07-26)
  perf/nohz    watchdog: Remove hack to make full dynticks working (2013-07-23)
  timers/nohz-3.12-preview vtime: Always debug check snapshot source _before_ updating it (2013-07-17)
  timers/posix-cpu-timers-for-tglx posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting (2013-07-04)
  timers/core-preview nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs (2013-06-12)
  timers/urgent-for-tip-v2 tick: Remove useless timekeeping duty attribution to broadcast source (2013-05-31)
  timers/urgent-for-tip nohz: Prevent broadcast source from stealing full dynticks timekeeping duty (2013-05-29)
  timers/nohz-hz1-v2 sched: Keep at least 1 tick per second for active dynticks tasks (2013-05-04)
  timers/nohz-hz1 sched: Keep at least 1 tick per second for active dynticks tasks (2013-05-03)
  timers/nohz-help-testing nohz: Add basic tracing (2013-04-22)
  timers/nohz-posix-timers-v2 posix_timers: New API to prevent from stopping the tick when timers are running (2013-04-19)
  timers/nohz-reviewed nohz: New option to default all CPUs in full dynticks range (2013-04-19)
  timers/nohz-posix-timers posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed (2013-04-18)
  timers/nohz-rqclock sched: Debug nohz rq clock (2013-04-06)
  full-dynticks-for-mingo nohz: Wake up full dynticks CPUs when a timer gets enqueued (2013-03-21)
  timers/posix-cpu-timers selftests: Add basic posix timers selftests (2013-03-15)
  printk/urgent printk: Provide a wake_up_klogd() off-case (2013-03-14)
  3.9-rc1-nohz1 sched: Disable lb_bias feature for full dynticks (2013-03-08)
  irq/urgent-for-tip irq: Don't re-enable interrupts at the end of irq_exit (2013-02-28)
  3.8-rc6-nohz4 sched: Disable lb_bias feature for full dynticks (2013-02-06)
  nohz/printk-v9 Merge branch 'nohz/printk-v8' into irq/core (2013-02-05)
  vtime/generic-v7 cputime: Safely read cputime of full dynticks CPUs (2013-01-27)
  3.8-rc4-nohz3 sched: Disable lb_bias feature for full dynticks (2013-01-22)
  vtime/generic-v6 cputime: Safely read cputime of full dynticks CPUs (2013-01-22)
  vtime/generic-v5 cputime: Safely read cputime of full dynticks CPUs (2013-01-16)
  3.8-rc2-nohz2 sched: Disable lb_bias feature for full dynticks (2013-01-08)
  3.8-rc1-nohz1 timer: Don't run non-pinned timer to full dynticks CPUs (2012-12-29)
  3.8-rc1-nohz1-pre-for-kbuild-test timer: Don't run non-pinned timer to full dynticks CPUs (2012-12-22)
  3.7-nohz1    nohz: Add some tracing (2012-12-20)
  cputime/adjustment-v2 cputime: Comment cputime's adjusting code (2012-11-28)
  rcu/idle     context_tracking: New context tracking susbsystem (2012-11-27)
  cputime/adjustment cputime: Consolidate cputime adjustment code (2012-11-23)
  sched/cputime-v2 vtime: Warn if irqs aren't disabled on system time accounting APIs (2012-11-20)
  nohz/next    printk: Wake up klogd using irq_work (2012-11-18)
  printk-nohz-for-linus printk: Wake up klogd using irq_work (2012-11-18)
  core/irq_work irq_work: Remove CONFIG_HAVE_IRQ_WORK (2012-11-17)
  vtime/generic-v4 cputime: Generic on-demand virtual cputime accounting (2012-11-03)

git clone https://80x24.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git