summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit1-0/+23
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski1-0/+33
2019-04-30x86/jump_label: Use text_poke_early() during early initNadav Amit1-1/+6
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit1-0/+2
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit3-19/+45
2019-04-30arm64: compat: Reduce address limit for 64K pagesVincenzo Frascino1-1/+1
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2-6/+42
2019-04-30Merge tag 'v5.1-rc7' into x86/mm, to pick up fixesIngo Molnar12-55/+100
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-29arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou1-1/+1
2019-04-29arm64: Kconfig: Tidy up errata workaround help textWill Deacon1-16/+13
2019-04-29x86/stacktrace: Use common infrastructureThomas Gleixner2-97/+20
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2-0/+15
2019-04-29s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer9-5/+207
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer24-188/+334
2019-04-29s390/sclp: do not use static sccbsGerald Schaefer4-6/+10
2019-04-29s390/kprobes: use static buffer for insn_pageGerald Schaefer1-17/+18
2019-04-29s390/kernel: convert SYSCALL and PGM_CHECK handlers to .quadGerald Schaefer3-17/+12
2019-04-29s390/kernel: build a relocatable kernelGerald Schaefer11-42/+124
2019-04-29s390: enable processes for mio instructionsSebastian Ott2-0/+12
2019-04-29s390/pci: add parameter to disable usage of MIO instructionsSebastian Ott1-1/+6
2019-04-29s390/pci: provide support for MIO instructionsSebastian Ott7-31/+294
2019-04-29s390/pci: move io address mapping code to pci_insn.cSebastian Ott4-39/+60
2019-04-29s390/pci: add parameter to force floating irqsSebastian Ott3-0/+9
2019-04-29s390/pci: gather statistics for floating vs directed irqsSebastian Ott3-6/+10
2019-04-29s390: show statistics for MSI IRQsSebastian Ott3-13/+42
2019-04-29s390/pci: provide support for CPU directed interruptsSebastian Ott5-63/+368
2019-04-29s390/airq: provide cacheline aligned ivsSebastian Ott1-4/+6
2019-04-29s390/pci: clarify interrupt vector usageSebastian Ott1-12/+26
2019-04-29s390/airq: recognize directed interruptsSebastian Ott3-3/+3
2019-04-29s390/sclp: detect DIRQ facilitySebastian Ott1-0/+1
2019-04-29s390/pci: move everything irq related to pci_irq.cSebastian Ott4-217/+229
2019-04-29s390/pci: remove unused defineSebastian Ott1-2/+0
2019-04-29s390/pci: mark command line parser data __initdataSebastian Ott1-1/+1
2019-04-29s390/ipl: Provide has_secure sysfs attributePhilipp Rudo2-0/+19
2019-04-29s390/kexec_file: Disable kexec_load when IPLed securePhilipp Rudo2-0/+16
2019-04-29s390/kexec_file: Create ipl report and pass to next kernelPhilipp Rudo5-9/+86
2019-04-29s390/kexec_file: Signature verification prototypePhilipp Rudo8-0/+95
2019-04-29s390/kexec_file: Load new kernel to absolute 0Philipp Rudo5-18/+28
2019-04-29s390/kexec_file: Unify loader codePhilipp Rudo4-84/+58
2019-04-29s390/kexec_file: Simplify parmarea accessPhilipp Rudo6-25/+28
2019-04-29s390/purgatory: Omit use of bin2cPhilipp Rudo2-6/+17
2019-04-29s390/purgatory: Reduce purgatory sizePhilipp Rudo2-4/+64
2019-04-29s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo1-1/+6
2019-04-29s390/kexec_file: Fix potential segment overlap in ELF loaderPhilipp Rudo1-1/+1
2019-04-29perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song3-23/+18
2019-04-28Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-6/+20
2019-04-28Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-40/+60
2019-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+7
2019-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+5