summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-26Merge branch 'core/entry' into x86/entryIngo Molnar
2020-07-26entry: Correct __secure_computing() stubThomas Gleixner
2020-07-26Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-26Merge tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-07-26drm: of: Fix double-free bugBiju Das
2020-07-26Merge tag 'usb-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-07-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-07-26nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng
2020-07-26nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg
2020-07-26f2fs: compress: delay temp page allocationChao Yu
2020-07-26f2fs: compress: fix to update isize when overwriting compressed fileChao Yu
2020-07-26f2fs: space related cleanupJack Qiu
2020-07-27powerpc/powernv/pci.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/smu.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/reg.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/ppc_asm.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/epapr_hcalls.h: delete duplicated wordsRandy Dunlap
2020-07-27powerpc/cputime.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/book3s/radix-4k.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap
2020-07-27powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing
2020-07-27powerpc/ptdump: Refactor update of pg_stateChristophe Leroy
2020-07-27powerpc/ptdump: Refactor update of st->last_paChristophe Leroy
2020-07-27powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy
2020-07-27powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy
2020-07-27powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy
2020-07-27powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy
2020-07-27powerpc: Use MODULES_VADDR if definedChristophe Leroy
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy
2020-07-27powerpc/papr_scm: Make some symbols staticWei Yongjun
2020-07-27powerpc/64s: allow for clang's objdump differencesBill Wendling
2020-07-27powerpc: Implement smp_cond_load_relaxed()Nicholas Piggin
2020-07-27powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin
2020-07-26entry: Correct 'noinstr' attributesIngo Molnar
2020-07-26powerpc: Move spinlock implementation to simple_spinlockNicholas Piggin
2020-07-26powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin
2020-07-26powerpc/numa: Limit possible nodes to within num_possible_nodesSrikar Dronamraju
2020-07-26macintosh/via-macii: Clarify definition of macii_init()Finn Thain
2020-07-26macintosh/via-macii: Use the stack for reset request storageFinn Thain
2020-07-26macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain
2020-07-26macintosh/via-macii: Use bool type for reading_reply variableFinn Thain
2020-07-26macintosh/via-macii: Handle poll replies correctlyFinn Thain
2020-07-26macintosh/via-macii: Remove read_done stateFinn Thain
2020-07-26macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain
2020-07-26macintosh/via-macii: Poll the device most likely to respondFinn Thain
2020-07-26macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain