Age | Commit message (Expand) | Author | Files | Lines |
2012-10-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 7 | -54/+134 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 7 | -166/+75 |
2012-10-09 | s390/entry: fix svc number for TIF_SYSCALL system call restart | Martin Schwidefsky | 1 | -1/+1 |
2012-10-09 | s390/vmalloc: have separate modules area | Heiko Carstens | 2 | -2/+22 |
2012-10-09 | s390/mm: let kernel text section always begin at 1MB | Heiko Carstens | 2 | -6/+0 |
2012-10-09 | s390: add support to start the kernel in 64 bit mode. | Martin Schwidefsky | 1 | -31/+70 |
2012-10-09 | s390/mm: use pfmf instruction to initialize storage keys | Heiko Carstens | 2 | -3/+37 |
2012-10-09 | s390/facilities: cleanup PFMF and HPAGE machine facility detection | Heiko Carstens | 1 | -11/+4 |
2012-10-09 | thp, s390: architecture backend for thp on s390 | Gerald Schaefer | 1 | -0/+2 |
2012-10-06 | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 1 | -68/+0 |
2012-10-04 | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+27 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -12/+24 |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 27 | -368/+1043 |
2012-10-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+4 |
2012-09-30 | s390: convert to generic kernel_execve() | Al Viro | 2 | -49/+12 |
2012-09-30 | s390: switch to generic kernel_thread() | Al Viro | 1 | -39/+33 |
2012-09-30 | s390: fold kernel_thread_helper() into ret_from_fork() | Al Viro | 3 | -16/+28 |
2012-09-30 | s390: fold execve_tail() into start_thread(), convert to generic sys_execve() | Al Viro | 7 | -61/+1 |
2012-09-26 | s390/disassembler: fix decoding of risblg instruction | Heiko Carstens | 1 | -1/+1 |
2012-09-26 | s390/traps: move call to print_modules() out of show_regs() | Heiko Carstens | 1 | -1/+1 |
2012-09-26 | s390/kexec: remove CONFIG_KEXEC | Heiko Carstens | 2 | -8/+2 |
2012-09-26 | s390/irq: use designated initializers for irq class array | Heiko Carstens | 1 | -29/+29 |
2012-09-26 | s390: add uninitialized_var() to suppress false positive compiler warnings | Heiko Carstens | 1 | -1/+1 |
2012-09-26 | s390/crashdump: move fill_cpu_elf_notes() prototype to header file | Heiko Carstens | 2 | -3/+3 |
2012-09-26 | s390/process: add missing header include | Heiko Carstens | 1 | -0/+1 |
2012-09-26 | s390/ptrace: add missing ifdef | Heiko Carstens | 1 | -1/+2 |
2012-09-26 | s390/perf_events: compile only for CONFIG_64BIT | Heiko Carstens | 1 | -1/+4 |
2012-09-26 | s390/topology: use for_each_set_bit to simplify the code | Wei Yongjun | 1 | -4/+1 |
2012-09-26 | s390/syscalls: wire up kcmp system call | Heiko Carstens | 2 | -0/+9 |
2012-09-26 | s390/kexec: change return value of machine_kexec_prepare | Heiko Carstens | 1 | -1/+1 |
2012-09-26 | s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYS | Heiko Carstens | 1 | -2/+2 |
2012-09-26 | s390/sysinfo,stsi: change return code handling | Heiko Carstens | 3 | -33/+45 |
2012-09-26 | s390/exceptions: switch to relative exception table entries | Heiko Carstens | 4 | -7/+6 |
2012-09-26 | s390/smp,topology: add polarization member to pcpu struct | Heiko Carstens | 2 | -11/+23 |
2012-09-26 | s390/sysinfo,topology: fix cpu topology maximum nesting detection | Heiko Carstens | 3 | -20/+29 |
2012-09-26 | s390/sysinfo: add additional z196 fields to output | Heiko Carstens | 1 | -8/+24 |
2012-09-26 | s390/sysinfo: convert /proc/sysinfo to seqfile | Heiko Carstens | 1 | -167/+115 |
2012-09-26 | s390/topology: remove sysinfo header include, add forward declaration instead | Heiko Carstens | 1 | -0/+1 |
2012-09-26 | s390/mm: shorten addressing mode initialization | Heiko Carstens | 1 | -18/+10 |
2012-09-26 | s390/mm: rename addressing_mode to s390_user_mode | Heiko Carstens | 3 | -10/+10 |
2012-09-26 | s390/mm: change default addressing mode | Heiko Carstens | 1 | -11/+1 |
2012-09-26 | s390/smp: avoid concurrent write to sigp status field | Heiko Carstens | 1 | -6/+7 |
2012-09-26 | s390/processor: use ARRAY_SIZE instead of hard coded value | Heiko Carstens | 1 | -2/+2 |
2012-09-26 | s390/cache: add cpu cache information to /proc/cpuinfo | Heiko Carstens | 2 | -10/+37 |
2012-09-26 | s390: add support for transactional memory | Martin Schwidefsky | 8 | -18/+129 |
2012-09-26 | s390: add support for runtime instrumentation | Jan Glauber | 7 | -1/+186 |
2012-09-26 | s390/eadm_sch: add support for irq statistics | Sebastian Ott | 1 | -0/+1 |
2012-09-26 | s390/kexec: move machine_crash_shutdown() to machine_kexec.c | Heiko Carstens | 3 | -15/+5 |
2012-09-26 | s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers | Heiko Carstens | 2 | -5/+2 |