summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regcache: Push async I/O request down into the rbtree cacheMark Brown2023-07-192-3/+4
* regmap: Account for register length in SMBus I/O limitsMark Brown2023-07-171-4/+4
* regmap: Drop initial version of maximum transfer length fixesMark Brown2023-07-172-5/+3
* Linux 6.5-rc2v6.5-rc2Linus Torvalds2023-07-161-1/+1
* Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2023-07-163-22/+18
|\
| * xtensa: fix unaligned and load/store configuration interactionMax Filippov2023-07-102-21/+16
| * xtensa: ISS: fix call to split_if_specMax Filippov2023-07-101-1/+1
| * xtensa: ISS: add comment about etherdev freeingMax Filippov2023-07-101-0/+1
* | Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-161-0/+7
|\ \
| * | perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim2023-07-101-0/+7
| |/
* | Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-162-2/+2
|\ \
| * | iov_iter: Mark copy_iovec_from_user() noclonePeter Zijlstra2023-07-101-1/+1
| * | objtool: initialize all of struct elfMichal Kubecek2023-07-101-1/+1
| |/
* | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-07-165-12/+29
|\ \
| * | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-104-11/+28
| * | sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin2023-07-101-1/+1
| |/
* | Merge tag 'pinctrl-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-07-164-55/+63
|\ \
| * \ Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/s...Linus Walleij2023-07-132-16/+40
| |\ \
| | * | pinctrl: renesas: rzg2l: Handle non-unique subnode namesBiju Das2023-07-101-8/+20
| | * | pinctrl: renesas: rzv2m: Handle non-unique subnode namesGeert Uytterhoeven2023-07-101-8/+20
| | |/
| * | pinctrl: amd: Unify debounce handling into amd_pinconf_set()Mario Limonciello2023-07-131-16/+5
| * | pinctrl: amd: Drop pull up select configurationMario Limonciello2023-07-132-13/+4
| * | pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello2023-07-131-13/+15
| * | pinctrl: amd: Only use special debounce behavior for GPIO 0Mario Limonciello2023-07-131-3/+5
| |/
* | Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-167-31/+43
|\ \
| * | cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N2023-07-141-4/+15
| * | cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-143-7/+14
| * | smb: client: fix missed ses refcountingPaulo Alcantara2023-07-122-17/+11
| * | smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva2023-07-121-1/+1
| * | cifs: if deferred close is disabled then close files immediatelyBharath SM2023-07-101-2/+2
| |/
* | Merge tag 'powerpc-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-07-166-46/+51
|\ \
| * | powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page sizeAneesh Kumar K.V2023-07-103-11/+5
| * | powerpc/64e: Fix obtool warnings in exceptions-64e.SMichael Ellerman2023-07-101-13/+18
| * | powerpc/security: Fix Speculation_Store_Bypass reporting on Power10Michael Ellerman2023-07-101-18/+19
| * | powerpc/64s: Fix native_hpte_remove() to be irq-safeMichael Ellerman2023-07-101-4/+9
| |/
* | Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-07-166-10/+11
|\ \
| * | sparc: mark __arch_xchg() as __always_inlineArnd Bergmann2023-07-132-2/+2
| * | MAINTAINERS: Foolishly claim maintainership of string routinesKees Cook2023-07-131-1/+4
| * | kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2023-07-122-6/+5
| * | vmlinux.lds.h: Remove a reference to no longer used sections .text..refcountPetr Pavlu2023-07-111-1/+0
| |/
* | Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-166-29/+24
|\ \
| * | tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)2023-07-143-12/+14
| * | Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)2023-07-143-26/+9
| * | tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)2023-07-141-5/+7
| * | tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)2023-07-141-0/+2
| * | tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)2023-07-141-2/+2
| * | fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)2023-07-141-0/+6
* | | Merge tag 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-154-2/+12
|\ \ \
| * | | mailmap: add entry for Jonas GorskiJonas Gorski2023-07-121-0/+1
| * | | MAINTAINERS: add myself for spi-bcm63xxJonas Gorski2023-07-121-0/+7