summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | sparc: Kill all BKL usage.David S. Miller2010-09-083-6/+1
| * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-09-112-2/+6
| |\ \ \ \ \
| | * | | | | x86, tsc: Fix a preemption leak in restore_sched_clock_state()Peter Zijlstra2010-09-111-1/+1
| | * | | | | sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2010-09-092-2/+6
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-104-24/+31
| |\ \ \ \ \
| | * | | | | drm/i915: don't enable self-refresh on IronlakeJesse Barnes2010-09-102-2/+12
| | * | | | | drm/i915: Double check that the wait_request is not pending before warningChris Wilson2010-09-091-7/+15
| | * | | | | Revert "drm/i915: Warn if we run out of FIFO space for a mode"Chris Wilson2010-09-081-7/+1
| | * | | | | Revert "drm/i915: Allow LVDS on pipe A on gen4+"Chris Wilson2010-09-081-2/+0
| | * | | | | Revert "drm/i915: Enable RC6 on Ironlake."Chris Wilson2010-09-071-6/+3
| * | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-09-102-1/+4
| |\ \ \ \ \ \
| | * | | | | | xfs: log IO completion workqueue is a high priority queueDave Chinner2010-09-101-1/+2
| | * | | | | | xfs: prevent reading uninitialized stack memoryDan Rosenberg2010-09-101-0/+2
| * | | | | | | x86, tsc: Fix a preemption leak in restore_sched_clock_state()Peter Zijlstra2010-09-101-1/+1
| * | | | | | | execve: make responsive to SIGKILL with large argumentsRoland McGrath2010-09-101-0/+7
| * | | | | | | execve: improve interactivity with large argumentsRoland McGrath2010-09-101-0/+2
| * | | | | | | setup_arg_pages: diagnose excessive argument sizeRoland McGrath2010-09-101-0/+5
| * | | | | | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-09-105-10/+16
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: x86: Perform hardware_enable in CPU_STARTING callbackZachary Amsden2010-09-091-3/+2
| | * | | | | | | KVM: i8259: fix migrationGleb Natapov2010-09-081-1/+1
| | * | | | | | | KVM: fix i8259 oops when no vcpus are onlineAvi Kivity2010-09-081-0/+3
| | * | | | | | | KVM: x86 emulator: fix regression with cmpxchg8b on i386 hostsAvi Kivity2010-09-082-6/+10
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-108-36/+73
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-09-101-0/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright2010-09-091-0/+2
| | * | | | | | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2010-09-102-1/+9
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | perf symbols: Fix multiple initialization of symbol systemJovi Zhang2010-09-092-1/+9
| * | | | | | | | | KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringDavid Howells2010-09-101-1/+2
| * | | | | | | | | KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()David Howells2010-09-101-0/+3
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-09-1017-46/+238
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | block: Range check cpu in blk_cpu_to_groupBrian King2010-09-101-2/+6
| | * | | | | | | | | scatterlist: prevent invalid free when alloc failsJeffrey Carlyle2010-08-301-2/+12
| | * | | | | | | | | writeback: Fix lost wake-up shutting down writeback threadJ. Bruce Fields2010-08-281-1/+1
| | * | | | | | | | | writeback: do not lose wakeup events when forking bdi threadsArtem Bityutskiy2010-08-271-2/+5
| | * | | | | | | | | cciss: fix reporting of max queue depth since initStephen M. Cameron2010-08-251-0/+2
| | * | | | | | | | | block: switch s390 tape_block and mg_disk to elevator_change()Jens Axboe2010-08-232-4/+2
| | * | | | | | | | | block: add function call to switch the IO scheduler from a driverJens Axboe2010-08-232-13/+32
| | * | | | | | | | | fs/bio-integrity.c: return -ENOMEM on kmalloc failureAndrew Morton2010-08-231-1/+1
| | * | | | | | | | | bio-integrity.c: remove dependency on __GFP_NOFAILDavid Rientjes2010-08-231-1/+1
| | * | | | | | | | | BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-232-4/+4
| | * | | | | | | | | block: put dev->kobj in blk_register_queue fail pathXiaotian Feng2010-08-231-0/+1
| | * | | | | | | | | cciss: handle allocation failureDan Carpenter2010-08-231-0/+3
| | * | | | | | | | | cfq-iosched: Documentation help for new tunablesVivek Goyal2010-08-232-0/+73
| | * | | | | | | | | cfq-iosched: blktrace print per slice sector statsVivek Goyal2010-08-231-2/+7
| | * | | | | | | | | cfq-iosched: Implement tunable group_idleVivek Goyal2010-08-231-9/+56
| | * | | | | | | | | cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal2010-08-231-6/+24
| | * | | | | | | | | cfq-iosched: Do not idle if slice_idle=0Vivek Goyal2010-08-231-1/+4
| | * | | | | | | | | cciss: disable doorbell reset on reset_devicesStephen M. Cameron2010-08-231-0/+6
| | * | | | | | | | | blkio: Fix return code for mkdir callsCiju Rajan K2010-08-231-1/+1
| * | | | | | | | | | Merge branch 'at91-fixes-for-linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-09-104-19/+36
| |\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud