| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2011-09-18 | 39 | -71/+270 |
| |\ \ \ \ \ \ \ \
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| * | | | | | | | | sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth | Paul Turner | 2011-08-14 | 1 | -0/+4 |
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-10-26 | 6 | -27/+21 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/core | Ingo Molnar | 2011-10-12 | 4 | -26/+14 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | tracing: Add a counter clock for those that do not trust clocks | Steven Rostedt | 2011-09-19 | 1 | -0/+1 |
| | * | | | | | | | | | trace: Add ring buffer stats to measure rate of events | Vaibhav Nagarnaik | 2011-08-30 | 1 | -0/+2 |
| | * | | | | | | | | | Tracepoint: Dissociate from module mutex | Mathieu Desnoyers | 2011-08-11 | 2 | -26/+11 |
| | | |_|_|_|/ / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | perf, core: Introduce attrs to count in either host or guest mode | Joerg Roedel | 2011-10-06 | 1 | -1/+4 |
| * | | | | | | | | | Merge commit 'v3.1-rc9' into perf/core | Ingo Molnar | 2011-10-06 | 7 | -11/+21 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | perf: Fix counter of ftrace events | Andrew Vagin | 2011-10-04 | 1 | -0/+3 |
* | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-10-26 | 3 | -12/+48 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier | Ian Campbell | 2011-10-17 | 1 | -0/+3 |
| * | | | | | | | | | | genirq: percpu: allow interrupt type to be set at enable time | Marc Zyngier | 2011-10-03 | 1 | -1/+1 |
| * | | | | | | | | | | genirq: Add support for per-cpu dev_id interrupts | Marc Zyngier | 2011-10-03 | 3 | -12/+43 |
| * | | | | | | | | | | genirq: Add IRQCHIP_SKIP_SET_WAKE flag | Santosh Shilimkar | 2011-09-12 | 1 | -0/+2 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-10-26 | 7 | -169/+628 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcu | Ingo Molnar | 2011-10-01 | 7 | -169/+628 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | rcu: Simplify unboosting checks | Paul E. McKenney | 2011-09-29 | 1 | -3/+0 |
| | * | | | | | | | | | rcu: Move __rcu_read_unlock()'s barrier() within if-statement | Paul E. McKenney | 2011-09-29 | 1 | -12/+2 |
| | * | | | | | | | | | rcu: Improve rcu_assign_pointer() and RCU_INIT_POINTER() documentation | Paul E. McKenney | 2011-09-29 | 1 | -7/+40 |
| | * | | | | | | | | | rcu: Make rcu_assign_pointer() unconditionally insert a memory barrier | Eric Dumazet | 2011-09-29 | 1 | -3/+1 |
| | * | | | | | | | | | nohz: Remove nohz_cpu_mask | Shi, Alex | 2011-09-29 | 1 | -1/+0 |
| | * | | | | | | | | | rcu: Remove unused and redundant interfaces | Paul E. McKenney | 2011-09-29 | 1 | -20/+0 |
| | * | | | | | | | | | rcu: Add grace-period, quiescent-state, and call_rcu trace events | Paul E. McKenney | 2011-09-29 | 1 | -14/+331 |
| | * | | | | | | | | | rcu: Make TINY_RCU also use softirq for RCU_BOOST=n | Paul E. McKenney | 2011-09-29 | 1 | -0/+4 |
| | * | | | | | | | | | rcu: Add event-trace markers to TREE_RCU kthreads | Paul E. McKenney | 2011-09-29 | 1 | -0/+3 |
| | * | | | | | | | | | rcu: Add RCU type to callback-invocation tracing | Paul E. McKenney | 2011-09-29 | 1 | -10/+18 |
| | * | | | | | | | | | rcu: Event-trace markers for computing RCU CPU utilization | Paul E. McKenney | 2011-09-29 | 1 | -20/+53 |
| | * | | | | | | | | | rcu: Add event-tracing for RCU callback invocation | Paul E. McKenney | 2011-09-29 | 2 | -50/+98 |
| | * | | | | | | | | | rcu: Abstract common code for RCU grace-period-wait primitives | Paul E. McKenney | 2011-09-29 | 3 | -58/+90 |
| | * | | | | | | | | | rcu: Move rcu_head definition to types.h | Paul E. McKenney | 2011-09-29 | 2 | -10/+11 |
| | * | | | | | | | | | rcu: Restore checks for blocking in RCU read-side critical sections | Paul E. McKenney | 2011-09-29 | 2 | -7/+23 |
* | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-10-26 | 11 | -21/+23 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | locking, x86, iommu: Annotate qi->q_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -1/+1 |
| * | | | | | | | | | | | locking, x86, iommu: Annotate iommu->register_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -1/+1 |
| * | | | | | | | | | | | locking, oprofile: Annotate oprofilefs lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -1/+1 |
| * | | | | | | | | | | | locking, rwsem: Annotate inner lock as raw | Thomas Gleixner | 2011-09-13 | 2 | -5/+7 |
| * | | | | | | | | | | | locking, semaphores: Annotate inner lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -2/+2 |
| * | | | | | | | | | | | locking, sched: Annotate thread_group_cputimer as raw | Thomas Gleixner | 2011-09-13 | 2 | -3/+3 |
| * | | | | | | | | | | | locking, printk: Annotate logbuf_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -3/+3 |
| * | | | | | | | | | | | locking, lib/proportions: Annotate prop_local_percpu::lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -3/+3 |
| * | | | | | | | | | | | locking, percpu_counter: Annotate ::lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -1/+1 |
| * | | | | | | | | | | | locking, kprobes: Annotate the hash locks and kretprobe.lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -1/+1 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-10-26 | 3 | -14/+45 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 2011-09-21 | 3 | -10/+10 |
| * | | | | | | | | | | | iommu: Cleanup ifdefs in detect_intel_iommu() | Suresh Siddha | 2011-09-21 | 1 | -1/+2 |
| * | | | | | | | | | | | iommu: Move IOMMU specific code to intel-iommu.c | Suresh Siddha | 2011-09-21 | 2 | -1/+21 |
| * | | | | | | | | | | | x86, x2apic: Enable the bios request for x2apic optout | Suresh Siddha | 2011-09-21 | 1 | -2/+12 |
* | | | | | | | | | | | | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-26 | 2 | -0/+882 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'staging-next' into Linux 3.1 | Greg Kroah-Hartman | 2011-10-25 | 2 | -0/+882 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | |
|