index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
s390/nmi: implement and use local_mcck_save() / local_mcck_restore()
Heiko Carstens
1
-3
/
+25
2023-12-11
s390/ctlreg: return old register contents when changing bits
Heiko Carstens
1
-10
/
+14
2023-11-30
s390/ap: store TAPQ hwinfo in struct ap_card
Harald Freudenberger
1
-9
/
+12
2023-11-23
arch: consolidate arch_irq_work_raise prototypes
Arnd Bergmann
1
-2
/
+0
2023-11-22
s390/sysinfo: add variable capacity information
Vasily Gorbik
1
-0
/
+4
2023-11-22
s390: remove odd comment
Heiko Carstens
1
-1
/
+0
2023-11-10
kprobes: unify kprobes_exceptions_nofify() prototypes
Arnd Bergmann
1
-2
/
+0
2023-11-09
Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-122
/
+13
2023-11-05
s390/mm: make pte_free_tlb() similar to pXd_free_tlb()
Alexander Gordeev
2
-2
/
+3
2023-11-05
s390/mm: use full 4KB page for 2KB PTE
Alexander Gordeev
3
-8
/
+0
2023-11-05
s390/cmma: rework no-dat handling
Heiko Carstens
1
-2
/
+0
2023-11-05
s390/cmma: move arch_set_page_dat() to header file
Heiko Carstens
2
-1
/
+17
2023-11-05
s390/cmma: move set_page_stable() and friends to header file
Heiko Carstens
1
-0
/
+38
2023-11-05
s390/cmma: move parsing of cmma kernel parameter to early boot code
Heiko Carstens
2
-1
/
+4
2023-11-05
s390/perf: implement perf_callchain_user()
Heiko Carstens
1
-0
/
+7
2023-11-05
s390/mm: add missing conversion to use ptdescs
Alexander Gordeev
1
-2
/
+2
2023-11-03
Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
13
-194
/
+379
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+10
2023-10-31
Merge tag 'kvm-s390-next-6.7-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
1
-0
/
+7
2023-10-27
Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...
Joerg Roedel
3
-122
/
+13
2023-10-25
s390: delete the unused store_prefix() function
Ilya Leoshkevich
1
-8
/
+0
2023-10-23
s390/mm: move translation-exception identification structure to fault.h
Heiko Carstens
1
-0
/
+28
2023-10-18
s390: implement arch_xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
1
-0
/
+10
2023-10-16
KVM: s390: add stat counter for shadow gmap events
Nico Boehr
1
-0
/
+7
2023-10-16
s390: add support for DCACHE_WORD_ACCESS
Heiko Carstens
2
-0
/
+26
2023-10-16
s390: provide word-at-a-time implementation
Heiko Carstens
1
-0
/
+42
2023-10-16
s390/extable: reduce number of extable macros
Heiko Carstens
1
-16
/
+7
2023-10-05
s390/pci: Fix reset of IOMMU software counters
Niklas Schnelle
1
-4
/
+0
2023-10-02
s390/pci: Use dma-iommu layer
Niklas Schnelle
3
-118
/
+13
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-2
/
+4
2023-09-19
s390/ctlreg: add control register bits
Heiko Carstens
1
-34
/
+69
2023-09-19
s390/irq: use CR0 defines to define CR0_IRQ_SUBCLASS_MASK
Heiko Carstens
1
-11
/
+12
2023-09-19
s390/ctlreg: add missing defines
Heiko Carstens
1
-0
/
+14
2023-09-19
s390/ctlreg: add system_ctl_load()
Heiko Carstens
1
-3
/
+14
2023-09-19
s390/ctltreg: make initialization of control register save area explicit
Heiko Carstens
1
-0
/
+3
2023-09-19
s390/ctlreg: add struct ctlreg
Heiko Carstens
5
-16
/
+27
2023-09-19
s390/ctlreg: add type checking to __local_ctl_load() and __local_ctl_store()
Heiko Carstens
1
-0
/
+2
2023-09-19
s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()
Heiko Carstens
1
-2
/
+2
2023-09-19
s390/ctlreg: use local_ctl_load() and local_ctl_store() where possible
Heiko Carstens
3
-10
/
+10
2023-09-19
s390/ctlreg: add local_ctl_load() and local_ctl_store()
Heiko Carstens
1
-0
/
+17
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
2
-18
/
+18
2023-09-19
s390/ctlreg: cleanup inline assemblies
Heiko Carstens
1
-9
/
+22
2023-09-19
s390/ctlreg: rename ctl_reg.h to ctlreg.h
Heiko Carstens
2
-4
/
+4
2023-09-19
s390/ctlreg: move control register code to separate file
Heiko Carstens
3
-5
/
+5
2023-09-19
s390/smp: keep the original lowcore for CPU 0
Ilya Leoshkevich
1
-1
/
+0
2023-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-1
/
+36
2023-09-07
Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-37
/
+33
2023-09-05
s390/mm: fix MAX_DMA_ADDRESS physical vs virtual confusion
Alexander Gordeev
1
-1
/
+1
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+3
2023-08-31
Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
3
-1
/
+45
[prev]
[next]