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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-07
[PATCH] slab: remove SLAB_USER
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] slab: remove SLAB_NOIO
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] slab: remove SLAB_LEVEL_MASK
Christoph Lameter
1
-2
/
+0
2006-12-07
[PATCH] slab: remove SLAB_NO_GROW
Christoph Lameter
1
-2
/
+0
2006-12-07
[PATCH] silence unused pgdat warning from alloc_bootmem_node and friends
Andy Whitcroft
1
-7
/
+20
2006-12-07
[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int
Andy Whitcroft
2
-4
/
+4
2006-12-07
[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h
Christoph Lameter
1
-15
/
+18
2006-12-07
[PATCH] Move names_cachep to linux/fs.h
Christoph Lameter
2
-3
/
+2
2006-12-07
[PATCH] Move fs_cachep to linux/fs_struct.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move filep_cachep to include/file.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move files_cachep to include/file.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move vm_area_cachep to include/mm.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move sighand_cachep to include/signal.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Remove bio_cachep from slab.h
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] node-aware skb allocation
Christoph Hellwig
1
-3
/
+3
2006-12-07
[PATCH] add numa node information to struct device
Christoph Hellwig
1
-0
/
+22
2006-12-07
[PATCH] leak tracking for kmalloc_node
Christoph Hellwig
1
-0
/
+23
2006-12-07
[PATCH] mm: k{,um}map_atomic() vs in_atomic()
Peter Zijlstra
2
-5
/
+13
2006-12-07
[PATCH] mm: pagefault_{disable,enable}()
Peter Zijlstra
11
-26
/
+58
2006-12-07
[PATCH] shared page table for hugetlb page
Chen, Kenneth W
1
-0
/
+1
2006-12-07
[PATCH] mm: add arch_alloc_page
Nick Piggin
1
-0
/
+3
2006-12-07
[PATCH] new scheme to preempt swap token
Ashwin Chaugule
2
-4
/
+10
2006-12-07
[PATCH] memory page_alloc zonelist caching reorder structure
Paul Jackson
1
-1
/
+1
2006-12-07
[PATCH] memory page_alloc zonelist caching speedup
Paul Jackson
2
-5
/
+82
2006-12-07
[PATCH] Get rid of zone_table[]
Christoph Lameter
1
-21
/
+36
2006-12-07
[PATCH] add bottom_half.h
Andrew Morton
3
-6
/
+12
2006-12-07
[ARM] 3991/1: i.MX/MX1 high resolution time source
Pavel Pisa
1
-2
/
+1
2006-12-07
[ARM] 3986/1: H1940: suspend to RAM support
Ben Dooks
1
-0
/
+21
2006-12-07
[ARM] 3984/1: ixp4xx/nslu2: Fix disk LED numbering (take 2)
Rod Whitby
1
-2
/
+3
2006-12-07
[ARM] 3978/1: macro to provide a 63-bit value from a 32-bit hardware counter
Nicolas Pitre
1
-0
/
+78
2006-12-07
[ARM] 3611/4: optimize do_div() when divisor is constant
Nicolas Pitre
1
-1
/
+179
2006-12-07
[TG3]: Add TG3_FLG2_IS_NIC flag.
Michael Chan
1
-0
/
+2
2006-12-07
[TG3]: Add 5787F device ID.
Michael Chan
1
-0
/
+1
2006-12-07
audit: disable ipsec auditing when CONFIG_AUDITSYSCALL=n
Joy Latten
1
-1
/
+6
2006-12-07
audit: Add auditing to ipsec
Joy Latten
2
-5
/
+20
2006-12-07
[IRDA] irlan: Fix compile warning when CONFIG_PROC_FS=n
Randy Dunlap
1
-0
/
+2
2006-12-07
[NETFILTER]: nf_conntrack: fix warning in PPTP helper
Yasuyuki Kozakai
1
-1
/
+2
2006-12-07
[CRYPTO] lib: table driven multiplications in GF(2^128)
Rik Snel
1
-0
/
+198
2006-12-07
[CRYPTO] lib: some common 128-bit block operations, nicely centralized
Rik Snel
1
-0
/
+80
2006-12-07
[CRYPTO] api: Remove unused functions
Adrian Bunk
1
-22
/
+0
2006-12-07
[IPSEC]: Add support for AES-XCBC-MAC
Kazunori MIYAZAWA
1
-0
/
+1
2006-12-07
[GENETLINK]: Move command capabilities to flags.
Jamal Hadi Salim
1
-3
/
+3
2006-12-07
[PATCH] unwinder: move .eh_frame to RODATA
Jan Beulich
1
-5
/
+12
2006-12-07
[PATCH] i386: replace kmalloc+memset with kzalloc
Burman Yan
1
-9
/
+1
2006-12-07
[PATCH] x86-64: remove remaining pc98 code
Adrian Bunk
1
-2
/
+0
2006-12-07
[PATCH] x86-64: Fix constraints in atomic_add_return()
Andi Kleen
1
-3
/
+3
2006-12-07
[PATCH] x86-64: fix asm constraints in i386 atomic_add_return
Duncan Sands
1
-3
/
+3
2006-12-07
[PATCH] x86-64: include/asm-x86_64/cpufeature.h isn't a userspace header
Adrian Bunk
1
-1
/
+0
2006-12-07
[PATCH] x86-64: Fix interrupt race in idle callback (3rd try)
Venkatesh Pallipadi
1
-0
/
+8
[prev]
[next]