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.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-03-02
early_res: Need to save the allocation name in drop_range_partial()
Yinghai Lu
1
-2
/
+12
2010-03-02
sparsemem: Fix compilation on PowerPC
Yinghai Lu
1
-4
/
+7
2010-02-26
early_res: Add free_early_partial()
Yinghai Lu
4
-3
/
+62
2010-02-22
x86: Fix non-bootmem compilation on PowerPC
Yinghai Lu
1
-0
/
+2
2010-02-17
core: Move early_res from arch/x86 to kernel/
Yinghai Lu
7
-18
/
+23
2010-02-12
x86: Add find_fw_memmap_area
Yinghai Lu
3
-6
/
+16
2010-02-12
Move round_up/down to kernel.h
Yinghai Lu
2
-10
/
+10
2010-02-12
x86: Make 32bit support NO_BOOTMEM
Yinghai Lu
4
-1
/
+12
2010-02-12
early_res: Enhance check_and_double_early_res
Yinghai Lu
1
-7
/
+20
2010-02-12
x86: Move back find_e820_area to e820.c
Yinghai Lu
4
-59
/
+57
2010-02-12
x86: Add find_early_area_size
Yinghai Lu
1
-13
/
+32
2010-02-12
x86: Separate early_res related code from e820.c
Yinghai Lu
5
-553
/
+561
2010-02-12
x86: Move bios page reserve early to head32/64.c
Yinghai Lu
2
-20
/
+12
2010-02-12
sparsemem: Put mem map for one node together.
Yinghai Lu
5
-3
/
+195
2010-02-12
sparsemem: Put usemap for one node together
Yinghai Lu
1
-18
/
+66
2010-02-12
x86: Make 64 bit use early_res instead of bootmem before slab
Yinghai Lu
13
-23
/
+454
2010-02-11
x86: Only call dma32_reserve_bootmem 64bit !CONFIG_NUMA
Yinghai Lu
4
-12
/
+12
2010-02-11
x86: Make early_node_mem get mem > 4 GB if possible
Yinghai Lu
1
-4
/
+17
2010-02-11
x86: Dynamically increase early_res array size
Yinghai Lu
1
-0
/
+53
2010-02-11
x86: Introduce max_early_res and early_res_count
Yinghai Lu
1
-15
/
+32
2010-02-11
x86: Call early_res_to_bootmem one time
Yinghai Lu
4
-45
/
+22
2010-02-11
x86: Print out RAM buffer information
Yinghai Lu
1
-0
/
+2
2010-02-11
x86: Change range end to start+size
Yinghai Lu
3
-36
/
+40
2010-02-11
x86/pci: Enable pci root res read out for 32bit too
Yinghai Lu
4
-24
/
+5
2010-02-11
x86/pci: Add cap_resource()
Yinghai Lu
3
-3
/
+17
2010-02-11
x86/pci: Use u64 instead of size_t in amd_bus.c
Yinghai Lu
1
-8
/
+8
2010-02-11
x86/pci: AMD one chain system to use pci read out res
Yinghai Lu
3
-9
/
+4
2010-02-11
x86/pci: Use resource_size_t in update_res
Yinghai Lu
2
-10
/
+10
2010-02-11
x86: Move range related operation to one file
Yinghai Lu
6
-230
/
+214
2010-02-11
ibmphp: Rename add_range() to add_bus_range() to avoid conflict
H. Peter Anvin
1
-7
/
+7
2010-02-11
Merge remote branch 'linus/master' into x86/bootmem
H. Peter Anvin
9951
-439203
/
+838341
2010-02-10
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+6
2010-02-10
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2
-3
/
+5
2010-02-10
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+8
2010-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
Linus Torvalds
1
-6
/
+9
2010-02-10
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-3
/
+9
2010-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
7
-14
/
+54
2010-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
35
-164
/
+197
2010-02-10
powerpc: Fix address masking bug in hpte_need_flush()
David Gibson
1
-3
/
+9
2010-02-10
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
2
-15
/
+13
2010-02-10
md: fix some lockdep issues between md and sysfs.
NeilBrown
2
-11
/
+6
2010-02-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
8
-40
/
+91
2010-02-09
KVM: PIT: control word is write-only
Marcelo Tosatti
1
-0
/
+3
2010-02-09
kvmclock: count total_sleep_time when updating guest clock
Jason Wang
1
-4
/
+3
2010-02-09
Export the symbol of getboottime and mmonotonic_to_bootbased
Jason Wang
1
-0
/
+2
2010-02-09
[S390] Fix struct _lowcore layout.
Heiko Carstens
1
-2
/
+2
2010-02-09
[S390] qdio: prevent call trace if CHPID is offline
Jan Glauber
1
-0
/
+2
2010-02-09
[S390] qdio: continue polling for buffer state ERROR
Ursula Braun
1
-1
/
+1
2010-02-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
6
-28
/
+38
2010-02-09
drivers/net: Correct NULL test
Julia Lawall
1
-1
/
+1
[next]