aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-09-06s390/bpf: Pass through tail call counter in trampolinesGravatar Ilya Leoshkevich 1-0/+10
2023-09-05riscv: libstub: Implement KASLR by using generic functionsGravatar Alexandre Ghiti 2-0/+3
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cGravatar Alexandre Ghiti 1-0/+2
2023-09-05riscv: Dump out kernel offset information on panicGravatar Alexandre Ghiti 1-0/+25
2023-09-05riscv: Introduce virtual kernel mapping KASLRGravatar Alexandre Ghiti 6-2/+101
2023-09-05perf/x86/uncore: Correct the number of CHAs on EMRGravatar Kan Liang 1-1/+11
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 5-260/+0
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+1
2023-09-05s390/vmem: do not silently ignore mapping limitGravatar Alexander Gordeev 1-15/+3
2023-09-05s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionGravatar Alexander Gordeev 2-2/+2
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Gravatar Mike Rapoport (IBM) 1-0/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 107-104/+106
2023-09-05Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-27/+19
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxGravatar Linus Torvalds 13-93/+51
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 44-1033/+724
2023-09-04Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-7/+1
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-244/+20
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 6-39/+516
2023-09-04x86/smp: Don't send INIT to non-present and non-booted CPUsGravatar Thomas Gleixner 1-1/+1
2023-09-04kbuild: Show marked Kconfig fragments in "help"Gravatar Kees Cook 12-5/+13
2023-09-01Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-13/+13
2023-09-01Merge tag 'v6.6-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-2/+2
2023-09-01RISC-V: Add ptrace support for vectorsGravatar Andy Chiu 2-4/+88
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-1/+0
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+18
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-50/+53
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 16-76/+18
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-553/+0
2023-09-01riscv: mm: dma-noncoherent: nonstandard cache operations supportGravatar Lad Prabhakar 4-0/+91
2023-09-01riscv: errata: Add Andes alternative portsGravatar Lad Prabhakar 7-0/+102
2023-09-01riscv: asm: vendorid_list: Add Andes Technology to the vendors listGravatar Lad Prabhakar 1-0/+1
2023-09-01riscv: dma-mapping: switch over to generic implementationGravatar Lad Prabhakar 1-9/+51
2023-09-01riscv: dma-mapping: skip invalidation before bidirectional DMAGravatar Arnd Bergmann 1-1/+1
2023-09-01riscv: dma-mapping: only invalidate after DMA, not flushGravatar Arnd Bergmann 1-1/+1
2023-09-01RISC-V: alternative: Remove feature_probe_funcGravatar Evan Green 4-33/+0
2023-09-01RISC-V: Probe for unaligned access speedGravatar Evan Green 6-0/+193
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 36-356/+1008
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxGravatar Linus Torvalds 1-0/+2
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesGravatar Ingo Molnar 1-1/+1
2023-08-31x86/fpu/xstate: Fix PKRU covert channelGravatar Jim Mattson 1-1/+1
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 18-554/+313
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 267-2621/+3366
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 87-263/+1592
2023-08-31x86/irq/i8259: Fix kernel-doc annotation warningGravatar Vincenzo Palazzo 1-3/+1
2023-08-31x86/speculation: Mark all Skylake CPUs as vulnerable to GDSGravatar Dave Hansen 1-4/+4
2023-08-31KVM: x86/mmu: Include mmu.h in spte.hGravatar Sean Christopherson 1-0/+1
2023-08-31KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsGravatar Sean Christopherson 4-24/+47
2023-08-31KVM: x86/mmu: Disallow guest from using !visible slots for page tablesGravatar Sean Christopherson 1-1/+6
2023-08-31KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageGravatar Sean Christopherson 1-5/+6
2023-08-31KVM: x86/mmu: Harden new PGD against roots without shadow pagesGravatar Sean Christopherson 1-6/+19