Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-10-31 | 3 | -4/+8 | |
|\ | ||||||
| * | Driver core: fix 'dynamic_debug' cmd line parameter | Jason Baron | 2008-10-29 | 1 | -1/+3 | |
| * | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-10-28 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Merge commit 'v2.6.28-rc2' into tracing/urgent | Ingo Molnar | 2008-10-27 | 2 | -15/+41 | |
| | |\ | ||||||
| | * \ | Merge branch 'tracing/ftrace' into tracing/urgent | Ingo Molnar | 2008-10-22 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | ftrace: rename FTRACE to FUNCTION_TRACER | Steven Rostedt | 2008-10-20 | 1 | -1/+1 | |
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-28 | 1 | -2/+4 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | swiotlb: remove panic for alloc_coherent failure | FUJITA Tomonori | 2008-10-23 | 1 | -2/+4 | |
* | | | | | printk: remove %p6 format specifier, fix up comments | Harvey Harrison | 2008-10-29 | 1 | -5/+1 | |
* | | | | | printk: add %I4, %I6, %i4, %i6 format specifiers | Harvey Harrison | 2008-10-29 | 1 | -0/+31 | |
* | | | | | printk: add %p6 format specifier for IPv6 addresses | Harvey Harrison | 2008-10-28 | 1 | -0/+22 | |
* | | | | | printk: add %pM format specifier for MAC addresses | Harvey Harrison | 2008-10-27 | 1 | -0/+21 | |
|/ / / / | ||||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-10-23 | 1 | -15/+19 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact | H. Peter Anvin | 2008-10-23 | 1 | -15/+19 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2008-10-23 | 1 | -0/+22 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Merge branch 'master' into for-upstream | David Vrabel | 2008-10-20 | 13 | -188/+861 | |
| |\ \ | | |/ | ||||||
| * | | bitmap: add bitmap_copy_le() | David Vrabel | 2008-09-17 | 1 | -0/+22 | |
* | | | Implement %pR to print struct resource content | Linus Torvalds | 2008-10-20 | 1 | -6/+43 | |
* | | | bitmask: remove bitmap_scnprintf_len() | Lai Jiangshan | 2008-10-20 | 1 | -11/+0 | |
| |/ |/| | ||||||
* | | block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVT | Tejun Heo | 2008-10-17 | 1 | -0/+5 | |
* | | lib: remove defining macros for strict_strto?? | Harvey Harrison | 2008-10-16 | 1 | -49/+68 | |
* | | lib: trivial whitespace tidy | Harvey Harrison | 2008-10-16 | 1 | -17/+9 | |
* | | lib: pull base-guessing logic to helper function | Harvey Harrison | 2008-10-16 | 1 | -38/+42 | |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-10-16 | 4 | -15/+495 | |
|\ \ | ||||||
| * | | kobject: Cleanup kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 2008-10-16 | 1 | -2/+15 | |
| * | | kobject: Fix kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 2008-10-16 | 1 | -13/+5 | |
| * | | driver core: basic infrastructure for per-module dynamic debug messages | Jason Baron | 2008-10-16 | 3 | -0/+475 | |
* | | | introduce generic iommu_num_pages function | Joerg Roedel | 2008-10-16 | 1 | -0/+9 | |
* | | | Add kerneldoc documentation for new printk format extensions | Andi Kleen | 2008-10-16 | 1 | -0/+12 | |
* | | | Kconfig: eliminate "def_bool n" constructs | Jan Beulich | 2008-10-16 | 1 | -2/+2 | |
|/ / | ||||||
* | | vfs: Use const for kernel parser table | Steven Whitehouse | 2008-10-13 | 1 | -1/+1 | |
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*-------. \ | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x... | Ingo Molnar | 2008-10-12 | 2 | -1/+10 | |
|\ \ \ \ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | | * | | MM: virtual address debug | Jiri Slaby | 2008-06-19 | 1 | -0/+9 | |
| * | | | | | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-10-12 | 7 | -65/+208 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Merge branch 'timers/urgent' into x86/xen | Ingo Molnar | 2008-09-23 | 2 | -1/+5 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge branch 'core/xen' into x86/xen | Ingo Molnar | 2008-09-10 | 3 | -21/+27 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-08-25 | 1 | -2/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-08-20 | 7 | -26/+67 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar | 2008-07-31 | 1 | -8/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-07-31 | 3 | -5/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | generic, memparse(): constify argument | Jeremy Fitzhardinge | 2008-07-28 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-10-11 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | percpu counter: clean up percpu_counter_sum_and_set() | Mingming Cao | 2008-10-09 | 1 | -5/+3 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l... | Linus Torvalds | 2008-10-11 | 2 | -32/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | iommu: export iommu_area_reserve helper function | FUJITA Tomonori | 2008-09-22 | 1 | -3/+2 | |
| * | | | | | | | | | | | convert swiotlb to use dma_get_mask | FUJITA Tomonori | 2008-09-19 | 1 | -5/+1 | |
| * | | | | | | | | | | | Merge branch 'linus' into x86/iommu | Ingo Molnar | 2008-09-14 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | swiotlb: convert swiotlb to use is_buffer_dma_capable helper function | FUJITA Tomonori | 2008-09-10 | 1 | -7/+8 | |
| * | | | | | | | | | | | Merge commit 'v2.6.27-rc6' into x86/iommu | Ingo Molnar | 2008-09-10 | 4 | -23/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | swiotlb: add is_swiotlb_buffer helper function | FUJITA Tomonori | 2008-09-08 | 1 | -5/+9 |