index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-19
s390/kdump: remove nodat stack restriction for calling nodat functions
Alexander Gordeev
2
-12
/
+5
2023-04-19
s390/kdump: rework invocation of DAT-off code
Alexander Gordeev
2
-14
/
+61
2023-04-19
s390/kdump: fix virtual vs physical address confusion
Alexander Gordeev
1
-8
/
+7
2023-04-19
s390/kdump: cleanup do_start_kdump() prototype and usage
Alexander Gordeev
1
-4
/
+3
2023-04-19
s390/kexec: turn DAT mode off immediately before purgatory
Alexander Gordeev
1
-4
/
+3
2023-04-19
s390/cpum_cf: remove function validate_ctr_auth() by inline code
Thomas Richter
1
-22
/
+9
2023-04-19
s390/cpum_cf: provide counter number to validate_ctr_version()
Thomas Richter
1
-10
/
+8
2023-04-19
s390/cpum_cf: introduce static CPU counter facility information
Thomas Richter
1
-67
/
+65
2023-04-18
mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Aneesh Kumar K.V
1
-1
/
+1
2023-04-14
s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL
Ilya Leoshkevich
1
-3
/
+8
2023-04-14
init: Mark [arch_call_]rest_init() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
1
-0
/
+5
2023-04-13
s390/debug: replace zero-length array with flexible-array member
Heiko Carstens
1
-1
/
+1
2023-04-13
s390/fcx: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-04-13
s390/diag: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-04-13
s390/mm: fix direct map accounting
Heiko Carstens
3
-4
/
+18
2023-04-13
s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT
Heiko Carstens
1
-4
/
+4
2023-04-13
s390/boot: improve install.sh script
Marc Hartmayer
1
-4
/
+4
2023-04-13
s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disable
Thomas Richter
1
-14
/
+8
2023-04-13
s390/kaslr: randomize amode31 base address
Vasily Gorbik
1
-2
/
+4
2023-04-13
s390/kaslr: generalize and improve random base distribution
Vasily Gorbik
4
-11
/
+112
2023-04-13
s390/boot: pin amode31 default lma
Vasily Gorbik
1
-1
/
+3
2023-04-13
s390/boot: do not change default_lma
Vasily Gorbik
1
-13
/
+12
2023-04-13
s390/cpum_cf: remove unnecessary copy_from_user call
Thomas Richter
1
-5
/
+1
2023-04-13
s390/cpum_cf: log bad return code of function cfset_all_copy
Thomas Richter
1
-6
/
+9
2023-04-13
s390/module: create module allocations without exec permissions
Heiko Carstens
1
-1
/
+1
2023-04-13
s390/ftrace: do not assume module_alloc() returns executable memory
Heiko Carstens
2
-2
/
+2
2023-04-13
s390/mm: use set_memory_*() helpers instead of open coding
Heiko Carstens
3
-24
/
+17
2023-04-13
s390/mm: implement set_memory_rwnx()
Heiko Carstens
1
-0
/
+5
2023-04-13
s390/mm: implement set_memory_rox()
Heiko Carstens
1
-0
/
+6
2023-04-13
s390/ipl: fix physical-virtual confusion for diag308
Nico Boehr
1
-3
/
+3
2023-04-13
s390/kaslr: randomize module base load address
Heiko Carstens
1
-1
/
+21
2023-04-13
s390/kaslr: provide kaslr_enabled() function
Heiko Carstens
6
-8
/
+15
2023-04-13
s390/checksum: remove not needed uaccess.h include
Heiko Carstens
1
-1
/
+0
2023-04-13
s390/checksum: always use cksm instruction
Heiko Carstens
2
-11
/
+2
2023-04-11
s390/dasd: add autoquiesce feature
Stefan Haberland
1
-0
/
+2
2023-04-05
s390/mm: try VMA lock-based page fault handling first
Heiko Carstens
2
-0
/
+25
2023-04-05
kvm: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-04-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-8
/
+25
2023-04-04
s390: enable HAVE_ARCH_STACKLEAK
Heiko Carstens
2
-0
/
+11
2023-04-04
s390: move on_thread_stack() to processor.h
Heiko Carstens
2
-5
/
+7
2023-04-04
s390: remove arch_early_irq_init()
Heiko Carstens
2
-12
/
+2
2023-04-04
s390/stacktrace: remove call_on_stack_noreturn()
Heiko Carstens
1
-13
/
+0
2023-04-04
s390: use init_thread_union aka initial stack for the first process
Heiko Carstens
2
-31
/
+19
2023-04-04
s390/stack: set lowcore kernel stack pointer early
Heiko Carstens
1
-0
/
+1
2023-04-04
s390/stack: use STACK_INIT_OFFSET where possible
Heiko Carstens
5
-17
/
+13
2023-04-04
s390/dumpstack: simplify in stack logic code
Heiko Carstens
1
-24
/
+14
2023-04-04
s390: make extables read-only
Vasily Gorbik
1
-1
/
+2
2023-04-04
s390/entry: rely on long-displacement facility
Vasily Gorbik
1
-5
/
+3
2023-04-04
Merge branch 'uaccess-inline-asm-cleanup' into features
Vasily Gorbik
7
-100
/
+95
[prev]
[next]