aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-18/+32
2012-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-5/+29
2012-02-27compat: fix compile breakage on s390Heiko Carstens7-13/+3
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+10
2012-02-24[S390] memory hotplug: prevent memory zone interleaveGerald Schaefer1-4/+26
2012-02-24[S390] crash_dump: remove duplicate includeDanny Kukawka1-1/+0
2012-02-24[S390] KEYS: Enable the compat keyctl wrapper on s390xDavid Howells1-0/+3
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+3
2012-02-21sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-02-17[S390] correct ktime to tod clock comparator conversionMartin Schwidefsky1-2/+5
2012-02-17[S390] incorrect PageTables counter for kvm page tablesMartin Schwidefsky1-1/+1
2012-02-17[S390] idle: avoid RCU usage in extended quiescent stateHeiko Carstens1-2/+3
2012-02-08qeth: add query OSA address table supportFrank Blaschka1-0/+7
2012-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-3/+2
2012-01-23kdump: define KEXEC_NOTE_BYTES arch specific for s390xMichael Holzheu1-0/+18
2012-01-18[S390] cleanup entry point definitionChristian Borntraeger2-3/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds2-10/+11
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-6/+5
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris2-4/+6
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds3-3/+5
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-22/+22
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds40-1840/+1626
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-15/+13
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-170/+172
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-170/+172
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-85/+71
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-31/+372
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+6
2012-01-03consolidate umode_t declarationsAl Viro1-2/+0
2012-01-03hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREGAl Viro1-5/+5
2012-01-03switch debugfs to umode_tAl Viro2-6/+6
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-0/+2
2011-12-27[S390] disassembler: mark exception causing instructionsHeiko Carstens1-2/+7
2011-12-27[S390] Enable exception traces by defaultHeiko Carstens1-1/+1
2011-12-27[S390] return address of compat signalsMartin Schwidefsky1-2/+2
2011-12-27[S390] sysctl: get rid of dead declarationHeiko Carsten1-2/+0
2011-12-27[S390] qdio: fix kernel panic for zfcp 31-bitSteffen Maier1-2/+3
2011-12-27[S390] Add VMCOREINFO_SYMBOL(high_memory) to vmcoreinfoMichael Holzheu1-0/+1
2011-12-27[S390] outstanding interrupts vs. smp_send_stopMartin Schwidefsky2-8/+43
2011-12-27[S390] ipc: call generic sys_ipc demultiplexerHeiko Carstens3-67/+13
2011-12-27[S390] cleanup trap handlingMartin Schwidefsky12-210/+158