summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-2640-604/+285
|\
| * genirq: Expand generic show_interrupts()Thomas Gleixner2011-03-253-1/+22
| * gpio: Fold irq_set_chip/irq_set_handler to irq_set_chip_and_handlerThomas Gleixner2011-03-252-4/+3
| * gpio: Cleanup genirq namespaceThomas Gleixner2011-03-259-50/+50
| * arm: ep93xx: Add basic interrupt infoRyan Mallon2011-03-251-3/+4
| * arm/gpio: Remove three copies of broken and racy debug codeThomas Gleixner2011-03-253-129/+0
| * xtensa: Use generic show_interrupts()Thomas Gleixner2011-03-242-44/+10
| * xtensa: Convert genirq namespaceThomas Gleixner2011-03-243-13/+13
| * xtensa: Use generic IRQ Kconfig and set GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-241-3/+2
| * xtensa: Convert s6000 gpio irq_chip to new functionsThomas Gleixner2011-03-241-18/+17
| * xtensa: Convert main irq_chip to new functionsThomas Gleixner2011-03-241-22/+21
| * um: Use generic show_interrupts()Thomas Gleixner2011-03-242-46/+1
| * um: Convert genirq namespaceThomas Gleixner2011-03-241-5/+4
| * m32r: Use generic show_interrupts()Thomas Gleixner2011-03-242-45/+1
| * m32r: Convert genirq namespaceThomas Gleixner2011-03-248-75/+75
| * h8300: Use generic show_interrupts()Thomas Gleixner2011-03-242-31/+1
| * h8300: Convert genirq namespaceThomas Gleixner2011-03-241-1/+1
| * avr32: Cleanup eic_set_irq_type()Thomas Gleixner2011-03-241-20/+11
| * avr32: Use generic show_interrupts()Thomas Gleixner2011-03-242-37/+1
| * avr: Cleanup genirq namespaceThomas Gleixner2011-03-245-17/+17
| * avr32: Use generic IRQ config, enable GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-241-9/+4
| * avr32: At32ap: Convert pop irq_chip to new functionsThomas Gleixner2011-03-241-13/+10
| * avr32: At32ap: Convert intc irq_chip to new functionsThomas Gleixner2011-03-241-7/+5
| * avr32: At32ap: Convert extint irq_chip to new functionsThomas Gleixner2011-03-241-22/+23
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-265-14/+4
|\ \
| * | sched, doc: Update sched-design-CFS.txtBorislav Petkov2011-03-233-10/+1
| * | sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_gr...Sergey Senozhatsky2011-03-231-3/+0
| * | sched.h: Fix a typo ("its")Jonathan Neuschäfer2011-03-231-1/+1
| * | sched: Fix yield_to kernel-docRandy Dunlap2011-03-191-0/+2
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-2625-69/+168
|\ \ \
| * | | perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar2011-03-251-2/+7
| * | | perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflowsDon Zickus2011-03-241-0/+1
| * | | perf symbols: Look at .dynsym again if .symtab not foundArnaldo Carvalho de Melo2011-03-231-12/+13
| * | | perf build-id: Add quirk to deal with perf.data file format breakageArnaldo Carvalho de Melo2011-03-231-1/+56
| * | | perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-2317-46/+73
| * | | perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker2011-03-231-1/+2
| * | | perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()Stephane Eranian2011-03-232-3/+11
| * | | perf top: Fix uninitialized 'counter' variableAkihiro Nagai2011-03-231-1/+3
| * | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-03-231-2/+1
| |\ \ \
| | * | | tracing: Fix set_ftrace_filter probe function displayJiri Olsa2011-03-221-2/+1
| * | | | perf, x86: Fix Intel fixed counters base initializationStephane Eranian2011-03-191-1/+1
* | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-262-26/+33
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | genirq: Provide locked setter for chip, handler, nameThomas Gleixner2011-03-231-5/+24
| * | | | genirq: Provide a lockdep helperThomas Gleixner2011-03-231-0/+9
| * | | | genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner2011-03-232-21/+0
* | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-267-16/+85
|\ \ \ \ \
| * | | | | futex: Fix WARN_ON() test for UPSteven Rostedt2011-03-251-2/+2
| * | | | | WARN_ON_SMP(): Allow use in if() statements on UPSteven Rostedt2011-03-251-1/+27
| * | | | | x86, dumpstack: Use %pB format specifier for stack traceNamhyung Kim2011-03-241-1/+1
| * | | | | vsprintf: Introduce %pB format specifierNamhyung Kim2011-03-243-4/+54