summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.cCarsten Otte2009-12-031-3/+3
| * | | | | | KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte2009-12-032-9/+19
| * | | | | | KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-1/+2
| * | | | | | KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity2009-12-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-082-3/+7
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-054-95/+31
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1826-74/+255
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | s390: use RCU to walk list of network devicesstephen hemminger2009-11-101-3/+5
| * | | | | | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-086-76/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-183-7/+7
| * | | | | sysctl s390: Remove dead sysctl binary supportEric W. Biederman2009-11-122-10/+4
| * | | | | sysctl: s390 Use the compat_sys_sysctlEric W. Biederman2009-11-063-59/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-65/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-2920-56/+226
| |\ \ \ \ \
| * | | | | | tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker2009-10-141-65/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-052-29/+28
|\ \ \ \ \ \
| * | | | | | locking: Make inlining decision Kconfig basedThomas Gleixner2009-11-132-29/+28
| | |_|/ / / | |/| | | |
* | | | | | s390: Convert BUG() to use unreachable()David Daney2009-12-051-1/+1
| |_|_|/ / |/| | | |
* | | | | [S390] s390: fix single stepping on svc0Christian Borntraeger2009-11-132-8/+8
* | | | | [S390] reset cputime accounting after IPL from NSSMartin Schwidefsky2009-11-131-0/+9
|/ / / /
* | | | [S390] smp: fix sigp sense handlingHeiko Carstens2009-10-292-1/+1
* | | | [S390] smp: fix sigp stop handlingHeiko Carstens2009-10-293-6/+6
* | | | [S390] cputime: fix overflow on 31 bit systemsMartin Schwidefsky2009-10-291-3/+3
* | | | [S390] smp: fix prefix handling of offlined cpusHeiko Carstens2009-10-291-0/+2
| |/ / |/| |
* | | [S390] Add highgprs facility to /proc/cpuinfoAndreas Krebbel2009-10-141-3/+3
* | | [S390] hypfs: Use subcode 6 if subcode 7 is not availableMichael Holzheu2009-10-141-1/+1
| |/ |/|
* | [S390] Add EX_TABLE for addressing exception in usercopy functions.Gerald Schaefer2009-10-062-12/+14
* | [S390] 64-bit register support for 31-bit processesHeiko Carstens2009-10-066-4/+147
* | [S390] hibernate: Use correct place for CPU address in lowcoreMichael Holzheu2009-10-061-3/+2
* | [S390] pm: ignore time spend in suspended stateMartin Schwidefsky2009-10-061-4/+17
* | [S390] perf_counter: fix vdso detectionHeiko Carstens2009-10-061-8/+8
* | [S390] ftrace: drop nmi protectionHeiko Carstens2009-10-061-3/+0
* | [S390] compat: fix truncate system call wrapperHeiko Carstens2009-10-061-1/+1
* | [S390] Provide arch specific mdelay implementation.Heiko Carstens2009-10-062-10/+11
* | [S390] Fix enabled udelay for short delays.Christian Borntraeger2009-10-061-4/+9
* | [S390] module: fix memory leak in s390 module loaderChristian Borntraeger2009-10-061-0/+3
* | [S390] Enable kmemleak on s390.Heiko Carstens2009-10-061-0/+1
* | [S390] fix build breakage with CONFIG_AIO=nMartin Schwidefsky2009-10-061-2/+8
* | KVM: s390: fix memsize >= 4GChristian Borntraeger2009-10-041-1/+1
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-243-9/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-233-4/+3
|\
| * cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
| * cpumask: arch_send_call_function_ipi_mask: s390Rusty Russell2009-09-242-3/+4
| * cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-1/+0
* | headers: utsname.h reduxAlexey Dobriyan2009-09-232-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-237-10/+11
|\ \ | |/ |/|
| * Use macros for .data.page_aligned section.Tim Abbott2009-09-213-3/+5
| * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
| * kbuild: rename ld-option to cc-ldoptionSam Ravnborg2009-09-202-2/+2
OpenPOWER on IntegriCloud