| Commit message (Expand) | Author | Age | Files | Lines |
* | [S390] Use strim instead of strstrip to avoid false warnings. | Heiko Carstens | 2009-12-18 | 3 | -6/+6 |
* | [S390] ptrace: dont abuse PT_PTRACED | Oleg Nesterov | 2009-12-18 | 1 | -3/+3 |
* | [S390] rename NT_PRXSTATUS to NT_S390_HIGHREGS | Martin Schwidefsky | 2009-12-18 | 1 | -1/+1 |
* | [S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip() | Roel Kluin | 2009-12-18 | 1 | -1/+1 |
* | [S390] wire up sys_recvmmsg | Heiko Carstens | 2009-12-18 | 3 | -1/+12 |
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 2009-12-17 | 1 | -0/+1 |
|\ |
|
| * | kbuild: move asm-offsets.h to include/generated | Sam Ravnborg | 2009-12-12 | 1 | -0/+1 |
* | | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 2009-12-16 | 1 | -1/+0 |
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-15 | 3 | -60/+60 |
|\ \ |
|
| * | | locking: Convert raw_rwlock functions to arch_rwlock | Thomas Gleixner | 2009-12-14 | 2 | -16/+16 |
| * | | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2009-12-14 | 3 | -23/+23 |
| * | | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 2 | -28/+28 |
| * | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 2009-12-14 | 1 | -1/+1 |
| * | | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 3 | -13/+13 |
| |/ |
|
* | | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2009-12-15 | 1 | -1/+2 |
* | | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |
|/ |
|
* | Unify sys_mmap* | Al Viro | 2009-12-11 | 2 | -57/+5 |
* | Kill ancient crap in s390 compat mmap | Al Viro | 2009-12-11 | 1 | -5/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -2/+2 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-12-09 | 27 | -658/+371 |
|\ \ \ |
|
| * | | | [S390] s390: remove unused nfsd #includes | Boaz Harrosh | 2009-12-07 | 2 | -10/+0 |
| * | | | [S390] ftrace: build ftrace.o when CONFIG_FTRACE_SYSCALLS is set for s390 | Aristeu Rozanski | 2009-12-07 | 1 | -0/+1 |
| * | | | [S390] etr/stp: put correct per cpu variable | Heiko Carstens | 2009-12-07 | 1 | -2/+2 |
| * | | | [S390] s390: use change recording override for kernel mapping | Christian Borntraeger | 2009-12-07 | 2 | -4/+11 |
| * | | | [S390] use generic sockios.h header file | Christian Borntraeger | 2009-12-07 | 1 | -18/+3 |
| * | | | [S390] use generic termbits.h header file | Christian Borntraeger | 2009-12-07 | 1 | -203/+3 |
| * | | | [S390] smp: remove unused typedef and defines | Heiko Carstens | 2009-12-07 | 1 | -44/+10 |
| * | | | [S390] cmm: free pages on hibernate. | Martin Schwidefsky | 2009-12-07 | 1 | -11/+50 |
| * | | | [S390] Improve code generated by atomic operations. | Martin Schwidefsky | 2009-12-07 | 1 | -4/+4 |
| * | | | [S390] dasd: remove dead code | Christian Borntraeger | 2009-12-07 | 1 | -23/+0 |
| * | | | [S390] Use do_exception() in pagetable walk usercopy functions. | Gerald Schaefer | 2009-12-07 | 3 | -96/+76 |
| * | | | [S390] fault handler access flags check. | Martin Schwidefsky | 2009-12-07 | 1 | -17/+13 |
| * | | | [S390] fault handler performance optimization. | Martin Schwidefsky | 2009-12-07 | 1 | -129/+129 |
| * | | | [S390] Improve notify_page_fault implementation. | Martin Schwidefsky | 2009-12-07 | 1 | -10/+4 |
| * | | | [S390] Improve address space mode selection. | Martin Schwidefsky | 2009-12-07 | 11 | -58/+38 |
| * | | | [S390] Improve address space check. | Martin Schwidefsky | 2009-12-07 | 1 | -54/+45 |
| * | | | [S390] cio: split PGID settings and status | Peter Oberparleiter | 2009-12-07 | 1 | -0/+4 |
| * | | | [S390] s390: clear high-order bits of registers after sam64 | Hendrik Brueckner | 2009-12-07 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-12-09 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | s390: Remove BKL from prng | Thomas Gleixner | 2009-10-14 | 1 | -2/+0 |
* | | | | Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-12-08 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | timekeeping: Fix clock_gettime vsyscall time warp | Lin Ming | 2009-11-17 | 1 | -1/+2 |
* | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 3 | -0/+12 |
|\ \ \ \ \ |
|
| * | | | | | nohz: Introduce arch_needs_cpu | Martin Schwidefsky | 2009-11-05 | 3 | -0/+12 |
* | | | | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-12-08 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into for-2.6.33 | Jens Axboe | 2009-12-03 | 3 | -8/+17 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 2009-11-26 | 1 | -0/+1 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-12-08 | 3 | -14/+25 |
|\ \ \ \ \ \ |
|