summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo2011-07-143-94/+20
| | * | | | | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2011-07-144-91/+27
| | * | | | | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-145-17/+6
| | * | | | | x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo2011-07-144-102/+28
| | * | | | | memblock: Implement for_each_free_mem_range()Tejun Heo2011-07-142-0/+96
| | * | | | | x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo2011-07-143-29/+9
| | * | | | | x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-07-146-29/+13
| | * | | | | memblock: Add optional region->nidTejun Heo2011-07-145-37/+183
| | * | | | | memblock: Use __meminit[data] instead of __init[data]Tejun Heo2011-07-141-2/+2
| | * | | | | memblock: Reimplement memblock_add_region()Tejun Heo2011-07-141-85/+110
| | * | | | | memblock: Remove memblock_memory_can_coalesce()Tejun Heo2011-07-142-33/+0
| | * | | | | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2011-07-146-95/+2
| | * | | | | memblock: Separate out memblock_find_in_range_node()Tejun Heo2011-07-142-25/+36
| | * | | | | memblock: Make memblock_alloc_[try_]nid() top-downTejun Heo2011-07-141-18/+11
| | * | | | | memblock: Don't allow archs to override memblock_nid_range()Tejun Heo2011-07-143-4/+3
| | * | | | | memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()Tejun Heo2011-07-141-17/+3
| | * | | | | bootmem: Use for_each_mem_pfn_range() in page_alloc.cTejun Heo2011-07-141-109/+56
| | * | | | | bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()Tejun Heo2011-07-141-42/+12
| | * | | | | bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo2011-07-145-83/+76
| | * | | | | memblock: Replace memblock_find_base() with memblock_find_in_range()Tejun Heo2011-07-142-13/+9
| | * | | | | memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-1415-34/+31
| | * | | | | memblock: Use round_up/down() instead of memblock_align_up/down()Tejun Heo2011-07-141-16/+5
| | * | | | | memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc...Tejun Heo2011-07-141-1/+1
| | * | | | | bootmem: Fix __free_pages_bootmem() to use @order properlyTejun Heo2011-07-141-2/+2
| | * | | | | x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()Tejun Heo2011-07-141-2/+1
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-066-20/+40
|\ \ \ \ \ \ \
| * | | | | | | lockdep/waitqueues: Add better annotationPeter Zijlstra2011-12-212-4/+4
| * | | | | | | Merge commit 'v3.2-rc6' into core/lockingIngo Molnar2011-12-21504-3985/+5343
| |\ \ \ \ \ \ \
| * | | | | | | | lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings2011-12-071-2/+3
| * | | | | | | | lockdep: Print lock name in lockdep_init_error()Ming Lei2011-12-061-1/+4
| * | | | | | | | init/main.c: Execute lockdep_init() as early as possibleMing Lei2011-12-061-2/+1
| * | | | | | | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang2011-12-061-1/+7
| * | | | | | | | lockdep, rtmutex, bug: Show taint flags on errorBen Hutchings2011-12-062-8/+16
| * | | | | | | | lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra2011-12-061-2/+10
| * | | | | | | | Merge commit 'v3.2-rc4' into core/lockingIngo Molnar2011-12-06709-5161/+7333
| |\ \ \ \ \ \ \ \
| * | | | | | | | | lockdep: Always try to set ->class_cache in register_lock_class() lockdep_ini...Yong Zhang2011-11-141-1/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-01-064-10/+162
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | timer: Use debugobjects to catch deletion of uninitialized timersChristine Chan2011-11-231-5/+48
| * | | | | | | | | timer: Setup uninitialized timer with a stub callbackStephen Boyd2011-11-231-1/+8
| * | | | | | | | | debugobjects: Extend to assert that an object is initializedChristine Chan2011-11-233-0/+94
| * | | | | | | | | debugobjects: Be smarter about static objectsStephen Boyd2011-11-231-4/+12
* | | | | | | | | | vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2012-01-064-56/+26
* | | | | | | | | | Linux 3.2v3.2Linus Torvalds2012-01-051-1/+1
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-057-15/+32
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-044-5/+23
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar2012-01-031-1/+6
| | * | | | | | | | | | b43: fix regression in PIO caseGuennadi Liakhovetski2012-01-031-3/+13
| | * | | | | | | | | | ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan2012-01-031-0/+3
| | * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-031-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan2011-12-231-1/+1