aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-09Linux 6.5-rc1HEADv6.5-rc1masterLinus Torvalds1-2/+2
2023-07-09MAINTAINERS 2: Electric BoogalooLinus Torvalds1-46/+46
2023-07-09Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds1-11/+35
2023-07-09Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2023-07-09Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds10-53/+46
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds4-5/+72
2023-07-09Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds10-33/+36
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds18-44/+99
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+1
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-706/+32
2023-07-08Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+2
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-16/+9
2023-07-08ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma1-1/+1
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds95-448/+9316
2023-07-08Merge tag 'bitmap-6.5-rc1' of https://github.com/norov/linuxLinus Torvalds6-11/+27
2023-07-08lib: dhry: fix sleeping allocations inside non-preemptable sectionGeert Uytterhoeven1-2/+9
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2-14/+14
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov1-1/+2
2023-07-08mailmap: add entries for Heiko StuebnerHeiko Stuebner1-0/+3
2023-07-08mailmap: update manpage linkHeiko Stuebner1-1/+2
2023-07-08bootmem: remove the vmemmap pages from kmemleak in free_bootmem_pageLiu Shixin1-0/+2
2023-07-08MAINTAINERS: add linux-next infoRandy Dunlap1-0/+7
2023-07-08mailmap: add Markus Schneider-PargmannMarkus Schneider-Pargmann1-0/+1
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch1-4/+23
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard1-1/+6
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos7-17/+17
2023-07-08MAINTAINERS: update ocfs2-devel mailing list addressAnthony Iliopoulos1-1/+1
2023-07-08mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan1-1/+2
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+6
2023-07-08ntb.rst: Fix copy and paste errorGeoff Levand1-2/+2
2023-07-08ntb_netdev: Fix module_init problemGeoff Levand1-1/+1
2023-07-08ntb: intel: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-07-08ntb: epf: Remove redundant pci_clear_masterCai Huoqing1-8/+4
2023-07-08ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-07-08ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-12/+5
2023-07-08MAINTAINERS: git://github -> https://github.com for jonmasonPalmer Dabbelt1-1/+1
2023-07-08NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie1-0/+1
2023-07-08NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang1-0/+2
2023-07-08NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang1-1/+1
2023-07-08ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can1-1/+6
2023-07-08NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can1-1/+6
2023-07-08ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can1-1/+6
2023-07-07xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong1-1/+1
2023-07-07Merge tag 'mmc-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-11/+4
2023-07-07Merge tag 'sound-fix-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-26/+94
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-40/+154
2023-07-07Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds17-237/+531
2023-07-07Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+14
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds24-54/+450
2023-07-07Merge tag 'powerpc-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-4/+5
2023-07-07Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-68/+110
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner1-0/+8
2023-07-07MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabledThomas Bogendoerfer1-2/+2
2023-07-07ALSA: hda/realtek: Add quirk for ASUS ROG GZ301VLuke D. Jones1-0/+1
2023-07-06Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds114-349/+1252
2023-07-06Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds8-26/+80
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds15-90/+24
2023-07-06Merge tag 'spi-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-10/+12
2023-07-06Merge tag 'regulator-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+1
2023-07-06Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds3-6/+6
2023-07-06Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
2023-07-07Merge tag 'drm-misc-next-fixes-2023-07-06' of git://anongit.freedesktop.org/d...Dave Airlie1-3/+3
2023-07-07Merge tag 'drm-intel-next-fixes-2023-07-06' of git://anongit.freedesktop.org/...Dave Airlie2-22/+25
2023-07-07Merge tag 'amd-drm-fixes-6.5-2023-06-30-1' of https://gitlab.freedesktop.org/...Dave Airlie103-311/+1201
2023-07-07Merge tag 'drm-intel-next-fixes-2023-06-29' of git://anongit.freedesktop.org/...Dave Airlie7-13/+20
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds73-428/+235
2023-07-06i2c: mpc: Drop unused variableGuenter Roeck1-1/+0
2023-07-06i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-07-06i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock1-0/+2
2023-07-06apparmor: Fix kernel-doc header for verify_dfa_accept_indexJohn Johansen1-1/+1
2023-07-06apparmor: fix: kzalloc perms tables for shared dfasJohn Johansen2-4/+35
2023-07-06apparmor: fix profile verification and enable itJohn Johansen2-25/+27
2023-07-06apparmor: fix policy_compat permission remap with extended permissionsJohn Johansen1-12/+19
2023-07-06apparmor: aa_buffer: Convert 1-element array to flexible arrayKees Cook1-4/+4
2023-07-06apparmor: add missing failure check in compute_xmatch_permsJohn Johansen1-0/+2
2023-07-06apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov1-2/+7
2023-07-06apparmor: Return directly after a failed kzalloc() in two functionsMarkus Elfring1-5/+5
2023-07-06AppArmor: Fix some kernel-doc commentsYang Li1-1/+1
2023-07-06apparmor: fix use of strcpy in policy_unpack_testRae Moar1-7/+6
2023-07-06Merge patch series "riscv: some CMO alternative related clean up"Palmer Dabbelt3-7/+10
2023-07-06riscv: mm: mark noncoherent_supported as __ro_after_initJisheng Zhang1-1/+1
2023-07-06riscv: mm: mark CBO relate initialization funcs as __initJisheng Zhang1-4/+4
2023-07-06riscv: errata: thead: only set cbom size & noncoherent during bootJisheng Zhang1-2/+5
2023-07-06riscv: Select HAVE_ARCH_USERFAULTFD_MINORSamuel Holland1-0/+1
2023-07-06RISC-V: Document the ISA string parsing rules for ACPIPalmer Dabbelt2-0/+11
2023-07-06Merge branches 'acpi-bus' and 'acpi-scan'Rafael J. Wysocki8-26/+80
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds80-716/+218
2023-07-06Merge tag 'soc-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-23/+24
2023-07-06Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds30-402/+1075
2023-07-06Merge tag 'linux-watchdog-6.5-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds19-36/+299
2023-07-06ALSA: jack: Fix mutex call in snd_jack_report()Takashi Iwai1-8/+7
2023-07-06MIPS: dts: add missing space before {Krzysztof Kozlowski2-2/+2
2023-07-06Merge tag 'drm-misc-next-fixes-2023-06-29' of git://anongit.freedesktop.org/d...Dave Airlie1-0/+3
2023-07-05Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-54/+66
2023-07-05Merge tag 'phy-for-6.5_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds46-561/+3006
2023-07-05cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2-0/+68
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds80-330/+640
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-407/+1069
2023-07-05usb: ch9: Replace bmSublinkSpeedAttr 1-element array with flexible arrayKees Cook1-1/+5
2023-07-05Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-331/+586
2023-07-05bus: ixp4xx: fix IXP4XX_EXP_T1_MASKJonas Gorski1-1/+1
2023-07-05ARM: dts: st: add missing space before {Krzysztof Kozlowski11-22/+22
2023-07-05RISC-V: make ARCH_THEAD preclude XIP_KERNELConor Dooley1-0/+1
2023-07-05Merge tag 'pwm/for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-172/+1302
2023-07-05Merge tag 'devicetree-for-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-73/+138
2023-07-05perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...James Clark1-36/+50
2023-07-05perf test: Fix event parsing test on ArmJames Clark1-1/+13
2023-07-05nfp: clean mc addresses in application firmware when closing portYinjun Zhang1-0/+5
2023-07-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-4/+16
2023-07-05Merge tag 'soundwire-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-404/+1289
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds393-5239/+21483
2023-07-05Merge tag 'trace-tools-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-106/+1277
2023-07-05Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-7/+13
2023-07-05sh: Provide unxlate_dev_mem_ptr() in asm/io.hGuenter Roeck1-0/+1
2023-07-05sh: dma: Correct the number of DMA channels for SH7709Artur Rojek1-6/+8
2023-07-05sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4Artur Rojek1-1/+0
2023-07-05sh: dma: Fix DMA channel offset calculationArtur Rojek1-13/+24
2023-07-05sh: Remove compiler flag duplicationMasahiro Yamada1-3/+1
2023-07-05sh: Refactor header include path additionMasahiro Yamada1-2/+1
2023-07-05sh: Move build rule for cchips/hd6446x/ to arch/sh/KbuildMasahiro Yamada2-3/+2
2023-07-05sh: Fix -Wmissing-include-dirs warnings for various platformsMasahiro Yamada2-17/+20
2023-07-05gup: make the stack expansion warning a bit more targetedLinus Torvalds1-10/+41
2023-07-05dt-bindings: soc: qcom: stats: Update maintainer emailMaulik Shah1-1/+1
2023-07-05dt-bindings: cleanup DTS example whitespacesKrzysztof Kozlowski15-30/+30
2023-07-05tracing/boot: Test strscpy() against less than zero for errorSteven Rostedt (Google)1-4/+4
2023-07-05risc-v: Fix order of IPI enablement vs RCU startupMarc Zyngier1-2/+3
2023-07-05mm: riscv: fix an unsafe pte read in huge_pte_alloc()John Hubbard1-1/+5
2023-07-05dt-bindings: riscv: deprecate riscv,isaConor Dooley2-23/+270
2023-07-05arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=nArnd Bergmann1-1/+1
2023-07-05tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra1-1/+1
2023-07-05Merge branch 'mptcp-fixes'David S. Miller6-20/+34
2023-07-05selftests: mptcp: pm_nl_ctl: fix 32-bit supportMatthieu Baerts1-5/+5
2023-07-05selftests: mptcp: depend on SYN_COOKIESMatthieu Baerts1-0/+1
2023-07-05selftests: mptcp: userspace_pm: report errors with 'remove' testsMatthieu Baerts1-0/+2
2023-07-05selftests: mptcp: userspace_pm: use correct server portMatthieu Baerts1-1/+1
2023-07-05selftests: mptcp: sockopt: return error if wrong markMatthieu Baerts1-4/+5
2023-07-05selftests: mptcp: sockopt: use 'iptables-legacy' if availableMatthieu Baerts1-9/+11
2023-07-05selftests: mptcp: connect: fail if nft supposed to workMatthieu Baerts1-0/+3
2023-07-05mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni1-0/+5
2023-07-05mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni1-1/+1
2023-07-05Merge branch 'topic/midi20' into for-linusTakashi Iwai1-1/+1
2023-07-05ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du1-1/+1
2023-07-05s390/qeth: Fix vipa deletionThorsten Winkler1-1/+1
2023-07-05x86/xen: Fix secondary processors' FPU initializationJuergen Gross1-0/+1
2023-07-04Revert ".gitignore: ignore *.cover and *.mbx"Linus Torvalds1-2/+0
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-17/+282
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells1-3/+5
2023-07-04octeontx-af: fix hardware timestamp configurationHariprasad Kelam1-1/+1
2023-07-04Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-564/+581
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-237/+277
2023-07-04Merge branch 'dsa-ll-fixes'David S. Miller5-99/+9
2023-07-04net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean5-97/+7
2023-07-04net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean1-2/+2
2023-07-04net: Replace strlcpy with strscpyAzeem Shaikh2-2/+2
2023-07-04pptp: Fix fib lookup calls.Guillaume Nault1-11/+20
2023-07-04mlxsw: spectrum_router: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2023-07-04Merge tag 'pm-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds17-164/+180
2023-07-04Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds69-877/+7630
2023-07-04Merge tag 'firewire-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-231/+694
2023-07-04ACPI: scan: Use the acpi_match_acpi_device() helperAndy Shevchenko1-9/+12
2023-07-04ACPI: platform: Move SMB0001 HID to the header and reuseAndy Shevchenko3-4/+3
2023-07-04ACPI: platform: Ignore SMB0001 only when it has resourcesAndy Shevchenko1-3/+28
2023-07-04ACPI: bus: Introduce acpi_match_acpi_device() helperAndy Shevchenko2-4/+30
2023-07-04module: fix init_module_from_file() error handlingLinus Torvalds1-16/+23
2023-07-04ACPI: scan: fix undeclared variable warnings by including sleep.hBen Dooks1-0/+1
2023-07-04Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki13-121/+132
2023-07-04RISC-V: drop error print from riscv_hartid_to_cpuid()Conor Dooley1-1/+0
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel2-0/+36
2023-07-04riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang1-1/+3
2023-07-04riscv: Enable ARCH_SUSPEND_POSSIBLE for s2idleSong Shuai1-0/+3
2023-07-04clk: tegra: Avoid calling an uninitialized functionThierry Reding1-3/+12
2023-07-04riscv: vdso: include vdso/vsyscall.h for vdso_dataBen Dooks1-0/+1
2023-07-04scripts: kernel-doc: support private / public marking for enumsJakub Kicinski1-0/+3
2023-07-04Documentation: KVM: SEV: add a missing backtickChangyuan Lyu1-1/+1
2023-07-04Documentation: ACPI: fix typo in ssdt-overlays.rstDavid Heidelberg1-1/+1
2023-07-04Fix documentation of panic_on_warnOlaf Hering2-2/+2
2023-07-04mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds1-4/+2
2023-07-04spi: bcm{63xx,bca}-hsspi: update my email addressJonas Gorski2-2/+2
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein1-0/+14
2023-07-04drm/i915: use mock device info for creating mock deviceJani Nikula1-21/+24
2023-07-04drm/i915/psr: Fix BDW PSR AUX CH data register offsetsVille Syrjälä1-1/+1
2023-07-04net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma1-0/+1
2023-07-04fs: don't assume arguments are non-NULLChristian Brauner1-2/+4
2023-07-04fs: no need to check sourceJan Kara1-2/+1
2023-07-04xsk: Honor SO_BINDTODEVICE on bindIlya Maximets2-0/+14
2023-07-04ALSA: hda/realtek: Whitespace fixLuke D. Jones1-1/+1
2023-07-04ALSA: hda/realtek: Add quirk for ASUS ROG G614JxLuke D. Jones1-0/+1
2023-07-04ALSA: hda/realtek: Amend G634 quirk to enable rear speakersLuke D. Jones1-1/+11
2023-07-04ALSA: hda/realtek: Add quirk for ASUS ROG GA402XLuke D. Jones1-0/+1
2023-07-04ALSA: hda/realtek: Add quirk for ASUS ROG GX650PLuke D. Jones1-0/+19
2023-07-04Revert "s390/mm: get rid of VMEM_MAX_PHYS macro"Alexander Gordeev5-5/+8
2023-07-04s390/cpum_sf: remove check on CPU being onlineThomas Richter1-4/+0