aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiHEADmasterLinus Torvalds17-98/+165
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-44/+56
2020-08-14Merge tag 'sound-fix-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-12/+92
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds4-58/+1
2020-08-14dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock()Hugh Dickins1-18/+9
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-16/+84
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-25/+223
2020-08-14Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+11
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds10-58/+145
2020-08-14Merge tag 'powerpc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-9/+8
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds27-1143/+397
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-8/+16
2020-08-14x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet1-1/+1
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+1
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-41/+47
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-243/+218
2020-08-14kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada2-28/+27
2020-08-14kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada1-34/+34
2020-08-14kconfig: qconf: refactor icon setupsMasahiro Yamada2-14/+27
2020-08-14kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada2-2/+2
2020-08-14kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada1-8/+0
2020-08-14kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada2-19/+11
2020-08-14kconfig: qconf: drop more localization codeMasahiro Yamada1-8/+3
2020-08-14kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada2-10/+10
2020-08-14kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada2-5/+5
2020-08-14kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada2-5/+5
2020-08-14kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada1-1/+2
2020-08-14kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada2-24/+22
2020-08-14kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada1-4/+0
2020-08-14kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada1-3/+1
2020-08-14kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada2-2/+1
2020-08-14kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada1-21/+20
2020-08-14kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada1-6/+5
2020-08-14kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada1-1/+0
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada2-5/+11
2020-08-14kconfig: qconf: Fix mouse events in search viewMaxime Chretien1-2/+3
2020-08-14kconfig: constify XPM dataMasahiro Yamada2-30/+30
2020-08-14Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada1-5/+1
2020-08-14kconfig: remove '---help---' supportMasahiro Yamada2-2/+2
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds66-350/+494
2020-08-13Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds41-250/+409
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang3-21/+27
2020-08-13af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness1-2/+7
2020-08-13random32: add a tracepoint for prandom_u32()Eric Dumazet2-0/+19
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxLinus Torvalds18-379/+105
2020-08-13Documentation/locking/locktypes: fix the typoHuang Shijie1-1/+1
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-46/+59
2020-08-13Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds9-25/+65
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds15-19/+21
2020-08-13Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-116/+121
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner1-6/+0
2020-08-13drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko3-4/+7
2020-08-13xen: Sync up with the canonical protocol definition in XenOleksandr Andrushchenko1-3/+88
2020-08-13drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko1-0/+1
2020-08-13drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-7/+7
2020-08-13xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko1-0/+8
2020-08-13ALSA: echoaudio: Fix potential Oops in snd_echo_resume()Dinghao Liu1-2/+0
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck1-2/+5
2020-08-13crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2-12/+1
2020-08-12Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds15-218/+244
2020-08-12Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller1-1/+0
2020-08-12net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet1-5/+7
2020-08-12Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x'David S. Miller2-0/+4
2020-08-12net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-08-12net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-12i2c: iproc: fix race between client unreg and isrDhananjay Phadke1-1/+12
2020-08-12ipv4: tunnel: fix compilation on ARCH=umJohannes Berg1-0/+1
2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella1-1/+1
2020-08-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-12Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds25-136/+511
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+70
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds83-2636/+3479
2020-08-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds82-871/+4778
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds62-210/+1032
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds5-193/+282
2020-08-12Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds84-382/+903
2020-08-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds264-1437/+2357
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu18-87/+69
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu4-29/+10
2020-08-12mm/xtensa: use general page fault accountingPeter Xu1-11/+4
2020-08-12mm/x86: use general page fault accountingPeter Xu1-15/+2
2020-08-12mm/sparc64: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/sparc32: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/sh: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm/s390: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm/riscv: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm/powerpc: use general page fault accountingPeter Xu1-8/+3
2020-08-12mm/parisc: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm/openrisc: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm/nios2: use general page fault accountingPeter Xu1-10/+4
2020-08-12mm/nds32: use general page fault accountingPeter Xu1-16/+3
2020-08-12mm/mips: use general page fault accountingPeter Xu1-11/+3
2020-08-12mm/microblaze: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm/m68k: use general page fault accountingPeter Xu1-10/+4
2020-08-12mm/ia64: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm/hexagon: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm/csky: use general page fault accountingPeter Xu1-11/+1
2020-08-12mm/arm64: use general page fault accountingPeter Xu1-23/+6
2020-08-12mm/arm: use general page fault accountingPeter Xu1-19/+6
2020-08-12mm/arc: use general page fault accountingPeter Xu1-15/+3
2020-08-12mm/alpha: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu31-34/+103
2020-08-12mm/gup: use a standard migration target allocation callbackJoonsoo Kim1-48/+6
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim3-9/+10
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim2-9/+10
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2-12/+6
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim3-28/+12
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim7-22/+61
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim1-0/+5
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim4-49/+33
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim2-28/+34
2020-08-12mm/page_isolation: prefer the node of the source pageJoonsoo Kim1-1/+3
2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang1-1/+0
2020-08-12ipc: uninline functionsAlexey Dobriyan2-4/+2
2020-08-12scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers1-2/+2
2020-08-12kcov: make some symbols staticWei Yongjun1-3/+3
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver1-1/+1
2020-08-12panic: make print_oops_end_marker() staticYue Hu2-2/+1
2020-08-12lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUTTiezhu Yang1-1/+1
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang2-2/+2
2020-08-12rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva1-2/+2
2020-08-12drivers/rapidio/rio-scan.c: use struct_size() helperGustavo A. R. Silva1-5/+3
2020-08-12drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helperGustavo A. R. Silva1-2/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna2-0/+56
2020-08-12exec: move path_noexec() check earlierKees Cook2-8/+8
2020-08-12exec: move S_ISREG() check earlierKees Cook3-10/+16
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook1-2/+1
2020-08-12coredump: add %f for executable filenameLepton Wu2-5/+15
2020-08-12test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang1-1/+1
2020-08-12kmod: remove redundant "be an" in the commentTiezhu Yang1-3/+2
2020-08-12selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang1-2/+2
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller1-4/+6
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi1-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng1-2/+2
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches20-251/+239
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2-10/+15
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-08-12fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-12fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-12fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-12fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-12fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-12fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-12autofs: fix doubled wordRandy Dunlap1-1/+1
2020-08-12checkpatch: remove missing switch/case break testJoe Perches1-25/+0
2020-08-12checkpatch: add test for repeated wordsJoe Perches1-0/+38
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet1-9/+12
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches1-2/+24
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches1-0/+6
2020-08-12lib/test_bits.c: add tests of GENMASKRikard Falkeborn3-0/+87
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder2-10/+6
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder2-6/+6
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov13-15/+15
2020-08-12lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang1-2/+2
2020-08-12lib/Kconfig.debug: make TEST_LOCKUP depend on moduleTiezhu Yang1-0/+1
2020-08-12lib/test_lockup.c: make symbol 'test_works' staticWei Yongjun1-1/+1
2020-08-12lib/test_bitops: do the full test during module initGeert Uytterhoeven1-8/+10
2020-08-12lib/generic-radix-tree.c: remove unneeded __rcuLuc Van Oostenryck1-1/+1
2020-08-12lib/test_bitmap.c: add test for bitmap_cut()Stefano Brivio1-0/+58
2020-08-12lib/bitmap.c: fix bitmap_cut() for partial overlapping caseStefano Brivio1-2/+2
2020-08-12sparse: group the defines by functionalityLuc Van Oostenryck1-19/+25
2020-08-12include/linux/poison.h: remove obsolete commentMatthew Wilcox1-4/+0
2020-08-12include/: replace HTTP links with HTTPS onesAlexander A. Klimov30-30/+30
2020-08-12kernel.h: remove duplicate include of asm/div64.hArvind Sankar1-1/+0
2020-08-12./Makefile: add debug option to enable function aligned on 32 bytesFeng Tang2-0/+15
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig3-25/+21
2020-08-12include/linux/xz.h: drop duplicated wordRandy Dunlap1-1/+1
2020-08-12include/linux/async_tx.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12include/linux/exportfs.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12include/linux/compiler-clang.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck1-4/+4
2020-08-12exec: use force_uaccess_begin during exec and exitChristoph Hellwig2-2/+7
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig12-56/+63
2020-08-12uaccess: remove segment_eqChristoph Hellwig24-32/+25
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig1-0/+2
2020-08-12nds32: use uaccess_kernel in show_regsChristoph Hellwig1-1/+1
2020-08-12syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig2-1/+3
2020-08-12mm/zsmalloc.c: fix duplicated wordsRandy Dunlap1-1/+1
2020-08-12mm/zpool.c: delete duplicated word and fix grammarRandy Dunlap1-4/+4
2020-08-12mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/usercopy.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/slab_common.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/shmem.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/page_alloc.c: delete or fix duplicated wordsRandy Dunlap1-3/+3
2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/migrate.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/memory.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/memcontrol.c: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-12mm/hugetlb.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/hmm.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/filemap.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/compaction.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar1-1/+0
2020-08-12sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar1-3/+1
2020-08-12include/linux/memcontrol.h: drop duplicate word and fix spelloRandy Dunlap1-2/+2
2020-08-12include/linux/frontswap.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-08-12include/linux/highmem.h: fix duplicated words in a commentRandy Dunlap1-1/+1