index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
memblock, x86: Reimplement memblock_find_dma_reserve() using iterators
Tejun Heo
2011-07-14
3
-94
/
+20
|
|
*
|
|
|
|
memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...
Tejun Heo
2011-07-14
4
-91
/
+27
|
|
*
|
|
|
|
memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
Tejun Heo
2011-07-14
5
-17
/
+6
|
|
*
|
|
|
|
x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()
Tejun Heo
2011-07-14
4
-102
/
+28
|
|
*
|
|
|
|
memblock: Implement for_each_free_mem_range()
Tejun Heo
2011-07-14
2
-0
/
+96
|
|
*
|
|
|
|
x86: Use __memblock_alloc_base() in early_reserve_e820()
Tejun Heo
2011-07-14
3
-29
/
+9
|
|
*
|
|
|
|
x86: Use HAVE_MEMBLOCK_NODE_MAP
Tejun Heo
2011-07-14
6
-29
/
+13
|
|
*
|
|
|
|
memblock: Add optional region->nid
Tejun Heo
2011-07-14
5
-37
/
+183
|
|
*
|
|
|
|
memblock: Use __meminit[data] instead of __init[data]
Tejun Heo
2011-07-14
1
-2
/
+2
|
|
*
|
|
|
|
memblock: Reimplement memblock_add_region()
Tejun Heo
2011-07-14
1
-85
/
+110
|
|
*
|
|
|
|
memblock: Remove memblock_memory_can_coalesce()
Tejun Heo
2011-07-14
2
-33
/
+0
|
|
*
|
|
|
|
memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...
Tejun Heo
2011-07-14
6
-95
/
+2
|
|
*
|
|
|
|
memblock: Separate out memblock_find_in_range_node()
Tejun Heo
2011-07-14
2
-25
/
+36
|
|
*
|
|
|
|
memblock: Make memblock_alloc_[try_]nid() top-down
Tejun Heo
2011-07-14
1
-18
/
+11
|
|
*
|
|
|
|
memblock: Don't allow archs to override memblock_nid_range()
Tejun Heo
2011-07-14
3
-4
/
+3
|
|
*
|
|
|
|
memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()
Tejun Heo
2011-07-14
1
-17
/
+3
|
|
*
|
|
|
|
bootmem: Use for_each_mem_pfn_range() in page_alloc.c
Tejun Heo
2011-07-14
1
-109
/
+56
|
|
*
|
|
|
|
bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()
Tejun Heo
2011-07-14
1
-42
/
+12
|
|
*
|
|
|
|
bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()
Tejun Heo
2011-07-14
5
-83
/
+76
|
|
*
|
|
|
|
memblock: Replace memblock_find_base() with memblock_find_in_range()
Tejun Heo
2011-07-14
2
-13
/
+9
|
|
*
|
|
|
|
memblock: Kill MEMBLOCK_ERROR
Tejun Heo
2011-07-14
15
-34
/
+31
|
|
*
|
|
|
|
memblock: Use round_up/down() instead of memblock_align_up/down()
Tejun Heo
2011-07-14
1
-16
/
+5
|
|
*
|
|
|
|
memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc...
Tejun Heo
2011-07-14
1
-1
/
+1
|
|
*
|
|
|
|
bootmem: Fix __free_pages_bootmem() to use @order properly
Tejun Heo
2011-07-14
1
-2
/
+2
|
|
*
|
|
|
|
x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()
Tejun Heo
2011-07-14
1
-2
/
+1
*
|
|
|
|
|
|
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-01-06
6
-20
/
+40
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
lockdep/waitqueues: Add better annotation
Peter Zijlstra
2011-12-21
2
-4
/
+4
|
*
|
|
|
|
|
|
Merge commit 'v3.2-rc6' into core/locking
Ingo Molnar
2011-12-21
504
-3985
/
+5343
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging
Ben Hutchings
2011-12-07
1
-2
/
+3
|
*
|
|
|
|
|
|
|
lockdep: Print lock name in lockdep_init_error()
Ming Lei
2011-12-06
1
-1
/
+4
|
*
|
|
|
|
|
|
|
init/main.c: Execute lockdep_init() as early as possible
Ming Lei
2011-12-06
1
-2
/
+1
|
*
|
|
|
|
|
|
|
lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()
Yong Zhang
2011-12-06
1
-1
/
+7
|
*
|
|
|
|
|
|
|
lockdep, rtmutex, bug: Show taint flags on error
Ben Hutchings
2011-12-06
2
-8
/
+16
|
*
|
|
|
|
|
|
|
lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep
Peter Zijlstra
2011-12-06
1
-2
/
+10
|
*
|
|
|
|
|
|
|
Merge commit 'v3.2-rc4' into core/locking
Ingo Molnar
2011-12-06
709
-5161
/
+7333
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
lockdep: Always try to set ->class_cache in register_lock_class() lockdep_ini...
Yong Zhang
2011-11-14
1
-1
/
+2
|
|
|
_
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2012-01-06
4
-10
/
+162
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
timer: Use debugobjects to catch deletion of uninitialized timers
Christine Chan
2011-11-23
1
-5
/
+48
|
*
|
|
|
|
|
|
|
|
timer: Setup uninitialized timer with a stub callback
Stephen Boyd
2011-11-23
1
-1
/
+8
|
*
|
|
|
|
|
|
|
|
debugobjects: Extend to assert that an object is initialized
Christine Chan
2011-11-23
3
-0
/
+94
|
*
|
|
|
|
|
|
|
|
debugobjects: Be smarter about static objects
Stephen Boyd
2011-11-23
1
-4
/
+12
*
|
|
|
|
|
|
|
|
|
vfs: fix up ENOIOCTLCMD error handling
Linus Torvalds
2012-01-06
4
-56
/
+26
*
|
|
|
|
|
|
|
|
|
Linux 3.2
v3.2
Linus Torvalds
2012-01-05
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-01-05
7
-15
/
+32
|
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-01-04
4
-5
/
+23
|
|
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
mwifiex: fix crash during simultaneous scan and connect
Amitkumar Karwar
2012-01-03
1
-1
/
+6
|
|
*
|
|
|
|
|
|
|
|
|
b43: fix regression in PIO case
Guennadi Liakhovetski
2012-01-03
1
-3
/
+13
|
|
*
|
|
|
|
|
|
|
|
|
ath9k: Fix kernel panic in AR2427 in AP mode
Mohammed Shafi Shajakhan
2012-01-03
1
-0
/
+3
|
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
2012-01-03
1
-1
/
+1
|
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
|
|
|
Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"
Gustavo F. Padovan
2011-12-23
1
-1
/
+1
[prev]
[next]