summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge2007-05-021-1/+1
* [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell2007-04-291-3/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-273-5/+3Star
|\
| * [S390]: Fix build on 31-bit.David S. Miller2007-04-262-3/+1Star
| * [NET]: Inline net_device_statsRusty Russell2007-04-261-2/+2
* | [S390] Clean up smp code in preparation for some larger changes.Heiko Carstens2007-04-271-161/+100Star
* | [S390] Remove debugging junk.Martin Schwidefsky2007-04-271-38/+0Star
* | [S390] Switch etr from tasklet to workqueue.Martin Schwidefsky2007-04-271-17/+17
* | [S390] Processor degradation notification.Heiko Carstens2007-04-271-5/+43
* | [S390] vtime: cleanup per_cpu usage.Jan Glauber2007-04-271-9/+7Star
* | [S390] crypto: cleanup.Jan Glauber2007-04-272-86/+81Star
* | [S390] zfcpdump support.Michael Holzheu2007-04-277-86/+330
* | [S390] Improved kernel stack overflow checking.Martin Schwidefsky2007-04-271-0/+2
* | [S390] No execute support cleanup.Martin Schwidefsky2007-04-271-51/+21Star
* | [S390] Minor fault path optimization.Martin Schwidefsky2007-04-271-118/+141
* | [S390] Use generic bug.Heiko Carstens2007-04-275-5/+33
* | [S390] Improved oops output.Martin Schwidefsky2007-04-273-39/+1296
* | [S390] System call cleanup.Martin Schwidefsky2007-04-278-225/+162Star
* | [S390] cio/ipl: Clean interface between cio and ipl code.Heiko Carstens2007-04-271-1/+22
* | [S390] memory detection: stop at first memory hole.Heiko Carstens2007-04-271-4/+3Star
|/
* [S390] kprobes: Align probe address.David Wilder2007-03-261-1/+1
* [S390] Wire up sys_utimes.Heiko Carstens2007-03-192-0/+7
* [S390] reboot from and dump to SCSI under z/VM fails.Michael Holzheu2007-03-191-5/+4Star
* [S390] Wire up compat_sys_epoll_pwait.Heiko Carstens2007-03-192-1/+12
* [S390] strlcpy is smart enoughJean Delvare2007-03-191-1/+1
* [S390] memory detection: fix off by one bug.Heiko Carstens2007-03-191-2/+8
* [PATCH] appldata build fixAl Viro2007-03-141-1/+4
* [S390] Fixed handling of access register mode faults.Gerald Schaefer2007-03-053-64/+63Star
* [S390] nss: disable kexec.Heiko Carstens2007-03-052-0/+7
* [S390] reipl: move dump_prefix_page out of text section.Heiko Carstens2007-03-053-12/+18
* [S390] smp: disable preemption in smp_call_function/smp_call_function_onHeiko Carstens2007-03-051-7/+8
* [S390] kprobes breaks BUG_ONMartin Schwidefsky2007-03-051-14/+7Star
* [S390] Replace $(ARCH) macros in MakefileMichael Holzheu2007-02-211-6/+6
* [S390] nss: Free unused memory in kernel image.Heiko Carstens2007-02-214-28/+17Star
* [S390] bss section clearing.Heiko Carstens2007-02-211-1/+1
* [S390] Remove BUG() statementMichael Holzheu2007-02-211-1/+1
* [S390] New header file ipl.hMichael Holzheu2007-02-214-22/+5Star
* [S390] New get_cpu_id() inline assemblyMichael Holzheu2007-02-212-2/+2
* [S390] etr: Add barrier() to etr_sync_cpu_start().Heiko Carstens2007-02-211-1/+9
* [S390] Optional ZONE_DMA for s390.Heiko Carstens2007-02-212-2/+4
* [S390] smp_call_function cleanupJan Glauber2007-02-211-104/+77Star
* [S390] prevent softirqs if delay is called disabledMartin Schwidefsky2007-02-211-0/+7
* [S390] update default configurationMartin Schwidefsky2007-02-211-6/+15
* [PATCH] clocksource: fixup is_continous changes on S390Thomas Gleixner2007-02-161-1/+1
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-143-4/+4
* [PATCH] sysctl: s390: remove unnecessary use of insert_at_headEric W. Biederman2007-02-143-4/+4
* [PATCH] sysctl: s390: move sysctl definitions to sysctl.hEric W. Biederman2007-02-143-7/+1Star
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-02-121-6/+9
|\
| * [S390] smp_call_function/smp_call_function_on locking.Heiko Carstens2007-02-121-6/+9
* | [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-122-3/+3