aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-29s390/kasan: add kdump supportGravatar Vasily Gorbik 1-0/+2
2019-08-29s390/setup: avoid using strncmp with hardcoded lengthGravatar Vasily Gorbik 1-5/+5
2019-08-29s390/sclp: avoid using strncmp with hardcoded lengthGravatar Vasily Gorbik 1-1/+1
2019-08-29s390/module: avoid using strncmp with hardcoded lengthGravatar Vasily Gorbik 1-2/+2
2019-08-29s390/pci: avoid using strncmp with hardcoded lengthGravatar Vasily Gorbik 1-2/+2
2019-08-26s390/kaslr: reserve memory for kasan usageGravatar Vasily Gorbik 1-8/+33
2019-08-26s390/mem_detect: provide single get_mem_detect_endGravatar Vasily Gorbik 3-19/+12
2019-08-26s390/cmma: reuse kstrtobool for option value parsingGravatar Vasily Gorbik 1-10/+4
2019-08-26s390/vdso: reuse kstrtobool for option value parsingGravatar Vasily Gorbik 1-13/+5
2019-08-26s390/startup: correct command line options parsingGravatar Vasily Gorbik 1-3/+3
2019-08-26s390/numa: correct early_param handlingGravatar Vasily Gorbik 2-4/+5
2019-08-21s390/paes: Prepare paes functions for large key blobsGravatar Harald Freudenberger 1-24/+160
2019-08-21s390/pkey: add CCA AES cipher key supportGravatar Harald Freudenberger 1-22/+235
2019-08-21s390/pkey: pkey cleanup: narrow in-kernel API, fix some variable typesGravatar Harald Freudenberger 1-112/+2
2019-08-21s390/startup: round down "mem" option to page boundaryGravatar Vasily Gorbik 1-1/+1
2019-08-21s390/startup: adjust _sdma and _edma to page boundariesGravatar Vasily Gorbik 1-1/+2
2019-08-21s390/stacktrace: use common arch_stack_walk infrastructureGravatar Vasily Gorbik 2-44/+7
2019-08-21s390/kasan: avoid report in get_wchanGravatar Vasily Gorbik 1-2/+2
2019-08-21s390/process: avoid potential reading of freed stackGravatar Vasily Gorbik 1-6/+16
2019-08-21s390/kasan: provide uninstrumented __strlenGravatar Vasily Gorbik 1-2/+7
2019-08-21s390: clean .bss before running uncompressed kernelGravatar Vasily Gorbik 6-65/+26
2019-08-21s390/startup: purge obsolete .gitignore patternsGravatar Vasily Gorbik 1-3/+0
2019-08-21s390/startup: add initial pgm check handlerGravatar Vasily Gorbik 1-1/+23
2019-08-21s390/mm: use refcount_t for refcountGravatar Chuhong Yuan 2-6/+8
2019-08-21s390/extmem: use refcount_t for refcountGravatar Chuhong Yuan 1-5/+6
2019-08-21s390/pci: PCI_IOV_RESOURCES loop refactoring in zpci_map_resourcesGravatar Denis Efremov 1-4/+4
2019-08-21s390: move vmalloc option parsing to startup codeGravatar Vasily Gorbik 4-11/+9
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 32-32/+32
2019-07-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 31-1886/+33
2019-07-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-23/+75
2019-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-5/+4
2019-07-27Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+2
2019-07-27Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 12-59/+79
2019-07-26Merge tag 'docs-5.3-1' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 14-97/+207
2019-07-26s390/mm: use shared variables for sysctl range checkGravatar Vasily Gorbik 1-4/+2
2019-07-26s390/dma: provide proper ARCH_ZONE_DMA_BITS valueGravatar Halil Pasic 1-0/+2
2019-07-25perf/x86/intel: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2019-07-25Merge tag 'riscv/for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-0/+26
2019-07-25perf/x86/intel: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2019-07-25perf/x86: Apply more accurate check on hypervisor platformGravatar Zhenzhong Duan 1-2/+1
2019-07-25perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x registerGravatar Yunying Sun 1-2/+2
2019-07-25perf/x86/intel: Fix SLOTS PEBS event constraintGravatar Kan Liang 1-1/+1
2019-07-25x86/speculation/mds: Apply more accurate check on hypervisor platformGravatar Zhenzhong Duan 1-1/+1
2019-07-25x86/hpet: Undo the early counter is counting checkGravatar Thomas Gleixner 1-4/+8
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersGravatar Masahiro Yamada 32-32/+32
2019-07-24Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 14-25/+103
2019-07-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-13/+44
2019-07-24KVM: X86: Boost queue head vCPU to mitigate lock waiter preemptionGravatar Wanpeng Li 1-1/+2
2019-07-24x86/entry/32: Pass cr2 to do_async_page_fault()Gravatar Matt Mullins 1-4/+9