summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02powerpc: Explicitly include correct DT includesRob Herring70-76/+86
2023-08-02powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIsNicholas Piggin1-1/+29
2023-08-02powerpc: Add mm_cpumask warning when context switchingNicholas Piggin1-2/+5
2023-08-02powerpc/64s: Use dec_mm_active_cpus helperNicholas Piggin3-2/+3
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin3-1/+18
2023-08-02powerpc/64: Enable accelerated crypto algorithms in defconfigMichael Ellerman1-0/+3
2023-08-02powerpc/crypto: don't build aes-gcm-p10 by defaultOmar Sandoval1-1/+0
2023-08-02powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10Omar Sandoval1-0/+1
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy5-74/+87
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy6-52/+53
2023-08-02powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy4-60/+23
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy9-40/+19
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy5-14/+14
2023-08-02powerpc/features: Add capability to update mmu features laterChristophe Leroy2-4/+28
2023-08-02powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy2-6/+1
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy5-39/+29
2023-08-02powerpc/kuap: Avoid unnecessary reads of MD_APChristophe Leroy2-10/+4
2023-07-24Linux 6.5-rc3Linus Torvalds1-1/+1
2023-07-24Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-7/+17
2023-07-24Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-15/+31
2023-07-23kbuild: rust: avoid creating temporary filesMiguel Ojeda2-2/+9
2023-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-72/+140
2023-07-23Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-263/+262
2023-07-23Merge tag '6.5-rc2-smb3-client-fixes-ver2' of git://git.samba.org/sfrench/cif...Linus Torvalds2-6/+15
2023-07-23Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2-2/+7
2023-07-23Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini15-70/+133
2023-07-23tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-07-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin2-2/+15
2023-07-23tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing1-4/+0
2023-07-23kbuild: flatten KBUILD_CFLAGSAlexey Dobriyan1-5/+17
2023-07-23gen_compile_commands: add assembly files to compilation databaseBenjamin Gray1-1/+1
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo1-27/+131
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo1-5/+9
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney1-0/+14
2023-07-23Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-80/+29
2023-07-22cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-07-22cifs: allow dumping keys for directories tooShyam Prasad N1-4/+13
2023-07-22Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-12/+27
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds6-15/+58
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds3-32/+37
2023-07-22Merge tag 'devicetree-fixes-for-6.5-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-52/+5
2023-07-22Merge tag 'regmap-fix-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-12/+16
2023-07-22Merge tag 'gpio-fixes-for-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+18
2023-07-21dt-bindings: serial: Remove obsolete nxp,lpc1850-uart.txtRob Herring1-28/+0
2023-07-21dt-bindings: serial: Remove obsolete cavium-uart.txtRob Herring1-19/+0
2023-07-21loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira1-2/+34
2023-07-21loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira1-0/+4
2023-07-21sbitmap: fix batching wakeupDavid Jeffery1-8/+7
2023-07-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-15/+38
2023-07-21Merge tag 'pm-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-171/+1