Age | Commit message (Expand) | Author | Files | Lines |
2008-12-29 | locking, percpu counters: introduce separate lock classes | Peter Zijlstra | 2 | -17/+7 |
2008-12-29 | SLUB: failslab support | Akinobu Mita | 1 | -0/+1 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+77 |
2008-12-28 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+17 |
2008-12-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -1/+46 |
2008-12-28 | swiotlb: clean up EXPORT_SYMBOL usage | FUJITA Tomonori | 1 | -14/+14 |
2008-12-28 | swiotlb: remove unnecessary declaration | FUJITA Tomonori | 1 | -3/+0 |
2008-12-28 | swiotlb: add support for systems with highmem | Becky Bruce | 1 | -17/+51 |
2008-12-28 | swiotlb: store phys address in io_tlb_orig_addr array | Becky Bruce | 1 | -90/+30 |
2008-12-28 | swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus() | Jeremy Fitzhardinge | 1 | -31/+22 |
2008-12-25 | Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print... | Ingo Molnar | 3 | -68/+212 |
2008-12-25 | Merge commit 'v2.6.28' into core/core | Ingo Molnar | 3 | -11/+24 |
2008-12-25 | Merge branch 'next' into for-linus | James Morris | 2 | -1/+46 |
2008-12-25 | libcrc32c: Select CRYPTO in Kconfig | Herbert Xu | 1 | -0/+1 |
2008-12-25 | libcrc32c: Fix "crc32c undefined" compilation error | Adrian-Ken Rueegsegger | 1 | -0/+2 |
2008-12-25 | libcrc32c: Move implementation to crypto crc32c | Herbert Xu | 2 | -150/+33 |
2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 1 | -2/+17 |
2008-12-19 | cpumask: documentation for cpumask_var_t | Mike Travis | 1 | -0/+43 |
2008-12-19 | cpumask: Add alloc_cpumask_var_node() | Mike Travis | 1 | -3/+8 |
2008-12-18 | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 1 | -0/+13 |
2008-12-18 | Merge branch 'linus' into cpus4096 | Ingo Molnar | 1 | -3/+3 |
2008-12-17 | driver core: add newlines to debugging enabled/disabled messages | Marcel Holtmann | 1 | -2/+2 |
2008-12-17 | driver core: fix using 'ret' variable in unregister_dynamic_debug_module | Johann Felix Soden | 1 | -1/+1 |
2008-12-17 | swiotlb: consolidate swiotlb info message printing | Ian Campbell | 1 | -5/+28 |
2008-12-17 | swiotlb: support bouncing of HighMem pages | Jeremy Fitzhardinge | 1 | -33/+89 |
2008-12-17 | swiotlb: factor out copy to/from device | Jeremy Fitzhardinge | 1 | -4/+13 |
2008-12-17 | swiotlb: add arch hook to force mapping | Ian Campbell | 1 | -2/+13 |
2008-12-17 | swiotlb: allow architectures to override phys<->bus<->phys conversions | Ian Campbell | 1 | -16/+36 |
2008-12-17 | swiotlb: add comment where we handle the overflow of a dma mask on 32 bit | Ian Campbell | 1 | -0/+4 |
2008-12-16 | swiotlb: move some definitions to header | Ian Campbell | 1 | -13/+1 |
2008-12-16 | swiotlb: allow architectures to override swiotlb pool allocation | Jeremy Fitzhardinge | 1 | -3/+13 |
2008-12-16 | allow bug table entries to use relative pointers (and use it on x86-64) | Jan Beulich | 1 | -2/+17 |
2008-12-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -6/+9 |
2008-12-13 | Merge ../linux-2.6-x86 | Rusty Russell | 1 | -0/+10 |
2008-12-13 | cpumask: Add CONFIG_CPUMASK_OFFSTACK | Rusty Russell | 1 | -0/+7 |
2008-12-12 | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 2 | -6/+9 |
2008-12-11 | lib/idr.c: Fix bug introduced by RCU fix | Manfred Spraul | 1 | -1/+7 |
2008-12-10 | revert "percpu_counter: new function percpu_counter_sum_and_set" | Andrew Morton | 1 | -6/+1 |
2008-12-10 | revert "percpu counter: clean up percpu_counter_sum_and_set()" | Andrew Morton | 1 | -3/+5 |
2008-12-10 | percpu_counter: fix CPU unplug race in percpu_counter_destroy() | Eric Dumazet | 1 | -2/+2 |
2008-12-04 | Merge branch 'master' into next | James Morris | 3 | -6/+20 |
2008-12-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+12 |
2008-12-02 | Merge branch 'linus' into cpus4096 | Ingo Molnar | 1 | -2/+12 |
2008-12-02 | lib/idr.c: fix rcu related race with idr_find | Manfred Spraul | 1 | -2/+12 |
2008-11-26 | debugobjects: add boot parameter default value | Ingo Molnar | 2 | -1/+11 |
2008-11-25 | aoe: remove private mac address format function | Harvey Harrison | 1 | -0/+3 |
2008-11-24 | Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor... | Ingo Molnar | 1 | -0/+10 |
2008-11-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2008-11-20 | lib/scatterlist.c: fix kunmap() argument in sg_miter_stop() | Arjan van de Ven | 1 | -1/+1 |
2008-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+7 |