aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-06Merge tag 'linux-watchdog-6.6-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 41-101/+625
2023-09-06Merge tag 'backlight-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-18/+22
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 21-330/+347
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-106/+296
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 52-1191/+355
2023-09-05Merge tag 'mailbox-v6.6' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 21-58/+37
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 9-26/+56
2023-09-05Merge tag 'tpmdd-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-27/+11
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Gravatar Mike Rapoport (IBM) 1-0/+1
2023-09-05mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Gravatar Tong Tiangen 3-13/+10
2023-09-05revert "memfd: improve userspace warnings for missing exec-related flags".Gravatar Andrew Morton 1-1/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 149-825/+1076
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 7-30/+29
2023-09-05Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-27/+19
2023-09-05rcu: dump vmalloc memory info safelyGravatar Zqiang 1-1/+3
2023-09-05mm/vmalloc: add a safer version of find_vm_area() for debugGravatar Joel Fernandes (Google) 1-4/+22
2023-09-05tools/mm: fix undefined reference to pthread_onceGravatar Xie XiuQi 1-2/+2
2023-09-05memcontrol: ensure memcg acquired by id is properly set upGravatar Johannes Weiner 1-5/+17
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxGravatar Linus Torvalds 13-93/+51
2023-09-06kconfig: fix possible buffer overflowGravatar Konstantin Meskhidze 1-0/+3
2023-09-05MAINTAINERS: Update dlm mailing listGravatar Andrew Price 1-1/+1
2023-09-05MAINTAINERS: Update gfs2 mailing listGravatar Andrew Price 1-1/+1
2023-09-05mailbox: qcom-ipcc: fix incorrect num_chans countingGravatar Jonathan Marek 1-3/+1
2023-09-05mailbox: Explicitly include correct DT includesGravatar Rob Herring 16-10/+15
2023-09-05mailbox: ti-msgmgr: Use devm_platform_ioremap_resource_byname()Gravatar Li Zetao 1-10/+6
2023-09-05mailbox: platform-mhu: Remove redundant dev_err()Gravatar Ruan Jinjie 1-3/+1
2023-09-05mailbox: bcm-pdc: Fix some kernel-doc commentsGravatar Yang Li 1-3/+3
2023-09-05mailbox: mailbox-test: Fix an error check in mbox_test_probe()Gravatar Minjie Du 1-1/+1
2023-09-05mailbox: tegra-hsp: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-3/+1
2023-09-05mailbox: rockchip: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-5/+1
2023-09-05mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-4/+2
2023-09-05mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-9/+3
2023-09-05mailbox: bcm-ferxrm-mailbox: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-7/+3
2023-09-05gfs2: change qd_slot_count to qd_slot_refGravatar Bob Peterson 2-9/+9
2023-09-05gfs2: check for no eligible quota changesGravatar Bob Peterson 1-0/+21
2023-09-05gfs2: Remove useless assignmentGravatar Bob Peterson 1-2/+0
2023-09-05gfs2: simplify slot_getGravatar Bob Peterson 1-10/+9
2023-09-05gfs2: Simplify qd2offsetGravatar Bob Peterson 1-6/+1
2023-09-05gfs2: introduce qd_bh_get_or_undoGravatar Bob Peterson 1-17/+19
2023-09-05gfs2: Remove quota allocation info from quota fileGravatar Bob Peterson 1-10/+2
2023-09-05gfs2: use constant for array sizeGravatar Bob Peterson 1-1/+1
2023-09-05gfs2: Set qd_sync_gen in do_syncGravatar Bob Peterson 1-4/+4
2023-09-05gfs2: Remove useless err setGravatar Bob Peterson 1-1/+0
2023-09-05gfs2: Small gfs2_quota_lock cleanupGravatar Bob Peterson 1-1/+1
2023-09-05gfs2: move qdsb_put and reduce redundancyGravatar Bob Peterson 1-10/+8
2023-09-05gfs2: improvements to sysfs statusGravatar Bob Peterson 1-2/+8
2023-09-05gfs2: Don't try to sync non-changesGravatar Bob Peterson 1-1/+1
2023-09-05gfs2: Simplify function need_syncGravatar Bob Peterson 1-8/+7
2023-09-05gfs2: remove unneeded pg_oflow variableGravatar Bob Peterson 1-5/+3
2023-09-05gfs2: remove unneeded variable doneGravatar Bob Peterson 1-3/+2