| Commit message (Expand) | Author | Age | Files | Lines |
* | [MTD] [NAND] subpage read feature as a way to increase performance. | Alexey Korolev | 2008-07-25 | 2 | -1/+91 |
* | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 | David Woodhouse | 2008-07-25 | 6717 | -450661/+531676 |
|\ |
|
| * | UBI: always start the background thread | Artem Bityutskiy | 2008-07-25 | 1 | -4/+2 |
| * | UBI: fix gcc warning | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
| * | UBI: remove pre-sqnum images support | Artem Bityutskiy | 2008-07-24 | 5 | -79/+30 |
| * | UBI: fix kernel-doc errors and warnings | Artem Bityutskiy | 2008-07-24 | 8 | -35/+23 |
| * | UBI: fix checkpatch.pl errors and warnings | Artem Bityutskiy | 2008-07-24 | 12 | -89/+86 |
| * | UBI: bugfix - do not torture PEB needlessly | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
| * | UBI: rework scrubbing messages | Artem Bityutskiy | 2008-07-24 | 2 | -2/+12 |
| * | UBI: implement multiple volumes rename | Artem Bityutskiy | 2008-07-24 | 6 | -15/+375 |
| * | UBI: fix and re-work debugging stuff | Artem Bityutskiy | 2008-07-24 | 11 | -177/+206 |
| * | UBI: amend commentaries | Artem Bityutskiy | 2008-07-24 | 10 | -128/+129 |
| * | UBI: fix error message | Artem Bityutskiy | 2008-07-24 | 1 | -1/+1 |
| * | UBI: improve mkvol request validation | Artem Bityutskiy | 2008-07-24 | 2 | -4/+7 |
| * | UBI: add ubi_sync() interface | Artem Bityutskiy | 2008-07-24 | 2 | -0/+25 |
| * | UBI: fix 64-bit calculations | Bruce Leonard | 2008-07-24 | 1 | -1/+2 |
| * | UBI: fix LEB locking | Artem Bityutskiy | 2008-07-24 | 1 | -20/+7 |
| * | UBI: fix memory leak on error path | Artem Bityutskiy | 2008-07-24 | 1 | -4/+30 |
| * | UBI: do not forget to free internal volumes | Artem Bityutskiy | 2008-07-24 | 1 | -3/+25 |
| * | UBI: fix memory leak | Artem Bityutskiy | 2008-07-24 | 4 | -29/+9 |
| * | UBI: avoid unnecessary division operations | Kyungmin Park | 2008-07-24 | 8 | -16/+18 |
| * | UBI: fix buffer padding | Kyungmin Park | 2008-07-24 | 1 | -3/+3 |
| * | UBI: add a comment | Artem Bityutskiy | 2008-07-24 | 1 | -1/+10 |
| * | UBI: print error code | Artem Bityutskiy | 2008-07-24 | 1 | -18/+21 |
| * | Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 2008-07-23 | 4 | -12/+192 |
| |\ |
|
| | * | i386 syscall audit fast-path | Roland McGrath | 2008-07-23 | 1 | -2/+53 |
| | * | x86_64 ia32 syscall audit fast-path | Roland McGrath | 2008-07-23 | 2 | -4/+88 |
| | * | x86_64 syscall audit fast-path | Roland McGrath | 2008-07-23 | 2 | -1/+50 |
| | * | x86_64: remove bogus optimization in sysret_signal | Roland McGrath | 2008-07-23 | 1 | -5/+1 |
| * | | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2008-07-23 | 14 | -256/+229 |
| |\ \ |
|
| | * | | sched: hrtick_enabled() should use cpu_active() | Ingo Molnar | 2008-07-20 | 1 | -1/+1 |
| | * | | Merge branch 'sched/urgent' into sched/devel | Ingo Molnar | 2008-07-20 | 7 | -155/+66 |
| | |\ \ |
|
| | | * | | sched, x86: clean up hrtick implementation | Peter Zijlstra | 2008-07-20 | 6 | -155/+64 |
| | | * | | sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not... | David Howells | 2008-07-18 | 1 | -0/+2 |
| | * | | | sched: fix build error, provide partition_sched_domains() unconditionally | Ingo Molnar | 2008-07-18 | 1 | -1/+10 |
| | * | | | cpu hotplug: Make cpu_active_map synchronization dependency clear | Max Krasnyansky | 2008-07-18 | 1 | -0/+10 |
| | * | | | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ... | Max Krasnyansky | 2008-07-18 | 8 | -71/+99 |
| | * | | | sched: rework of "prioritize non-migratable tasks over migratable ones" | Dmitry Adamushko | 2008-07-18 | 1 | -28/+40 |
| | |/ / |
|
| | * | | sched: reduce stack size in isolated_cpu_setup() | Mike Travis | 2008-07-18 | 1 | -1/+2 |
| | * | | Revert parts of "ftrace: do not trace scheduler functions" | Ingo Molnar | 2008-07-18 | 1 | -0/+2 |
| * | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-07-23 | 50 | -270/+442 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'linus' into cpus4096-for-linus | Ingo Molnar | 2008-07-21 | 1549 | -78831/+148172 |
| | |\ \ \ |
|
| | * | | | | NR_CPUS: Replace NR_CPUS in speedstep-centrino.c | Mike Travis | 2008-07-20 | 1 | -34/+51 |
| | * | | | | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP | Mike Travis | 2008-07-20 | 1 | -7/+26 |
| | * | | | | NR_CPUS: Replace NR_CPUS in cpufreq userspace routines | Mike Travis | 2008-07-20 | 1 | -36/+43 |
| | * | | | | NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_var | Mike Travis | 2008-07-20 | 1 | -1/+1 |
| | * | | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.c | Mike Travis | 2008-07-20 | 1 | -1/+1 |
| | * | | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.c | Mike Travis | 2008-07-20 | 1 | -2/+2 |
| | * | | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.c | Mike Travis | 2008-07-20 | 1 | -1/+1 |
| | * | | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.c | Mike Travis | 2008-07-20 | 1 | -1/+1 |