summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds2014-06-021-1/+4
|\
| * md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown2014-05-291-0/+1
| * md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown2014-05-281-1/+3
* | libata: Blacklist queued trim for Crucial M500Martin K. Petersen2014-06-021-4/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-021-1/+2
|\ \
| * | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski2014-05-211-1/+2
* | | Merge tag 'usb-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-0211-17/+50
|\ \ \
| * | | xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman2014-05-281-10/+10
| * | | usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman2014-05-281-0/+7
| * | | USB: cdc-wdm: properly include types.hGreg Kroah-Hartman2014-05-271-0/+2
| * | | usb: cdc-wdm: export cdc-wdm uapi headerBjørn Mork2014-05-271-0/+1
| * | | USB: serial: option: add support for Novatel E371 PCIe cardAlexej Starschenko2014-05-271-0/+2
| * | | USB: ftdi_sio: add NovaTech OrionLXm product IDGeorge McCollister2014-05-272-0/+7
| * | | USB: io_ti: fix firmware download on big-endian machines (part 2)Johan Hovold2014-05-272-2/+2
| * | | USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern2014-05-242-5/+19
* | | | Merge tag 'staging-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-027-14/+54
|\ \ \ \
| * | | | staging: r8192e_pci: fix htons errorSean MacLennan2014-05-281-1/+1
| * | | | Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vtBen Hutchings2014-05-242-3/+13
| * | | | Staging: speakup: Move pasting into a work itemBen Hutchings2014-05-243-6/+34
| * | | | staging: comedi: ni_daq_700: add mux settling delayIan Abbott2014-05-241-0/+2
| * | | | speakup: fix incorrect perms on speakup_acntsa.cRusty Russell2014-05-241-4/+4
| | |/ / | |/| |
* | | | Linux 3.15-rc8v3.15-rc8Linus Torvalds2014-06-011-1/+1
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-06-013-1/+3
|\ \ \ \
| * | | | powerpc: Wire renameat2() syscallBenjamin Herrenschmidt2014-06-023-1/+3
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-0111-30/+28
|\ \ \ \ \
| * | | | | MIPS: R46000: Fix Micro-assembler field overflow for R4600 V2Thomas Bogendoerfer2014-05-281-2/+2
| * | | | | MIPS: ptrace: Avoid smp_processor_id() in preemptible codeAlex Smith2014-05-281-7/+7
| * | | | | MIPS: Lemote 2F: cs5536: mfgpt: use raw locksSebastian Andrzej Siewior2014-05-281-6/+5
| * | | | | MIPS: SB1: Fix excessive kernel warnings.Ralf Baechle2014-05-281-1/+1
| * | | | | MIPS: RC32434: fix broken PCI resource initializationGabor Juhos2014-05-261-1/+0
| * | | | | MIPS: malta: memory.c: Initialize the 'memsize' variableMarkos Chandras2014-05-251-1/+1
| * | | | | MIPS: Fix typo when reporting cache and ftlb errors for ImgTec coresMarkos Chandras2014-05-251-2/+2
| * | | | | MIPS: Fix inconsistancy of __NR_Linux_syscalls valueHuacai Chen2014-05-251-3/+3
| * | | | | MIPS: Fix branch emulation of branch likely instructions.Ralf Baechle2014-05-231-4/+4
| * | | | | MIPS: Fix a typo error in AUDIT_ARCH definitionHuacai Chen2014-05-221-1/+1
| * | | | | MIPS: Change type of asid_cache to unsigned longRalf Baechle2014-05-211-2/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-016-31/+78
|\ \ \ \ \ \
| * | | | | | sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-222-3/+4
| * | | | | | sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-1/+8
| * | | | | | sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-12/+27
| * | | | | | sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli2014-05-221-7/+30
| * | | | | | sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra2014-05-221-6/+3
| * | | | | | sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra2014-05-221-0/+3
| * | | | | | sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk2014-05-221-2/+3
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-05-312-17/+67
|\ \ \ \ \ \ \
| * | | | | | | rtmutex: Fix deadlock detector for realThomas Gleixner2014-05-281-4/+28
| * | | | | | | futex: Prevent attaching to kernel threadsThomas Gleixner2014-05-191-0/+5
| * | | | | | | futex: Add another early deadlock detection checkThomas Gleixner2014-05-191-13/+34
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-05-3112-304/+298
|\ \ \ \ \ \ \
| * | | | | | | drm/radeon: Resume fbcon lastDaniel Vetter2014-05-311-5/+6
OpenPOWER on IntegriCloud