summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-09-06riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan
2023-09-06s390/bpf: Pass through tail call counter in trampolinesIlya Leoshkevich
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti
2023-09-05riscv: Dump out kernel offset information on panicAlexandre Ghiti
2023-09-05riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti
2023-09-05perf/x86/uncore: Correct the number of CHAs on EMRKan Liang
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-05Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-05s390/vmem: do not silently ignore mapping limitAlexander Gordeev
2023-09-05s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusionAlexander Gordeev
2023-09-05sparc64: add missing initialization of folio in tlb_batch_add()Mike Rapoport (IBM)
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-09-05Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2023-09-04Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-09-04x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook
2023-09-01Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-01Merge tag 'v6.6-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-01riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar
2023-09-01riscv: errata: Add Andes alternative portsLad Prabhakar
2023-09-01riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar
2023-09-01riscv: dma-mapping: switch over to generic implementationLad Prabhakar
2023-09-01riscv: dma-mapping: skip invalidation before bidirectional DMAArnd Bergmann
2023-09-01riscv: dma-mapping: only invalidate after DMA, not flushArnd Bergmann
2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green
2023-09-01RISC-V: Probe for unaligned access speedEvan Green
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar
2023-08-31x86/fpu/xstate: Fix PKRU covert channelJim Mattson
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-31x86/irq/i8259: Fix kernel-doc annotation warningVincenzo Palazzo
2023-08-31x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen
2023-08-31KVM: x86/mmu: Include mmu.h in spte.hSean Christopherson
2023-08-31KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson
2023-08-31KVM: x86/mmu: Disallow guest from using !visible slots for page tablesSean Christopherson
2023-08-31KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageSean Christopherson