summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+10
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1964/+5593
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-198/+82
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-252/+147
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-5/+56
2023-09-06s390/bpf: Pass through tail call counter in trampolinesIlya Leoshkevich-0/+10
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-260/+0
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds-0/+1
2023-09-05s390/vmem: do not silently ignore mapping limitAlexander Gordeev-15/+3
2023-09-05s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev-2/+2
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Mike Rapoport (IBM)-0/+1
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-104/+106
2023-09-05Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-27/+19
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds-93/+51
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-1033/+724
2023-09-04Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+1
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-244/+20
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-39/+516
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook-5/+13
2023-09-01Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+13
2023-09-01Merge tag 'v6.6-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-2/+2
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1/+0
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+18
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-50/+53
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-76/+18
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-553/+0
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-356/+1008
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds-0/+2
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar-1/+1
2023-08-31x86/fpu/xstate: Fix PKRU covert channelJim Mattson-1/+1
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-554/+313
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-2621/+3366
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-263/+1592
2023-08-31x86/irq/i8259: Fix kernel-doc annotation warningVincenzo Palazzo-3/+1
2023-08-31x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen-4/+4
2023-08-31KVM: x86/mmu: Include mmu.h in spte.hSean Christopherson-0/+1
2023-08-31KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson-24/+47
2023-08-31KVM: x86/mmu: Disallow guest from using !visible slots for page tablesSean Christopherson-1/+6
2023-08-31KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageSean Christopherson-5/+6
2023-08-31KVM: x86/mmu: Harden new PGD against roots without shadow pagesSean Christopherson-6/+19
2023-08-31KVM: x86/mmu: Add helper to convert root hpa to shadow pageSean Christopherson-16/+23
2023-08-31KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson-12/+17
2023-08-31KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson-29/+72
2023-08-31KVM: x86/mmu: Bug the VM if write-tracking is used but not enabledSean Christopherson-2/+2
2023-08-31KVM: x86/mmu: Assert that correct locks are held for page write-trackingSean Christopherson-6/+11
2023-08-31KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson-21/+19
2023-08-31KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson-100/+46
2023-08-31KVM: x86/mmu: Use page-track notifiers iff there are external usersSean Christopherson-16/+47
2023-08-31KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson-27/+39
2023-08-31KVM: x86: Remove the unused page-track hook track_flush_slot()Yan Zhao-39/+0