aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-23clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer instabilitySamuel Holland3-0/+67
2019-02-23clocksource/drivers/sun5i: Fail gracefully when clock rate is unavailableChen-Yu Tsai1-0/+10
2019-02-23i2c: designware: Do not allow i2c_dw_xfer() calls while suspendedHans de Goede4-1/+17
2019-02-23i2c: tegra: Only display error messages if DMA setup failsJonathan Hunter1-4/+6
2019-02-23powerpc: Enable kcovAndrew Donnellan7-2/+22
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy2-5/+17
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy6-16/+78
2019-02-23powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32Christophe Leroy1-2/+30
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy6-10/+112
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy3-0/+69
2019-02-23powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy2-6/+12
2019-02-23powerpc/kconfig: define PAGE_SHIFT inside KconfigChristophe Leroy2-11/+9
2019-02-23powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy2-3/+12
2019-02-23powerpc/32: add helper to write into segment registersChristophe Leroy1-0/+5
2019-02-23powerpc/mm/32s: use _PAGE_EXEC in setbat()Christophe Leroy1-4/+6
2019-02-23powerpc/wii: remove wii_mmu_mapin_mem2()Christophe Leroy1-28/+0
2019-02-23powerpc/32: always populate page tables for Abatron BDI.Christophe Leroy1-1/+4
2019-02-23powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.Christophe Leroy1-17/+8
2019-02-23powerpc/mm/32s: rework mmu_mapin_ram()Christophe Leroy1-22/+41
2019-02-23powerpc/mm/32: add base address to mmu_mapin_ram()Christophe Leroy7-9/+9
2019-02-23powerpc/wii: properly disable use of BATs when requested.Christophe Leroy1-0/+4
2019-02-23powerpc/8xx: Map 32Mb of RAM at init.Christophe Leroy2-22/+36
2019-02-23powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.cChristophe Leroy1-24/+18
2019-02-23powerpc: sstep: Add tests for addc[.] instructionSandipan Das2-0/+193
2019-02-23powerpc: sstep: Add tests for add[.] instructionSandipan Das1-0/+176
2019-02-23powerpc: sstep: Add tests for compute type instructionsSandipan Das3-5/+315
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner20-101/+964
2019-02-23i2c: gpio: fault-injector: add 'inject_panic' injectorWolfram Sang2-1/+56
2019-02-23i2c: gpio: fault-injector: add 'lose_arbitration' injectorWolfram Sang2-0/+99
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman3-7/+12
2019-02-23i2c: tegra: remove multi-master supportSowjanya Komatineni1-2/+2
2019-02-23i2c: tegra: remove master fifo support on tegra186Sowjanya Komatineni1-1/+1
2019-02-23habanalabs: driver's Kconfig must select DMA_SHARED_BUFFEROded Gabbay1-0/+1
2019-02-23habanalabs: don't print result when rc indicates errorOded Gabbay1-4/+10
2019-02-23MAINTAINERS: Change mailing list for Hyper-V CORE AND DRIVERSHaiyang Zhang1-1/+1
2019-02-23Drivers: hv: vmbus: Change server monitor_pages index to 0Kimberly Brown1-1/+1
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-34/+69
2019-02-22Merge branch 'fixes-v5.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-7/+5
2019-02-22Merge tag 'pm-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2019-02-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds7-65/+88
2019-02-22Merge tag 'arc-5.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds14-72/+187
2019-02-23bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann1-1/+13
2019-02-22Merge branch 'parisc-5.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-22/+32
2019-02-22Merge tag 'kbuild-fixes-v5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-3/+3
2019-02-22Merge branch 'udp-a-few-fixes'David S. Miller3-8/+12
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-22fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0