summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | firmware: xilinx: don't make a sleepable memory allocation from an atomic con...Roman Gushchin2023-03-091-1/+1
| |/ /
* | | Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-191-0/+1
|\ \ \
| * | | x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam2023-03-121-0/+1
| |/ /
* | | Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-191-3/+3
|\ \ \
| * | | perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic2023-03-151-1/+1
| * | | perf: fix perf_event_context->timeSong Liu2023-03-151-1/+1
| * | | perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong2023-03-151-1/+1
* | | | Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-197-70/+123
|\ \ \ \
| * | | | x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-161-1/+2
| * | | | x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang2023-03-153-9/+24
| * | | | virt/coco/sev-guest: Add throttling awarenessDionna Glaze2023-03-133-2/+24
| * | | | virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)2023-03-131-5/+11
| * | | | virt/coco/sev-guest: Do some code style cleanupsBorislav Petkov (AMD)2023-03-131-6/+2
| * | | | virt/coco/sev-guest: Carve out the request issuing logic into a helperBorislav Petkov (AMD)2023-03-131-17/+27
| * | | | virt/coco/sev-guest: Remove the disable_vmpck label in handle_guest_request()Borislav Petkov (AMD)2023-03-131-6/+4
| * | | | virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)2023-03-132-27/+32
| * | | | virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)2023-03-132-3/+3
| |/ / /
* | | | Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-191-3/+1
|\ \ \ \
| * | | | ext4: fix possible double unlock when moving a directoryTheodore Ts'o2023-03-171-3/+1
| |/ / /
* | | | Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-1822-462/+409
|\ \ \ \
| * | | | fbdev: Use of_property_present() for testing DT property presenceRob Herring2023-03-164-4/+4
| * | | | fbdev: au1200fb: Fix potential divide by zeroWei Chen2023-03-161-0/+3
| * | | | fbdev: lxfb: Fix potential divide by zeroWei Chen2023-03-161-0/+3
| * | | | fbdev: intelfb: Fix potential divide by zeroWei Chen2023-03-161-0/+3
| * | | | fbdev: nvidia: Fix potential divide by zeroWei Chen2023-03-161-0/+2
| * | | | fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller2023-03-161-0/+27
| * | | | fbdev: omapfb: remove omap1 osk driverArnd Bergmann2023-03-142-87/+0
| * | | | fbdev: xilinxfb: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-141-2/+1
| * | | | fbdev: wm8505fb: Use devm_platform_ioremap_resource()Yang Li2023-03-141-3/+1
| * | | | fbdev: pxa3xx-gcu: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-141-2/+1
| * | | | fbdev: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-144-8/+6
| * | | | fbdev: clps711x-fb: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-141-2/+1
| * | | | fbdev: tgafb: Fix potential divide by zeroWei Chen2023-03-141-0/+3
| * | | | MAINTAINERS: orphan SIS FRAMEBUFFER DRIVERLukas Bulwahn2023-03-141-3/+1
| * | | | fbdev: omapfb: cleanup inconsistent indentationLucy Mielke2023-03-141-12/+18
| * | | | drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.cNikita Romanyuk2023-03-141-6/+1
| * | | | drivers: video: logo: fix code style issues in pnmtologo.cNikita Romanyuk2023-03-141-333/+334
| |/ / /
* | | | Merge tag 'kbuild-fixes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-1815-1300/+358
|\ \ \ \
| * | | | kbuild: use git-archive for source package creationMasahiro Yamada2023-03-1610-1155/+181
| * | | | kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada2023-03-164-6/+11
| * | | | kbuild: deb-pkg: use dh_listpackages to know enabled packagesMasahiro Yamada2023-03-152-29/+39
| * | | | kbuild: deb-pkg: split image and debug objects staging out into functionsMasahiro Yamada2023-03-151-106/+116
| * | | | kbuild: deb-pkg: set CROSS_COMPILE only when undefinedMasahiro Yamada2023-03-151-3/+2
| * | | | kbuild: deb-pkg: do not take KERNELRELEASE from the source versionMasahiro Yamada2023-03-152-5/+5
| * | | | kbuild: deb-pkg: make debian source package working againMasahiro Yamada2023-03-151-1/+4
| * | | | Makefile: Make kernelrelease target work with M=Tzafrir Cohen2023-03-151-0/+2
| * | | | kconfig: Update config changed flag before calling callbackJurica Vukadin2023-03-141-2/+4
| * | | | kallsyms: add kallsyms_seqs_of_names to list of special symbolsArnd Bergmann2023-03-071-0/+1
| | |/ / | |/| |
* | | | Merge tag 'hwmon-for-v6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-03-187-6/+84
|\ \ \ \
| * | | | hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-03-151-0/+1