aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-15signal/powerpc: Remove redefinition of NSIGTRAP on powerpcEric W. Biederman1-3/+0
2018-01-15signal: unify compat_siginfo_tAl Viro9-525/+4
2018-01-15kvm: x86: fix KVM_XEN_HVM_CONFIG ioctlPaolo Bonzini1-3/+4
2018-01-15arm: Implement thread_struct whitelist for hardened usercopyKees Cook2-0/+11
2018-01-15arm64: Implement thread_struct whitelist for hardened usercopyKees Cook2-0/+11
2018-01-15x86: Implement thread_struct whitelist for hardened usercopyKees Cook2-0/+9
2018-01-15fork: Provide usercopy whitelisting for task_structKees Cook1-0/+11
2018-01-15arm64: fix comment above tcr_compute_pa_sizeKristina Martsenko1-1/+1
2018-01-15arm64: fix ID map extension to 52 bitsKristina Martsenko1-3/+2
2018-01-15arm64: Stop printing the virtual memory layoutLaura Abbott1-43/+0
2018-01-15arm64: capabilities: Handle duplicate entries for a capabilitySuzuki K Poulose1-21/+23
2018-01-15x86/jailhouse: Add PCI dependencyArnd Bergmann1-1/+1
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman152-491/+1967
2018-01-15ARM: dts: rename oxnas dts filesDaniel Golle3-2/+2
2018-01-15ARM: dts: s5pv210: add interrupt-parent for ohciArnd Bergmann1-0/+1
2018-01-15ARM: lpc3250: fix uda1380 gpio numbersArnd Bergmann2-4/+4
2018-01-15ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" propertyPatrice Chotard2-2/+4
2018-01-15x86/jailhouse: Hide x2apic code when CONFIG_X86_X2APIC=nThomas Gleixner1-14/+19
2018-01-15arm64: use swiotlb_alloc and swiotlb_freeChristoph Hellwig2-43/+4
2018-01-15arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig3-12/+12
2018-01-15mips: use swiotlb_{alloc,free}Christoph Hellwig4-42/+7
2018-01-15mips/netlogic: remove swiotlb supportChristoph Hellwig4-103/+0
2018-01-15tile: use generic swiotlb_opsChristoph Hellwig2-33/+4
2018-01-15tile: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig3-7/+7
2018-01-15unicore32: use generic swiotlb_opsChristoph Hellwig4-58/+2
2018-01-15ia64: remove an ifdef around the content of pci-dma.cChristoph Hellwig1-7/+0
2018-01-15ia64: clean up swiotlb supportChristoph Hellwig5-57/+19
2018-01-15ia64: use generic swiotlb_opsChristoph Hellwig4-40/+13
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig4-8/+8
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2-2/+2
2018-01-15x86: rename swiotlb_dma_opsChristoph Hellwig1-2/+2
2018-01-15powerpc: rename swiotlb_dma_opsChristoph Hellwig4-5/+5
2018-01-15ia64: rename swiotlb_dma_opsChristoph Hellwig3-8/+8
2018-01-15arm64: rename swiotlb_dma_opsChristoph Hellwig1-2/+2
2018-01-15h8300: use dma-directChristoph Hellwig5-79/+3
2018-01-15cris: use dma-directChristoph Hellwig5-98/+6
2018-01-15dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig1-6/+3
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig6-9/+9
2018-01-15dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig6-64/+3
2018-01-15dma-mapping: add an arch_dma_supported hookChristoph Hellwig2-7/+15
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig11-31/+0
2018-01-15x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky1-1/+5
2018-01-15x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse4-0/+59
2018-01-15x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin1-10/+14
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2018-01-14Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds21-36/+561
2018-01-14x86/retpoline: Remove compile time warningThomas Gleixner1-2/+0
2018-01-14x86/jailhouse: Initialize PCI supportJan Kiszka1-0/+17
2018-01-14x86/jailhouse: Wire up IOAPIC for legacy UART portsJan Kiszka1-0/+21
2018-01-14x86/jailhouse: Halt instead of failing to restartJan Kiszka1-0/+10