index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Lines
2009-09-11
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+3
2009-09-11
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-63
/
+103
2009-09-11
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-19
/
+28
2009-09-11
Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-22
/
+921
2009-09-11
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-400
/
+622
2009-09-11
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+1
2009-09-11
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-96
/
+135
2009-09-11
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-861
/
+676
2009-09-11
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-13
/
+19
2009-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
-6
/
+95
2009-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
-21
/
+491
2009-09-11
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
-812
/
+1607
2009-09-11
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
-0
/
+26
2009-09-11
[S390] Wire up page fault events for software perf counters.
Heiko Carstens
-4
/
+9
2009-09-11
[S390] Remove smp_cpu_not_running.
Heiko Carstens
-46
/
+20
2009-09-11
[S390] Get rid of cpuid.h header file.
Heiko Carstens
-33
/
+28
2009-09-11
[S390] Limit cpu detection to 256 physical cpus.
Heiko Carstens
-7
/
+13
2009-09-11
[S390] Enable guest page hinting by default.
Heiko Carstens
-21
/
+4
2009-09-11
[S390] use generic scatterlist.h
Heiko Carstens
-19
/
+1
2009-09-11
[S390] s390dbf: Add description for usage of "%s" in sprintf events
Michael Holzheu
-1
/
+8
2009-09-11
[S390] Initialize __LC_THREAD_INFO early.
Heiko Carstens
-0
/
+2
2009-09-11
[S390] fix recursive locking on page_table_lock
Martin Schwidefsky
-12
/
+15
2009-09-11
[S390] kvm: use console_initcall() to initialize s390 virtio console
Hendrik Brueckner
-17
/
+3
2009-09-11
[S390] hypfs: Use "%u" instead of "%d" for unsigned ints in snprintf
Michael Holzheu
-1
/
+1
2009-09-11
[S390] kernel: Print an error message if kernel NSS cannot be defined
Hendrik Brueckner
-1
/
+10
2009-09-11
[S390] hypfs: remove useless variable qname
Vitaliy Gusev
-4
/
+0
2009-09-11
[S390] remove unused irq_cpustat_t defintion
Christoph Hellwig
-7
/
+0
2009-09-11
[S390] kernel: always keep machine flags in lowcore
Heiko Carstens
-17
/
+11
2009-09-11
[S390] clean up linker script using new linker script macros.
Nelson Elhage
-76
/
+7
2009-09-11
[S390] Use macros for .data.page_aligned.
Tim Abbott
-5
/
+1
2009-09-11
[S390] move (io|sysc)_restore_trace_psw into .data section
Hendrik Brueckner
-2
/
+18
2009-09-11
[S390] kernel: Convert upper case scpdata to lower case
Hendrik Brueckner
-2
/
+11
2009-09-11
[S390] kernel: Append scpdata to kernel boot command line
Hendrik Brueckner
-27
/
+172
2009-09-11
[S390] hibernation: merge files and move to kernel/
Heiko Carstens
-53
/
+36
2009-09-11
[S390] hibernation: remove dead file
Heiko Carstens
-18
/
+0
2009-09-11
[S390] atomic ops: small cleanups
Heiko Carstens
-22
/
+19
2009-09-11
[S390] atomic ops: add effecient atomic64 support for 31 bit
Heiko Carstens
-38
/
+127
2009-09-11
[S390] improve mcount code
Martin Schwidefsky
-138
/
+89
2009-09-11
[S390] convert/optimize csum_fold() to C
Heiko Carstens
-21
/
+4
2009-09-11
[S390] introduce get_clock_monotonic
Heiko Carstens
-1
/
+16
2009-09-11
[S390] cio: move scsw helper functions to header file
Heiko Carstens
-222
/
+985
2009-09-11
Merge branch 'next' into for-linus
James Morris
-6
/
+107
2009-09-10
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
-21
/
+491
2009-09-09
KEYS: Add missing linux/tracehook.h #inclusions
David Howells
-0
/
+8
2009-09-08
dmi: extend dmi_get_year() to dmi_get_date()
Tejun Heo
-2
/
+3
2009-09-07
sched: enable SD_WAKE_IDLE
Peter Zijlstra
-1
/
+1
2009-09-06
Merge commit 'v2.6.31-rc9' into tracing/core
Ingo Molnar
-1017
/
+1778
2009-09-05
powerpc: Fix i8259 interrupt driver kernel crash on ML510
Roderick Colenbrander
-1
/
+0
2009-09-05
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
-4
/
+8
2009-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
-7
/
+6
[next]