summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* [S390] kprobes: add parameter check to module_free()Hendrik Brueckner2010-06-081-2/+4
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-1/+1
|\
| * Rename .data.nosave to .data..nosave.Denys Vlasenko2010-03-031-1/+1
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-05-274-4/+7
|\ \
| * | [S390] spp: remove KVM_AWARE_CMF config optionHeiko Carstens2010-05-261-1/+1
| * | [S390] kprobes: forbid probing of stnsm/stosm/epswHeiko Carstens2010-05-261-0/+3
| * | [S390] spp: fix compilation for CONFIG_32BITHeiko Carstens2010-05-262-3/+3
* | | s390: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-3/+3
|/ /
* | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-6/+8
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-05-1916-573/+580
|\ \
| * | [S390] debug: enable exception-trace debug facilityHeiko Carstens2010-05-171-18/+13Star
| * | [S390] user space fault: report fault before calling do_exitHeiko Carstens2010-05-171-1/+1
| * | [S390] topology: expose core identifierHeiko Carstens2010-05-171-1/+6
| * | [S390] vdso: remove redundant check for CONFIG_64BITChristoph Egger2010-05-171-4/+0Star
| * | [S390] avoid default_llseek in s390 driversMartin Schwidefsky2010-05-171-0/+1
| * | [S390] add breaking event address for user spaceMartin Schwidefsky2010-05-175-126/+219
| * | [S390] virtualization aware cpu measurementCarsten Otte2010-05-174-11/+24
| * | [S390] idle time accounting vs. machine checksMartin Schwidefsky2010-05-176-64/+67
| * | [S390] improve irq tracing code in entry[64].SMartin Schwidefsky2010-05-173-223/+183Star
| * | [S390] cleanup sysc_work and io_work codeMartin Schwidefsky2010-05-172-119/+64Star
| * | [S390] More cleanup for struct _lowcoreMartin Schwidefsky2010-05-174-33/+29Star
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-1/+0Star
|\ \ \ | |/ / |/| |
| * | Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-081-1/+0Star
| |\ \
| | * | stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-1/+0Star
* | | | [S390] correct address of _stext with CONFIG_SHARED_KERNEL=yMartin Schwidefsky2010-05-122-2/+2
* | | | [S390] ptrace: fix return value of do_syscall_trace_enter()Gerald Schaefer2010-05-121-3/+2Star
|/ / /
* | | [S390] vdso: use ntp adjusted clock multiplierHendrik Brueckner2010-04-226-12/+14
* | | [S390] add hook to reenable mss after hibernationSebastian Ott2010-04-221-0/+3
|/ /
* | [S390] nss: add missing .previous statement to asm functionHeiko Carstens2010-04-091-1/+2
* | [S390] fix io_return critical section cleanupMartin Schwidefsky2010-04-092-2/+14
* | [S390] arch/s390/kernel: Add missing unlockJulia Lawall2010-04-091-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-3/+7
* | [S390] fix boot failures with compressed kernelsMartin Schwidefsky2010-03-242-2/+3
* | [S390] smp: fix lowcore allocationHeiko Carstens2010-03-241-2/+2
* | [S390] zcore: CPU registers are not saved under LPARMichael Holzheu2010-03-241-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \
| | * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| | |/
* | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-134-15/+2Star
* | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-133-3/+3
* | | Add generic sys_old_mmap()Christoph Hellwig2010-03-133-28/+9Star
* | | Add generic sys_old_select()Christoph Hellwig2010-03-131-1/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-03-082-15/+46
|\ \ \
| * | | sysdev: fix missing s390 conversionHeiko Carstens2010-03-081-1/+3
| * | | sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2010-03-082-14/+43
| |/ /
* / / [S390] Cleanup xtime usageJohn Stultz2010-03-081-5/+5
|/ /
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-282-10/+58
|\ \
| * \ Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-272-10/+58
| |\ \ | | |/ | |/|
| | * s390: Add pt_regs register and stack access APIHeiko Carstens2010-02-171-0/+58
| | * tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-10/+0Star