| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-10-21 | 1 | -2/+4 |
|\ |
|
| * | powerpc/irq.c: Add of_node_put to avoid memory leak | Julia Lawall | 2010-10-13 | 1 | -1/+3 |
| * | powerpc: Use static const char arrays | Joe Perches | 2010-10-13 | 1 | -1/+1 |
* | | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 1 | -2/+2 |
|/ |
|
* | powerpc/4xx: Index interrupt stacks by physical cpu | Dave Kleikamp | 2010-08-23 | 1 | -7/+9 |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-05 | 1 | -12/+2 |
|\ |
|
| * | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 2010-07-24 | 1 | -13/+4 |
| |\ |
|
| * | | of/irq: Move irq_of_parse_and_map() to common code | Grant Likely | 2010-06-28 | 1 | -12/+2 |
* | | | powerpc/book3e: Resend doorbell exceptions to ourself | Michael Ellerman | 2010-07-09 | 1 | -2/+2 |
* | | | powerpc/book3e: Hookup doorbells exceptions on 64-bit Book3E | Benjamin Herrenschmidt | 2010-07-09 | 1 | -0/+7 |
* | | | powerpc/book3e: Don't re-trigger decrementer on lazy irq restore | Benjamin Herrenschmidt | 2010-07-09 | 1 | -0/+9 |
| |/
|/| |
|
* | | powerpc: Fix logic error in fixup_irqs | Johannes Berg | 2010-07-08 | 1 | -1/+4 |
* | | powerpc: Unconditionally enabled irq stacks | Christoph Hellwig | 2010-06-15 | 1 | -12/+0 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-05-21 | 1 | -7/+10 |
|\ |
|
| * | powerpc/cpumask: Convert fixup_irqs to new cpumask API | Anton Blanchard | 2010-05-06 | 1 | -7/+10 |
* | | powerpc/perf_event: Fix oops due to perf_event_do_pending call | Paul Mackerras | 2010-05-12 | 1 | -6/+0 |
|/ |
|
* | powerpc: Convert big_irq_lock to raw_spinlock | Thomas Gleixner | 2010-02-19 | 1 | -11/+11 |
* | powerpc: Convert global "BAD" interrupt to per cpu spurious | Anton Blanchard | 2010-02-17 | 1 | -12/+7 |
* | powerpc: Add timer, performance monitor and machine check counts to /proc/int... | Anton Blanchard | 2010-02-17 | 1 | -0/+35 |
* | powerpc: Rework /proc/interrupts | Anton Blanchard | 2010-02-17 | 1 | -33/+46 |
* | powerpc: Reduce footprint of irq_stat | Anton Blanchard | 2010-02-17 | 1 | -0/+3 |
* | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -4/+4 |
* | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 | 1 | -0/+6 |
|\ |
|
| * | powerpc: tracing: Add powerpc tracepoints for interrupt entry and exit | Anton Blanchard | 2009-10-28 | 1 | -0/+6 |
* | | powerpc: Make "intspec" pointers in irq_host->xlate() const | Roman Fietze | 2009-12-09 | 1 | -1/+1 |
* | | powerpc: Fixup last users of irq_chip->typename | Thomas Gleixner | 2009-11-24 | 1 | -3/+3 |
* | | powerpc: Enable sparse irq_descs on powerpc | Michael Ellerman | 2009-10-30 | 1 | -7/+33 |
* | | powerpc: Rearrange and fix show_interrupts() for sparse irq_descs | Michael Ellerman | 2009-10-30 | 1 | -27/+37 |
* | | powerpc: Make virq_debug_show() cope with sparse irq_descs | Michael Ellerman | 2009-10-30 | 1 | -1/+4 |
* | | powerpc: Remove get_irq_desc() | Michael Ellerman | 2009-10-30 | 1 | -13/+15 |
|/ |
|
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -4/+4 |
* | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-06-12 | 1 | -0/+6 |
|\ |
|
| * | perfcounters: remove powerpc definitions of perf_counter_do_pending | Stephen Rothwell | 2009-06-11 | 1 | -0/+1 |
| * | Merge commit 'v2.6.30-rc1' into perfcounters/core | Ingo Molnar | 2009-04-08 | 1 | -1/+3 |
| |\ |
|
| * | | perf_counter: unify and fix delayed counter wakeup | Peter Zijlstra | 2009-04-06 | 1 | -1/+1 |
| * | | perf_counter: abstract wakeup flag setting in core to fix powerpc build | Paul Mackerras | 2009-04-06 | 1 | -8/+3 |
| * | | Merge branch 'linus' into perfcounters/core-v2 | Ingo Molnar | 2009-04-06 | 1 | -3/+3 |
| |\ \ |
|
| * \ \ | Merge branch 'core/percpu' into perfcounters/core | Ingo Molnar | 2009-01-18 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Ingo Molnar | 2009-01-11 | 1 | -0/+10 |
| |\ \ \ \ |
|
| | * | | | | powerpc: Provide a way to defer perf counter work until interrupts are enabled | Paul Mackerras | 2009-01-09 | 1 | -0/+10 |
* | | | | | | powerpc: Shield code specific to 64-bit server processors | Benjamin Herrenschmidt | 2009-06-09 | 1 | -0/+2 |
* | | | | | | powerpc/irq: Remove fallback to __do_IRQ() | Michael Ellerman | 2009-05-21 | 1 | -6/+1 |
* | | | | | | powerpc/irq: Move get_irq() comment into header | Michael Ellerman | 2009-05-21 | 1 | -7/+0 |
* | | | | | | powerpc/irq: Move stack overflow check into a separate function | Michael Ellerman | 2009-05-21 | 1 | -14/+17 |
* | | | | | | powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate function | Michael Ellerman | 2009-05-21 | 1 | -40/+56 |
| |_|_|_|/
|/| | | | |
|
* | | | | | powerpc: Print information about mapping hw irqs to virtual irqs | Michael Ellerman | 2009-04-07 | 1 | -1/+3 |
| |_|_|/
|/| | | |
|
* | | | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-03-30 | 1 | -2/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -1/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | irq: update all arches for new irq_desc | Mike Travis | 2009-01-12 | 1 | -1/+1 |
| | |/ / |
|
| * | | | sparseirq: use kstat_irqs_cpu instead | Yinghai Lu | 2009-01-11 | 1 | -1/+1 |
| |/ / |
|