summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge tag 'fixes-for-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-198-42/+174
| | |\ \ \ \ \ \
| | | * | | | | | Revert "Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size"John Youn2016-10-181-4/+1
| | | * | | | | | Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn2016-10-182-8/+46
| | | * | | | | | Revert "usb: dwc2: gadget: change variable name to more meaningful"John Youn2016-10-181-4/+4
| | | * | | | | | usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET2016-10-171-2/+2
| | | * | | | | | usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz2016-10-171-16/+93
| | | * | | | | | usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz2016-10-171-3/+3
| | | * | | | | | usb: dwc2: Add msleep for host-onlyHeiko Stuebner2016-10-171-1/+10
| | | * | | | | | usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi2016-10-171-3/+11
| | | * | | | | | usb: dwc3: gadget: properly account queued requestsFelipe Balbi2016-10-171-3/+5
| | | * | | | | | usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi2016-10-171-2/+3
| | | * | | | | | usb: gadget: udc: atmel: fix endpoint nameAlexandre Belloni2016-10-171-1/+1
| | | |/ / / / /
| | * / / / / / wusb: Stop using the stack for sg crypto scratch spaceAndy Lutomirski2016-10-171-22/+37
| | |/ / / / /
| * | | | | | Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-289-56/+54
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-apei-fixes'Rafael J. Wysocki2016-10-294-18/+24
| | |\ \ \ \ \ \ \
| | | | * | | | | | ACPI / APEI: Fix incorrect return value of ghes_proc()Punit Agrawal2016-10-241-1/+1
| | | | | |/ / / / | | | | |/| | | |
| | | * | | | | | ACPI/PCI: pci_link: Include PIRQ_PENALTY_PCI_USING for ISA IRQsSinan Kaya2016-10-241-0/+4
| | | * | | | | | ACPI/PCI: pci_link: penalize SCI correctlySinan Kaya2016-10-243-15/+17
| | | * | | | | | ACPI/PCI/IRQ: assign ISA IRQ directly during early boot stagesSinan Kaya2016-10-241-2/+2
| | | |/ / / / /
| | * | | | | | ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region()Lv Zheng2016-10-295-19/+11
| | * | | | | | ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serializ...Lv Zheng2016-10-291-1/+1
| | * | | | | | ACPICA: Dispatcher: Fix order issue of method terminationLv Zheng2016-10-291-20/+20
| | |/ / / / /
| * | | | | | Merge tag 'pm-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-10-282-8/+34
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branches 'pm-cpufreq-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki2016-10-2911020-389534/+660584
| | |\ \ \ \ \ \
| | | * | | | | | PM / suspend: Fix missing KERN_CONT for suspend messageJon Hunter2016-10-241-2/+2
| | | |/ / / / /
| | * | | | | | cpufreq: intel_pstate: Always set max P-state in performance modeRafael J. Wysocki2016-10-241-3/+8
| | * | | | | | cpufreq: intel_pstate: Set P-state upfront in performance modeRafael J. Wysocki2016-10-211-4/+25
| * | | | | | | Merge tag 'arc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-10-2820-273/+203
| |\ \ \ \ \ \ \
| | * | | | | | | ARC: module: print pretty section namesVineet Gupta2016-10-281-14/+21
| | * | | | | | | ARC: module: elide loop to save reference to .eh_frameVineet Gupta2016-10-282-10/+9
| | * | | | | | | ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta2016-10-283-139/+0
| | * | | | | | | ARC: build: retire old togglesVineet Gupta2016-10-281-3/+0
| | * | | | | | | ARC: boot log: refactor cpu name/release printingVineet Gupta2016-10-283-24/+34
| | * | | | | | | ARC: boot log: remove awkward space comma from MMU lineVineet Gupta2016-10-281-3/+3
| | * | | | | | | ARC: boot log: don't assume SWAPE instruction supportVineet Gupta2016-10-282-2/+5
| | * | | | | | | ARC: boot log: refactor printing abt features not captured in BCRsVineet Gupta2016-10-282-45/+43
| | * | | | | | | ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta2016-10-283-9/+5
| | * | | | | | | ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta2016-10-243-7/+9
| | * | | | | | | ARC: syscall for userspace cmpxchg assistVineet Gupta2016-10-243-4/+39
| | * | | | | | | ARC: fix build warning in elf.hVineet Gupta2016-10-191-1/+1
| | * | | | | | | ARC: Adjust cpuinfo for non-continuous cpu idsNoam Camus2016-10-191-1/+1
| | * | | | | | | ARC: [build] Support gz, lzma compressed uImageDaniel Mentz2016-10-162-2/+16
| | * | | | | | | ARCv2: intc: untangle SMP, MCIP and IDUVineet Gupta2016-10-163-28/+36
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-2810-42/+108
| |\ \ \ \ \ \ \
| | * | | | | | | powerpc/64s: relocation, register save fixes for system reset interruptNicholas Piggin2016-10-272-21/+45
| | * | | | | | | powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V2016-10-272-4/+16
| | * | | | | | | powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg2016-10-271-1/+1
| | * | | | | | | powerpc/64: Fix race condition in setting lock bit in idle/wakeup codePaul Mackerras2016-10-241-0/+3
| | * | | | | | | powerpc/64: Re-fix race condition between going idle and entering guestPaul Mackerras2016-10-241-6/+26
| | * | | | | | | cxl: Fix leaking pid refs in some error pathsVaibhav Jain2016-10-242-9/+15