summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* [S390] s390: use change recording override for kernel mappingChristian Borntraeger2009-12-071-1/+3
* [S390] use generic sockios.h header fileChristian Borntraeger2009-12-071-18/+3
* [S390] use generic termbits.h header fileChristian Borntraeger2009-12-071-203/+3
* [S390] smp: remove unused typedef and definesHeiko Carstens2009-12-071-44/+10
* [S390] Improve code generated by atomic operations.Martin Schwidefsky2009-12-071-4/+4
* [S390] dasd: remove dead codeChristian Borntraeger2009-12-071-23/+0
* [S390] Use do_exception() in pagetable walk usercopy functions.Gerald Schaefer2009-12-071-0/+2
* [S390] Improve address space mode selection.Martin Schwidefsky2009-12-073-14/+10
* [S390] cio: split PGID settings and statusPeter Oberparleiter2009-12-071-0/+4
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-29/+0
|\
| * locking: Make inlining decision Kconfig basedThomas Gleixner2009-11-131-29/+0
* | s390: Convert BUG() to use unreachable()David Daney2009-12-051-1/+1
|/
* [S390] cputime: fix overflow on 31 bit systemsMartin Schwidefsky2009-10-291-3/+3
* [S390] 64-bit register support for 31-bit processesHeiko Carstens2009-10-063-0/+31
* [S390] Provide arch specific mdelay implementation.Heiko Carstens2009-10-061-3/+4
* cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
* cpumask: arch_send_call_function_ipi_mask: s390Rusty Russell2009-09-241-1/+2
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-1/+0
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-232-1/+10
|\
| * [S390] hibernate: Do real CPU swap at resume timeMichael Holzheu2009-09-221-0/+1
| * [S390] hibernate: make sure pfn_is_nosave handles lowcore pagesHeiko Carstens2009-09-221-0/+2
| * [S390] smp: introduce LC_ORDER and simplify lowcore handlingHeiko Carstens2009-09-221-0/+6
| * [S390] fix disabled_wait inline assembly clobber listHeiko Carstens2009-09-221-1/+1
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-0/+1
|\ \
| * | cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-0/+1
* | | mm: remove duplicate asm/mman.h filesArnd Bergmann2009-09-221-14/+1
* | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
| |/ |/|
* | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-213-11/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-24/+8
|\ \
| * \ Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-144-5/+15
| |\ \ | | |/
| * | Merge branch 'master' into for-nextTejun Heo2009-07-045-12/+13
| |\ \
| * | | s390: switch to dynamic percpu allocatorTejun Heo2009-06-241-24/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-141-0/+8
|\ \ \ \
| * | | | [SCSI] zfcp: Remove duplicated code for debug timestampsChristof Schmitt2009-09-051-0/+8
| | |_|/ | |/| |
* | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-143-15/+13
|\ \ \ \
| * | | | KVM: Add __KERNEL__ guards to exported headersAvi Kivity2009-09-101-0/+4
| * | | | KVM: s390: remove unused structsGleb Natapov2009-09-101-9/+0
| * | | | KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-1/+5
| * | | | KVM: s390: streamline memslot handlingChristian Ehrhardt2009-09-101-3/+1
| * | | | KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt2009-09-101-2/+3
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-124-5/+15
| |\ \ \ \ | | |/ / /
| * | | | net: implement a SO_DOMAIN getsockoptionJan Engelhardt2009-08-051-0/+1
| * | | | net: implement a SO_PROTOCOL getsockoptionJan Engelhardt2009-08-051-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-2/+2
|\ \ \ \
| * | | | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-261-2/+2
| | |/ / | |/| |
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-0/+29
|\ \ \ \
| * | | | locking: Inline spinlock code for all locking variants on s390Heiko Carstens2009-08-311-0/+29
| |/ / /
* | | | [S390] Remove smp_cpu_not_running.Heiko Carstens2009-09-111-31/+1
* | | | [S390] Get rid of cpuid.h header file.Heiko Carstens2009-09-115-33/+28
OpenPOWER on IntegriCloud