summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-03-2511-31/+326
|\
| * dm stripe: implement merge methodMustafa Mesanovic2011-03-241-1/+22
| * dm mpath: allow table load with no priority groupsMike Snitzer2011-03-241-3/+10
| * dm mpath: fail message ioctl if specified path is not validMike Snitzer2011-03-241-2/+2
| * dm ioctl: add flag to wipe buffers for secure dataMilan Broz2011-03-242-5/+30
| * dm ioctl: prepare for crypt key wipingMilan Broz2011-03-241-14/+11
| * dm crypt: wipe keys string immediately after key is setMilan Broz2011-03-241-5/+14
| * dm: add flakey targetJosef Bacik2011-03-244-0/+236
| * dm: fix opening log and cow devices for read only tablesMilan Broz2011-03-242-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-03-252-6/+14
|\ \
| * | Input: tsc2005 - fix locking issueAaro Koskinen2011-03-231-2/+10
| * | Input: tsc2005 - use relative jiffies to schedule the watchdogAaro Koskinen2011-03-231-2/+2
| * | Input: tsc2005 - driver should depend on GENERIC_HARDIRQSGeert Uytterhoeven2011-03-232-2/+2
* | | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-2540-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-255-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-2525-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