Age | Commit message (Expand) | Author | Files | Lines |
2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2010-02-28 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+19 |
2010-02-27 | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2 | -1/+19 |
2010-02-26 | [S390] correct vdso version string | Martin Schwidefsky | 1 | -1/+1 |
2010-02-26 | [S390] bug: use relative pointers in bug table entries | Heiko Carstens | 1 | -8/+2 |
2010-02-26 | [S390] Cleanup struct _lowcore usage and defines. | Heiko Carstens | 3 | -190/+59 |
2010-02-26 | [S390] spinlock: check virtual cpu running status | Gerald Schaefer | 2 | -21/+43 |
2010-02-26 | [S390] sysinfo: fix SYSIB 3,2,2 structure | Heiko Carstens | 1 | -1/+2 |
2010-02-26 | [S390] add MACHINE_IS_LPAR flag | Martin Schwidefsky | 1 | -0/+3 |
2010-02-26 | [S390] qdio: optimize cache line usage of struct qdio_irq | Jan Glauber | 1 | -1/+2 |
2010-02-26 | [S390] smp: rework sigp code | Heiko Carstens | 1 | -51/+49 |
2010-02-26 | [S390] smp: always reboot on cpu 0 | Heiko Carstens | 1 | -0/+12 |
2010-02-26 | [S390] smp: rename and add lowcore defines | Heiko Carstens | 1 | -1/+4 |
2010-02-26 | [S390] zfcpdump: remove cross arch dump support | Heiko Carstens | 2 | -17/+11 |
2010-02-26 | [S390] use inline assembly contraints available with gcc 3.3.3 | Martin Schwidefsky | 10 | -388/+218 |
2010-02-26 | [S390] cio: fix storage key handling | Heiko Carstens | 1 | -3/+0 |
2010-02-26 | [S390] cio: wait for channel report | Sebastian Ott | 1 | -0/+1 |
2010-02-26 | [S390] uaccess: implement strict user copy checks | Heiko Carstens | 1 | -0/+12 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 1 | -1/+1 |
2010-02-17 | s390: Add pt_regs register and stack access API | Heiko Carstens | 1 | -1/+12 |
2010-02-17 | tracing: Unify arch_syscall_addr() implementations | Mike Frysinger | 1 | -0/+7 |
2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -1/+1 |
2010-02-09 | [S390] Fix struct _lowcore layout. | Heiko Carstens | 1 | -2/+2 |
2010-01-27 | [S390] irqflags: add missing types.h include | Heiko Carstens | 1 | -6/+3 |
2010-01-13 | [S390] unwire sys_recvmmsg again | Heiko Carstens | 1 | -2/+4 |
2010-01-13 | [S390] bug: implement arch specific __WARN macro | Heiko Carstens | 1 | -0/+4 |
2010-01-13 | [S390] Move __cpu_logical_map to smp.c | Heiko Carstens | 1 | -5/+13 |
2010-01-13 | [S390] smp: remove volatile type quilifier from __cpu_logical_map | Heiko Carstens | 1 | -1/+1 |
2010-01-13 | [S390] remove superfluous TIF_USEDFPU bit | Martin Schwidefsky | 1 | -7/+5 |
2010-01-04 | [S390] Have param.h simply include <asm-generic/param.h>. | Robert P. J. Day | 1 | -26/+2 |
2009-12-18 | [S390] wire up sys_recvmmsg | Heiko Carstens | 1 | -1/+2 |
2009-12-17 | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -0/+1 |
2009-12-16 | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 1 | -1/+0 |
2009-12-14 | locking: Convert raw_rwlock functions to arch_rwlock | Thomas Gleixner | 1 | -10/+10 |
2009-12-14 | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2 | -17/+17 |
2009-12-14 | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 1 | -17/+17 |
2009-12-14 | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 1 | -1/+1 |
2009-12-14 | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2 | -9/+9 |
2009-12-12 | kbuild: move asm-offsets.h to include/generated | Sam Ravnborg | 1 | -0/+1 |
2009-12-09 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 11 | -307/+39 |
2009-12-08 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+8 |
2009-12-08 | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+1 |
2009-12-08 | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+2 |
2009-12-07 | [S390] s390: use change recording override for kernel mapping | Christian Borntraeger | 1 | -1/+3 |
2009-12-07 | [S390] use generic sockios.h header file | Christian Borntraeger | 1 | -18/+3 |
2009-12-07 | [S390] use generic termbits.h header file | Christian Borntraeger | 1 | -203/+3 |
2009-12-07 | [S390] smp: remove unused typedef and defines | Heiko Carstens | 1 | -44/+10 |
2009-12-07 | [S390] Improve code generated by atomic operations. | Martin Schwidefsky | 1 | -4/+4 |
2009-12-07 | [S390] dasd: remove dead code | Christian Borntraeger | 1 | -23/+0 |
2009-12-07 | [S390] Use do_exception() in pagetable walk usercopy functions. | Gerald Schaefer | 1 | -0/+2 |