aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
*-----------. Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar2008-12-25
|\ \ \ \ \ \ \
| | | | | * | | "Tree RCU": scalable classic RCU implementationPaul E. McKenney2008-12-18
| | | | |/ / /
| | * | | | | swiotlb: consolidate swiotlb info message printingIan Campbell2008-12-17
| | * | | | | swiotlb: support bouncing of HighMem pagesJeremy Fitzhardinge2008-12-17
| | * | | | | swiotlb: factor out copy to/from deviceJeremy Fitzhardinge2008-12-17
| | * | | | | swiotlb: add arch hook to force mappingIan Campbell2008-12-17
| | * | | | | swiotlb: allow architectures to override phys<->bus<->phys conversionsIan Campbell2008-12-17
| | * | | | | swiotlb: add comment where we handle the overflow of a dma mask on 32 bitIan Campbell2008-12-17
| | * | | | | swiotlb: move some definitions to headerIan Campbell2008-12-16
| | * | | | | swiotlb: allow architectures to override swiotlb pool allocationJeremy Fitzhardinge2008-12-16
| | | |_|/ / | | |/| | |
| * | | | | debugobjects: add boot parameter default valueIngo Molnar2008-11-26
| | |_|_|/ | |/| | |
* | | | | Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-25
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | driver core: add newlines to debugging enabled/disabled messagesMarcel Holtmann2008-12-17
| * | | | driver core: fix using 'ret' variable in unregister_dynamic_debug_moduleJohann Felix Soden2008-12-17
| | |/ / | |/| |
| * | | lib/idr.c: Fix bug introduced by RCU fixManfred Spraul2008-12-10
| * | | revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton2008-12-10
| * | | revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton2008-12-10
| * | | percpu_counter: fix CPU unplug race in percpu_counter_destroy()Eric Dumazet2008-12-10
| | |/ | |/|
| * | lib/idr.c: fix rcu related race with idr_findManfred Spraul2008-12-01
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar2008-11-24
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'linus' into core/debugIngo Molnar2008-09-10
| |\ \ \ \ \
| * | | | | | debug: add notifier chain debugging, v2Arjan van de Ven2008-09-10
| * | | | | | debug: add notifier chain debuggingArjan van de Ven2008-09-10
* | | | | | | lib/scatterlist.c: fix kunmap() argument in sg_miter_stop()Arjan van de Ven2008-11-19
* | | | | | | swiotlb: use coherent_dma_mask in alloc_coherentFUJITA Tomonori2008-11-17
| |_|_|/ / / |/| | | | |
* | | | | | cpumask: introduce new API, without changing anything, v3Rusty Russell2008-11-09
* | | | | | cpumask: new API, v2Rusty Russell2008-11-07
* | | | | | cpumask: introduce new API, without changing anythingRusty Russell2008-11-06
| |_|_|/ / |/| | | |
* | | | | Driver core: fix 'dynamic_debug' cmd line parameterJason Baron2008-10-29
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-10-28
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-27
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-22
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-20
* | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | swiotlb: remove panic for alloc_coherent failureFUJITA Tomonori2008-10-23
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exactH. Peter Anvin2008-10-23
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-10-23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'master' into for-upstreamDavid Vrabel2008-10-20
| |\| | | |
| * | | | | bitmap: add bitmap_copy_le()David Vrabel2008-09-17
| | |_|_|/ | |/| | |
* | | | | Implement %pR to print struct resource contentLinus Torvalds2008-10-20
* | | | | bitmask: remove bitmap_scnprintf_len()Lai Jiangshan2008-10-20
| |/ / / |/| | |
* | | | block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-17
* | | | lib: remove defining macros for strict_strto??Harvey Harrison2008-10-16
* | | | lib: trivial whitespace tidyHarvey Harrison2008-10-16
* | | | lib: pull base-guessing logic to helper functionHarvey Harrison2008-10-16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-16
|\ \ \ \
| * | | | kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-16
| * | | | kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-16
| * | | | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-16