summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney-116/+117
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney-0/+35
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney-0/+66
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney-2/+10
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney-14/+180
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney-11/+26
2012-02-21rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney-31/+0
2012-02-21rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney-0/+11
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney-6/+6
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney-4/+6
2012-02-21rcu: Inform RCU of irq_exit() activityPaul E. McKenney-1/+1
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney-3/+12
2012-02-21rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney-1/+1
2012-02-21rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney-8/+35
2012-02-21rcu: Remove single-rcu_node optimization in rcu_start_gp()Paul E. McKenney-18/+0
2012-02-21rcu: Don't make callbacks go through second full grace periodPaul E. McKenney-6/+46
2012-02-21rcu: Check for callback invocation from offline CPUsPaul E. McKenney-0/+1
2012-02-21rcu: Limit lazy-callback durationPaul E. McKenney-1/+11
2012-02-21rcu: Make rcutorture flag online/offline failuresPaul E. McKenney-0/+4
2012-02-21rcu: Simplify offline processingPaul E. McKenney-99/+90
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney-22/+105
2012-02-21rcu: Add diagnostic for misaligned rcu_head structuresPaul E. McKenney-0/+1
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney-0/+27
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa-9/+168
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa-47/+82
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa-2/+106
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa-1/+11
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa-49/+97
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa-7/+106
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin-2/+4
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2012-02-20compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin-8/+60
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells-1/+1
2012-02-17PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas-3/+4
2012-02-17PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki-6/+12
2012-02-17PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki-8/+4
2012-02-17PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.cRafael J. Wysocki-29/+27
2012-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-16/+31
2012-02-17uprobes/core: Clean up, refactor and improve the codeIngo Molnar-92/+127
2012-02-17uprobes, mm, x86: Add the ability to install and remove uprobes breakpointsSrikar Dronamraju-0/+977
2012-02-16irq_domain: constify irq_domain_opsGrant Likely-16/+15
2012-02-16irq_domain: Create common xlate functions that device drivers can useGrant Likely-10/+55
2012-02-16irq_domain: Remove irq_domain_add_simple()Grant Likely-8/+2
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely-146/+13
2012-02-16irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely-32/+64
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely-70/+130
2012-02-16irq_domain: Remove references to old irq_host namesGrant Likely-111/+108
2012-02-16irq_domain: remove NO_IRQ from irq domain codeGrant Likely-19/+19