| Commit message (Expand) | Author | Age | Files | Lines |
* | CONFIG_HIGHPTE vs. sub-page page tables. | Martin Schwidefsky | 2008-02-08 | 3 | -2/+5 |
* | aout: move STACK_TOP[_MAX] to asm/processor.h | David Howells | 2008-02-08 | 2 | -7/+7 |
* | tty: s390 support for termios2. | Heiko Carstens | 2008-02-08 | 3 | -1/+11 |
* | proc: seqfile convert proc_pid_status to properly handle pid namespaces | Eric W. Biederman | 2008-02-08 | 1 | -1/+2 |
* | Add cmpxchg_local to s390 | Mathieu Desnoyers | 2008-02-07 | 1 | -3/+41 |
* | Sanitize the type of struct user.u_ar0 | H. Peter Anvin | 2008-02-07 | 1 | -2/+1 |
* | Unexport asm/page.h | Kirill A. Shutemov | 2008-02-07 | 1 | -0/+2 |
* | Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed | Kirill A. Shutemov | 2008-02-07 | 2 | -5/+0 |
* | taskstats scaled time cleanup | Michael Neuling | 2008-02-06 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2008-02-05 | 4 | -301/+275 |
|\ |
|
| * | [S390] Remove BUILD_BUG_ON() in vmem code. | Heiko Carstens | 2008-02-05 | 1 | -3/+9 |
| * | [S390] Implement ext2_find_next_bit. | Heiko Carstens | 2008-02-05 | 1 | -2/+41 |
| * | [S390] Cleanup & optimize bitops. | Martin Schwidefsky | 2008-02-05 | 1 | -296/+219 |
| * | [S390] DEBUG_PAGEALLOC support for s390. | Heiko Carstens | 2008-02-05 | 1 | -0/+4 |
| * | [S390] cio: Add shutdown callback for ccwgroup. | Cornelia Huck | 2008-02-05 | 1 | -0/+2 |
* | | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2008-02-05 | 2 | -11/+11 |
* | | maps4: rework TASK_SIZE macros | Dave Hansen | 2008-02-05 | 1 | -1/+2 |
|/ |
|
* | asm-*/compat.h: fix typo in comment | Marcin Ĺšlusarz | 2008-02-03 | 1 | -1/+1 |
* | [NET]: Introducing socket mark socket option. | Laszlo Attila Toth | 2008-01-31 | 1 | -0/+2 |
* | s390: use generic percpu linux-2.6.git | travis@sgi.com | 2008-01-30 | 1 | -24/+9 |
* | modules: fold percpu_modcopy into module.c | travis@sgi.com | 2008-01-30 | 1 | -9/+0 |
* | percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h | travis@sgi.com | 2008-01-30 | 1 | -18/+0 |
* | percpu: use a kconfig variable to signal arch specific percpu setup | travis@sgi.com | 2008-01-30 | 1 | -2/+0 |
* | ext4: Add ext4_find_next_bit() | Aneesh Kumar K.V | 2008-01-28 | 1 | -0/+2 |
* | [S390] do local_irq_restore while spinning in spin_lock_irqsave. | Hisashi Hifumi | 2008-01-26 | 1 | -1/+12 |
* | [S390] add smp_call_function_mask | Carsten Otte | 2008-01-26 | 1 | -0/+2 |
* | [S390] Unused field / extern declaration in processor.h | Martin Schwidefsky | 2008-01-26 | 1 | -4/+0 |
* | [S390] single-step cleanup | Roland McGrath | 2008-01-26 | 1 | -0/+8 |
* | [S390] include/asm-s390/: Spelling fixes | Joe Perches | 2008-01-26 | 4 | -5/+5 |
* | [S390] Use diag308 subcodes 3 and 6 for reboot and dump when possible. | Michael Holzheu | 2008-01-26 | 1 | -0/+4 |
* | [S390] kernel: Shutdown Actions Interface | Michael Holzheu | 2008-01-26 | 1 | -1/+3 |
* | [S390] Get rid of additional_cpus kernel parameter. | Heiko Carstens | 2008-01-26 | 2 | -4/+0 |
* | [S390] Use new style spinlock initializer in __RWSEM_INITIALIZER. | Heiko Carstens | 2008-01-26 | 1 | -2/+2 |
* | [S390] Remove owner_pc member from raw_spinlock_t. | Heiko Carstens | 2008-01-26 | 2 | -14/+6 |
* | [S390] Change vmalloc defintions | Christian Borntraeger | 2008-01-26 | 1 | -30/+16 |
* | [S390] Avoid warnings in tlblush.h | Martin Schwidefsky | 2008-01-26 | 1 | -3/+17 |
* | [S390] Fix tlb flushing with idte. | Martin Schwidefsky | 2008-01-26 | 2 | -21/+18 |
* | [S390] Standby cpu activation/deactivation. | Heiko Carstens | 2008-01-26 | 1 | -1/+20 |
* | [S390] cio: Extend adapter interrupt interface. | Peter Oberparleiter | 2008-01-26 | 1 | -0/+19 |
* | [S390] pud_present/pmd_present bug. | Martin Schwidefsky | 2007-12-17 | 1 | -4/+4 |
* | [S390] Fix irq tracing and lockdep_sys_exit calls. | Heiko Carstens | 2007-11-20 | 1 | -0/+5 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2007-10-22 | 8 | -518/+541 |
|\ |
|
| * | [S390] 4level-fixup cleanup | Martin Schwidefsky | 2007-10-22 | 4 | -71/+90 |
| * | [S390] Cleanup page table definitions. | Martin Schwidefsky | 2007-10-22 | 5 | -299/+191 |
| * | [S390] Remove unused user_seg from thread structure. | Martin Schwidefsky | 2007-10-22 | 1 | -11/+3 |
| * | [S390] tlb flush fix. | Martin Schwidefsky | 2007-10-22 | 4 | -149/+244 |
| * | [S390] Add per-cpu idle time / idle count sysfs attributes. | Heiko Carstens | 2007-10-22 | 1 | -0/+25 |
* | | Add CONFIG_DEBUG_SG sg validation | Jens Axboe | 2007-10-22 | 1 | -0/+3 |
* | | Change table chaining layout | Jens Axboe | 2007-10-22 | 1 | -1/+1 |
|/ |
|
* | forbid asm/bitops.h direct inclusion | Jiri Slaby | 2007-10-19 | 1 | -0/+4 |