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.13.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
2010-04-14
rcu: Better explain the condition parameter of rcu_dereference_check()
David Howells
1
-5
/
+23
2010-04-14
rcu: Add rcu_access_pointer and rcu_dereference_protected
Paul E. McKenney
1
-0
/
+32
2010-04-14
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2010-04-14
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
6
-23
/
+39
2010-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
17
-135
/
+206
2010-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
30
-138
/
+348
2010-04-13
smc91c92_cs: define multicast_table as unsigned char
Ken Kawasaki
1
-7
/
+6
2010-04-13
can: avoids a false warning
Eric Dumazet
1
-1
/
+1
2010-04-13
e1000e: stop cleaning when we reach tx_ring->next_to_use
Terry Loftin
1
-0
/
+2
2010-04-13
igb: restrict WoL for 82576 ET2 Quad Port Server Adapter
Stefan Assmann
2
-0
/
+2
2010-04-13
sparc64: Add some more commentary to __raw_local_irq_save()
David S. Miller
1
-0
/
+7
2010-04-13
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
4482
-3286
/
+22501
2010-04-13
sparc64: Fix memory leak in pci_register_iommu_region().
David S. Miller
1
-3
/
+8
2010-04-13
sparc64: Add kmemleak annotation to sun4v_build_virq()
David S. Miller
1
-0
/
+8
2010-04-13
sparc64: Support kmemleak.
David S. Miller
2
-1
/
+5
2010-04-13
sparc64: Add function graph tracer support.
David S. Miller
10
-15
/
+132
2010-04-13
sparc64: Give a stack frame to the ftrace call sites.
David S. Miller
1
-15
/
+16
2010-04-13
sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.
David S. Miller
3
-3
/
+3
2010-04-13
sparc64: Remove profiling from some low-level bits.
David S. Miller
1
-1
/
+8
2010-04-13
sparc64: Kill unnecessary static on local var in ftrace_call_replace().
David S. Miller
1
-1
/
+1
2010-04-13
sparc64: Kill CONFIG_STACK_DEBUG code.
David S. Miller
2
-78
/
+1
2010-04-13
sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.
David S. Miller
2
-7
/
+16
2010-04-13
sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.
David S. Miller
1
-2
/
+12
2010-04-13
sparc64: Use kstack_valid() in die_if_kernel().
David S. Miller
1
-23
/
+3
2010-04-13
virtio_net: missing sg_init_table
Shirley Ma
1
-0
/
+2
2010-04-13
Linux 2.6.34-rc4
v2.6.34-rc4
Linus Torvalds
1
-1
/
+1
2010-04-13
Merge branch 'anonvma'
Linus Torvalds
2
-43
/
+84
2010-04-13
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
20
-77
/
+422
2010-04-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...
Linus Torvalds
2
-5
/
+21
2010-04-13
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
3
-6
/
+16
2010-04-13
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
5
-10
/
+16
2010-04-13
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
44
-614
/
+1046
2010-04-13
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+4
2010-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
3
-3
/
+3
2010-04-13
anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvma
Linus Torvalds
1
-2
/
+13
2010-04-13
anon_vma: clone the anon_vma chain in the right order
Linus Torvalds
1
-1
/
+1
2010-04-13
vma_adjust: fix the copying of anon_vma chains
Linus Torvalds
1
-16
/
+8
2010-04-13
Simplify and comment on anon_vma re-use for anon_vma_prepare()
Linus Torvalds
1
-24
/
+62
2010-04-12
quota: Fix possible dq_flags corruption
Andrew Perepechko
1
-6
/
+6
2010-04-12
quota: Hide warnings about writes to the filesystem before quota was turned on
Jan Kara
1
-0
/
+6
2010-04-12
ext3: symlink must be handled via filesystem specific operation
Dmitry Monakhov
1
-0
/
+2
2010-04-12
ext2: symlink must be handled via filesystem specific operation
Dmitry Monakhov
1
-0
/
+2
2010-04-12
MIPS: Calculate proper ebase value for 64-bit kernels
David Daney
1
-1
/
+1
2010-04-12
MIPS: Alchemy: DB1200: Remove custom wait implementation
Manuel Lauss
1
-40
/
+0
2010-04-12
MIPS: Big Sur: Make defconfig more useful.
Ralf Baechle
1
-190
/
+490
2010-04-12
MIPS: Fix __vmalloc() etc. on MIPS for non-GPL modules
Anton Altaparmakov
1
-1
/
+1
2010-04-12
MIPS: Sibyte: Fix M3 TLB exception handler workaround.
Ralf Baechle
1
-6
/
+16
2010-04-12
MIPS: BCM63xx: Fix build failure in board_bcm963xx.c
Florian Fainelli
1
-70
/
+70
2010-04-12
MIPS: uasm: Add OR instruction.
Ralf Baechle
2
-1
/
+4
2010-04-12
MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions.
Ralf Baechle
2
-1
/
+20
[next]