summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gro: Re-fix different skb headroomsJarek Poplawski2010-09-081-1/+1
| * | | | via-velocity: Turn scatter-gather support back off.David S. Miller2010-09-071-1/+1
| * | | | ipv4: Fix reverse path filtering with multipath routing.David S. Miller2010-09-071-2/+13
| * | | | UNIX: Do not loop forever at unix_autobind().Tetsuo Handa2010-09-071-3/+12
| * | | | PATCH: b44 Handle RX FIFO overflow better (simplified)Mark Lord2010-09-071-0/+9
| * | | | irda: off by oneDan Carpenter2010-09-071-1/+1
| * | | | 3c59x: Fix deadlock in vortex_error()Ben Hutchings2010-09-071-3/+7
| * | | | netfilter: discard overlapping IPv6 fragmentNicolas Dichtel2010-09-071-65/+15
| * | | | ipv6: discard overlapping fragmentNicolas Dichtel2010-09-071-56/+15
| * | | | net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa2010-09-071-8/+8
| * | | | bonding: Fix jiffies overflow problems (again)Jiri Bohac2010-09-071-17/+39
| * | | | stmmac: fix sleep inside atomicGiuseppe Cavallaro2010-09-071-5/+4
| * | | | cls_cgroup: Fix rcu lockdep warningLi Zefan2010-09-031-2/+8
| * | | | be2net: remove a BUG_ON in be_cmds.cAjit Khaparde2010-09-031-4/+2
| * | | | be2net: fix a bug in UE detection logicAjit Khaparde2010-09-033-26/+10
| * | | | be2net: fix net-snmp error because of wrong packet statsAjit Khaparde2010-09-034-6/+18
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-113-6/+1
|\ \ \ \
| * | | | 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
| * | | | | | | | perf: Fix CPU hotplugPeter Zijlstra2010-09-091-3/+3
| * | | | | | | | perf, trace: Fix module leakLi Zefan2010-09-091-0/+3
| |/ / / / / / /
| * | | | | | | tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu2010-09-081-8/+12
| * | | | | | | tracing/kprobes: Fix handling of argument namesMasami Hiramatsu2010-09-081-7/+10
| * | | | | | | perf probe: Fix handling of arguments namesMasami Hiramatsu2010-09-081-13/+19
| * | | | | | | perf probe: Fix return probe supportMasami Hiramatsu2010-09-082-0/+11