summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memoryMasahiro Yamada2020-04-091-2/+2
* x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-0912-62/+6
* crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada2020-04-091-2/+0
* crypto: x86 - rework configuration based on KconfigJason A. Donenfeld2020-04-091-87/+65
* x86: add comments about the binutils version to support code in as-instrMasahiro Yamada2020-04-091-0/+10
* x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld2020-04-093-10/+19
* x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-0913-89/+21
* x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-092-5/+2
* x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2020-04-092-6/+2
* x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-092-10/+2
* x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2020-04-092-44/+2
* x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada2020-04-091-1/+1
* sh: remove unneeded uapi asm-generic wrappersMasahiro Yamada2020-04-092-4/+0
* h8300: move definition of __kernel_size_t etc. to posix_types.hMasahiro Yamada2020-04-092-15/+13
* sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada2020-04-091-5/+3
* Merge tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-0726-38/+47
|\
| * backlight: corgi: Convert to use GPIO descriptorsLinus Walleij2020-03-252-10/+36
| * backlight: pwm_bl: Switch to full GPIO descriptorLinus Walleij2020-03-1824-28/+11
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-0728-42/+109
|\ \
| * | kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-072-0/+3
| * | compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-04-072-2/+0
| * | sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada2020-04-072-8/+0
| * | asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-079-11/+9
| * | mm: remove dummy struct bootmem_data/bootmem_data_tWaiman Long2020-04-071-2/+0
| * | powernv/memtrace: always online added memory blocksDavid Hildenbrand2020-04-071-10/+4
| * | userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu2020-04-071-0/+15
| * | userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-074-2/+71
| * | mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-073-3/+3
| * | mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+1
| * | mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-076-6/+6
* | | Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-0724-206/+854
|\ \ \
| * | | um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar2020-03-291-10/+5
| * | | um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons2020-03-291-0/+3
| * | | um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins2020-03-292-1/+10
| * | | um: Implement cpu_relax() as ndelay(1) for time-travelJohannes Berg2020-03-291-2/+10
| * | | um: Implement ndelay/udelay in time-travel modeJohannes Berg2020-03-294-1/+42
| * | | um: Implement time-travel=extJohannes Berg2020-03-296-17/+435
| * | | um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg2020-03-292-22/+75
| * | | um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-294-95/+229
| * | | um: Move timer-internal.h to non-sharedJohannes Berg2020-03-295-4/+3
| * | | um: falloc.h needs to be directly included for older libcAlan Maguire2020-03-291-0/+1
| * | | um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi2020-03-291-4/+4
| * | | um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi2020-03-291-1/+3
| * | | um: Fix overlapping ELF segments when statically linkedDavid Gow2020-03-291-1/+1
| * | | um: Delete never executed timerLeon Romanovsky2020-03-291-12/+0
| * | | um: Don't overwrite ethtool driver versionLeon Romanovsky2020-03-292-3/+0
| * | | um: Fix len of file in create_pid_fileWen Yang2020-03-291-2/+3
| * | | um: Don't use console_drivers directlyAndy Shevchenko2020-03-291-5/+4
| * | | um: Cleanup CONFIG_IOSCHED_CFQKrzysztof Kozlowski2020-03-292-2/+2
* | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-04-077-22/+10
|\ \ \ \