Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 291 | -2/+296 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 291 | -0/+291 |
2017-11-02 | s390/nmi: avoid using long-displacement facility | Vasily Gorbik | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 6 | -0/+6 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 37 | -0/+37 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 248 | -0/+248 |
2017-11-02 | s390: pass endianness info to sparse | Luc Van Oostenryck | 1 | -1/+1 |
2017-10-26 | s390/decompressor: remove informational messages | Martin Schwidefsky | 1 | -2/+0 |
2017-10-26 | s390/cpum_cf: add hardware counter support for IBM z14 | Hendrik Brueckner | 1 | -60/+218 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2 | -11/+11 |
2017-10-25 | s390/kvm: fix detection of guest machine checks | Martin Schwidefsky | 1 | -2/+5 |
2017-10-24 | Merge tag 'v4.14-rc6' into locking/core, to pick up fixes | Ingo Molnar | 2 | -0/+5 |
2017-10-19 | s390/nmi: do register validation as early as possible | Martin Schwidefsky | 5 | -95/+85 |
2017-10-19 | s390/nmi: allocation of the extended save area | Martin Schwidefsky | 4 | -47/+99 |
2017-10-19 | s390/ctl_reg: move control register definitions to ctl_reg.h | Martin Schwidefsky | 3 | -9/+14 |
2017-10-19 | s390/ctl_reg: use decoding unions in update_cr_regs | Martin Schwidefsky | 4 | -22/+42 |
2017-10-19 | s390/nmi: use smp_emergency_stop instead of smp_send_stop | Martin Schwidefsky | 3 | -15/+29 |
2017-10-19 | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 1 | -5/+0 |
2017-10-18 | s390/vdso: move boot_vdso_data to vdso.c | Martin Schwidefsky | 3 | -1/+16 |
2017-10-18 | s390/spinlock: use cpu alternatives to enable niai instruction | Vasily Gorbik | 2 | -9/+5 |
2017-10-18 | s390: introduce CPU alternatives | Vasily Gorbik | 7 | -0/+334 |
2017-10-18 | s390/debug: only write data once | Sebastian Ott | 1 | -2/+4 |
2017-10-18 | s390/debug: improve debug_event | Sebastian Ott | 2 | -15/+19 |
2017-10-18 | s390/kexec: Fix checksum validation return code for kdump | Philipp Rudo | 1 | -3/+3 |
2017-10-16 | s390: update defconfig | Martin Schwidefsky | 4 | -22/+10 |
2017-10-16 | s390/debug: adjust coding style | Heiko Carstens | 2 | -582/+494 |
2017-10-16 | s390: fix zfcpdump-config | Dimitri John Ledkov | 1 | -0/+2 |
2017-10-16 | s390/cputime: fix guest/irq/softirq times after CPU hotplug | Christian Borntraeger | 1 | -0/+3 |
2017-10-12 | s390/kprobes: remove KPROBE_SWAP_INST state | Heiko Carstens | 2 | -9/+0 |
2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 1 | -3/+1 |
2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations | Will Deacon | 1 | -0/+3 |
2017-10-10 | locking/core: Remove {read,spin,write}_can_lock() | Will Deacon | 1 | -12/+0 |
2017-10-10 | locking/arch, s390: Add __down_read_killable() | Kirill Tkhai | 1 | -2/+17 |
2017-10-09 | s390: cleanup string ops prototypes | Heiko Carstens | 2 | -25/+25 |
2017-10-09 | s390: optimize memset implementation | Heiko Carstens | 1 | -8/+12 |
2017-10-09 | s390/mm: use memset64 instead of clear_table | Heiko Carstens | 4 | -28/+12 |
2017-10-09 | s390: implement memset16, memset32 & memset64 | Heiko Carstens | 2 | -0/+66 |
2017-10-09 | Merge branch 'sthyi' into features | Martin Schwidefsky | 13 | -71/+182 |
2017-10-09 | s390/sthyi: add s390_sthyi system call | QingFeng Hao | 6 | -2/+43 |
2017-10-09 | s390/sthyi: add cache to store hypervisor info | QingFeng Hao | 4 | -26/+71 |
2017-10-09 | s390/sthyi: reorganize sthyi implementation | QingFeng Hao | 6 | -73/+98 |
2017-10-05 | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 1 | -1/+1 |
2017-10-05 | timer: Remove users of TIMER_DEFERRED_INITIALIZER | Kees Cook | 2 | -6/+6 |
2017-10-04 | s390: use generic rwsem implementation | Heiko Carstens | 2 | -210/+1 |
2017-09-29 | s390/disassembler: add new z14 instructions | Heiko Carstens | 1 | -1/+82 |
2017-09-29 | s390/disassembler: add missing z13 instructions | Heiko Carstens | 1 | -2/+28 |
2017-09-29 | s390/disassembler: add sthyi instruction | Heiko Carstens | 1 | -0/+1 |
2017-09-29 | s390/disassembler: remove double instructions | Heiko Carstens | 1 | -6/+0 |
2017-09-29 | s390/disassembler: fix LRDFU format | Heiko Carstens | 1 | -1/+1 |
2017-09-29 | s390/disassembler: add missing end marker for e7 table | Heiko Carstens | 1 | -0/+1 |