| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | | x86, apic: Slim down stack usage in early_init_lapic_mapping() | Cyrill Gorcunov | 2009-08-26 | 1 | -6/+2 |
| * | | | | | | | | | | | | | | | x86, ioapic: Get rid of needless check and simplify ioapic_setup_resources() | Cyrill Gorcunov | 2009-08-26 | 1 | -15/+11 |
| * | | | | | | | | | | | | | | | x86, ioapic: Define IO_APIC_DEFAULT_PHYS_BASE constant | Cyrill Gorcunov | 2009-08-26 | 1 | -5/+5 |
| * | | | | | | | | | | | | | | | x86: Fix x86_model test in es7000_apic_is_cluster() | Roel Kluin | 2009-08-25 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | x86, apic: Move dmar_table_init() out of enable_IR() | Yinghai Lu | 2009-08-17 | 1 | -9/+13 |
| * | | | | | | | | | | | | | | | x86, ioapic: Panic on irq-pin binding only if needed | Cyrill Gorcunov | 2009-08-08 | 1 | -5/+18 |
| * | | | | | | | | | | | | | | | x86/apic: Enable x2APIC without interrupt remapping under KVM | Gleb Natapov | 2009-08-05 | 2 | -40/+49 |
| * | | | | | | | | | | | | | | | x86, apic: Drop redundant bit assignment | Cyrill Gorcunov | 2009-08-05 | 1 | -1/+0 |
| * | | | | | | | | | | | | | | | x86, ioapic: Throw BUG instead of NULL dereference | Cyrill Gorcunov | 2009-08-05 | 1 | -0/+4 |
| * | | | | | | | | | | | | | | | x86, ioapic: Introduce for_each_irq_pin() helper | Cyrill Gorcunov | 2009-08-05 | 1 | -28/+15 |
| * | | | | | | | | | | | | | | | x86: Remove superfluous NULL pointer check in destroy_irq() | Bartlomiej Zolnierkiewicz | 2009-08-02 | 1 | -2/+1 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: unify ioapic_retrigger_irq() | Jeremy Fitzhardinge | 2009-07-14 | 1 | -9/+0 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: convert __target_IO_APIC_irq to conventional for() loop | Jeremy Fitzhardinge | 2009-07-14 | 1 | -8/+1 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: clean up replace_pin_at_irq_node logic and comments | Jeremy Fitzhardinge | 2009-07-14 | 1 | -8/+5 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: convert replace_pin_at_irq_node to conventional for() loop | Jeremy Fitzhardinge | 2009-07-14 | 1 | -3/+2 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: simplify add_pin_to_irq_node() | Jeremy Fitzhardinge | 2009-07-14 | 1 | -20/+8 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: convert io_apic_level_ack_pending loop to normal for() loop | Jeremy Fitzhardinge | 2009-07-14 | 1 | -7/+1 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: move lost comment to what seems like appropriate place | Jeremy Fitzhardinge | 2009-07-14 | 1 | -7/+5 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: remove redundant declaration of irq_pin_list | Jeremy Fitzhardinge | 2009-07-14 | 1 | -2/+0 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: remove #ifdef for 82093AA workaround | Jeremy Fitzhardinge | 2009-07-14 | 1 | -28/+19 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: unify __mask_IO_APIC_irq() | Jeremy Fitzhardinge | 2009-07-14 | 1 | -6/+1 |
| * | | | | | | | | | | | | | | | x86/ioapic.c: ioapic_modify_irq is too large to inline | Jeremy Fitzhardinge | 2009-07-14 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant braces | Jeremy Fitzhardinge | 2009-07-14 | 1 | -2/+1 |
* | | | | | | | | | | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-11 | 4 | -28/+45 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'v2.6.31-rc9' into tracing/core | Ingo Molnar | 2009-09-06 | 15 | -148/+177 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|/ / / /
| | |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | tracing: Convert event tracing code to use NR_syscalls | Jason Baron | 2009-08-26 | 1 | -4/+4 |
| * | | | | | | | | | | | | | | | | tracing: Define NR_syscalls for x86_64 | Jason Baron | 2009-08-26 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | tracing: Create generic syscall TRACE_EVENTs | Josh Stone | 2009-08-26 | 1 | -7/+5 |
| * | | | | | | | | | | | | | | | | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 2009-08-26 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | tracing: Rename FTRACE_SYSCALLS for tracepoints | Josh Stone | 2009-08-26 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALL | Jason Baron | 2009-08-11 | 1 | -4/+4 |
| * | | | | | | | | | | | | | | | | tracing: Add individual syscalls tracepoint id support | Jason Baron | 2009-08-11 | 1 | -0/+10 |
| * | | | | | | | | | | | | | | | | tracing: Add syscall tracepoints | Jason Baron | 2009-08-11 | 1 | -2/+5 |
| * | | | | | | | | | | | | | | | | tracing: Call arch_init_ftrace_syscalls at boot | Jason Baron | 2009-08-11 | 1 | -11/+4 |
| * | | | | | | | | | | | | | | | | tracing: Map syscall name to number | Jason Baron | 2009-08-11 | 1 | -0/+16 |
| * | | | | | | | | | | | | | | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-08-11 | 18 | -95/+366 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | tracing/function-graph-tracer: Drop the useless nmi protection | Frederic Weisbecker | 2009-08-06 | 1 | -4/+0 |
| | |_|_|_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2009-09-11 | 1 | -6/+323 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | x86, perf_counter, bts: Do not allow kernel BTS tracing for now | markus.t.metzger@intel.com | 2009-09-04 | 1 | -2/+9 |
| * | | | | | | | | | | | | | | | | | x86, perf_counter, bts: Correct pointer-to-u64 casts | markus.t.metzger@intel.com | 2009-09-04 | 1 | -12/+12 |
| * | | | | | | | | | | | | | | | | | x86, perf_counter, bts: Fail if BTS is not available | markus.t.metzger@intel.com | 2009-09-04 | 1 | -14/+11 |
| * | | | | | | | | | | | | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar | 2009-09-02 | 10 | -105/+87 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | Merge branch 'perfcounters/urgent' into perfcounters/core | Ingo Molnar | 2009-08-15 | 10 | -57/+121 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | x86, perf_counter, bts: Add BTS support to perfcounters | Markus Metzger | 2009-08-09 | 1 | -6/+319 |
* | | | | | | | | | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-09-11 | 6 | -178/+423 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2009-09-04 | 26 | -342/+671 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'amd-iommu/pagetable' into amd-iommu/2.6.32 | Joerg Roedel | 2009-09-03 | 1 | -95/+158 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | | x86/amd-iommu: Change iommu_map_page to support multiple page sizes | Joerg Roedel | 2009-09-03 | 1 | -11/+20 |
| | | * | | | | | | | | | | | | | | | | | | | x86/amd-iommu: Support higher level PTEs in iommu_page_unmap | Joerg Roedel | 2009-09-03 | 1 | -8/+13 |
| | | * | | | | | | | | | | | | | | | | | | | x86/amd-iommu: Use 2-level page tables for dma_ops domains | Joerg Roedel | 2009-09-03 | 1 | -1/+1 |