summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-01-27psi: Fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan1-6/+5
2022-01-27fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-0/+1
2022-01-27bpf: remove unused static inlinesJakub Kicinski2-15/+0
2022-01-27pid: Introduce helper task_is_in_init_pid_ns()Leo Yan1-0/+5
2022-01-26misc: rtsx: Quiesce rts5249 on system suspendKai-Heng Feng1-1/+1
2022-01-26misc: rtsx: Rework runtime power management flowKai-Heng Feng1-3/+0
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner1-0/+2
2022-01-26tty: add kfifo to tty_portJiri Slaby1-0/+3
2022-01-26net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)1-2/+0
2022-01-26net: xpcs: add support for retrieving supported interface modesRussell King (Oracle)1-0/+1
2022-01-26cpumask: Always inline helpers which use bit manipulation functionsBorislav Petkov1-7/+7
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-6/+13
2022-01-25PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński1-10/+1
2022-01-25usb: roles: fix include/linux/usb/role.h compile issueLinyu Yuan1-0/+6
2022-01-25bpf: Add bpf_copy_from_user_task() helperKenny Yu1-0/+1
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-80/+103
2022-01-24quota: cleanup double word in commentTom Rix1-1/+1
2022-01-24spi: s3c24xx: Convert to GPIO descriptorsLinus Walleij1-5/+0
2022-01-24spi: s3c64xx: Convert to use GPIO descriptorsLinus Walleij1-2/+0
2022-01-24spi: s3c64xx: Drop custom gpio setup argumentLinus Walleij1-3/+1
2022-01-24spi: s3c64xx: Delete unused boardfile helpersLinus Walleij1-8/+0
2022-01-24fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-6/+43
2022-01-23iio: adis: stylistic changesNuno Sá1-23/+25
2022-01-23adis: simplify 'adis_update_bits' macrosNuno Sá1-8/+4
2022-01-23iio: core: Fix the kernel doc regarding the currentmode iio_dev entryMiquel Raynal1-1/+1
2022-01-23mtd: rawnand: brcmnand: Add platform data structure for BCMAFlorian Fainelli2-0/+17
2022-01-23Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+1
2022-01-23Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+3
2022-01-23mtd: nand: Add a new helper to retrieve the ECC contextMiquel Raynal1-0/+5
2022-01-23mtd: nand: ecc: Add infrastructure to support hardware enginesMiquel Raynal1-0/+28
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds4-77/+409
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-260/+127
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2022-01-22Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-0/+21
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-178/+244
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2022-01-22frontswap: remove support for multiple opsChristoph Hellwig1-2/+1
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig1-2/+0
2022-01-22frontswap: remove frontswap_testChristoph Hellwig1-11/+0
2022-01-22mm: simplify try_to_unuseChristoph Hellwig3-10/+1
2022-01-22frontswap: simplify frontswap_initChristoph Hellwig1-8/+1
2022-01-22frontswap: remove frontswap_curr_pagesChristoph Hellwig1-1/+0
2022-01-22frontswap: remove frontswap_shrinkChristoph Hellwig1-1/+0
2022-01-22frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig1-2/+0
2022-01-22frontswap: remove frontswap_writethroughChristoph Hellwig1-1/+0
2022-01-22mm: remove cleancacheChristoph Hellwig2-129/+0
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2-9/+18
2022-01-22proc: remove PDE_DATA() completelyMuchun Song2-4/+2
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song1-1/+12
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim4-0/+25