summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
* csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
* csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49
* csky: Support kernel non-aligned accessGuo Ren2019-08-201-17/+45
* csky: Fixup defer cache flush for 610Guo Ren2019-08-202-25/+29
* csky: Fixup arch_get_unmapped_area() implementationGuo Ren2019-08-202-37/+43
* csky: Fixup ioremap function losingGuo Ren2019-08-152-17/+29
* csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-064-5/+19
* csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren2019-08-061-45/+26
* csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-312-4/+12
* csky: Fixup mb() synchronization problemGuo Ren2019-07-311-8/+7
* Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-2832-32/+32
|\
| * treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-2532-32/+32
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-07-2831-1886/+33
|\ \
| * \ Merge tag 'imx-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson2019-07-238-11/+10
| |\ \
| | * | arm64: dts: imx8mq: fix SAI compatibleLucas Stach2019-07-231-2/+1
| | * | arm64: dts: imx8mm: Correct SAI3 RXC/TXFS pin's mux option #1Anson Huang2019-07-231-2/+2
| | * | ARM: dts: imx6ul: fix clock frequency property name of I2C busesSébastien Szymanski2019-07-225-6/+6
| | * | ARM: dts: imx7ulp: Fix usb-phy unit address formatFabio Estevam2019-07-221-1/+1
| | |/
| * | ARM: defconfig: u8500: Add new driversLinus Walleij2019-07-231-1/+11
| * | ARM: defconfig: u8500: Refresh defconfigLinus Walleij2019-07-231-14/+8
| * | ARM: dts: bcm: bcm47094: add missing #cells for mdio-bus-muxArnd Bergmann2019-07-231-0/+3
| * | ARM: davinci: fix sleep.S build error on ARMv4Arnd Bergmann2019-07-231-0/+1
| * | ARM: Delete netx a second timeLinus Walleij2019-07-2220-1860/+0
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-287-23/+75
|\ \
| * | x86/speculation/mds: Apply more accurate check on hypervisor platformZhenzhong Duan2019-07-251-1/+1
| * | x86/hpet: Undo the early counter is counting checkThomas Gleixner2019-07-251-4/+8
| * | x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins2019-07-241-4/+9
| * | x86/irq/64: Update stale commentCao jin2019-07-221-4/+4
| * | x86/sysfb_efi: Add quirks for some devices with swapped width and heightHans de Goede2019-07-221-0/+46
| * | x86/stacktrace: Prevent access_ok() warnings in arch_stack_walk_user()Eiichi Tsukata2019-07-221-1/+1
| * | x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel2019-07-221-8/+5
| * | x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel2019-07-221-1/+1
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-282-5/+4
|\ \
| * | perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-0/+2
| * | perf/x86: Apply more accurate check on hypervisor platformZhenzhong Duan2019-07-251-2/+1
| * | perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x registerYunying Sun2019-07-251-2/+2
| * | perf/x86/intel: Fix SLOTS PEBS event constraintKan Liang2019-07-251-1/+1
| |/
* | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-271-0/+2
|\ \
| * | perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-0/+2
| |/
* | Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-2712-59/+79
|\ \
| * | s390/mm: use shared variables for sysctl range checkVasily Gorbik2019-07-261-4/+2
| * | s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic2019-07-261-0/+2
| * | s390/kasan: add bitops instrumentationVasily Gorbik2019-07-231-30/+35
| * | s390/bitops: make test functions return boolVasily Gorbik2019-07-231-12/+14
| * | s390: wire up clone3 system callVasily Gorbik2019-07-232-1/+2
| * | s390: use __u{16,32,64} instead of uint{16,32,64}_t in uapi headerMasahiro Yamada2019-07-231-17/+18
| * | s390/hypfs: fix a typo in the name of a functionChristophe JAILLET2019-07-231-2/+2
| * | s390: enable detection of kernel version from bzImageVasily Gorbik2019-07-235-2/+13
| |/
* | Merge tag 'docs-5.3-1' of git://git.lwn.net/linuxLinus Torvalds2019-07-261-1/+1
|\ \