aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-20c6x: remove architectureGravatar Arnd Bergmann 129-11162/+2
2021-01-15MAINTAINERS: Remove deleted platform efm32Gravatar Uwe Kleine-König 1-7/+0
2021-01-15ARM: drop efm32 platformGravatar Uwe Kleine-König 12-460/+1
2021-01-08ARM: Remove PicoXcell platform supportGravatar Rob Herring 7-116/+1
2021-01-08ARM: dts: Remove PicoXcell platformsGravatar Rob Herring 5-759/+0
2021-01-03Linux 5.11-rc2v5.11-rc2Gravatar Linus Torvalds 1-1/+1
2021-01-02Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 4-21/+35
2021-01-02Merge tag 'pm-5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 4-5/+48
2021-01-02Merge branches 'pm-cpufreq' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 3-3/+41
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 21-86/+208
2021-01-01Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+2
2021-01-01Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-21/+43
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHGravatar Linus Torvalds 1-0/+2
2020-12-30kernel/io_uring: cancel io_uring before task worksGravatar Pavel Begunkov 2-2/+2
2020-12-30io_uring: fix io_sqe_files_unregister() hangsGravatar Pavel Begunkov 1-2/+22
2020-12-30io_uring: add a helper for setting a ref nodeGravatar Pavel Begunkov 1-10/+12
2020-12-30Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-36/+36
2020-12-30intel_idle: add SnowRidge C-state tableGravatar Artem Bityutskiy 1-1/+40
2020-12-30cpufreq: intel_pstate: Fix fast-switch fallback pathGravatar Rafael J. Wysocki 1-1/+0
2020-12-30Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Rafael J. Wysocki 1-2/+7
2020-12-30s390/Kconfig: sort config S390 select list once againGravatar Heiko Carstens 1-14/+17
2020-12-30s390: update defconfigsGravatar Heiko Carstens 3-7/+18
2020-12-29block: add debugfs stanza for QUEUE_FLAG_NOWAITGravatar Andres Freund 1-0/+1
2020-12-29fs: block_dev.c: fix kernel-doc warnings from struct block_device changesGravatar Randy Dunlap 1-1/+1
2020-12-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 42-91/+101
2020-12-29mm: slub: call account_slab_page() after slab page initializationGravatar Roman Gushchin 1-3/+2
2020-12-29zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cGravatar Randy Dunlap 4-19/+9
2020-12-29lib/zlib: fix inflating zlib streams on s390Gravatar Ilya Leoshkevich 1-2/+2
2020-12-29lib/genalloc: fix the overflow when size is too bigGravatar Huang Shijie 1-12/+13
2020-12-29kdev_t: always inline major/minor helper functionsGravatar Josh Poimboeuf 1-11/+11
2020-12-29sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosGravatar Huang Shijie 1-0/+3
2020-12-29local64.h: make <asm/local64.h> mandatoryGravatar Randy Dunlap 22-21/+1
2020-12-29kasan: fix null pointer dereference in kasan_record_aux_stackGravatar Walter Wu 1-0/+2
2020-12-29mm: generalise COW SMC TLB flushing race commentGravatar Nicholas Piggin 1-3/+5
2020-12-29mm/mremap.c: fix extent calculationGravatar Kalesh Singh 1-1/+3
2020-12-29mm: memmap defer init doesn't work as expectedGravatar Baoquan He 4-8/+11
2020-12-29mm: add prototype for __add_to_page_cache_locked()Gravatar Souptick Joarder 1-0/+7
2020-12-29checkpatch: prefer strscpy to strlcpyGravatar Joe Perches 1-0/+6
2020-12-29Revert "kbuild: avoid static_assert for genksyms"Gravatar Masahiro Yamada 1-5/+0
2020-12-29mm/hugetlb: fix deadlock in hugetlb_cow error pathGravatar Mike Kravetz 1-1/+21
2020-12-29selftests/vm: fix building protection keys testGravatar Harish 1-5/+5
2020-12-29io_uring: don't assume mm is constant across submitsGravatar Jens Axboe 1-7/+7
2020-12-28Merge tag 'for-5.11/dm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2020-12-28Revert "dm crypt: export sysfs of kcryptd workqueue"Gravatar Mike Snitzer 1-4/+3
2020-12-28libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREGravatar Ilya Dryomov 1-2/+2
2020-12-28libceph: align session_key and con_secret to 16 bytesGravatar Ilya Dryomov 1-2/+10
2020-12-28libceph: fix auth_signature buffer allocation in secure modeGravatar Ilya Dryomov 1-1/+2
2020-12-28ceph: reencode gid_list when reconnectingGravatar Ilya Dryomov 1-31/+22
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-3/+10
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 2-15/+17