Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -5/+6 | |
|\ | ||||||
| * | trivial: radix-tree: document wrap-around issue of radix_tree_next_hole() | Wu Fengguang | 2009-01-06 | 1 | -5/+6 | |
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-06 | 3 | -154/+107 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *---. \ | Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co... | Ingo Molnar | 2009-01-06 | 2 | -17/+7 | |
| |\ \ \ \ | | | | |/ | ||||||
| | | * | | locking, percpu counters: introduce separate lock classes | Peter Zijlstra | 2008-12-29 | 2 | -17/+7 | |
| * | | | | Merge branch 'core/iommu' into core/urgent | Ingo Molnar | 2009-01-05 | 1 | -137/+100 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | swiotlb: clean up EXPORT_SYMBOL usage | FUJITA Tomonori | 2008-12-28 | 1 | -14/+14 | |
| | * | | | swiotlb: remove unnecessary declaration | FUJITA Tomonori | 2008-12-28 | 1 | -3/+0 | |
| | * | | | swiotlb: add support for systems with highmem | Becky Bruce | 2008-12-28 | 1 | -17/+51 | |
| | * | | | swiotlb: store phys address in io_tlb_orig_addr array | Becky Bruce | 2008-12-28 | 1 | -90/+30 | |
| | * | | | swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus() | Jeremy Fitzhardinge | 2008-12-28 | 1 | -31/+22 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-01-06 | 4 | -39/+72 | |
|\ \ \ \ \ | ||||||
| * | | | | | swiotlb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 | |
| * | | | | | dynamic_printk: reduce one level of indentation | Wu Fengguang | 2009-01-06 | 1 | -32/+26 | |
| * | | | | | kobject: return the result of uevent sending by netlink | Ming Lei | 2009-01-06 | 1 | -2/+4 | |
| * | | | | | uevent: don't pass envp_ext[] as format string in kobject_uevent_env() | Tejun Heo | 2009-01-06 | 1 | -1/+1 | |
| * | | | | | driver core: Remove completion from struct klist_node | Matthew Wilcox | 2009-01-06 | 1 | -3/+40 | |
| |/ / / / | ||||||
* | | | | | percpu_counter: FBC_BATCH should be a variable | Eric Dumazet | 2009-01-06 | 1 | -4/+14 | |
* | | | | | strict_strto* is not strict enough | Pavel Machek | 2009-01-06 | 1 | -0/+4 | |
* | | | | | lib: proportions.c trivial sparse lock annotation | Harvey Harrison | 2009-01-06 | 1 | -0/+2 | |
* | | | | | lib: radix_tree.c make percpu variable static | Harvey Harrison | 2009-01-06 | 1 | -1/+1 | |
* | | | | | lib: fix sparse shadowed variable warning | Harvey Harrison | 2009-01-06 | 1 | -1/+1 | |
* | | | | | Remove remaining unwinder code | Alexey Dobriyan | 2009-01-06 | 1 | -1/+0 | |
* | | | | | oops handling: ensure that any oops is flushed to the mtdoops console | Viktor Rosendahl | 2009-01-06 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c | Jesper Juhl | 2009-01-04 | 1 | -1/+0 | |
* | | | | Merge branch 'linus' into core/urgent | Ingo Molnar | 2009-01-04 | 5 | -3/+116 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 4 | -3/+113 | |
| |\ \ \ \ | ||||||
| | * | | | | cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | Rusty Russell | 2009-01-01 | 1 | -0/+4 | |
| | * | | | | cpumask: zero extra bits in alloc_cpumask_var_node | Rusty Russell | 2009-01-01 | 1 | -0/+8 | |
| | * | | | | bitmap: find_last_bit() | Rusty Russell | 2009-01-01 | 3 | -0/+50 | |
| | * | | | | cpumask: fix bogus kernel-doc | Li Zefan | 2009-01-01 | 1 | -1/+1 | |
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 3 | -68/+223 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-30 | 7 | -155/+178 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | cpumask: documentation for cpumask_var_t | Mike Travis | 2008-12-19 | 1 | -0/+43 | |
| | * | | | | | | cpumask: Add alloc_cpumask_var_node() | Mike Travis | 2008-12-19 | 1 | -3/+8 | |
| * | | | | | | | Make %p print '(null)' for NULL pointers | Linus Torvalds | 2009-01-03 | 1 | -0/+3 | |
* | | | | | | | | swiotlb: add missing __init annotations | Roland Dreier | 2009-01-02 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-18 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 2008-12-12 | 2 | -6/+9 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-02 | 1 | -2/+12 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| * | | | | | | | | cpumask: Add CONFIG_CPUMASK_OFFSTACK | Rusty Russell | 2008-12-13 | 1 | -0/+7 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2008-12-30 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | SLUB: failslab support | Akinobu Mita | 2008-12-29 | 1 | -0/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 | 3 | -68/+222 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-----------. \ \ \ \ \ \ | Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print... | Ingo Molnar | 2008-12-25 | 3 | -68/+212 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | |/ / / / / / | | | | | | | |/| | / / / / | | | | | |_|_|_|_|/ / / / | | | | |/| | | | | / / / | | | | | | |_|_|_|/ / / | | | | | |/| | | | / / | | | | |_|_|_|_|_|/ / | | | |/| | | | | | / | | | | | | | | | |/ | | | | | | | | |/| | ||||||
| | | | | | * | | | | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 2008-12-18 | 1 | -0/+13 | |
| | | | | |/ / / / | ||||||
| | | * | | | | | | swiotlb: consolidate swiotlb info message printing | Ian Campbell | 2008-12-17 | 1 | -5/+28 | |
| | | * | | | | | | swiotlb: support bouncing of HighMem pages | Jeremy Fitzhardinge | 2008-12-17 | 1 | -33/+89 |