summaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorLines
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+6
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour-3/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-174/+159
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-270/+6
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-2/+2
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-50/+41
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+4
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+3
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-241/+57
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-45/+325
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-15/+4
2018-06-01kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck-1/+1
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada-2/+2
2018-05-22sparc/PCI: Use dev_printk() when possibleBjorn Helgaas-79/+70
2018-05-21sparc32/PCI/PCIC: Converge device enable pathBjorn Helgaas-41/+30
2018-05-21sparc32/PCI/LEON: Converge device enable pathBjorn Helgaas-41/+23
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-15/+4
2018-05-15Remove jsflash driverJens Axboe-40/+0
2018-05-14bpf, sparc: remove unused variableDaniel Borkmann-1/+0
2018-05-14softirq/sparc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker-2/+3
2018-05-14softirq/sparc: Convert local_softirq_pending() to use per-cpu opFrederic Weisbecker-1/+1
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig-4/+0
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig-3/+1
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig-3/+1
2018-05-09iommu-helper: move the IOMMU_HELPER config symbol to lib/Christoph Hellwig-4/+1
2018-05-09iommu-common: move to arch/sparcChristoph Hellwig-5/+322
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig-1/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig-15/+0
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-269/+6
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig-10/+0
2018-05-03bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann-269/+6
2018-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-2/+2
2018-04-30sparc: vio: use put_device() instead of kfree()Arvind Yadav-1/+1
2018-04-30sparc64: Fix mistake in oradax license textRob Gardner-1/+1
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman-178/+37
2018-04-25signal/sparc: Use send_sig_fault where appropriateEric W. Biederman-85/+20
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+29
2018-04-20y2038: sparc: Extend sysvipc data structuresArnd Bergmann-50/+41
2018-04-19sparc: fix compat siginfo ABI regressionDmitry V. Levin-9/+2
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani-11/+0
2018-04-19sparc: compat: Allow including asm/compat.h for 32-bitArnd Bergmann-0/+4
2018-04-16sparc/PCI: Request legacy VGA framebuffer only for VGA devicesBjorn Helgaas-19/+42
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-3/+1
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin-0/+4
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook-2/+2