summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-242-0/+8
|\
| * KVM: S390: Export kvm_virtio.hAlexander Graf2010-10-241-0/+1
| * KVM: S390: Add virtio hotplug add supportAlexander Graf2010-10-241-0/+1
| * KVM: S390: take a full byte as ext_param indicatorAlexander Graf2010-10-241-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-5/+8
|\ \
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-062-3/+2
| |\ \ | | |/
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-0910-10/+33
| |\ \
| * | | qdio: extend API to allow pollingJan Glauber2010-09-081-5/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-221-87/+1
|\ \ \ \
| * | | | ioctl: Use asm-generic/ioctls.h on s390 (enables termiox)Jeff Mahoney2010-10-221-87/+1
| | |_|/ | |/| |
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-225-0/+5
|\ \ \ \
| * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-155-0/+5
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-215-30/+34
|\ \ \ \
| * | | | Fix IRQ flag handling namingDavid Howells2010-10-075-30/+34
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-214-62/+123
|\ \ \ \
| * | | | sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi2010-10-181-1/+0
| * | | | Merge branch 'linus' into sched/coreIngo Molnar2010-10-141-2/+1
| |\ \ \ \ | | |/ / /
| * | | | Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar2010-09-211-1/+1
| |\ \ \ \
| * | | | | topology, s390: Add z11 cpu topology supportHeiko Carstens2010-09-093-61/+123
| | |_|/ / | |/| | |
* | | | | [S390] hardirq: remove pointless header file includesHeiko Carstens2010-10-191-4/+0
* | | | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-182-2/+2
| |_|/ / |/| | |
* | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+1
| |/ / |/| |
* | | compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-141-1/+1
|/ /
* | [S390] fix tlb flushing vs. concurrent /proc accessesMartin Schwidefsky2010-08-248-6/+28
* | [S390] s390: fix build error (sys_execve)Sebastian Ott2010-08-241-2/+2
* | Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+3
|/
* defconfig reductionSam Ravnborg2010-08-141-970/+0
* archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-6/+5
* Mark arguments to certain syscalls as being constDavid Howells2010-08-134-12/+12
* [S390] appldata: fix dev_get_stats 64 bit conversionHeiko Carstens2010-08-131-1/+2
* [S390] wire up prlimit64 and fanotify* syscallsHeiko Carstens2010-08-133-1/+31
* [S390] sys_personality: follow u_long to unsigned int conversionHeiko Carstens2010-08-133-4/+4
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-2/+0
|\
| * remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-08-101-0/+2
|\ \
| * | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-101-0/+2
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-08-104-5/+12
|\ \ \ | |/ / |/| |
| * | [S390] topology: use default MC domain initializerHeiko Carstens2010-08-091-2/+0
| * | [S390] initrd: change default load addressHeiko Carstens2010-08-091-1/+1
| * | [S390] cmm, smsgiucv_app: convert sender to uppercaseHendrik Brueckner2010-08-091-0/+7
| * | [S390] cmm: add missing __init/__exit annotationsHeiko Carstens2010-08-091-2/+2
| * | [S390] cio: CHSC SIOSL SupportMichael Ernst2010-08-091-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-102-6/+9
|\ \ \
| * | | add f_flags to struct statfs(64)Christoph Hellwig2010-08-091-3/+6
| * | | switch hypfs to ->evict_inode()Al Viro2010-08-091-3/+3
| | |/ | |/|
* | | mm: provide init_mm mm_context initializerHeiko Carstens2010-08-092-4/+5
| |/ |/|
* | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-062-7/+4
|\ \
| * | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-4/+4
| * | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-3/+0
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-0/+1
|\ \ \
OpenPOWER on IntegriCloud