| Commit message (Expand) | Author | Age | Files | Lines |
* | [S390] kprobes: fix instruction length calculation | David Wilder | 2007-08-22 | 1 | -1/+1 |
* | [S390] hypfs: inode corruption due to missing locking | Michael Holzheu | 2007-08-22 | 1 | -8/+25 |
* | [S390] disassembler: fix b2 opcodes like srst, bsg, and others | Christian Borntraeger | 2007-08-22 | 1 | -1/+1 |
* | [S390] vmur: fix diag14 exceptions with addresses > 2GB. | Michael Holzheu | 2007-08-22 | 5 | -19/+104 |
* | [S390] remove DEFAULT_MIGRATION_COST | Heiko Carstens | 2007-08-10 | 1 | -4/+0 |
* | [S390] hypfs: implement show_options | Michael Holzheu | 2007-08-10 | 1 | -0/+12 |
* | Remove fs.h from mm.h | Alexey Dobriyan | 2007-07-29 | 4 | -0/+4 |
* | [S390] Fix IRQ tracing. | Heiko Carstens | 2007-07-27 | 2 | -4/+8 |
* | [S390] Wire up sys_fallocate. | Martin Schwidefsky | 2007-07-27 | 3 | -1/+31 |
* | [S390] Get rid of new section mismatch warnings. | Heiko Carstens | 2007-07-27 | 3 | -3/+5 |
* | [S390] Improve __smp_call_function_map. | Heiko Carstens | 2007-07-27 | 1 | -8/+6 |
* | [S390] Convert to smp_call_function_single. | Heiko Carstens | 2007-07-27 | 3 | -16/+14 |
* | s390: Put allocated ELF notes in read-only data segment | Roland McGrath | 2007-07-19 | 1 | -0/+2 |
* | define new percpu interface for shared data | Fenghua Yu | 2007-07-19 | 1 | -4/+1 |
* | mm: fault feedback #2 | Nick Piggin | 2007-07-19 | 2 | -27/+26 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2007-07-17 | 3 | -96/+47 |
|\ |
|
| * | [S390] Simplify stack trace. | Heiko Carstens | 2007-07-17 | 1 | -15/+11 |
| * | [S390] z/VM unit record device driver | Frank Munzert | 2007-07-17 | 1 | -0/+1 |
| * | [S390] Fix disassembly of RX_URRD, SI_URD & PC-relative instructions. | Christian Borntraeger | 2007-07-17 | 1 | -3/+4 |
| * | [S390] Update default configuration. | Martin Schwidefsky | 2007-07-17 | 1 | -78/+31 |
* | | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -4/+1 |
* | | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -5/+1 |
* | | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 2007-07-17 | 1 | -0/+1 |
|/ |
|
* | generic bug: use show_regs() instead of dump_stack() | Heiko Carstens | 2007-07-16 | 1 | -1/+1 |
* | missing argument in bin_attribute ->read()/->write() | Al Viro | 2007-07-15 | 1 | -5/+5 |
* | pass -msize-long to sparse on s390 | Al Viro | 2007-07-15 | 1 | -1/+1 |
* | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 | 1 | -2/+0 |
* | [S390] s390: rename CPU_IDLE to S390_CPU_IDLE | Heiko Carstens | 2007-07-10 | 3 | -7/+7 |
* | [S390] system call optimization. | Martin Schwidefsky | 2007-07-10 | 2 | -2/+12 |
* | [S390] Bogomips calculation for 64 bit. | Martin Schwidefsky | 2007-07-10 | 1 | -2/+2 |
* | [S390] smp: Merge smp_count_cpus() and smp_get_save_areas(). | Heiko Carstens | 2007-07-10 | 1 | -42/+21 |
* | [S390] sclp: Test facility list before executing a service call. | Heiko Carstens | 2007-07-10 | 1 | -0/+1 |
* | [S390] sclp: introduce some new interfaces. | Heiko Carstens | 2007-07-10 | 2 | -42/+19 |
* | [S390] Fixed comment typo. | Ralph Wuerthner | 2007-07-10 | 1 | -1/+1 |
* | [S390] Add oops_enter()/oops_exit() calls to die(). | Heiko Carstens | 2007-06-19 | 1 | -3/+5 |
* | [S390] Print list of modules on die(). | Heiko Carstens | 2007-06-19 | 1 | -0/+1 |
* | [S390] Fix yet another two section mismatches. | Heiko Carstens | 2007-06-19 | 3 | -5/+16 |
* | [S390] Missing blank when appending cio_ignore kernel parameter | Michael Holzheu | 2007-06-19 | 1 | -0/+1 |
* | [S390] Fix section annotations. | Heiko Carstens | 2007-05-31 | 2 | -5/+5 |
* | [S390] arch/s390/kernel/debug.c: use mutex instead of semaphore | Christoph Hellwig | 2007-05-31 | 1 | -11/+11 |
* | [S390] Add exception handler for diagnose 224 | Michael Holzheu | 2007-05-31 | 1 | -3/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix | Linus Torvalds | 2007-05-21 | 1 | -2/+2 |
|\ |
|
| * | all-archs: consolidate .data section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 1 | -1/+1 |
| * | all-archs: consolidate .text section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 1 | -1/+1 |
* | | [S390] More verbose show_mem() like other architectures. | Heiko Carstens | 2007-05-21 | 1 | -15/+23 |
* | | [S390] Make use of kretprobe_assert. | Heiko Carstens | 2007-05-21 | 1 | -1/+1 |
* | | [S390] Wire up signald, timerfd and eventfd syscalls. | Heiko Carstens | 2007-05-21 | 2 | -0/+23 |
* | | [S390] Wire up sys_utimensat. | Heiko Carstens | 2007-05-21 | 2 | -0/+10 |
|/ |
|
* | [PATCH] audit signal recipients | Amy Griffis | 2007-05-11 | 1 | -0/+9 |
* | [PATCH] add SIGNAL syscall class (v3) | Amy Griffis | 2007-05-11 | 2 | -0/+13 |