summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Revert "printk: Flag register_console() if console is set on command line"Greg Kroah-Hartman1-4/+1
2024-06-25Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman3-86/+0
2024-06-25Revert "serial: core: Handle serial console options"Greg Kroah-Hartman1-49/+0
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman3-34/+0
2024-06-25Revert "Documentation: kernel-parameters: Add DEVNAME:0.0 format for serial p...Greg Kroah-Hartman1-19/+0
2024-06-25Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"Greg Kroah-Hartman2-10/+11
2024-06-25Revert "serial: core: Fix ifdef for serial base console functions"Greg Kroah-Hartman1-2/+2
2024-06-25mm/memory: don't require head page for do_set_pmd()Andrew Bresticker1-1/+2
2024-06-25mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge2-7/+11
2024-06-25nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig1-2/+0
2024-06-25mm/migrate: make migrate_pages_batch() stats consistentZi Yan1-0/+5
2024-06-25MAINTAINERS: TPM DEVICE DRIVER: update the W-tagJarkko Sakkinen1-1/+1
2024-06-25selftests/mm:fix test_prctl_fork_exec return failureaigourensheng1-16/+22
2024-06-25mm: convert page type macros to enumStephen Brennan1-9/+12
2024-06-25ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26
2024-06-25kasan: fix bad call to unpoison_slab_objectAndrey Konovalov1-1/+1
2024-06-25mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan1-2/+9
2024-06-25mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan1-3/+4
2024-06-25/proc/pid/smaps: add mseal info for vmaJeff Xu4-5/+9
2024-06-25mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang1-6/+15
2024-06-25io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe1-2/+2
2024-06-25io_uring: remove dead struct io_submit_state memberJens Axboe1-1/+0
2024-06-25Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski10-16/+412
2024-06-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana1-2/+2
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo1-10/+14
2024-06-25btrfs: zoned: fix initial free space detectionNaohiro Aota1-1/+1
2024-06-25btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana1-15/+28
2024-06-25PCI/MSI: Fix UAF in msi_capability_initMostafa Saleh1-2/+8
2024-06-24cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missingRafael J. Wysocki1-7/+6
2024-06-24Merge tag 'input-for-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-5/+61
2024-06-24ftruncate: pass a signed offsetArnd Bergmann3-4/+4
2024-06-24arm64: dts: rockchip: Add sound-dai-cells for RK3368Alex Bee1-0/+3
2024-06-24arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4BAndy Yan1-2/+2
2024-06-24Merge tag 'pinctrl-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-17/+65
2024-06-24serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()Jonas Gorski1-2/+5
2024-06-24serial: core: introduce uart_port_tx_limited_flags()Jonas Gorski1-0/+18
2024-06-24Revert "serial: core: only stop transmit when HW fifo is empty"Doug Brown1-2/+1
2024-06-24serial: imx: set receiver level before starting uartStefan Eichenberger1-1/+3
2024-06-24tty: mcf: MCF54418 has 10 UARTSJean-Michel Hautbois1-1/+1
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar1-5/+20
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh1-1/+12
2024-06-24netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSC...Jianguo Wu1-0/+3
2024-06-24staging: vc04_services: vchiq_arm: Fix initialisation checkKieran Bingham3-3/+13
2024-06-24spi: axi-spi-engine: fix sleep calculationDavid Lechner1-8/+18
2024-06-24spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König1-1/+1
2024-06-24ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai linkChen-Yu Tsai1-0/+1
2024-06-24xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov1-3/+1
2024-06-24selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov1-0/+52
2024-06-24bpf: Fix may_goto with negative offset.Alexei Starovoitov1-3/+6
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann3-1/+103