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