| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-22 | 14 | -148/+21 |
|\ |
|
| * | rcu: Fix wrong check in list_splice_init_rcu() | Jan H. Schönherr | 2011-07-20 | 1 | -1/+1 |
| * | net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu() | Paul E. McKenney | 2011-07-20 | 1 | -7/+1 |
| * | sysctl,rcu: Convert call_rcu(free_head) to kfree | Paul E. McKenney | 2011-07-20 | 1 | -8/+3 |
| * | vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -8/+1 |
| * | vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -8/+1 |
| * | ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -15/+1 |
| * | ipc,rcu: Convert call_rcu(free_un) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -8/+2 |
| * | security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -18/+2 |
| * | security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -18/+2 |
| * | ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -12/+2 |
| * | block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -9/+1 |
| * | scsi,rcu: Convert call_rcu(fc_rport_free_rcu) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -13/+1 |
| * | audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -7/+1 |
| * | security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -9/+1 |
| * | md,rcu: Convert call_rcu(free_conf) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -7/+1 |
* | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-07-22 | 2 | -13/+41 |
|\ \ |
|
| * | | lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursion | Peter Zijlstra | 2011-06-22 | 1 | -10/+20 |
| * | | printk: Fix console_sem vs logbuf_lock unlock race | Peter Zijlstra | 2011-06-22 | 1 | -2/+18 |
| * | | printk: Release console_sem after logbuf_lock | Peter Zijlstra | 2011-06-07 | 1 | -3/+5 |
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-07-22 | 11 | -71/+20 |
|\ \ \ |
|
| * | | | lockdep: Fix lockdep_no_validate against IRQ states | Peter Zijlstra | 2011-07-21 | 1 | -0/+3 |
| * | | | mutex: Make mutex_destroy() an inline function | Jean Delvare | 2011-07-21 | 1 | -1/+1 |
| * | | | plist: Remove the need to supply locks to plist heads | Dima Zavin | 2011-07-08 | 8 | -68/+14 |
| * | | | lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP o... | Anton Blanchard | 2011-07-05 | 1 | -2/+2 |
* | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 | 27 | -267/+332 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor... | Ingo Molnar | 2011-07-07 | 27 | -267/+332 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n | Joerg Roedel | 2011-07-07 | 1 | -1/+1 |
| | * | | | iommu/amd: Don't use MSI address range for DMA addresses | Joerg Roedel | 2011-07-06 | 1 | -1/+15 |
| | | | | | |
| | | \ \ | |
| | *-. \ \ | Merge branches 'amd/transparent-bridge' and 'core' | Joerg Roedel | 2011-06-21 | 27 | -266/+317 |
| | |\ \ \ \ |
|
| | | | * | | | iommu/amd: Move missing parts to drivers/iommu | Joerg Roedel | 2011-06-21 | 7 | -9/+11 |
| | | | * | | | iommu: Move iommu Kconfig entries to submenu | Joerg Roedel | 2011-06-21 | 1 | -0/+13 |
| | | | * | | | x86/ia64: intel-iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 2011-06-21 | 12 | -80/+62 |
| | | | * | | | x86: amd_iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 2011-06-21 | 5 | -29/+31 |
| | | | * | | | msm: iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 2011-06-21 | 6 | -17/+18 |
| | | | * | | | drivers: iommu: move to a dedicated folder | Ohad Ben-Cohen | 2011-06-14 | 9 | -10/+9 |
| | | | * | | | iommu-api: Add missing header file | Laura Abbott | 2011-06-14 | 1 | -0/+2 |
| | | * | | | | x86/amd-iommu: Store device alias as dev_data pointer | Joerg Roedel | 2011-06-14 | 2 | -20/+16 |
| | | * | | | | x86/amd-iommu: Search for existind dev_data before allocting a new one | Joerg Roedel | 2011-06-14 | 1 | -1/+32 |
| | | * | | | | x86/amd-iommu: Allow dev_data->alias to be NULL | Joerg Roedel | 2011-06-14 | 1 | -36/+41 |
| | | * | | | | x86/amd-iommu: Use only dev_data in low-level domain attach/detach functions | Joerg Roedel | 2011-06-14 | 2 | -38/+24 |
| | | * | | | | x86/amd-iommu: Use only dev_data for dte and iotlb flushing routines | Joerg Roedel | 2011-06-14 | 1 | -14/+9 |
| | | * | | | | x86/amd-iommu: Store ATS state in dev_data | Joerg Roedel | 2011-06-14 | 2 | -20/+28 |
| | | * | | | | x86/amd-iommu: Store devid in dev_data | Joerg Roedel | 2011-06-14 | 2 | -24/+16 |
| | | * | | | | x86/amd-iommu: Introduce global dev_data_list | Joerg Roedel | 2011-06-14 | 2 | -9/+48 |
| | | * | | | | x86/amd-iommu: Remove redundant device_flush_dte() calls | Joerg Roedel | 2011-06-14 | 1 | -2/+0 |
| | | |/ / / |
|
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2011-07-22 | 40 | -324/+2274 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'pm-runtime' into for-linus | Rafael J. Wysocki | 2011-07-15 | 12 | -137/+277 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | OMAP: PM: disable idle on suspend for GPIO and UART | Kevin Hilman | 2011-07-12 | 2 | -0/+3 |
| | * | | | | | | OMAP: PM: omap_device: add API to disable idle on suspend | Kevin Hilman | 2011-07-12 | 2 | -0/+11 |