summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v5.17-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2022-02-203-1/+5
|\
| * power: supply: bq256xx: Handle OOM correctlyLinus Walleij2022-02-111-0/+3
| * power: supply: core: fix application of sizeof to pointerYang Li2022-02-011-1/+1
| * power: supply: fix table problem in sysfs-class-powerRandy Dunlap2022-02-011-0/+1
* | Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-203-2/+41
|\ \
| * | fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner2022-02-141-0/+30
| * | MAINTAINERS: add entry for idmapped mountsChristian Brauner2022-02-111-0/+9
| * | tests: fix idmapped mount_setattr testChristian Brauner2022-02-111-2/+2
* | | Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-201-4/+3
|\ \ \
| * | | copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long2022-02-111-4/+3
* | | | Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-02-204-19/+23
|\ \ \ \
| * | | | ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman2022-02-171-1/+2
| * | | | ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman2022-02-171-5/+14
| * | | | ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman2022-02-171-7/+2
| * | | | ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman2022-02-171-5/+5
| * | | | rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman2022-02-171-2/+1
| |/ / /
* | | | Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-02-193-10/+6
|\ \ \ \
| * | | | NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-161-6/+3
| * | | | NFS: LOOKUP_DIRECTORY is also ok with symlinksTrond Myklebust2022-02-141-2/+2
| * | | | NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()Trond Myklebust2022-02-141-2/+1
* | | | | Merge tag 'acpi-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-02-192-1/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-processor'Rafael J. Wysocki2022-02-181-0/+5
| |\ \ \ \ \
| | * | | | | ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40Woody Suwalski2022-02-161-0/+5
| | |/ / / /
| * / / / / ACPI: tables: Quiet ACPI table not found warningDan Williams2022-02-151-1/+1
| |/ / / /
* | | | | Merge tag 'riscv-for-linus-5.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-02-191-25/+47
|\ \ \ \ \
| * | | | | RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven2022-02-141-18/+39
| * | | | | RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven2022-02-141-4/+4
| * | | | | RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven2022-02-141-3/+4
* | | | | | Merge tag 'mtd/fixes-for-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-02-187-29/+48
|\ \ \ \ \ \
| * | | | | | mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC statusdavid regan2022-01-311-1/+1
| * | | | | | mtd: rawnand: gpmi: don't leak PM reference in error pathChristian Eggers2022-01-261-1/+2
| * | | | | | mtd: phram: Prevent divide by zero bug in phram_setup()Dan Carpenter2022-01-251-4/+8
| * | | | | | mtd: rawnand: omap2: Prevent invalid configuration and build errorRoger Quadros2022-01-251-1/+2
| * | | | | | mtd: parsers: qcom: Fix missing free for pparts in cleanupAnsuel Smith2022-01-251-0/+2
| * | | | | | mtd: parsers: qcom: Fix kernel panic on skipped partitionAnsuel Smith2022-01-251-12/+19
| * | | | | | mtd: parsers: qcom: Don't print error message on -EPROBE_DEFERBryan O'Donoghue2022-01-251-1/+2
| * | | | | | mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()Bryan O'Donoghue2022-01-251-8/+6
| * | | | | | mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_getMiaoqian Lin2022-01-251-1/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'block-5.17-2022-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2022-02-1814-19/+38
|\ \ \ \ \ \
| * | | | | | block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2022-02-172-2/+2
| * | | | | | block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-179-15/+24
| * | | | | | block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-02-171-1/+1
| * | | | | | block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei2022-02-111-1/+7
| * | | | | | block: Add handling for zone append command in blk_complete_requestPankaj Raghav2022-02-111-0/+4
* | | | | | | Merge tag 'sound-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-02-1819-75/+118
|\ \ \ \ \ \ \
| * | | | | | | ASoC: intel: skylake: Set max DMA segment sizeTakashi Iwai2022-02-171-0/+1
| * | | | | | | ASoC: SOF: hda: Set max DMA segment sizeTakashi Iwai2022-02-171-0/+1
| * | | | | | | ALSA: hda: Set max DMA segment sizeTakashi Iwai2022-02-171-0/+1
| * | | | | | | Merge tag 'asoc-fix-v5.17-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-02-1412-45/+72
| |\ \ \ \ \ \ \
| | * | | | | | | ASoC: wm_adsp: Correct control read size when parsing compressed bufferCharles Keepax2022-02-101-1/+2