summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney
2012-02-21rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney
2012-02-21rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney
2012-02-21rcu: Inform RCU of irq_exit() activityPaul E. McKenney
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney
2012-02-21rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney
2012-02-21rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney
2012-02-21rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney
2012-02-21rcu: Don't make callbacks go through second full grace periodPaul E. McKenney
2012-02-21rcu: Check for callback invocation from offline CPUsPaul E. McKenney
2012-02-21rcu: Limit lazy-callback durationPaul E. McKenney
2012-02-21rcu: Make rcutorture flag online/offline failuresPaul E. McKenney
2012-02-21rcu: Simplify offline processingPaul E. McKenney
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney
2012-02-21rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-02-17PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-02-17PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki
2012-02-17PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.cRafael J. Wysocki
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-02-16irq_domain: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely