summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-02-20Merge tag 'davinci-for-v5.1/soc-part3' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2019-02-19ARM: davinci: remove intc related fields from davinci_soc_infoBartosz Golaszewski
2019-02-19irqchip: davinci-cp-intc: move the driver to drivers/irqchipBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: remove redundant commentsBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: drop GPL license boilerplateBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: use readl/writel_relaxed()Bartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: unify error handlingBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: improve coding styleBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: request the memory region before remapping itBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: use the new-style config structureBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: convert all hex numbers to lowercaseBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: use a common prefix for all symbolsBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: add the new config structures for da8xx SoCsBartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: add a wrapper around cp_intc_init()Bartosz Golaszewski
2019-02-19ARM: davinci: cp-intc: remove cp_intc.hBartosz Golaszewski
2019-02-19irqchip: davinci-aintc: move the driver to drivers/irqchipBartosz Golaszewski
2019-02-19ARM: davinci: aintc: remove unnecessary includesBartosz Golaszewski
2019-02-19ARM: davinci: aintc: remove the timer-specific irq_set_handler()Bartosz Golaszewski
2019-02-19ARM: davinci: aintc: request memory region before remapping itBartosz Golaszewski
2019-02-19ARM: davinci: aintc: unify error handlingBartosz Golaszewski
2019-02-19ARM: davinci: aintc: use the new config structureBartosz Golaszewski
2019-02-19ARM: davinci: aintc: use the new irqchip config structure in dm* SoCsBartosz Golaszewski
2019-02-19ARM: davinci: aintc: use writel_relaxed()Bartosz Golaszewski
2019-02-19ARM: davinci: aintc: drop the 00 prefix from register offsetsBartosz Golaszewski
2019-02-19ARM: davinci: aintc: use a common prefix for symbols in the driverBartosz Golaszewski
2019-02-19ARM: davinci: aintc: wrap davinci_irq_init() with a helperBartosz Golaszewski
2019-02-19ARM: davinci: aintc: drop GPL license boilerplateBartosz Golaszewski
2019-02-19ARM: davinci: make irqs.h a local headerBartosz Golaszewski
2019-02-19ARM: davinci: select SPARSE_IRQBartosz Golaszewski
2019-02-19ARM: davinci: wrap HW interrupt numbers with a macroBartosz Golaszewski
2019-02-19ARM: davinci: pull davinci_intc_base into the respective intc driversBartosz Golaszewski
2019-02-19ARM: davinci: remove davinci_intc_typeBartosz Golaszewski
2019-02-19ARM: davinci: select GENERIC_IRQ_MULTI_HANDLERBartosz Golaszewski
2019-02-19ARM: davinci: aintc: use irq domainBartosz Golaszewski
2019-02-19ARM: davinci: remove intc_host_map from davinci_soc_info structBartosz Golaszewski
2019-02-12ARM: davinci: da830-evm: remove legacy usb helpersBartosz Golaszewski
2019-02-12ARM: davinci: omapl138-hawk: remove legacy usb helpersBartosz Golaszewski
2019-02-12ARM: davinci: da830-evm: use gpio lookup entries for usb gpiosBartosz Golaszewski
2019-02-12ARM: davinci: omapl138-hawk: use gpio lookup entries for usb gpiosBartosz Golaszewski
2019-02-08ARM: davinci: da850-evm: use GPIO hogs instead of the legacy APIBartosz Golaszewski
2019-01-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-27Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-01-27Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-25KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsMasahiro Yamada
2019-01-25x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectlyVitaly Kuznetsov
2019-01-25KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper functionSean Christopherson
2019-01-25kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang
2019-01-25KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov