summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-2112-93/+144
|\
| * s390/module: Add missing R_390_NONE relocation typeHendrik Brueckner2013-02-141-0/+3
| * s390/cleanup: rename SPP to LPPHendrik Brueckner2013-02-143-7/+6
| * s390/linker skript: discard exit.data at runtimeHeiko Carstens2013-02-141-0/+4
| * s390/perf: cpum_cf: fallback to software sampling eventsHendrik Brueckner2013-02-141-7/+6
| * s390/time: rename tod clock access functionsHeiko Carstens2013-02-146-24/+24
| * s390/ipl: Implement diag308 loop for zfcpdumpMichael Holzheu2013-02-141-4/+12
| * s390/modules: add relocation overflow checkingMartin Schwidefsky2013-02-141-51/+89
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-3/+3
|\ \ | |/ |/|
| * cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-3/+3
* | s390/timer: avoid overflow when programming clock comparatorHeiko Carstens2013-01-311-0/+3
|/
* s390/time: fix sched_clock() overflowHeiko Carstens2013-01-161-1/+1
* s390/topology: export cpu_topologyHeiko Carstens2013-01-081-0/+2
* s390/pm: export pm_power_offHeiko Carstens2013-01-081-1/+2
* s390/irq: count cpu restart eventsHeiko Carstens2013-01-082-0/+2
* s390/irq: remove split irq fields from /proc/statHeiko Carstens2013-01-086-55/+80
* s390/irq: enable irq sum accounting for /proc/stat againHeiko Carstens2013-01-081-1/+1
* s390/syscalls: wire up finit_module syscallHeiko Carstens2013-01-082-0/+7
* s390/smp: fix section mismatch for smp_add_present_cpu()Heiko Carstens2013-01-081-3/+4
* s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view()Michael Holzheu2013-01-081-4/+7
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-1312-379/+699
|\
| * s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber2012-11-301-0/+2
| * s390/pci: base supportJan Glauber2012-11-301-0/+15
| * s390/kvm: Fix address space mixupChristian Borntraeger2012-11-231-5/+20
| * s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky2012-11-233-8/+8
| * s390/disassembler: add new instructionsHeiko Carstens2012-11-231-193/+370
| * s390: add zEC12 code generation supportHeiko Carstens2012-11-232-30/+47
| * s390/topology: cleanup topology codeHeiko Carstens2012-11-231-59/+54
| * s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens2012-11-231-35/+1
| * s390/traps: preinitialize program check tableHeiko Carstens2012-11-235-49/+182
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-95/+20
|\ \
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
| * | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-4/+0
| * | s390: switch to generic fork/vfork/cloneAl Viro2012-11-281-42/+10
| | |
| | \
| *-. \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-282-48/+10
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-161-1/+7
| | |\ \
| | * \ \ Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-164-13/+14
| | |\ \ \
| | * | | | s390: switch to saner kernel_execve() semanticsAl Viro2012-10-292-48/+10
| | | |_|/ | | |/| |
* | | | | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-081-3/+10
|\ \ \ \ \
| * | | | | vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker2012-11-201-0/+2
| * | | | | vtime: Explicitly account pending user time on process tickFrederic Weisbecker2012-11-191-1/+6
| * | | | | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-2/+2
* | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-12-075-8/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | open*(2) compat fixes (s390, arm64)Al Viro2012-12-021-1/+1
| |/ / / /
| * | | | s390/topology: fix core id vs physical package id mix-upHeiko Carstens2012-11-121-2/+4
| * | | | s390/signal: set correct address space controlMartin Schwidefsky2012-11-122-4/+24
| | |_|/ | |/| |
| * | | s390/sclp: fix addressing mode clobberHeiko Carstens2012-11-061-1/+7
| | |/ | |/|
* / | vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-0/+4
|/ /
* | s390/cache: fix data/instruction cache outputHeiko Carstens2012-10-181-3/+6