summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Linux 4.19.270v4.19.270Greg Kroah-Hartman1-1/+1
2023-01-18serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John1-2/+2
2023-01-18serial: tegra: Only print FIFO error message when an error occursJon Hunter1-2/+4
2023-01-18tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't startedDmitry Osipenko1-19/+16
2023-01-18Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"Ferry Toth1-1/+1
2023-01-18efi: fix NULL-deref in init error pathJohan Hovold1-3/+6
2023-01-18arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland2-2/+2
2023-01-18drm/virtio: Fix GEM handle creation UAFRob Clark1-1/+9
2023-01-18x86/resctrl: Fix task CLOSID/RMID update racePeter Newman1-1/+11
2023-01-18x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre1-9/+5
2023-01-18iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET1-1/+3
2023-01-18iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu1-4/+18
2023-01-18net/mlx5: Fix ptp max frequency adjustment rangeRahul Rameshbabu1-1/+1
2023-01-18net/mlx5: Rename ptp clock infoEran Ben Elisha1-1/+1
2023-01-18nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang1-3/+41
2023-01-18hvc/xen: lock console list traversalRoger Pau Monne1-17/+29
2023-01-18regulator: da9211: Use irq handler when readyRicardo Ribalda1-5/+6
2023-01-18EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2-10/+9
2023-01-18x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra1-2/+2
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia1-2/+2
2023-01-18ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inlineEric Whitney1-0/+8
2023-01-18ext4: fix reserved cluster accounting at delayed write timeEric Whitney6-18/+241
2023-01-18ext4: add new pending reservation mechanismEric Whitney4-0/+249
2023-01-18ext4: generalize extents status tree search functionsEric Whitney6-74/+165
2023-01-18ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin1-0/+1
2023-01-18ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-18ext4: lost matching-pair of trace in ext4_truncatezhengliang1-8/+9
2023-01-18ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li1-0/+2
2023-01-18quota: Factor out setup of quota inodeJan Kara2-41/+69
2023-01-18usb: ulpi: defer ulpi_register on ulpi_read_id timeoutFerry Toth1-1/+1
2023-01-18kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt1-5/+15
2023-01-18ktest.pl: Fix incorrect reboot for grub2blsLibo Chen1-1/+1
2023-01-18ktest: introduce grub2bls REBOOT_TYPE optionMasayoshi Mizuma1-3/+15
2023-01-18ktest: cleanup get_grub_indexMasayoshi Mizuma1-33/+17
2023-01-18ktest: introduce _get_grub_indexMasayoshi Mizuma1-0/+37
2023-01-18ktest: Add support for meta characters in GRUB_MENUMasayoshi Mizuma1-2/+4
2023-01-18ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and laterKai Vehmanen1-13/+23
2023-01-18wifi: wilc1000: sdio: fix module autoloadingMichael Walle1-0/+1
2023-01-18ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-18platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probeHans de Goede1-7/+14
2023-01-18cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-18ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne1-0/+4
2023-01-18net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni1-1/+15
2023-01-18s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-18docs: Fix the docs build with Sphinx 6.0Jonathan Corbet1-2/+4
2023-01-18net: sched: disallow noqueue for qdisc classesFrederick Lawler1-2/+6
2023-01-18driver core: Fix bus_type.match() error handling in __driver_attach()Isaac J. Manjarres1-2/+6
2023-01-18parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller5-28/+42
2023-01-18mbcache: Avoid nesting of cache->c_list_lock under bit locksJan Kara1-7/+10