Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | s390/bpf: Implement new atomic ops | Ilya Leoshkevich | 2021-03-16 | 1 | -9/+55 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
* | | | | | | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2021-04-29 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | quota: wire up quotactl_path | Sascha Hauer | 2021-03-17 | 1 | -0/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-04-28 | 32 | -583/+894 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | s390/disassembler: increase ebpf disasm buffer size | Vasily Gorbik | 2021-04-21 | 1 | -1/+1 | |
| * | | | | | | | s390/archrandom: add parameter check for s390_arch_random_generate | Harald Freudenberger | 2021-04-21 | 1 | -0/+4 | |
| * | | | | | | | s390/pci: expose a PCI device's UID as its index | Niklas Schnelle | 2021-04-20 | 1 | -0/+35 | |
| * | | | | | | | s390/atomic,cmpxchg: always inline __xchg/__cmpxchg | Heiko Carstens | 2021-04-18 | 1 | -3/+5 | |
| * | | | | | | | s390/smp: fix do_restart() prototype | Alexander Gordeev | 2021-04-18 | 2 | -3/+3 | |
| * | | | | | | | s390: get rid of oprofile leftovers | Marc Zyngier | 2021-04-18 | 1 | -21/+0 | |
| * | | | | | | | s390/atomic,cmpxchg: make constraints work with old compilers | Heiko Carstens | 2021-04-15 | 2 | -9/+9 | |
| * | | | | | | | s390/test_unwind: print test suite start/end info | Vasily Gorbik | 2021-04-15 | 1 | -1/+7 | |
| * | | | | | | | s390/cmpxchg: use unsigned long values instead of void pointers | Heiko Carstens | 2021-04-15 | 1 | -26/+23 | |
| * | | | | | | | s390/test_unwind: add WARN if tests failed | Vasily Gorbik | 2021-04-12 | 1 | -3/+6 | |
| * | | | | | | | s390/test_unwind: unify error handling paths | Vasily Gorbik | 2021-04-12 | 1 | -2/+2 | |
| * | | | | | | | s390: update defconfigs | Heiko Carstens | 2021-04-12 | 2 | -2/+0 | |
| * | | | | | | | s390/spinlock: use R constraint in inline assembly | Heiko Carstens | 2021-04-12 | 1 | -1/+1 | |
| * | | | | | | | s390/atomic,cmpxchg: switch to use atomic-instrumented.h | Heiko Carstens | 2021-04-12 | 2 | -30/+58 | |
| * | | | | | | | s390/cmpxchg: get rid of gcc atomic builtins | Heiko Carstens | 2021-04-12 | 1 | -15/+150 | |
| * | | | | | | | s390/atomic: get rid of gcc atomic builtins | Heiko Carstens | 2021-04-12 | 1 | -6/+30 | |
| * | | | | | | | s390/atomic: use proper constraints | Heiko Carstens | 2021-04-12 | 1 | -7/+7 | |
| * | | | | | | | s390/atomic: move remaining inline assemblies to atomic_ops.h | Heiko Carstens | 2021-04-12 | 2 | -18/+38 | |
| * | | | | | | | s390/bitops: make bitops only work on longs | Heiko Carstens | 2021-04-12 | 1 | -46/+47 | |
| * | | | | | | | s390/traps,mm: add conditional trap handlers | Heiko Carstens | 2021-04-12 | 3 | -18/+12 | |
| * | | | | | | | s390/pci: narrow scope of zpci_configure_device() | Niklas Schnelle | 2021-04-12 | 1 | -12/+3 | |
| * | | | | | | | s390/pci: separate zbus registration from scanning | Niklas Schnelle | 2021-04-12 | 5 | -30/+33 | |
| * | | | | | | | s390/pci: use mutex not spinlock for zbus list | Niklas Schnelle | 2021-04-12 | 1 | -7/+7 | |
| * | | | | | | | s390/pci: separate zbus creation from scanning | Niklas Schnelle | 2021-04-12 | 4 | -97/+177 | |
| * | | | | | | | s390/pci: do more bus setup in zpci_bus_scan() | Niklas Schnelle | 2021-04-12 | 1 | -13/+20 | |
| * | | | | | | | s390/pci: introduce zpci_bus_scan_device() | Niklas Schnelle | 2021-04-12 | 3 | -17/+28 | |
| * | | | | | | | s390/traps: convert pgm_check.S to C | Heiko Carstens | 2021-04-12 | 5 | -181/+59 | |
| * | | | | | | | s390/protvirt: fix error return code in uv_info_init() | zhongbaisong | 2021-04-12 | 1 | -1/+3 | |
| * | | | | | | | Merge branch 'fixes' into features | Heiko Carstens | 2021-04-12 | 8 | -12/+30 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions family | Alexander Gordeev | 2021-04-05 | 1 | -4/+4 | |
| * | | | | | | | s390/cio: remove duplicate struct ccw1 declaration | Wan Jiabing | 2021-04-05 | 1 | -3/+0 | |
| * | | | | | | | s390/pci: expose UID uniqueness guarantee | Niklas Schnelle | 2021-04-05 | 1 | -0/+9 | |
| * | | | | | | | s390/pci: fix DMA cleanup on hard deconfigure | Niklas Schnelle | 2021-03-28 | 1 | -6/+5 | |
| * | | | | | | | s390/spinlock: remove align attribute from arch_spinlock_t | Heiko Carstens | 2021-03-28 | 1 | -1/+1 | |
| * | | | | | | | s390/crc32-vx: couple of typo fixes | Bhaskar Chowdhury | 2021-03-24 | 1 | -2/+2 | |
| * | | | | | | | s390/uv: fix prot virt host indication compilation | Janosch Frank | 2021-03-24 | 1 | -1/+7 | |
| * | | | | | | | s390/kernel: fix a typo | Bhaskar Chowdhury | 2021-03-22 | 1 | -1/+1 | |
| * | | | | | | | s390/qdio: let driver manage the QAOB | Julian Wiedmann | 2021-03-22 | 1 | -18/+4 | |
| * | | | | | | | s390/pci: move zpci_remove_device() to bus code | Niklas Schnelle | 2021-03-22 | 5 | -37/+38 | |
| * | | | | | | | s390/pci: unify de-/configure for slots and events | Niklas Schnelle | 2021-03-22 | 3 | -38/+98 | |
| * | | | | | | | s390/cio: add CRW inject functionality | Vineeth Vijayan | 2021-03-22 | 2 | -0/+9 | |
| * | | | | | | | s390/pci: add zpci_event_hard_deconfigured() | Niklas Schnelle | 2021-03-22 | 1 | -15/+24 | |
| * | | | | | | | s390/pci: deconfigure device on release | Niklas Schnelle | 2021-03-22 | 1 | -0/+5 | |
| * | | | | | | | s390/pci: refactor zpci function states | Niklas Schnelle | 2021-03-22 | 2 | -7/+4 | |
| * | | | | | | | s390/uv: add prot virt guest/host indication files | Janosch Frank | 2021-03-22 | 1 | -1/+36 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-04-26 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | |