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
2011-07-14
memblock: Cast phys_addr_t to unsigned long long for printf use
H. Peter Anvin
1
-2
/
+6
2011-07-14
memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
Tejun Heo
22
-97
/
+48
2011-07-14
memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option
Tejun Heo
5
-4
/
+6
2011-07-14
x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()
Tejun Heo
4
-68
/
+20
2011-07-14
memblock, x86: Reimplement memblock_find_dma_reserve() using iterators
Tejun Heo
3
-94
/
+20
2011-07-14
memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...
Tejun Heo
4
-91
/
+27
2011-07-14
memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
Tejun Heo
5
-17
/
+6
2011-07-14
x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()
Tejun Heo
4
-102
/
+28
2011-07-14
memblock: Implement for_each_free_mem_range()
Tejun Heo
2
-0
/
+96
2011-07-14
x86: Use __memblock_alloc_base() in early_reserve_e820()
Tejun Heo
3
-29
/
+9
2011-07-14
x86: Use HAVE_MEMBLOCK_NODE_MAP
Tejun Heo
6
-29
/
+13
2011-07-14
memblock: Add optional region->nid
Tejun Heo
5
-37
/
+183
2011-07-14
memblock: Use __meminit[data] instead of __init[data]
Tejun Heo
1
-2
/
+2
2011-07-14
memblock: Reimplement memblock_add_region()
Tejun Heo
1
-85
/
+110
2011-07-14
memblock: Remove memblock_memory_can_coalesce()
Tejun Heo
2
-33
/
+0
2011-07-14
memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...
Tejun Heo
6
-95
/
+2
2011-07-14
memblock: Separate out memblock_find_in_range_node()
Tejun Heo
2
-25
/
+36
2011-07-14
memblock: Make memblock_alloc_[try_]nid() top-down
Tejun Heo
1
-18
/
+11
2011-07-14
memblock: Don't allow archs to override memblock_nid_range()
Tejun Heo
3
-4
/
+3
2011-07-14
memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()
Tejun Heo
1
-17
/
+3
2011-07-14
bootmem: Use for_each_mem_pfn_range() in page_alloc.c
Tejun Heo
1
-109
/
+56
2011-07-14
bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()
Tejun Heo
1
-42
/
+12
2011-07-14
bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()
Tejun Heo
5
-83
/
+76
2011-07-14
memblock: Replace memblock_find_base() with memblock_find_in_range()
Tejun Heo
2
-13
/
+9
2011-07-14
memblock: Kill MEMBLOCK_ERROR
Tejun Heo
15
-34
/
+31
2011-07-14
memblock: Use round_up/down() instead of memblock_align_up/down()
Tejun Heo
1
-16
/
+5
2011-07-14
memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc...
Tejun Heo
1
-1
/
+1
2011-07-14
bootmem: Fix __free_pages_bootmem() to use @order properly
Tejun Heo
1
-2
/
+2
2011-07-14
x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()
Tejun Heo
1
-2
/
+1
2011-07-13
x86, numa: Implement pfn -> nid mapping granularity check
Tejun Heo
3
-0
/
+70
2011-07-13
x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/
Tejun Heo
2
-6
/
+6
2011-07-12
Linux 3.0-rc7
v3.0-rc7
Linus Torvalds
1
-1
/
+1
2011-07-12
Documentation/Changes: remove some really obsolete text
Linus Torvalds
1
-25
/
+18
2011-07-12
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-139
/
+174
2011-07-11
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-0
/
+8
2011-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
3
-57
/
+73
2011-07-11
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
1
-1
/
+1
2011-07-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...
Linus Torvalds
8
-63
/
+108
2011-07-11
Merge branch 'movieboard' of git://git.kernel.org/pub/scm/linux/kernel/git/ie...
Linus Torvalds
1
-0
/
+6
2011-07-11
ath5k: Add missing breaks in switch/case
Joe Perches
1
-0
/
+3
2011-07-11
Documentation/spinlocks.txt: Remove reference to sti()/cli()
Muthu Kumar
1
-38
/
+7
2011-07-11
cifs: drop spinlock before calling cifs_put_tlink
Jeff Layton
1
-1
/
+1
2011-07-11
hp-wmi: fix use after free
Eric Dumazet
1
-5
/
+6
2011-07-11
dell-laptop - using buffer without mutex_lock
Jose Alonso
1
-3
/
+3
2011-07-11
Revert: "dell-laptop: Toggle the unsupported hardware killswitch"
Keng-Yu Lin
1
-22
/
+2
2011-07-11
PM: Reintroduce dropped call to check_wakeup_irqs
Colin Cross
1
-0
/
+8
2011-07-11
[CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.
Luming Yu
1
-1
/
+1
2011-07-10
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-12
/
+21
2011-07-10
hwmon: (pmbus) Improve auto-detection of temperature status register
Guenter Roeck
1
-5
/
+6
2011-07-10
hwmon: (lm95241) Fix negative temperature results
Guenter Roeck
1
-6
/
+14
[next]