| Commit message (Expand) | Author | Age |
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-11 |
|\ |
|
| * | Merge commit 'v2.6.31-rc9' into tracing/core | Ingo Molnar | 2009-09-06 |
| |\ |
|
| * | | tracing: Add syscall tracepoints - s390 arch update | Hendrik Brueckner | 2009-08-26 |
| * | | tracing: Create generic syscall TRACE_EVENTs | Josh Stone | 2009-08-25 |
| * | | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 2009-08-25 |
| * | | tracing: Rename FTRACE_SYSCALLS for tracepoints | Josh Stone | 2009-08-25 |
| * | | [S390] ftrace: update system call tracer support | Ingo Molnar | 2009-08-19 |
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-11 |
|\ \ \ |
|
| * | | | locking: Inline spinlock code for all locking variants on s390 | Heiko Carstens | 2009-08-31 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-09-11 |
|\ \ \ |
|
| * | | | crypto: sha-s390 - Fix warnings in import function | Jan Glauber | 2009-09-05 |
| * | | | crypto: sha512-s390 - Add export/import support | Herbert Xu | 2009-07-22 |
| * | | | crypto: s390 - Fix sha build failure | Sachin Sant | 2009-07-16 |
| * | | | crypto: sha256-s390 - Add export/import support | Herbert Xu | 2009-07-11 |
| * | | | crypto: sha1-s390 - Add export/import support | Herbert Xu | 2009-07-11 |
| * | | | crypto: des_s390 - Permit weak keys unless REQ_WEAK_KEY set | Jarod Wilson | 2009-06-18 |
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-09-11 |
|\ \ \ \ |
|
| * | | | | [S390] Wire up page fault events for software perf counters. | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] Remove smp_cpu_not_running. | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] Get rid of cpuid.h header file. | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] Limit cpu detection to 256 physical cpus. | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] Enable guest page hinting by default. | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] use generic scatterlist.h | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] s390dbf: Add description for usage of "%s" in sprintf events | Michael Holzheu | 2009-09-11 |
| * | | | | [S390] Initialize __LC_THREAD_INFO early. | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] fix recursive locking on page_table_lock | Martin Schwidefsky | 2009-09-11 |
| * | | | | [S390] kvm: use console_initcall() to initialize s390 virtio console | Hendrik Brueckner | 2009-09-11 |
| * | | | | [S390] hypfs: Use "%u" instead of "%d" for unsigned ints in snprintf | Michael Holzheu | 2009-09-11 |
| * | | | | [S390] kernel: Print an error message if kernel NSS cannot be defined | Hendrik Brueckner | 2009-09-11 |
| * | | | | [S390] hypfs: remove useless variable qname | Vitaliy Gusev | 2009-09-11 |
| * | | | | [S390] remove unused irq_cpustat_t defintion | Christoph Hellwig | 2009-09-11 |
| * | | | | [S390] kernel: always keep machine flags in lowcore | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] clean up linker script using new linker script macros. | Nelson Elhage | 2009-09-11 |
| * | | | | [S390] Use macros for .data.page_aligned. | Tim Abbott | 2009-09-11 |
| * | | | | [S390] move (io|sysc)_restore_trace_psw into .data section | Hendrik Brueckner | 2009-09-11 |
| * | | | | [S390] kernel: Convert upper case scpdata to lower case | Hendrik Brueckner | 2009-09-11 |
| * | | | | [S390] kernel: Append scpdata to kernel boot command line | Hendrik Brueckner | 2009-09-11 |
| * | | | | [S390] hibernation: merge files and move to kernel/ | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] hibernation: remove dead file | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] atomic ops: small cleanups | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] atomic ops: add effecient atomic64 support for 31 bit | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] improve mcount code | Martin Schwidefsky | 2009-09-11 |
| * | | | | [S390] convert/optimize csum_fold() to C | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] introduce get_clock_monotonic | Heiko Carstens | 2009-09-11 |
| * | | | | [S390] cio: move scsw helper functions to header file | Heiko Carstens | 2009-09-11 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'next' into for-linus | James Morris | 2009-09-10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 2009-09-02 |
| | |/
| |/| |
|
* / | | [S390] set preferred console based on conmode | Hendrik Brueckner | 2009-08-23 |
|/ / |
|
* | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-08-09 |
|\ \ |
|
| * | | KVM: s390: fix wait_queue handling | Christian Borntraeger | 2009-08-05 |