summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-2214-148/+21
|\
| * rcu: Fix wrong check in list_splice_init_rcu()Jan H. Schönherr2011-07-201-1/+1
| * net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu()Paul E. McKenney2011-07-201-7/+1
| * sysctl,rcu: Convert call_rcu(free_head) to kfreePaul E. McKenney2011-07-201-8/+3
| * vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()Lai Jiangshan2011-07-201-8/+1
| * vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan2011-07-201-8/+1
| * ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu()Lai Jiangshan2011-07-201-15/+1
| * ipc,rcu: Convert call_rcu(free_un) to kfree_rcu()Lai Jiangshan2011-07-201-8/+2
| * security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
| * security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
| * ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu()Lai Jiangshan2011-07-201-12/+2
| * block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()Lai Jiangshan2011-07-201-9/+1
| * scsi,rcu: Convert call_rcu(fc_rport_free_rcu) to kfree_rcu()Lai Jiangshan2011-07-201-13/+1
| * audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan2011-07-201-7/+1
| * security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()Lai Jiangshan2011-07-201-9/+1
| * md,rcu: Convert call_rcu(free_conf) to kfree_rcu()Lai Jiangshan2011-07-201-7/+1
* | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-222-13/+41
|\ \
| * | lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra2011-06-221-10/+20
| * | printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra2011-06-221-2/+18
| * | printk: Release console_sem after logbuf_lockPeter Zijlstra2011-06-071-3/+5
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-2211-71/+20
|\ \ \
| * | | lockdep: Fix lockdep_no_validate against IRQ statesPeter Zijlstra2011-07-211-0/+3
| * | | mutex: Make mutex_destroy() an inline functionJean Delvare2011-07-211-1/+1
| * | | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-088-68/+14
| * | | lockup detector: Fix reference to the non-existent CONFIG_DETECT_SOFTLOCKUP o...Anton Blanchard2011-07-051-2/+2
* | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-2227-267/+332
|\ \ \ \
| * \ \ \ Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2011-07-0727-267/+332
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=nJoerg Roedel2011-07-071-1/+1
| | * | | iommu/amd: Don't use MSI address range for DMA addressesJoerg Roedel2011-07-061-1/+15
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'amd/transparent-bridge' and 'core'Joerg Roedel2011-06-2127-266/+317
| | |\ \ \ \
| | | | * | | iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2011-06-217-9/+11
| | | | * | | iommu: Move iommu Kconfig entries to submenuJoerg Roedel2011-06-211-0/+13
| | | | * | | x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-2112-80/+62
| | | | * | | x86: amd_iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-215-29/+31
| | | | * | | msm: iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-216-17/+18
| | | | * | | drivers: iommu: move to a dedicated folderOhad Ben-Cohen2011-06-149-10/+9
| | | | * | | iommu-api: Add missing header fileLaura Abbott2011-06-141-0/+2
| | | * | | | x86/amd-iommu: Store device alias as dev_data pointerJoerg Roedel2011-06-142-20/+16
| | | * | | | x86/amd-iommu: Search for existind dev_data before allocting a new oneJoerg Roedel2011-06-141-1/+32
| | | * | | | x86/amd-iommu: Allow dev_data->alias to be NULLJoerg Roedel2011-06-141-36/+41
| | | * | | | x86/amd-iommu: Use only dev_data in low-level domain attach/detach functionsJoerg Roedel2011-06-142-38/+24
| | | * | | | x86/amd-iommu: Use only dev_data for dte and iotlb flushing routinesJoerg Roedel2011-06-141-14/+9
| | | * | | | x86/amd-iommu: Store ATS state in dev_dataJoerg Roedel2011-06-142-20/+28
| | | * | | | x86/amd-iommu: Store devid in dev_dataJoerg Roedel2011-06-142-24/+16
| | | * | | | x86/amd-iommu: Introduce global dev_data_listJoerg Roedel2011-06-142-9/+48
| | | * | | | x86/amd-iommu: Remove redundant device_flush_dte() callsJoerg Roedel2011-06-141-2/+0
| | | |/ / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-07-2240-324/+2274
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-1512-137/+277
| |\ \ \ \ \ \
| | * | | | | | OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman2011-07-122-0/+3
| | * | | | | | OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman2011-07-122-0/+11
OpenPOWER on IntegriCloud