summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-0314-80/+229
|\
| * usb: musb: am335x: add second port to beagle boneSebastian Andrzej Siewior2013-08-271-0/+13
| * usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior2013-08-271-0/+1
| * usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior2013-08-274-46/+31Star
| * usb: musb: dsps fix the typo in reg-names of the dma nodeSebastian Andrzej Siewior2013-08-271-1/+1
| * Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman2013-08-1984-305/+630
| |\
| * \ Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-1414-80/+230
| |\ \
| | * | usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior2013-08-092-0/+65
| | * | usb: musb: dsps: use proper child nodesSebastian Andrzej Siewior2013-08-094-14/+139
| | * | Merge branch 'nop-phy-rename' into nextFelipe Balbi2013-08-094-10/+10
| | |\ \
| | | * | usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2013-08-094-10/+10
| | * | | ARM: tegra: Remove USB platform dataTuomas Tynkkynen2013-07-291-37/+1Star
| | * | | arm: tegra: Remove obsolete nvidia,vbus-gpio propertiesMikko Perttunen2013-07-293-4/+0Star
| | * | | arm: dts: tegra20: Rename USB UTMI parameters according to new definitionsMikko Perttunen2013-07-291-14/+14
| | * | | usb: dwc3: core: switch to snps,dwc3Felipe Balbi2013-07-291-1/+1
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-09-0345-1280/+1203Star
|\ \ \ \
| * | | | s390/pci: use virtual memory for iommu bitmapSebastian Ott2013-08-301-9/+3Star
| * | | | s390/pci: update function handle after resume from hibernateSebastian Ott2013-08-304-5/+45
| * | | | s390/pci: try harder to modify a functionSebastian Ott2013-08-301-2/+2
| * | | | s390/pci: split lpfSebastian Ott2013-08-304-54/+72
| * | | | s390/hibernate: add early resume functionSebastian Ott2013-08-303-5/+12
| * | | | s390/pci: add recover sysfs knobSebastian Ott2013-08-302-2/+29
| * | | | s390/pci: use claim_resourceSebastian Ott2013-08-301-29/+34
| * | | | s390/pci/hotplug: convert to be builtin onlySebastian Ott2013-08-302-41/+17Star
| * | | | s390/mm: implement software referenced bitsMartin Schwidefsky2013-08-295-187/+244
| * | | | s390/tx: allow program interruption filtering in user spaceMartin Schwidefsky2013-08-281-3/+3
| * | | | s390/pgtable: fix mprotect for single-threaded KVM guestsMartin Schwidefsky2013-08-281-0/+1
| * | | | s390/time: return with irqs disabled from psw_idleMartin Schwidefsky2013-08-285-6/+4Star
| * | | | s390/kprobes: add support for compare and branch instructionsHeiko Carstens2013-08-221-2/+19
| * | | | s390/switch_to: fix save_access_regs() / restore_access_regs()Heiko Carstens2013-08-221-2/+7
| * | | | s390/bitops: fix inline assembly constraintsHeiko Carstens2013-08-221-6/+6
| * | | | s390/mm: introduce ptep_flush_lazy helperMartin Schwidefsky2013-08-225-25/+24Star
| * | | | s390/time: clock comparator revalidationMartin Schwidefsky2013-08-221-4/+1Star
| * | | | s390/pgtable: add pgste_get helperMartin Schwidefsky2013-08-221-1/+10
| * | | | s390/pgtable: skip pgste updates on full flushMartin Schwidefsky2013-08-221-4/+3Star
| * | | | s390/mm: cleanup page table definitionsMartin Schwidefsky2013-08-2210-325/+333
| * | | | s390/mm: remove dead pfmf inline assemblyHeiko Carstens2013-08-221-10/+0Star
| * | | | s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-2212-455/+207Star
| * | | | s390/pci: use adapter interrupt vector helpersMartin Schwidefsky2013-08-223-208/+165Star
| * | | | s390/pci: cleanup function namesMartin Schwidefsky2013-08-225-28/+28
| * | | | s390/airq: introduce adapter interrupt vector helperMartin Schwidefsky2013-08-221-0/+67
| * | | | s390: replace remaining strict_strtoul() with kstrtoul()Heiko Carstens2013-08-222-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-09-035-15/+22
|\ \ \ \ \
| * | | | | m68k/atari: ARAnyM - Always use physical addresses in NatFeat callsGeert Uytterhoeven2013-08-234-15/+18
| * | | | | m68k: Ignore disabled HSYNC interrupt on Atari for irqs_disabled()Geert Uytterhoeven2013-08-231-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'lockref' (locked reference counts)Linus Torvalds2013-09-032-0/+6
|\ \ \ \ \
| * | | | | lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds2013-09-022-0/+6
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-021-2/+2
|\ \ \ \ \ \
| * | | | | | x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu2013-08-201-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-08-311-2/+0Star
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |