index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] 3346/1: Fix udelay() for HZ values different from 100
Peter Teichmann
2006-03-21
2
-13
/
+19
*
[ARM] 3334/1: Add support for IXDP28x5 platforms
Deepak Saxena
2006-03-21
3
-5
/
+26
*
[ARM] 3333/1: S3C2XX - add dclk and clkout clock support
Ben Dooks
2006-03-21
2
-1
/
+95
*
[ARM] 3332/1: S3C24XX - documentation update
Ben Dooks
2006-03-21
1
-1
/
+41
*
[ARM] 3331/1: S3C24XX - add clk_set_parent() to clock code
Ben Dooks
2006-03-21
2
-0
/
+20
*
[ARM] 3330/1: S3C24XX - move UPLL to main clock
Ben Dooks
2006-03-21
2
-19
/
+38
*
[ARM] 3329/1: S3C24XX - fix time for osiris machine
Ben Dooks
2006-03-21
1
-1
/
+7
*
[ARM] 3327/1: S3C2410 - add osiris machine support
Ben Dooks
2006-03-21
5
-0
/
+364
*
[ARM] 3261/2: remove phys_ram from struct machine_desc (part 3)
Nicolas Pitre
2006-03-21
2
-8
/
+4
*
[ARM] Collect Primecell PL01x-based debug implementations together
Russell King
2006-03-21
4
-51
/
+32
*
[ARM] Collect 8250-based debug implementations together
Russell King
2006-03-21
8
-103
/
+47
*
[ARM] Fix SA1100 debug-macros.S
Russell King
2006-03-21
1
-0
/
+1
*
[ARM] Convert SA1111 to use clock architecture
Russell King
2006-03-21
5
-23
/
+278
*
[ARM] Adapt vic.c to allow for multiple VICs in a system.
Russell King
2006-03-21
3
-24
/
+29
*
[ARM] Rename chipdata to 'base' and make it an iomem pointer
Russell King
2006-03-21
3
-26
/
+26
*
[ARM] Move IRQ enable after coprocessor number decode
Russell King
2006-03-21
2
-1
/
+2
*
[ARM] Remove unnecessary asm/hardware.h includes
Russell King
2006-03-21
12
-12
/
+0
*
[ARM] Fix HZ definition for OMAP without 32K timer
Russell King
2006-03-21
1
-1
/
+1
*
[ARM] Remove asm/arch/irq.h
Russell King
2006-03-21
15
-91
/
+6
*
[ARM] Move HZ definition into Kconfig
Russell King
2006-03-21
24
-252
/
+8
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2006-03-21
10
-38
/
+49
|
\
|
*
[CRYPTO] aes: Fixed array boundary violation
David McCullough
2006-03-21
2
-8
/
+6
|
*
[CRYPTO] tcrypt: Fix key alignment
Atsushi Nemoto
2006-03-21
1
-12
/
+13
|
*
[CRYPTO] all: Add missing cra_alignmask
Atsushi Nemoto
2006-03-21
2
-0
/
+2
|
*
[CRYPTO] all: Use kzalloc where possible
Eric Sesterhenn
2006-03-21
2
-5
/
+2
|
*
[CRYPTO] api: Align tfm context as wide as possible
Herbert Xu
2006-03-21
3
-3
/
+15
|
*
[CRYPTO] twofish: Use rol32/ror32 where appropriate
Denis Vlasenko
2006-03-21
1
-10
/
+11
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-03-21
349
-7284
/
+18959
|
\
\
|
*
|
[NETFILTER]: Add H.323 conntrack/NAT helper
Jing Min Zhao
2006-03-20
10
-0
/
+6231
|
*
|
[TG3]: Don't mark tg3_test_registers() as returning const.
David S. Miller
2006-03-20
1
-1
/
+1
|
*
|
[IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2
Ingo Oeser
2006-03-20
1
-72
/
+69
|
*
|
[IPV6]: Nearly complete kzalloc cleanup for net/ipv6
Ingo Oeser
2006-03-20
8
-31
/
+16
|
*
|
[IPV6]: Cleanup of net/ipv6/reassambly.c
Ingo Oeser
2006-03-20
1
-18
/
+17
|
*
|
[BRIDGE]: Remove duplicate const from is_link_local() argument type.
Andrew Morton
2006-03-20
1
-1
/
+1
|
*
|
[DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking
Adrian Bunk
2006-03-20
1
-2
/
+1
|
*
|
[TG3]: make drivers/net/tg3.c:tg3_request_irq() static
Adrian Bunk
2006-03-20
1
-1
/
+1
|
*
|
[BRIDGE]: use LLC to send STP
Stephen Hemminger
2006-03-20
1
-69
/
+59
|
*
|
[LLC]: llc_mac_hdr_init const arguments
Stephen Hemminger
2006-03-20
5
-24
/
+4
|
*
|
[BRIDGE]: allow show/store of group multicast address
Stephen Hemminger
2006-03-20
4
-6
/
+57
|
*
|
[BRIDGE]: use llc for receiving STP packets
Stephen Hemminger
2006-03-20
5
-28
/
+71
|
*
|
[BRIDGE]: stp timer to jiffies cleanup
Stephen Hemminger
2006-03-20
1
-9
/
+8
|
*
|
[BRIDGE]: forwarding remove unneeded preempt and bh diasables
Stephen Hemminger
2006-03-20
2
-6
/
+3
|
*
|
[BRIDGE]: netfilter inline cleanup
Stephen Hemminger
2006-03-20
2
-31
/
+21
|
*
|
[BRIDGE]: netfilter VLAN macro cleanup
Stephen Hemminger
2006-03-20
1
-23
/
+27
|
*
|
[BRIDGE]: netfilter dont use __constant_htons
Stephen Hemminger
2006-03-20
1
-25
/
+25
|
*
|
[BRIDGE]: netfilter whitespace
Stephen Hemminger
2006-03-20
1
-53
/
+63
|
*
|
[BRIDGE]: optimize frame pass up
Stephen Hemminger
2006-03-20
1
-7
/
+1
|
*
|
[BRIDGE]: use kzalloc
Stephen Hemminger
2006-03-20
1
-3
/
+3
|
*
|
[BRIDGE]: use kcalloc
Stephen Hemminger
2006-03-20
1
-2
/
+1
|
*
|
[BRIDGE]: use setup_timer
Stephen Hemminger
2006-03-20
1
-16
/
+7
[next]