summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Linux 5.16.19v5.16.19Greg Kroah-Hartman1-1/+1
2022-04-08PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup"Marc Zyngier1-11/+22
2022-04-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman3-13/+35
2022-04-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman1-11/+11
2022-04-08coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman1-6/+0
2022-04-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman5-46/+39
2022-04-08KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini1-40/+37
2022-04-08mmc: rtsx: Fix build errors/warnings for unused variableUlf Hansson1-6/+0
2022-04-08mmc: rtsx: Let MMC core handle runtime PMKai-Heng Feng1-18/+0
2022-04-08Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-08n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu1-1/+1
2022-04-08torture: Make torture.sh help message match realityPaul E. McKenney1-2/+2
2022-04-08openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-04-08vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen1-2/+5
2022-04-08ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski1-1/+1
2022-04-08xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson1-2/+6
2022-04-08docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli1-0/+1
2022-04-08um: Fix uml_mconsole stop/goAnton Ivanov1-1/+2
2022-04-08arm64: dts: ls1046a: Update i2c node dma propertiesKuldeep Singh1-3/+3
2022-04-08arm64: dts: ls1043a: Update i2c dma propertiesKuldeep Singh1-3/+3
2022-04-08ARM: dts: spear13xx: Update SPI dma propertiesKuldeep Singh1-3/+3
2022-04-08ARM: dts: spear1340: Update serial node propertiesKuldeep Singh1-3/+3
2022-04-08spi: mediatek: support tick_delay without enhance_timingLeilk Liu1-3/+12
2022-04-08pinctrl: canonical rsel resistance selection propertyGuodong Liu1-1/+1
2022-04-08media: ov6650: Fix crop rectangle affected by set formatJanusz Krzysztofik1-24/+4
2022-04-08media: ov6650: Add try support to selection API operationsJanusz Krzysztofik1-11/+43
2022-04-08perf vendor events: Update metrics for SkyLake ServerIan Rogers7-153/+591
2022-04-08ASoC: topology: Allow TLV control to be either read or writeAmadeusz Sławiński1-1/+2
2022-04-08ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEVZheng Bin1-0/+1
2022-04-08ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng1-9/+19
2022-04-08dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix exampleHoratiu Vultur1-1/+1
2022-04-08dt-bindings: memory: mtk-smi: Correct minItems to 2 for the gals clocksYong Wu1-1/+2
2022-04-08dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167Yong Wu1-1/+0
2022-04-08dt-bindings: memory: mtk-smi: Rename clock to clocksYong Wu2-24/+18
2022-04-08media: dt-bindings: media: hynix,hi846: add link-frequencies descriptionMartin Kepplinger1-0/+3
2022-04-08media: dt-binding: media: hynix,hi846: use $defs/port-base port descriptionMartin Kepplinger1-1/+2
2022-04-08dt-bindings: spi: mxic: The interrupt property is not mandatoryMiquel Raynal1-1/+3
2022-04-08dt-bindings: mtd: nand-controller: Fix a comment in the examplesMiquel Raynal1-1/+1
2022-04-08dt-bindings: mtd: nand-controller: Fix the reg property descriptionMiquel Raynal1-1/+1
2022-04-08mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PMKai-Heng Feng1-11/+33
2022-04-08nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-12/+12
2022-04-08bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2-4/+4
2022-04-08bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2-36/+28
2022-04-08libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen1-1/+21
2022-04-08af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima2-3/+7
2022-04-08mm/usercopy: return 1 from hardened_usercopy __setup() handlerRandy Dunlap1-1/+4
2022-04-08mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap1-1/+1
2022-04-08ARM: 9187/1: JIVE: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-04-08mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap1-1/+1
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet2-9/+41