index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-26
make most exported headers use strict integer types
Arnd Bergmann
15
-226
/
+240
2009-03-26
make exported headers use strict posix types
Arnd Bergmann
18
-66
/
+67
2009-03-26
unconditionally include asm/types.h from linux/types.h
Jaswinder Singh Rajput
1
-1
/
+2
2009-03-26
x86: disable __do_IRQ support
Thomas Gleixner
1
-0
/
+3
2009-03-26
Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...
Ingo Molnar
8
-234
/
+357
2009-03-26
Merge branch 'timers/hpet' into timers/core
Ingo Molnar
2
-17
/
+67
2009-03-26
Merge commit 'v2.6.29' into timers/core
Ingo Molnar
1372
-39168
/
+56302
2009-03-26
Merge branch 'sched/balancing' into sched/core
Ingo Molnar
1
-250
/
+515
2009-03-26
[S390] remove duplicated #includes
Huang Weiyi
1
-1
/
+0
2009-03-26
[S390] cpumask: use mm_cpumask() wrapper
Rusty Russell
3
-4
/
+4
2009-03-26
[S390] cpumask: Use accessors code.
Rusty Russell
1
-3
/
+2
2009-03-26
[S390] cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.
Rusty Russell
1
-9
/
+9
2009-03-26
[S390] cpumask: remove cpu_coregroup_map
Rusty Russell
2
-2
/
+1
2009-03-26
[S390] fix clock comparator save area usage
Heiko Carstens
1
-7
/
+4
2009-03-26
[S390] Add hwcap flag for the etf3 enhancement facility
Andreas Krebbel
2
-6
/
+13
2009-03-26
[S390] Ensure that ipl panic notifier is called late.
Michael Holzheu
1
-1
/
+1
2009-03-26
[S390] fix dfp elf hwcap/facility bit detection
Christian Ehrhardt
1
-2
/
+4
2009-03-26
[S390] smp: perform initial cpu reset before starting a cpu
Heiko Carstens
1
-7
/
+16
2009-03-26
[S390] smp: fix memory leak on __cpu_up
Heiko Carstens
2
-5
/
+3
2009-03-26
[S390] ipl: Improve checking logic and remove switch defaults.
Michael Holzheu
1
-7
/
+6
2009-03-26
[S390] s390dbf: Remove needless check for NULL pointer.
Michael Holzheu
1
-2
/
+1
2009-03-26
[S390] s390dbf: Remove redundant initilizations.
Michael Holzheu
1
-2
/
+1
2009-03-26
[S390] use kzfree()
Johannes Weiner
2
-4
/
+2
2009-03-26
[S390] BUG to BUG_ON changes
Stoyan Gaydarov
5
-12
/
+7
2009-03-26
[S390] zfcpdump: Prevent zcore from beeing built as a kernel module.
Michael Holzheu
3
-5
/
+5
2009-03-26
[S390] Use csum_partial in checksum.h
Frank Munzert
3
-18
/
+6
2009-03-26
[S390] cleanup lowcore.h
Martin Schwidefsky
2
-323
/
+331
2009-03-26
[S390] eliminate ipl_device from lowcore
Martin Schwidefsky
5
-10
/
+2
2009-03-26
[S390] eliminate cpuinfo_S390 structure
Martin Schwidefsky
7
-75
/
+52
2009-03-26
[S390] Fix comments in lowcore structure
Christian Borntraeger
1
-2
/
+2
2009-03-26
[S390] Expose a constant for the number of words representing the CRs
Dan Smith
2
-2
/
+5
2009-03-26
[S390] list usage cleanup in s390
Eric Sesterhenn
1
-4
/
+2
2009-03-26
[S390] tape message cleanup
Carsten Otte
8
-371
/
+267
2009-03-26
[S390] use compiler builtin versions of strlen/strcpy/strcat
Heiko Carstens
2
-0
/
+16
2009-03-26
[S390] module function call optimization
Martin Schwidefsky
1
-7
/
+12
2009-03-26
[S390] bitops: remove likely annotations
Heiko Carstens
1
-6
/
+6
2009-03-26
[S390] remove duplicate nul-termination of string
Hendrik Brueckner
1
-1
/
+0
2009-03-26
[S390] allow usage of string functions in linux/string.h
Rusty Russell
1
-1
/
+7
2009-03-26
[S390] qdio: merge inbound and outbound handler functions
Jan Glauber
3
-45
/
+21
2009-03-26
[S390] qdio: report SIGA errors directly
Jan Glauber
5
-83
/
+48
2009-03-26
[S390] qdio: tasklet termination in case of module unload
Jan Glauber
1
-1
/
+2
2009-03-26
[S390] qdio: seperate last move index and polling index
Jan Glauber
3
-23
/
+23
2009-03-26
[S390] qdio: move ACK to newest buffer for devices without QEBSM
Jan Glauber
1
-5
/
+8
2009-03-26
[S390] qdio: call qdio_free also if qdio_shutdown fails
Jan Glauber
1
-4
/
+5
2009-03-26
[S390] qdio: proper kill of qdio tasklets
Jan Glauber
2
-15
/
+28
2009-03-26
[S390] qdio: Dont call qdio_shutdown in case qdio_activate fails
Jan Glauber
1
-3
/
+2
2009-03-26
[S390] qdio: add missing tiq_list locking
Jan Glauber
2
-3
/
+8
2009-03-26
[S390] Add zcrypt section in MAINTAINERS
Felix Beck
1
-0
/
+9
2009-03-26
[S390] kernel: Disable switch_amode by default
Gerald Schaefer
1
-4
/
+0
2009-03-26
[S390] clock sync mode flags
Martin Schwidefsky
1
-27
/
+44
[prev]
[next]