summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | MIPS: oprofile: Add callgraph supportDaniel Kalmar2011-06-154-1/+179
| | * | | | | | | | | MIPS: Add new unwind_stack variantDaniel Kalmar2011-06-152-5/+18
| * | | | | | | | | | Merge branch 'perf/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-033-70/+41
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker2011-07-022-42/+15
| | * | | | | | | | | | x86: Remove useless unwinder backlink from irq regs savingFrederic Weisbecker2011-07-021-1/+0
| | * | | | | | | | | | x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQFrederic Weisbecker2011-07-021-1/+2
| | * | | | | | | | | | x86,64: Simplify save_regs()Frederic Weisbecker2011-07-021-27/+17
| | * | | | | | | | | | x86: Fetch stack from regs when possible in dump_trace()Frederic Weisbecker2011-07-021-2/+5
| | * | | | | | | | | | x86: Save stack pointer in perf live regs savingsFrederic Weisbecker2011-07-021-0/+5
| | |/ / / / / / / / /
| * | | | | | | | | | perf, powerpc: Fix build borkagePeter Zijlstra2011-07-011-1/+1
| * | | | | | | | | | x86, perf: Add constraints for architectural PMUAvi Kivity2011-07-011-5/+18
| * | | | | | | | | | perf: Add context field to perf_eventAvi Kivity2011-07-015-5/+8
| * | | | | | | | | | perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-0118-1/+296
| * | | | | | | | | | perf, intel: Try alternative OFFCORE encodingsPeter Zijlstra2011-07-012-8/+41
| * | | | | | | | | | perf_events: Add Intel Sandy Bridge offcore_response low-level supportStephane Eranian2011-07-012-3/+11
| * | | | | | | | | | perf_events: Fix validation of events using an extra regStephane Eranian2011-07-012-18/+57
| * | | | | | | | | | perf_events: Update Intel extra regs shared constraints managementStephane Eranian2011-07-012-149/+189
| * | | | | | | | | | perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-011-1/+1
| * | | | | | | | | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-0139-85/+77
| * | | | | | | | | | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2011-07-012-0/+33
| * | | | | | | | | | irq_work, alpha: Fix up arch hooksPeter Zijlstra2011-07-011-1/+1
| * | | | | | | | | | irq_work, ppc: Fix up arch hooksPeter Zijlstra2011-07-011-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-12/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ia64,rcu: Convert call_rcu(sn_irq_info_free) to kfree_rcu()Lai Jiangshan2011-07-201-12/+2
* | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-2212-6282/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2011-07-0712-6282/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'amd/transparent-bridge' and 'core'Joerg Roedel2011-06-2112-6282/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | iommu/amd: Move missing parts to drivers/iommuJoerg Roedel2011-06-215-2242/+0
| | | | * | | | | | | | | | | x86/ia64: intel-iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-212-71/+0
| | | | * | | | | | | | | | | x86: amd_iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-213-2793/+1
| | | | * | | | | | | | | | | msm: iommu: move to drivers/iommu/Ohad Ben-Cohen2011-06-214-1170/+1
| | | | * | | | | | | | | | | drivers: iommu: move to a dedicated folderOhad Ben-Cohen2011-06-143-9/+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-2214-22/+297
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-154-3/+58
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman2011-07-122-0/+40
| | * | | | | | | | | | | | | OMAP: PM: omap_device: conditionally use PM domain runtime helpersKevin Hilman2011-07-121-3/+4
| * | | | | | | | | | | | | | Merge branch 'pm-domains' into for-linusRafael J. Wysocki2011-07-1511-19/+239
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ARM / shmobile: Return -EBUSY from A4LC power off if A3RV is activeRafael J. Wysocki2011-07-141-2/+1
| | * | | | | | | | | | | | | | ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki2011-07-141-1/+1
OpenPOWER on IntegriCloud