summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-021-8/+0
|\
| * PCI: hv: Remove unused hv_set_msi_entry_from_desc()YueHaibing2022-03-311-8/+0
* | Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-04-027-152/+186
|\ \
| * | platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih2022-03-311-6/+6
| * | platform: chrome: Split trace include fileGwendal Grignou2022-03-314-97/+127
| * | platform/chrome: cros_ec_typec: Update mux flags during partner removalPrashant Malani2022-02-151-0/+1
| * | platform/chrome: cros_ec_typec: Configure muxes at start of port updatePrashant Malani2022-02-151-6/+6
| * | platform/chrome: cros_ec_typec: Get mux state inside configure_muxPrashant Malani2022-02-151-32/+23
| * | platform/chrome: cros_ec_typec: Move mux flag checksPrashant Malani2022-02-151-7/+7
| * | platform/chrome: cros_ec_typec: Check for EC devicePrashant Malani2022-02-011-0/+6
| * | platform/chrome: cros_ec_typec: Make try power role optionalPrashant Malani2022-01-311-7/+8
| * | MAINTAINERS: platform-chrome: Add new chrome-platform@lists.linux.dev listBenson Leung2022-01-271-0/+5
* | | watch_queue: Free the page array when watch_queue is dismantledEric Dumazet2022-04-021-0/+1
* | | tracing: mark user_events as BROKENSteven Rostedt (Google)2022-04-023-0/+6
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-0120-96/+18
|\ \ \
| * | | aio: drop needless assignment in aio_read()Lukas Bulwahn2022-03-151-1/+0
| * | | clean overflow checks in count_mounts() a bitAl Viro2022-02-131-9/+10
| * | | seq_file: fix NULL pointer arithmetic warningMaíra Canal2022-02-013-8/+4
| * | | uml/x86: use x86 load_unaligned_zeropad()Al Viro2022-01-303-27/+1
| * | | asm/user.h: killed unused macrosAl Viro2022-01-3010-47/+0
| * | | constify struct path argument of finish_automount()/do_add_mount()Al Viro2022-01-302-3/+3
| * | | fs: Remove FIXME comment in generic_write_checks()Tal Zussman2022-01-301-1/+0
| |/ /
* | | Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-011-1/+1
|\ \ \
| * | | fs: fix an infinite loop in iomap_fiemapGuo Xuenan2022-03-301-1/+1
* | | | Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-0118-246/+347
|\ \ \ \
| * | | | xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-295-93/+25
| * | | | xfs: shutdown during log recovery needs to mark the log shutdownDave Chinner2022-03-291-8/+10
| * | | | xfs: xfs_trans_commit() path must check for log shutdownDave Chinner2022-03-291-15/+33
| * | | | xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-293-1/+17
| * | | | xfs: log shutdown triggers should only shut down the logDave Chinner2022-03-295-18/+33
| * | | | xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner2022-03-291-9/+13
| * | | | xfs: shutdown in intent recovery has non-intent items in the AILDave Chinner2022-03-291-33/+17
| * | | | xfs: aborting inodes on shutdown may need buffer lockDave Chinner2022-03-294-31/+136
| * | | | xfs: don't report reserved bnobt space as availableDarrick J. Wong2022-03-282-2/+3
| * | | | xfs: fix overfilling of reserve poolDarrick J. Wong2022-03-281-7/+6
| * | | | xfs: always succeed at setting the reserve pool sizeDarrick J. Wong2022-03-281-4/+5
| * | | | xfs: remove infinite loop when reserving free block poolDarrick J. Wong2022-03-281-30/+20
| * | | | xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-03-283-2/+17
| * | | | xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2022-03-212-6/+23
* | | | | Merge tag 'riscv-for-linus-5.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-012-8/+10
|\ \ \ \ \
| * | | | | dt-bindings: Fix phandle-array issues in the idle-states bindingsPalmer Dabbelt2022-04-012-8/+10
* | | | | | Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-0125-92/+186
|\ \ \ \ \ \
| * | | | | | drbd: remove check of list iterator against head past the loop bodyJakob Koschel2022-03-311-15/+27
| * | | | | | drbd: remove usage of list iterator variable after loopJakob Koschel2022-03-311-2/+5
| * | | | | | nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-03-311-12/+12
| * | | | | | MAINTAINERS: add drbd co-maintainerChristoph Böhmwalder2022-03-311-0/+1
| * | | | | | drbd: fix potential silent data corruptionLars Ellenberg2022-03-301-1/+2
| * | | | | | loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-302-2/+3
| * | | | | | Merge tag 'nvme-5.18-2022-03-29' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-03-2916-57/+133
| |\ \ \ \ \ \
| | * | | | | | nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman2022-03-293-2/+28