aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-09net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin1-0/+5
2021-09-09net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang1-1/+3
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2-2/+2
2021-09-09net: macb: fix use after free on rmmodTong Zhang1-1/+1
2021-09-09ibmvnic: check failover_pending in login responseSukadev Bhattiprolu1-0/+8
2021-09-09vhost_net: fix OoB on sendmsg() failure.Paolo Abeni1-1/+10
2021-09-09sched: Prevent balance_push() on remote runqueuesThomas Gleixner1-3/+3
2021-09-09sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior1-2/+2
2021-09-09locking/rtmutex: Fix ww_mutex deadlock checkPeter Zijlstra1-1/+1
2021-09-09rtc: rx8010: select REGMAP_I2CYu-Tung Chang1-0/+1
2021-09-08Input: analog - always use ktime functionsGuenter Roeck1-94/+13
2021-09-09cifs: move SMB FSCTL definitions to common codeSteve French2-1/+1
2021-09-08cifs: rename cifs_common to smbfs_commonSteve French9-10/+10
2021-09-08cifs: update FSCTL definitionsSteve French1-3/+13
2021-09-09Merge tag 'drm-misc-next-fixes-2021-09-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie8-28/+21
2021-09-09Merge tag 'amd-drm-next-5.15-2021-09-01' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie29-94/+198
2021-09-08io-wq: fix silly logic error in io_task_work_match()Jens Axboe1-2/+7
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds47-663/+267
2021-09-08nds32/setup: remove unused memblock_region variable in setup_memory()Mike Rapoport1-1/+0
2021-09-08mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui1-4/+13
2021-09-08mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfpNaohiro Aota1-1/+2
2021-09-08mmap_lock: change trace and locking orderLiam Howlett1-4/+4
2021-09-08mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin1-1/+3
2021-09-08mm,vmscan: fix divide by zero in get_scan_countRik van Riel1-1/+1
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2-0/+10
2021-09-08mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian1-1/+4
2021-09-08io_uring: drop ctx->uring_lock before acquiring sqd->lockJens Axboe1-0/+7
2021-09-08Merge tag 'tag-chrome-platform-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds5-23/+123
2021-09-08Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds39-767/+1441
2021-09-08Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-52/+197
2021-09-08Merge tag 'docs-5.15-2' of git://git.lwn.net/linuxLinus Torvalds73-129/+2686
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers3-9/+24
2021-09-08Merge tag 'modules-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-0/+2
2021-09-08Merge tag 'microblaze-v5.15' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-5/+4
2021-09-08Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmDan Williams8-169/+117
2021-09-08Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-7/+10
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-207/+438
2021-09-08Merge tag '9p-for-5.15-rc1' of git://github.com/martinetd/linuxLinus Torvalds4-6/+10
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann24-333/+12
2021-09-08compat: remove some compat entry pointsArnd Bergmann14-117/+42
2021-09-08mm: simplify compat numa syscallsArnd Bergmann2-129/+64
2021-09-08mm: simplify compat_sys_move_pagesArnd Bergmann1-15/+30
2021-09-08kexec: avoid compat_alloc_user_spaceArnd Bergmann1-36/+25
2021-09-08kexec: move locking into do_kexec_loadArnd Bergmann1-28/+16
2021-09-08mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang1-2/+2
2021-09-08mm: migrate: fix the incorrect function name in commentsBaolin Wang1-1/+1
2021-09-08mm: migrate: introduce a local variable to get the number of pagesBaolin Wang1-2/+3
2021-09-08mm/vmstat: protect per cpu variables with preempt disable on RTIngo Molnar1-0/+48
2021-09-08ksmbd: fix control flow issues in sid_to_id()Namjae Jeon1-24/+20
2021-09-08ksmbd: fix read of uninitialized variable ret in set_file_basic_infoNamjae Jeon1-1/+1