summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-282-2/+2
|\ \
| * | init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf2023-04-141-1/+1
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-276-8/+42
|\ \ \
| * | | mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-212-2/+2
| * | | mm: add new api to enable ksm per processStefan Roesch2023-04-211-0/+7
| * | | mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-181-1/+1
| * | | s390/mm: try VMA lock-based page fault handling firstHeiko Carstens2023-04-052-0/+25
| * | | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-5/+7
| | |/ | |/|
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-12/+14
|\ \ \
| * | | module: replace module_layout with module_memorySong Liu2023-03-091-12/+14
| | |/ | |/|
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-4/+19
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0310-42/+36
| |\ \ \
| * | | | s390/smp: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-3/+9
| * | | | s390/topology: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+10
| | |/ / | |/| |
* | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-0/+5
|\ \ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-211-0/+5
| |\ \ \ \
| | * | | | bpf: Support 64-bit pointers to kfuncsIlya Leoshkevich2023-04-131-0/+5
* | | | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-0/+2
|\ \ \ \ \ \
| * | | | | | s390/dasd: add autoquiesce featureStefan Haberland2023-04-111-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-251-0/+5
|\ \ \ \ \ \
| * | | | | | ftrace: selftest: remove broken trace_direct_trampMark Rutland2023-03-211-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-252-4/+2
|\ \ \ \ \ \
| * | | | | | vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-212-4/+2
| |/ / / / /
* | | | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | kvm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
| | |/ / / | |/| | |
* | | | | s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULLIlya Leoshkevich2023-04-141-3/+8
| |_|/ / |/| | |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-04-042-8/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+1
| * | | KVM: s390: pv: fix external interruption loop not always detectedNico Boehr2023-03-281-8/+24
| | |/ | |/|
* | | s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingHeiko Carstens2023-03-271-6/+2
* | | s390: reintroduce expoline dependence to scriptsJiri Slaby (SUSE)2023-03-271-1/+1
* | | s390/uaccess: add missing earlyclobber annotations to __clear_user()Heiko Carstens2023-03-271-1/+1
|/ /
* | s390: update defconfigsHeiko Carstens2023-03-133-19/+8
* | PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle2023-03-133-15/+16
* | s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle2023-03-131-0/+8
|/
* Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-0312-99/+128
|\
| * s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik2023-03-021-0/+1
| * s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik2023-03-021-2/+1
| * s390/Kconfig: sort config S390 select list againHeiko Carstens2023-03-011-3/+3
| * s390/extmem: return correct segment type in __segment_load()Gerald Schaefer2023-03-011-5/+7
| * s390/decompressor: add link map savingVasily Gorbik2023-02-281-1/+3
| * s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens2023-02-281-0/+1
| * s390/mcck: cleanup user process termination pathAlexander Gordeev2023-02-284-32/+8
| * s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens2023-02-281-6/+3
| * s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens2023-02-281-0/+31
| * s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2023-02-271-48/+52
| * s390/nmi: fix virtual-physical address confusionNico Boehr2023-02-271-2/+1