summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ksmbd: increment reference count of parent fpNamjae Jeon2022-04-142-0/+3
| | * | | ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-148-62/+42
| | |/ /
| * | | Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2022-04-239-27/+24
| |\ \ \
| | * | | ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li2022-04-181-1/+1
| | * | | ARC: atomic: cleanup atomic-llsc definitionsSergey Matyukevich2022-04-181-16/+16
| | * | | arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirelyRolf Eike Beer2022-04-181-3/+0
| | * | | ARC: dts: align SPI NOR node name with dtschemaKrzysztof Kozlowski2022-04-181-1/+1
| | * | | ARC: Remove a redundant memset()Christophe JAILLET2022-04-181-1/+0
| | * | | ARC: fix typos in commentsJulia Lawall2022-04-185-5/+5
| | * | | ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich2022-04-181-0/+1
| | |/ /
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-04-231-3/+12
| |\ \ \
| | * | | scsi: sr: Do not leak information in ioctlTom Rix2022-04-181-3/+12
| * | | | Merge tag 'for-linus-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-232-4/+9
| |\ \ \ \
| | * | | | arm/xen: Fix some refcount leaksMiaoqian Lin2022-04-221-2/+7
| | * | | | xen: Convert kmap() to kmap_local_page()Alaa Mohamed2022-04-201-2/+2
| * | | | | Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-04-2312-358/+94
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-2312-358/+94
| | |\ \ \ \ \
| | | * | | | | drm/amdgpu: partial revert "remove ctx->lock" v2Christian König2022-04-213-6/+18
| | | * | | | | Revert "drm: of: Lookup if child node has panel or bridge"Bjorn Andersson2022-04-211-17/+0
| | | * | | | | Revert "drm: of: Properly try all possible cases for bridge/panel detection"Bjorn Andersson2022-04-211-50/+49
| | | * | | | | drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin2022-04-211-1/+1
| | | * | | | | drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin2022-04-203-30/+28
| | | * | | | | drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=mZheng Bin2022-04-201-0/+3
| | | * | | | | drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepareDave Stevenson2022-04-201-2/+9
| | | * | | | | drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialisedDave Stevenson2022-04-201-1/+1
| | | * | | | | dma-buf-map: remove renamed header fileKarol Herbst2022-04-131-266/+0
| | | * | | | | drm/radeon: fix logic inversion in radeon_sync_resvChristian König2022-04-131-1/+1
| * | | | | | | Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-233-1/+36
| |\ \ \ \ \ \ \
| | * | | | | | | Input: add Marine Navigation KeycodesShelby Heffron2022-04-171-0/+21
| | * | | | | | | Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin2022-04-171-1/+1
| | * | | | | | | Input: cypress-sf - register a callback to disable the regulatorsZheyu Ma2022-04-081-0/+14
| * | | | | | | | Merge tag 'block-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-232-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li2022-04-191-1/+1
| | * | | | | | | | bcache: put bch_bio_map() back to correct location in journal_write_unlocked()Coly Li2022-04-191-1/+1
| * | | | | | | | | Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-231-4/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov2022-04-171-2/+1
| | * | | | | | | | | io_uring: free iovec if file assignment failsJens Axboe2022-04-161-2/+6
| * | | | | | | | | | Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git://git.kernel.org/pub...Linus Torvalds2022-04-234-1/+23
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter2022-04-221-0/+4
| | * | | | | | | | | | perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan2022-04-221-0/+14
| | * | | | | | | | | | perf script: Always allow field 'data_src' for auxtraceLeo Yan2022-04-221-1/+1
| | * | | | | | | | | | perf clang: Fix header include for LLVM >= 14Guilherme Amadio2022-04-221-0/+4
| * | | | | | | | | | | sparc: cacheflush_32.h needs struct pageRandy Dunlap2022-04-231-0/+1
| * | | | | | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-229-26/+101
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-211-1/+3
| | * | | | | | | | | | | ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-143-0/+19
| | * | | | | | | | | | | ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-141-3/+12
| | * | | | | | | | | | | ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-141-1/+3
| | * | | | | | | | | | | ext4, doc: fix incorrect h_reserved sizewangjianjian (C)2022-04-121-1/+1
| | * | | | | | | | | | | ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-121-1/+10