summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-147-20/+41
|\
| * sh: Fix a TRACE_IRQS_OFF typo.Paul Mundt2009-10-141-1/+1
| * sh: Optimize the setup_rt_frame() I-cache flush.Paul Mundt2009-10-141-2/+1
| * sh: Populate initial secondary CPU info from boot_cpu_data.Paul Mundt2009-10-141-0/+2
| * sh: Tidy up SMP cpuinfo.Paul Mundt2009-10-141-0/+2
| * sh: Use boot_cpu_data for FPU tests in sigcontext paths.Paul Mundt2009-10-141-3/+3
| * sh: ftrace: Fix up syscall tracepoint support.Paul Mundt2009-10-131-10/+27
| * sh: force dcache flush if dcache_dirty bit set.Paul Mundt2009-10-131-1/+1
| * sh: update die() output.Paul Mundt2009-10-131-3/+4
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-142-17/+38
|\ \
| * \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2009-10-121-9/+26
| |\ \
| | * | oprofile: warn on freeing event buffer too earlyRobert Richter2009-10-091-10/+15
| | * | oprofile: fix race condition in event_buffer freeDavid Rientjes2009-10-091-1/+13
| * | | lockdep: Use cpu_clock() for lockstatPeter Zijlstra2009-10-091-8/+12
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-145-14/+31
|\ \ \ \
| * | | | perf events: Update MAINTAINERS entry file patternsVincent Legoll2009-10-131-0/+7
| * | | | perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule2009-10-121-1/+4
| * | | | perf tools: Fix the NO_64BIT build on pure 64-bit systemsIngo Molnar2009-10-121-7/+14
| * | | | perf tools: Fix const char type propagationRandy Dunlap2009-10-122-6/+6
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-10-143-5/+8
|\ \ \ \ \
| * | | | | sched: Fix missing kernel-doc notationRandy Dunlap2009-10-121-0/+2
| * | | | | Revert "x86, timers: Check for pending timers after (device) interrupts"Ingo Molnar2009-10-092-3/+0
| * | | | | sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith2009-10-091-2/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-10-142-2/+3
|\ \ \ \ \
| * | | | | tracing/filters: Fix memory leak when setting a filterLi Zefan2009-10-131-1/+2
| * | | | | tracing: fix trace_vprintk callSteven Rostedt2009-10-091-1/+1
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-148-33/+67
|\ \ \ \ \ \
| * | | | | | x86/paravirt: Use normal calling sequences for irq enable/disableJeremy Fitzhardinge2009-10-132-28/+10
| * | | | | | x86: fix kernel panic on 32 bits when profilingH. Peter Anvin2009-10-121-1/+2
| * | | | | | x86: Fix Suspend to RAM freeze on Acer Aspire 1511Lmi laptopJan Beulich2009-10-122-2/+14
| * | | | | | x86, vmi: Mark VMI deprecated and schedule it for removalAlok Kataria2009-10-083-2/+41
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-1315-201/+228
|\ \ \ \ \ \ \
| * | | | | | | cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron2009-10-131-40/+34
| * | | | | | | cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron2009-10-131-2/+3
| * | | | | | | blk-settings: fix function parameter kernel-doc notationRandy Dunlap2009-10-121-1/+1
| * | | | | | | writeback: kill space in debugfs item nameWu Fengguang2009-10-091-1/+1
| * | | | | | | writeback: account IO throttling wait as iowaitWu Fengguang2009-10-092-4/+2
| * | | | | | | elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro2009-10-091-3/+1
| * | | | | | | cfq-iosched: avoid probable slice overrun when idlingCorrado Zoccolo2009-10-081-0/+9
| * | | | | | | cfq-iosched: apply bool value where we return 0/1Jens Axboe2009-10-071-37/+31
| * | | | | | | cfq-iosched: fix think time allowed for seekersCorrado Zoccolo2009-10-071-1/+4
| * | | | | | | cfq-iosched: fix the slice residual signJens Axboe2009-10-061-1/+7
| * | | | | | | cfq-iosched: abstract out the 'may this cfqq dispatch' logicJens Axboe2009-10-061-54/+67
| * | | | | | | block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe2009-10-061-1/+1
| * | | | | | | block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-066-20/+43
| * | | | | | | block: get rid of kblock_schedule_delayed_work()Jens Axboe2009-10-053-25/+11
| * | | | | | | cfq-iosched: fix possible problem with jiffies wraparoundCorrado Zoccolo2009-10-051-3/+6
| * | | | | | | cfq-iosched: fix issue with rq-rq merging and fifo list orderingJens Axboe2009-10-051-8/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-10-131-2/+3
|\ \ \ \ \ \ \
| * | | | | | | percpu: fix compile warningsTejun Heo2009-10-121-2/+3