summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-256717-450661/+531676
|\
| * UBI: always start the background threadArtem Bityutskiy2008-07-251-4/+2
| * UBI: fix gcc warningArtem Bityutskiy2008-07-241-1/+1
| * UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-245-79/+30
| * UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-248-35/+23
| * UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-2412-89/+86
| * UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy2008-07-241-1/+1
| * UBI: rework scrubbing messagesArtem Bityutskiy2008-07-242-2/+12
| * UBI: implement multiple volumes renameArtem Bityutskiy2008-07-246-15/+375
| * UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-2411-177/+206
| * UBI: amend commentariesArtem Bityutskiy2008-07-2410-128/+129
| * UBI: fix error messageArtem Bityutskiy2008-07-241-1/+1
| * UBI: improve mkvol request validationArtem Bityutskiy2008-07-242-4/+7
| * UBI: add ubi_sync() interfaceArtem Bityutskiy2008-07-242-0/+25
| * UBI: fix 64-bit calculationsBruce Leonard2008-07-241-1/+2
| * UBI: fix LEB lockingArtem Bityutskiy2008-07-241-20/+7
| * UBI: fix memory leak on error pathArtem Bityutskiy2008-07-241-4/+30
| * UBI: do not forget to free internal volumesArtem Bityutskiy2008-07-241-3/+25
| * UBI: fix memory leakArtem Bityutskiy2008-07-244-29/+9
| * UBI: avoid unnecessary division operationsKyungmin Park2008-07-248-16/+18
| * UBI: fix buffer paddingKyungmin Park2008-07-241-3/+3
| * UBI: add a commentArtem Bityutskiy2008-07-241-1/+10
| * UBI: print error codeArtem Bityutskiy2008-07-241-18/+21
| * Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2008-07-234-12/+192
| |\
| | * i386 syscall audit fast-pathRoland McGrath2008-07-231-2/+53
| | * x86_64 ia32 syscall audit fast-pathRoland McGrath2008-07-232-4/+88
| | * x86_64 syscall audit fast-pathRoland McGrath2008-07-232-1/+50
| | * x86_64: remove bogus optimization in sysret_signalRoland McGrath2008-07-231-5/+1
| * | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-2314-256/+229
| |\ \
| | * | sched: hrtick_enabled() should use cpu_active()Ingo Molnar2008-07-201-1/+1
| | * | Merge branch 'sched/urgent' into sched/develIngo Molnar2008-07-207-155/+66
| | |\ \
| | | * | sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-206-155/+64
| | | * | sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not...David Howells2008-07-181-0/+2
| | * | | sched: fix build error, provide partition_sched_domains() unconditionallyIngo Molnar2008-07-181-1/+10
| | * | | cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky2008-07-181-0/+10
| | * | | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-188-71/+99
| | * | | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-07-181-28/+40
| | |/ /
| | * | sched: reduce stack size in isolated_cpu_setup()Mike Travis2008-07-181-1/+2
| | * | Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar2008-07-181-0/+2
| * | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2350-270/+442
| |\ \ \
| | * \ \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-211549-78831/+148172
| | |\ \ \
| | * | | | NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis2008-07-201-34/+51
| | * | | | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis2008-07-201-7/+26
| | * | | | NR_CPUS: Replace NR_CPUS in cpufreq userspace routinesMike Travis2008-07-201-36/+43
| | * | | | NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_varMike Travis2008-07-201-1/+1
| | * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.cMike Travis2008-07-201-1/+1
| | * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.cMike Travis2008-07-201-2/+2
| | * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis2008-07-201-1/+1
| | * | | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis2008-07-201-1/+1
| | * | | | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fixIngo Molnar2008-07-181-1/+1