summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-26s390: add uninitialized_var() to suppress false positive compiler warningsHeiko Carstens3-4/+4
2012-09-26s390/crashdump: move fill_cpu_elf_notes() prototype to header fileHeiko Carstens3-3/+5
2012-09-26s390/process: add missing header includeHeiko Carstens1-0/+1
2012-09-26s390/ptrace: add missing ifdefHeiko Carstens1-1/+2
2012-09-26s390/ipl,decrompressor: disable branch profilingHeiko Carstens1-0/+1
2012-09-26s390/perf_events: compile only for CONFIG_64BITHeiko Carstens1-1/+4
2012-09-26s390/tape: remove even more tape block leftoversHeiko Carstens2-5/+0
2012-09-26s390/ap_bus: add missing ifdefHeiko Carstens1-0/+2
2012-09-26s390/topology: use for_each_set_bit to simplify the codeWei Yongjun1-4/+1
2012-09-26s390/qdio: fix truncated debug output of hex valuesJan Glauber1-13/+25
2012-09-26s390/syscalls: wire up kcmp system callHeiko Carstens3-1/+11
2012-09-26s390/zcryt: Handle AP configuration changesHolger Dengler6-9/+201
2012-09-26s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPPHeiko Carstens1-1/+1
2012-09-26s390/appldata: change return value of appldata_asmHeiko Carstens1-1/+1
2012-09-26s390/kexec: change return value of machine_kexec_prepareHeiko Carstens1-1/+1
2012-09-26s390/etr,stp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens3-8/+8
2012-09-26s390/sclp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens2-2/+2
2012-09-26s390/dasd: fix return value for non-existent ioctlsHeiko Carstens1-2/+2
2012-09-26s390/sysinfo,stsi: change return code handlingHeiko Carstens6-61/+52
2012-09-26s390/3270: drop unused spinlock from struct con3270Jean Delvare1-1/+0
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens10-33/+132
2012-09-26s390/scm: reorder scm_removeSebastian Ott1-1/+1
2012-09-26s390/scm: remove superfluous lockSebastian Ott3-16/+3
2012-09-26s390/smp,topology: add polarization member to pcpu structHeiko Carstens4-29/+25
2012-09-26s390/sysinfo,topology: fix cpu topology maximum nesting detectionHeiko Carstens4-20/+31
2012-09-26s390/mm: implement __get_user_pages_fast()Gerald Schaefer1-0/+37
2012-09-26s390/sysinfo: add additional z196 fields to outputHeiko Carstens2-14/+39
2012-09-26s390/sysinfo: convert /proc/sysinfo to seqfileHeiko Carstens1-167/+115
2012-09-26s390/topology: remove sysinfo header include, add forward declaration insteadHeiko Carstens2-1/+2
2012-09-26s390/mm: shorten addressing mode initializationHeiko Carstens1-18/+10
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens7-14/+14
2012-09-26s390/partitions: make partition detection independent from DASD ioctlsStefan Weinhuber1-183/+272
2012-09-26s390/mm: change default addressing modeHeiko Carstens1-11/+1
2012-09-26s390/smp: avoid concurrent write to sigp status fieldHeiko Carstens1-6/+7
2012-09-26s390/processor: use ARRAY_SIZE instead of hard coded valueHeiko Carstens1-2/+2
2012-09-26s390/cache: add cpu cache information to /proc/cpuinfoHeiko Carstens3-10/+43
2012-09-26s390: add support for transactional memoryMartin Schwidefsky14-21/+151
2012-09-26s390: add support for runtime instrumentationJan Glauber14-3/+300
2012-09-26s390/scm_block: force cluster writesSebastian Ott5-3/+310
2012-09-26s390: add scm block driverSebastian Ott5-0/+597
2012-09-26s390/eadm_sch: add support for irq statisticsSebastian Ott3-0/+5
2012-09-26s390/cio: add eadm subchannel driverSebastian Ott5-0/+431
2012-09-26s390: add scm notificationSebastian Ott4-1/+74
2012-09-26s390: add scm bus driverSebastian Ott4-0/+330
2012-09-26s390/chsc: implement store SCM informationSebastian Ott2-0/+70
2012-09-26s390: add eadm related structuresSebastian Ott4-3/+159
2012-09-26s390: add eadm facility bitsSebastian Ott5-31/+42
2012-09-26s390/css: export css_sched_sch_todoSebastian Ott1-0/+1
2012-09-26s390/zcrypt: Add support for CEX4 crypto cardHolger Dengler5-16/+170
2012-09-26s390/zcrypt: Separate msgtype implementation from card modules.Holger Dengler10-1124/+1707