summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+5
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-075-174/+159
|\
| * sparc/PCI: Use dev_printk() when possibleBjorn Helgaas2018-05-225-79/+70
| * sparc32/PCI/PCIC: Converge device enable pathBjorn Helgaas2018-05-211-41/+30
| * sparc32/PCI/LEON: Converge device enable pathBjorn Helgaas2018-05-211-41/+23
| * sparc/PCI: Request legacy VGA framebuffer only for VGA devicesBjorn Helgaas2018-04-162-19/+42
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-046-217/+54
|\ \
| * | signal/sparc: Use force_sig_fault where appropriateEric W. Biederman2018-04-255-159/+34
| * | signal/sparc: Use send_sig_fault where appropriateEric W. Biederman2018-04-252-85/+20
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-255-0/+27
| * | sparc: fix compat siginfo ABI regressionDmitry V. Levin2018-04-192-2/+2
| |/
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-046-19/+268
|\ \
| * | iommu-common: move to arch/sparcChristoph Hellwig2018-05-095-4/+268
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-082-15/+0
* | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-04-301-1/+1
|\ \ | |/ |/|
| * sparc: vio: use put_device() instead of kfree()Arvind Yadav2018-04-301-1/+1
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-2/+2
* | Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-079-181/+98
|\ \
| * | sparc: get rid of asm wrapper for nis_syscall()Al Viro2018-03-205-16/+5
| * | sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINEAl Viro2018-03-203-18/+12
| * | sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINEAl Viro2018-03-203-19/+13
| * | convert compat sync_file_range() to COMPAT_SYSCALL_DEFINEAl Viro2018-03-203-7/+8
| * | switch sparc_remap_file_pages() to SYSCALL_DEFINEAl Viro2018-03-203-5/+5
| * | sparc: get rid of memory_ordering(2) wrapperAl Viro2018-03-203-7/+3
| * | sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()Al Viro2018-03-204-22/+22
| * | sparc: bury a zombie extern that had been that way for twenty yearsAl Viro2018-03-201-2/+0
| * | sparc: get rid of remaining SIGN... wrappersAl Viro2018-03-204-52/+18
| * | sparc: kill useless SIGN... wrappersAl Viro2018-03-202-17/+7
| * | sparc: get rid of sys_sparc_pipe() wrappersAl Viro2018-03-195-16/+5
* | | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-063-31/+33
|\ \ \
| * | | sparc/PCI: Stop reserving System ROM and Video ROM in PCI spaceBjorn Helgaas2018-03-201-20/+0
| * | | sparc/PCI: Support arbitrary host bridge address offsetYinghai Lu2018-02-153-11/+33
| |/ /
* | | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
* | | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-4/+4
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-04-0314-14/+643
|\ \
| * | sparc64: Update signal delivery to use new helper functionsKhalid Aziz2018-03-181-29/+9
| * | sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz2018-03-187-5/+395
| * | sparc64: Add auxiliary vectors to report platform ADI propertiesKhalid Aziz2018-03-183-0/+99
| * | sparc64: Add handler for "Memory Corruption Detected" trapKhalid Aziz2018-03-181-0/+59
| * | sparc64: Add HV fault type handlers for ADI related faultsKhalid Aziz2018-03-181-3/+26
| * | sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz2018-03-185-2/+80
| |/
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-024-18/+18
|\ \
| * | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
| * | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-022-4/+4
| * | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-5/+5
| * | fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
| * | fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
| * | fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
OpenPOWER on IntegriCloud