summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | s390/perf,oprofile: Share sampling facilityHendrik Brueckner2013-12-165-8/+73
| * | | | | | s390/perf: Improve PMU selection for PERF_COUNT_HW_CPU_CYCLES eventsHendrik Brueckner2013-12-161-4/+22
| * | | | | | s390/perf: add support for the CPU-Measurement Sampling FacilityHendrik Brueckner2013-12-165-13/+1086
| * | | | | | s390/cpum_cf: Export event names in sysfsHendrik Brueckner2013-12-165-3/+358
| * | | | | | s390/oprofile: move hwsampler interfaces to cpu_mf.hHendrik Brueckner2013-12-163-115/+142
| * | | | | | s390/sclp_early: Add function to detect sclp console capabilitiesHendrik Brueckner2013-12-161-2/+2
| * | | | | | s390/compat: correct check for EFAULT in rt-signal frame creationMartin Schwidefsky2013-12-161-2/+3
| * | | | | | s390/smp: reduce memory consumption of pcpu_devices arrayHeiko Carstens2013-12-161-4/+9
| * | | | | | s390: optimize control register updateMartin Schwidefsky2013-12-161-11/+12
| * | | | | | s390/ptrace: simplify enable/disable single stepMartin Schwidefsky2013-12-161-4/+0
| * | | | | | s390/smp: only send external call ipi if neededHeiko Carstens2013-12-161-3/+3
| |/ / / / /
* | | | | | s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructionsHeiko Carstens2014-01-181-8/+8
* | | | | | bpf: do not use reciprocal divideEric Dumazet2014-01-161-5/+12
| |/ / / / |/| | | |
* | | | | s390/pci: obtain function handle in hotplug notifierSebastian Ott2013-12-301-0/+2
* | | | | s390/smp: improve setup of possible cpu maskHeiko Carstens2013-12-184-10/+19
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-12-107-18/+17
|\ \ \ \
| * | | | s390/time,vdso: fix clock_gettime for CLOCK_MONOTONICMartin Schwidefsky2013-12-022-11/+4
| * | | | s390/vdso: ectg gettime support for CLOCK_THREAD_CPUTIME_IDMartin Schwidefsky2013-12-023-2/+7
| * | | | s390/vdso: fix access-list entry initializationHeiko Carstens2013-12-021-1/+1
| * | | | s390: increase CONFIG_NR_CPUS limitXose Vazquez Perez2013-12-021-3/+3
| * | | | s390/smp,sclp: fix size of sclp_cpu_info structureHeiko Carstens2013-12-021-1/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-12-041-14/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | crypto: s390 - Fix aes-xts parameter corruptionGerald Schaefer2013-11-281-14/+17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-2913-88/+85
|\ \ \ | |/ / |/| |
| * | s390/mm: handle asce-type exceptions as normal page faultMartin Schwidefsky2013-11-251-1/+1
| * | s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky2013-11-251-15/+4
| * | s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky2013-11-258-45/+62
| * | s390/uaccess: add missing page table walk range checkHeiko Carstens2013-11-251-0/+3
| * | s390/mm: optimize copy_pageHeiko Carstens2013-11-201-25/+13
| * | s390/signal: always restore saved runtime instrumentation psw bitHendrik Brueckner2013-11-202-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-241-7/+12
|\ \ | |/ |/|
| * crypto: s390 - Fix aes-cbc IV corruptionHerbert Xu2013-11-051-7/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-1912-154/+197
|\ \
| * | s390/pci: implement hotplug notificationsSebastian Ott2013-11-151-25/+54
| * | s390/scm_block: do not hide eadm subchannel dependencySebastian Ott2013-11-151-12/+1
| * | s390/sclp: Consolidate early sclp init calls to sclp_early_detect()Michael Holzheu2013-11-152-4/+2
| * | s390/sclp: Move early code from sclp_cmd.c to sclp_early.cMichael Holzheu2013-11-151-0/+2
| * | s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu2013-11-155-15/+20
| * | s390/pci: implement pcibios_remove_busSebastian Ott2013-11-153-40/+39
| * | s390/pci: improve handling of bus resourcesSebastian Ott2013-11-152-65/+86
| * | s390/boot: Install bzImage as default kernel imageHendrik Brueckner2013-11-151-2/+2
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-192-4/+0
|\ \ \
| * | | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
| * | | hardirq: Make hardirq bits genericThomas Gleixner2013-11-131-2/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-158-61/+147
|\ \ \ \
| * \ \ \ Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-2/+3
| |\ \ \ \
| | * | | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
| * | | | | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-179-27/+36
| |\ \ \ \ \ | | |/ / / / | |/| | | |