summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: fix misplaced arch_virt_to_idmap()Russell King2013-10-291-1/+2
* ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align k...Sricharan R2013-10-291-1/+2
* Merge branch 'for-rmk/prefetch' of git://git.kernel.org/pub/scm/linux/kernel/...Russell King2013-10-236-23/+56
|\
| * ARM: bitops: prefetch the destination word for write prior to strexWill Deacon2013-09-301-0/+5
| * ARM: atomics: prefetch the destination word for write prior to strexWill Deacon2013-09-301-0/+7
| * ARM: locks: prefetch the destination word for write prior to strexWill Deacon2013-09-302-4/+11
| * ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUsWill Deacon2013-09-301-5/+12
| * ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.hWill Deacon2013-09-303-11/+20
| * ARM: prefetch: remove redundant "cc" clobberWill Deacon2013-09-301-3/+1
* | Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-10-2312-22/+252
|\ \
| * | ARM: perf: fix group validation for mixed software and hardware groupsWill Deacon2013-10-091-2/+1
| * | perf: parse the .debug_frame section in case .eh_frame is not presentJean Pihet2013-09-301-16/+59
| * | perf tools: Check libunwind for availability of dwarf parsing featureJean Pihet2013-09-302-2/+25
| * | ARM: perf: wire up perf_regs and unwind support for ARMWill Deacon2013-09-304-2/+110
| * | ARM: perf: add support for perf registers APIWill Deacon2013-09-305-0/+57
| |/
* | Merge branch 'for-rmk/arm-mm-lpae' of git://git.kernel.org/pub/scm/linux/kern...Russell King2013-10-188-30/+206
|\ \
| * | ARM: mm: Recreate kernel mappings in early_paging_init()Santosh Shilimkar2013-10-103-0/+87
| * | ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R2013-10-103-19/+82
| * | ARM: mm: Move the idmap print to appropriate place in the codeSantosh Shilimkar2013-10-101-2/+1
| * | ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar2013-10-103-3/+20
| * | ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar2013-10-101-6/+16
* | | ARM: add .gitignore entry for aesbs-core.SRussell King2013-10-071-0/+1
* | | Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-a...Russell King2013-10-07674-3537/+11905
|\ \ \
| * | | ARM: add support for bit sliced AES using NEON instructionsArd Biesheuvel2013-10-045-2/+5473
| * | | ARM: move AES typedefs and function prototypes to separate headerArd Biesheuvel2013-10-042-16/+25
| * | | ARM: pull in <asm/simd.h> from asm-genericArd Biesheuvel2013-10-041-0/+1
| | |/ | |/|
| * | Linux 3.12-rc3v3.12-rc3Linus Torvalds2013-09-291-1/+1
| * | Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-2921-107/+201
| |\ \
| | * | usb: dwc3: add support for MerrifieldDavid Cohen2013-09-261-0/+2
| | * | USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-261-2/+3
| | * | USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-261-34/+26
| | * | fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3
| | * | usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-251-0/+16
| | * | usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven2013-09-251-1/+1
| | * | usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-251-0/+2
| | * | usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen2013-09-251-2/+5
| | * | usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-251-0/+1
| | * | usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-251-1/+1
| | * | USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern2013-09-253-3/+3
| | * | USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-252-14/+34
| | * | USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-251-4/+8
| | * | USB: iMX21: accept very late isochronous URBsAlan Stern2013-09-251-4/+4
| | * | Merge tag 'for-usb-linus-2013-09-23' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-09-256-33/+92
| | |\ \ | | | |/ | | |/|
| | | * usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-231-0/+3
| | | * xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-231-2/+6
| | | * usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-234-10/+60
| | | * xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-234-21/+17
| | | * xhci: Fix oops happening after address device timeoutMathias Nyman2013-09-231-0/+6
| * | | Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-295-13/+10
| |\ \ \
| | * | | tty: ar933x_uart: move devicetree binding documentationGabor Juhos2013-09-261-0/+0
OpenPOWER on IntegriCloud