| Commit message (Expand) | Author | Age |
* | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-06-10 |
|\ |
|
| * | oprofile: introduce module_param oprofile.cpu_type | Robert Richter | 2009-05-08 |
| * | oprofile: add support for Core i7 and Atom | Andi Kleen | 2009-05-08 |
| * | oprofile: remove undocumented oprofile.p4force option | Andi Kleen | 2009-05-08 |
| * | oprofile: re-add force_arch_perfmon option | Andi Kleen | 2009-05-08 |
* | | Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-06-10 |
|\ \ |
|
| * | | x86: hookup sys_rt_tgsigqueueinfo | Thomas Gleixner | 2009-04-30 |
| * | | signals: implement sys_rt_tgsigqueueinfo | Thomas Gleixner | 2009-04-30 |
| * | | signals: split do_tkill | Thomas Gleixner | 2009-04-30 |
* | | | Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-06-10 |
|\ \ \ |
|
| * | | | rcu: rcu_sched_grace_period(): kill the bogus flush_signals() | Oleg Nesterov | 2009-05-05 |
| * | | | rculist: use list_entry_rcu in places where it's appropriate | Jiri Pirko | 2009-04-15 |
| * | | | rculist.h: introduce list_entry_rcu() and list_first_entry_rcu() | Jiri Pirko | 2009-04-14 |
| * | | | rcu: Update RCU tracing documentation for __rcu_pending | Paul E. McKenney | 2009-04-14 |
| * | | | rcu: Add __rcu_pending tracing to hierarchical RCU | Paul E. McKenney | 2009-04-14 |
| * | | | Merge branch 'core/urgent' into core/rcu | Ingo Molnar | 2009-04-14 |
| |\ \ \ |
|
| * | | | | RCU: make treercu be default | Paul E. McKenney | 2009-04-03 |
* | | | | | Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-06-10 |
|\ \ \ \ \ |
|
| * | | | | | vsprintf: introduce %pf format specifier | Frederic Weisbecker | 2009-04-29 |
| * | | | | | printk: add support of hh length modifier for printk | Zhaolei | 2009-04-08 |
* | | | | | | Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-06-10 |
|\ \ \ \ \ \ |
|
| * | | | | | | percpu: remove rbtree and use page->index instead | Christoph Lameter | 2009-04-08 |
| * | | | | | | percpu: don't put the first chunk in reverse-map rbtree | Tejun Heo | 2009-04-08 |
* | | | | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | spinlock: Add missing __raw_spin_lock_flags() stub for UP | Benjamin Herrenschmidt | 2009-06-10 |
| * | | | | | | | mutex: add atomic_dec_and_mutex_lock(), fix | Andrew Morton | 2009-04-30 |
| * | | | | | | | locking, rtmutex.c: Documentation cleanup | Luis Henriques | 2009-04-29 |
| * | | | | | | | mutex: add atomic_dec_and_mutex_lock() | Eric Paris | 2009-04-29 |
* | | | | | | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-06-10 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2009-06-09 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | amd-iommu: remove unnecessary "AMD IOMMU: " prefix | Joerg Roedel | 2009-06-09 |
| | * | | | | | | | | amd-iommu: detach device explicitly before attaching it to a new domain | Joerg Roedel | 2009-06-09 |
| | * | | | | | | | | amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handling | Joerg Roedel | 2009-06-09 |
| | * | | | | | | | | Merge commit 'tip/core/iommu' into amd-iommu/fixes | Joerg Roedel | 2009-06-09 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | amd_iommu: fix lock imbalance | Jiri Slaby | 2009-06-03 |
| * | | | | | | | | | | dma-debug: simplify logic in driver_filter() | Joerg Roedel | 2009-06-08 |
| * | | | | | | | | | | dma-debug: disable/enable irqs only once in device_dma_allocations | Joerg Roedel | 2009-06-08 |
| * | | | | | | | | | | dma-debug: use pr_* instead of printk(KERN_* ...) | Joerg Roedel | 2009-06-08 |
| * | | | | | | | | | | dma-debug: code style fixes | Joerg Roedel | 2009-06-08 |
| * | | | | | | | | | | dma-debug: comment style fixes | Joerg Roedel | 2009-06-08 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2009-06-07 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug... | Joerg Roedel | 2009-06-02 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | dma-debug: add documentation for the driver filter | Joerg Roedel | 2009-06-02 |
| | | * | | | | | | | | | dma-debug: add dma_debug_driver kernel command line | Joerg Roedel | 2009-06-02 |
| | | * | | | | | | | | | dma-debug: add debugfs file for driver filter | Joerg Roedel | 2009-06-02 |
| | | * | | | | | | | | | dma-debug: add variables and checks for driver filter | Joerg Roedel | 2009-06-02 |
| | * | | | | | | | | | | dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_device | FUJITA Tomonori | 2009-05-29 |
| | * | | | | | | | | | | dma-debug: use sg_dma_len accessor | FUJITA Tomonori | 2009-05-29 |
| | * | | | | | | | | | | dma-debug: use sg_dma_address accessor instead of using dma_address directly | FUJITA Tomonori | 2009-05-29 |
| | * | | | | | | | | | | dma-debug: re-add dma memory leak detection | Joerg Roedel | 2009-05-28 |
| | |/ / / / / / / / / |
|