Age | Commit message (Expand) | Author | Files | Lines |
2022-10-26 | s390/pai: fix raw data collection for PMU pai_ext | Thomas Richter | 1 | -0/+1 |
2022-10-26 | s390/boot: add secure boot trailer | Peter Oberparleiter | 1 | -2/+11 |
2022-10-26 | s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i... | Heiko Carstens | 1 | -4/+4 |
2022-10-26 | s390/futex: add missing EX_TABLE entry to __futex_atomic_op() | Heiko Carstens | 1 | -1/+2 |
2022-10-26 | s390/uaccess: add missing EX_TABLE entries to __clear_user() | Heiko Carstens | 1 | -3/+3 |
2022-10-17 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -4/+4 |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+0 |
2022-10-12 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
2022-10-12 | treewide: use get_random_{u8,u16}() when possible, part 2 | Jason A. Donenfeld | 1 | -1/+1 |
2022-10-12 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2 | -2/+2 |
2022-10-11 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -14/+8 |
2022-10-10 | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -0/+135 |
2022-10-10 | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 3 | -4/+3 |
2022-10-10 | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -0/+2 |
2022-10-09 | Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 30 | -249/+1161 |
2022-10-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+0 |
2022-10-08 | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -76/+0 |
2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -0/+19 |
2022-10-04 | instrumented.h: allow instrumenting both sides of copy_from_user() | Alexander Potapenko | 1 | -1/+2 |
2022-10-02 | kbuild: remove head-y syntax | Masahiro Yamada | 1 | -2/+0 |
2022-10-02 | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 1 | -2/+2 |
2022-09-29 | Merge branch 'v6.0-rc7' | Peter Zijlstra | 19 | -98/+146 |
2022-09-28 | kbuild: build init/built-in.a just once | Masahiro Yamada | 1 | -0/+1 |
2022-09-28 | s390/pci: remove unused bus_next field from struct zpci_dev | Niklas Schnelle | 1 | -1/+0 |
2022-09-28 | s390/cio: remove unused ccw_device_force_console() declaration | Gaosheng Cui | 1 | -1/+0 |
2022-09-27 | perf: Use sample_flags for raw_data | Namhyung Kim | 2 | -0/+2 |
2022-09-27 | s390: remove vma linked list walks | Matthew Wilcox (Oracle) | 2 | -3/+6 |
2022-09-26 | KVM: remove KVM_REQ_UNHALT | Paolo Bonzini | 1 | -2/+0 |
2022-09-25 | Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/... | Greg Kroah-Hartman | 8 | -18/+37 |
2022-09-21 | s390/dasd: suppress generic error messages for PPRC secondary devices | Stefan Haberland | 1 | -0/+5 |
2022-09-21 | s390/dasd: add ioctl to perform a swap of the drivers copy pair | Stefan Haberland | 1 | -0/+14 |
2022-09-21 | KVM: s390: pci: register pci hooks without interpretation | Matthew Rosato | 2 | -5/+13 |
2022-09-21 | KVM: s390: pci: fix GAIT physical vs virtual pointers usage | Matthew Rosato | 2 | -2/+2 |
2022-09-21 | KVM: s390: Pass initialized arg even if unused | Janis Schoetterl-Glausch | 1 | -3/+13 |
2022-09-21 | KVM: s390: pci: fix plain integer as NULL pointer warnings | Matthew Rosato | 2 | -5/+5 |
2022-09-16 | s390/pai: Add support for PAI Extension 1 NNPA counters | Thomas Richter | 5 | -4/+682 |
2022-09-16 | s390/mm: fix no previous prototype warnings in maccess.c | Alexander Gordeev | 1 | -0/+1 |
2022-09-14 | s390/mm: uninline copy_oldmem_kernel() function | Alexander Gordeev | 5 | -15/+19 |
2022-09-14 | s390/mm,ptdump: add real memory copy page markers | Alexander Gordeev | 1 | -0/+7 |
2022-09-14 | s390/mm: rework memcpy_real() to avoid DAT-off mode | Alexander Gordeev | 8 | -89/+70 |
2022-09-14 | s390/dump: save IPL CPU registers once DAT is available | Alexander Gordeev | 3 | -35/+34 |
2022-09-14 | s390/pci: convert high_memory to physical address | Niklas Schnelle | 1 | -1/+1 |
2022-09-14 | s390/smp,ptdump: add absolute lowcore markers | Alexander Gordeev | 1 | -0/+7 |
2022-09-14 | s390/smp: rework absolute lowcore access | Alexander Gordeev | 14 | -84/+315 |
2022-09-14 | s390/smp: call smp_reinit_ipl_cpu() before scheduler is available | Alexander Gordeev | 3 | -2/+3 |
2022-09-14 | Merge branch 'fixes' into features | Vasily Gorbik | 8 | -54/+68 |
2022-09-12 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -3/+0 |
2022-09-12 | s390/hugetlb: switch to generic version of follow_huge_pud() | Gerald Schaefer | 1 | -10/+0 |
2022-09-10 | Merge tag 's390-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2 | -2/+3 |
2022-09-09 | Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |