summaryrefslogtreecommitdiffstats
path: root/fs/quota (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-04random: only call crng_finalize_init() for primary_crngDominik Brodowski1-5/+5
2022-02-04random: access primary_pool directly rather than through pointerDominik Brodowski1-7/+7
2022-02-04random: wake up /dev/random writers after zapJason A. Donenfeld1-1/+4
2022-02-04random: continually use hwgenerator randomnessDominik Brodowski1-4/+6
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld5-23/+33
2022-02-04kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...Shuah Khan1-2/+7
2022-02-04MAINTAINERS: update rppt's emailMike Rapoport1-1/+1
2022-02-04mm/kmemleak: avoid scanning potential huge holesLang Yu1-6/+7
2022-02-04ipc/sem: do not sleep with a spin lock heldMinghao Chi1-2/+2
2022-02-04mm/pgtable: define pte_index so that preprocessor could recognize itMike Rapoport1-0/+1
2022-02-04mm/page_table_check: check entries at pmd levelsPasha Tatashin3-0/+42
2022-02-04mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin1-16/+18
2022-02-04mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin1-28/+7
2022-02-04mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin1-0/+2
2022-02-04Revert "mm/page_isolation: unset migratetype directly for non Buddy page"Chen Wandun1-1/+1
2022-02-04iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel1-0/+2
2022-02-04ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkageAnton Lundin2-0/+11
2022-02-04MAINTAINERS: add myself as Renesas R-Car SATA driver reviewerSergey Shtylyov1-0/+8
2022-02-04erofs: fix small compressed files inliningGao Xiang1-0/+7
2022-02-04block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen1-1/+1
2022-02-04gcc-plugins/stackleak: Use noinstr in favor of notraceKees Cook1-3/+2
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou4-19/+41
2022-02-03net: stmmac: ensure PTP time register reads are consistentYannick Vignon1-7/+12
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün1-1/+1
2022-02-03Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv3-24/+5
2022-02-03net: ipa: request IPA register values be retainedAlex Elder3-0/+64
2022-02-03dt-bindings: net: qcom,ipa: add optional qcom,qmp propertyAlex Elder1-0/+6
2022-02-03cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long1-0/+10
2022-02-03tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor1-1/+5
2022-02-03Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard1-5/+30
2022-02-03drm: mxsfb: Fix NULL pointer dereferenceAlexander Stein1-1/+5
2022-02-03bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao1-1/+1
2022-02-03nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar1-0/+1
2022-02-03cifs: fix workstation_name for multiuser mountsRyan Bair2-1/+18
2022-02-03Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula1-4/+4
2022-02-03net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2-11/+25
2022-02-03tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet1-0/+2
2022-02-03MAINTAINERS: add myself as PATA drivers reviewerSergey Shtylyov1-0/+6
2022-02-03drm/amdgpu: fix logic inversion in checkChristian König1-1/+1
2022-02-03drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello1-2/+1
2022-02-03drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina ...Aun-Ali Zaidi1-0/+20
2022-02-03drm/amd/display: revert "Reset fifo after enable otg"Zhan Liu6-31/+0
2022-02-03drm/amd/display: watermark latencies is not enough on DCN31Paul Hsieh1-10/+10
2022-02-03drm/amd/display: Update watermark values for DCN301Agustin Gutierrez1-8/+8
2022-02-03drm/amdgpu: fix a potential GPU hang on cyan skillfishLang Yu1-0/+3
2022-02-03drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello1-0/+8
2022-02-03drm/amd: add support to check whether the system is set to s3Mario Limonciello2-0/+15
2022-02-02md: fix NULL pointer deref with nowait but no mddev->queueSong Liu1-4/+4
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov6-20/+105
2022-02-02libceph: make recv path in secure mode work the same as send pathIlya Dryomov2-62/+158