summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* [S390] cio: notify drivers of channel path eventsSebastian Ott2010-10-251-0/+12
* [S390] cmm: fix crash on case conversionHeiko Carstens2010-10-251-1/+6
* [S390] switch_to: get rid of prev == next checkHeiko Carstens2010-10-251-2/+0
* [S390] switch_to: dont restore/save access & fpu regs for kernel threadsHeiko Carstens2010-10-251-8/+12
* [S390] Add config option for z196 code generation.Heiko Carstens2010-10-253-2/+15
* [S390] sysinfo: display capacity adjustment indicatorHeiko Carstens2010-10-252-1/+11
* [S390] add z196 instructions to kernel disassemblerMartin Schwidefsky2010-10-251-13/+132
* [S390] add support for nonquiescing sskeMartin Schwidefsky2010-10-254-8/+14
* [S390] store indication fault optimizationMartin Schwidefsky2010-10-253-3/+20
* [S390] cpu hotplug/idle: move cpu_die call to enabled contextHeiko Carstens2010-10-251-5/+5
* [S390] lockless get_user_pages_fast()Martin Schwidefsky2010-10-259-27/+394
* [S390] set ARCH_HAS_SG_CHAIN for s390Christof Schmitt2010-10-251-0/+2
* [S390] standardize Kbuild rulesHeiko Carstens2010-10-252-2/+8
* [S390] zero page cache synonymsMartin Schwidefsky2010-10-252-7/+64
* 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
OpenPOWER on IntegriCloud