| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2008-08-01 | 1 | -4/+7 |
|\ |
|
| * | kgdb: remove the requirement for CONFIG_FRAME_POINTER | Jason Wessel | 2008-08-01 | 1 | -4/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-08-01 | 1 | -21/+27 |
|\ \ |
|
| * | | random32: seeding improvement | Stephen Hemminger | 2008-07-30 | 1 | -21/+27 |
| |/ |
|
* | | generic, x86: fix add iommu_num_pages helper function | FUJITA Tomonori | 2008-07-29 | 1 | -8/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-07-28 | 1 | -0/+8 |
|\ |
|
| * | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Jesse Barnes | 2008-07-28 | 1 | -0/+8 |
| |\ |
|
| | * | iommu: add iommu_num_pages helper function | Joerg Roedel | 2008-07-26 | 1 | -0/+8 |
* | | | __ratelimit() cpu flags can't be static | Alexey Dobriyan | 2008-07-28 | 1 | -1/+2 |
* | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-28 | 10 | -50/+315 |
|\ \ \
| |/ / |
|
| * | | lib: generic show_mem() | Johannes Weiner | 2008-07-26 | 2 | -1/+64 |
| * | | task_current_syscall | Roland McGrath | 2008-07-26 | 2 | -0/+77 |
| * | | Use WARN() in lib/ | Arjan van de Ven | 2008-07-26 | 4 | -22/+15 |
| * | | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 2 | -2/+2 |
| * | | radix-tree: add gang_lookup_slot, gang_lookup_slot_tag | Nick Piggin | 2008-07-26 | 1 | -23/+155 |
| * | | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -2/+2 |
| |/ |
|
* | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu | Mike Travis | 2008-07-26 | 1 | -4/+1 |
|/ |
|
* | idr: make idr_remove rcu-safe | Nadia Derbey | 2008-07-25 | 1 | -14/+43 |
* | idr: make idr_find rcu-safe | Nadia Derbey | 2008-07-25 | 1 | -5/+6 |
* | idr: make idr_get_new* rcu-safe | Nadia Derbey | 2008-07-25 | 1 | -5/+9 |
* | idr: error checking factorization | Nadia Derbey | 2008-07-25 | 1 | -21/+9 |
* | idr: fix a printk call | Nadia Derbey | 2008-07-25 | 1 | -1/+2 |
* | idr: rename some of the idr APIs internal routines | Nadia Derbey | 2008-07-25 | 1 | -15/+16 |
* | printk ratelimiting rewrite | Dave Young | 2008-07-25 | 1 | -25/+30 |
* | list debugging: use WARN() instead of BUG() | Dave Jones | 2008-07-25 | 1 | -22/+14 |
* | Example use of WARN() | Arjan van de Ven | 2008-07-25 | 1 | -6/+3 |
* | inflate: refactor inflate malloc code | Thomas Petazzoni | 2008-07-25 | 1 | -7/+45 |
* | lists: remove a redundant conditional definition of list_add() | Robert P. J. Day | 2008-07-25 | 1 | -14/+0 |
* | lib: allow memparse() to accept a NULL and ignorable second parm | Robert P. J. Day | 2008-07-25 | 1 | -5/+11 |
* | lzo: use get/put_unaligned_* helpers | Harvey Harrison | 2008-07-25 | 1 | -4/+2 |
* | rtc: BCD codeshrink | David Brownell | 2008-07-24 | 2 | -1/+15 |
* | add a helper function to test if an object is on the stack | FUJITA Tomonori | 2008-07-24 | 1 | -3/+1 |
* | mm: add a basic debugging framework for memory initialisation | Mel Gorman | 2008-07-24 | 1 | -0/+12 |
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-07-23 | 2 | -3/+12 |
|\ |
|
| * | Merge branch 'linus' into cpus4096-for-linus | Ingo Molnar | 2008-07-21 | 4 | -21/+54 |
| |\ |
|
| * | | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fix | Ingo Molnar | 2008-07-18 | 1 | -1/+1 |
| * | | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c | Mike Travis | 2008-07-18 | 1 | -3/+3 |
| * | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-18 | 4 | -9/+81 |
| |\ \ |
|
| * \ \ | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-16 | 6 | -41/+136 |
| |\ \ \ |
|
| * \ \ \ | Merge commit 'v2.6.26-rc9' into cpus4096 | Ingo Molnar | 2008-07-06 | 6 | -70/+84 |
| |\ \ \ \ |
|
| * | | | | | x86: Add performance variants of cpumask operators | Mike Travis | 2008-05-23 | 1 | -0/+9 |
* | | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2008-07-23 | 1 | -1/+25 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'linus' into core/softlockup | Ingo Molnar | 2008-07-15 | 9 | -51/+126 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'linus' into core/softlockup | Ingo Molnar | 2008-06-16 | 3 | -59/+74 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | softlockup: allow panic on lockup | Ingo Molnar | 2008-05-25 | 1 | -1/+25 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2008-07-23 | 1 | -46/+130 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | sg: reimplement sg mapping iterator | Tejun Heo | 2008-07-23 | 1 | -46/+130 |
* | | | | | | | | | kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variable | Jason Wessel | 2008-07-23 | 1 | -3/+0 |
|/ / / / / / / / |
|
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-07-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | remove CONFIG_KMOD from lib | Johannes Berg | 2008-07-22 | 1 | -1/+1 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|