summaryrefslogtreecommitdiffstats
path: root/drivers/video/vgastate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-10ARM: 8301/1: qcom: Use secondary_startup_arm()Stephen Boyd1-2/+2
2015-02-10ARM: 8302/1: Add a secondary_startup that assumes ARM modeStephen Boyd1-0/+7
2015-02-10ARM: 8300/1: teach __asmeq that r11 == fp and r12 == ipArd Biesheuvel1-1/+14
2015-02-10ARM: kprobes: Fix compilation error caused by superfluous '*'Jon Medhurst1-1/+1
2015-02-06ARM: 8297/1: cache-l2x0: optimize aurora range operationsArnd Bergmann1-46/+22
2015-02-06ARM: 8296/1: cache-l2x0: clean up aurora cache handlingArnd Bergmann1-73/+38
2015-02-03ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rolloverWill Deacon1-15/+11
2015-01-29ARM: 8284/1: sa1100: clear RCSR_SMR on resumeDmitry Eremin-Solenikov1-0/+1
2015-01-29ARM: 8283/1: sa1100: collie: clear PWER register on machine initDmitry Eremin-Solenikov1-2/+1
2015-01-29ARM: 8282/1: sa1100: use handle_domain_irqDmitry Eremin-Solenikov1-1/+2
2015-01-29ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driverDmitry Eremin-Solenikov2-174/+197
2015-01-29ARM: 8280/1: sa1100: switch to irq_domain_add_simple()Dmitry Eremin-Solenikov1-4/+4
2015-01-29ARM: 8279/1: sa1100: merge both GPIO irqdomainsDmitry Eremin-Solenikov1-46/+11
2015-01-29ARM: 8278/1: sa1100: split irq handling for low GPIOsDmitry Eremin-Solenikov3-69/+93
2015-01-29ARM: 8298/1: ARM_KERNMEM_PERMS only works with MMU enabledArnd Bergmann1-0/+1
2015-01-29ARM: 8295/1: fix v7M build for !CONFIG_PRINTKRob Herring1-0/+2
2015-01-29ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB sizeNicolas Pitre1-9/+30
2015-01-29ARM: 8288/1: dma-mapping: don't detach devices without an IOMMU during teardownWill Deacon1-0/+3
2015-01-21ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv codeMasahiro Yamada1-1/+1
2015-01-21ARM: 8290/1: decompressor: fix a wrong commentMasahiro Yamada1-1/+1
2015-01-21ARM: 8286/1: mm: Fix dma_contiguous_reserve commentGeorge G. Davis1-4/+1
2015-01-21ARM: 8248/1: pm: remove outdated commentBrian Norris1-4/+0
2015-01-21ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() functionMasahiro Yamada1-2/+5
2015-01-21ARM: 8274/1: Fix DEBUG_LL for multi-platform kernels (without PL01X)Daniel Thompson1-6/+1
2015-01-21ARM: 8273/1: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XXDaniel Thompson1-1/+2
2015-01-21ARM: 8272/1: netx: Migrate DEBUG_LL macros to shared directoryDaniel Thompson2-13/+25
2015-01-21ARM: 8271/1: omap1: Migrate debug_ll macros to use 8250.SDaniel Thompson2-102/+56
2015-01-21ARM: 8270/1: ks8695: Migrate debug_ll macros to shared directoryDaniel Thompson2-3/+15
2015-01-21ARM: 8269/1: Remove DEBUG_LL_UART_NONEDaniel Thompson1-9/+0
2015-01-21ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where neededDaniel Thompson7-0/+7
2015-01-21ARM: 8267/1: cnx3xxx: Remove spurious default for DEBUG_CNS3xxxDaniel Thompson1-1/+0
2015-01-20ARM: kprobes: Eliminate test code's use of BX instruction on ARMv4 CPUsJon Medhurst2-3/+10
2015-01-16ARM: 8207/1: amba: Use inlines instead of macros for amba_pclk_enable/disableKrzysztof Kozlowski1-4/+8
2015-01-16ARM: 8285/1: remove ARMv3 user access code againNicolas Pitre2-577/+2
2015-01-16ARM: 8265/1: dts: exynos4: Add nodes for L2 cache controllerTomasz Figa2-0/+23
2015-01-16ARM: 8264/1: EXYNOS: Add support for non-secure L2X0 resumeTomasz Figa1-0/+46
2015-01-16ARM: 8263/1: EXYNOS: Add .write_sec outer cache callback for L2C-310Tomasz Figa1-0/+50
2015-01-16ARM: 8262/1: l2c: Add support for overriding prefetch settingsTomasz Figa2-0/+64
2015-01-16ARM: 8261/1: l2c: Get outer cache .write_sec callback from mach_desc only if ...Tomasz Figa1-1/+2
2015-01-16ARM: 8260/1: l2c: Add interface to ask hypervisor to configure L2CTomasz Figa2-0/+9
2015-01-16ARM: 8259/1: l2c: Refactor the driver to use commit-like interfaceTomasz Figa1-96/+116
2015-01-16ARM: 8258/1: l2c: use l2c_write_sec() for restoring latency and filter regsMarek Szyprowski1-16/+16
2015-01-16ARM: 8257/1: OMAP2+: use common l2cache initialization codeMarek Szyprowski3-15/+15
2015-01-16ARM: 8287/1: add bitrev.h file to support rbit instructionYalin Wang2-0/+21
2015-01-14ARM: optprobes: execute instruction during restoring if possible.Wang Nan3-2/+54
2015-01-14ARM: 8252/1: sa1100: use pxa_timer clocksource driverDmitry Eremin-Solenikov3-140/+7
2015-01-14ARM: 8251/1: clocksource: enable pxa_timer for SA-1100 platformDmitry Eremin-Solenikov2-1/+8
2015-01-14ARM: 8250/1: sa1100: provide OSTIMER0 clock for pxa_timerDmitry Eremin-Solenikov1-0/+12
2015-01-13ARM: kprobes: check register usage for probed instruction.Wang Nan5-1/+103
2015-01-13ARM: kprobes: Fix unreliable MRS instruction testsJon Medhurst (Tixy)4-19/+43