summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-301-21/+56
|\
| * [CIFS] fix regression in cifs_write_begin/cifs_write_endJeff Layton2008-11-261-21/+56
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-302-3/+4
|\ \
| * | sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar2008-11-291-1/+1
| * | sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar2008-11-291-1/+1
| * | sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt2008-11-271-2/+3
* | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-306-40/+80
|\ \ \
| * | | irq.h: fix missing/extra kernel-docRandy Dunlap2008-11-231-2/+1
| * | | Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar2008-11-23668-6845/+19586
| |\ \ \
| * | | | genirq: __irq_set_trigger: change pr_warning to pr_debugMark Nelson2008-11-131-1/+1
| * | | | irq: fix typoIngo Molnar2008-11-091-1/+1
| * | | | x86: apic honour irq affinity which was set in early bootThomas Gleixner2008-11-091-5/+21
| * | | | genirq: fix the affinity setting in setup_irqThomas Gleixner2008-11-091-5/+5
| * | | | genirq: keep affinities set from userspace across free/request_irq()Thomas Gleixner2008-11-095-28/+53
* | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-11-301-2/+2
|\ \ \ \ \
| * | | | | lockdep: consistent alignement for lockdep infoLi Zefan2008-11-211-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-304-21/+27
|\ \ \ \ \
| * | | | | ftrace: prevent recursionLai Jiangshan2008-11-271-1/+1
| * | | | | tracing, doc: update mmiotrace documentationPekka Paalanen2008-11-231-2/+4
| * | | | | x86, mmiotrace: fix buffer overrun detectionPekka Paalanen2008-11-231-9/+7
| * | | | | function tracing: fix wrong position computing of stack_traceLiming Wang2008-11-211-9/+15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-3012-101/+87
|\ \ \ \ \
| * | | | | x86: always define DECLARE_PCI_UNMAP* macrosJoerg Roedel2008-11-271-14/+0
| * | | | | x86: fixup config space size of CPU functions for AMD family 11hAndreas Herrmann2008-11-261-11/+14
| * | | | | x86, bts: fix wrmsr and spinlock over kmallocMarkus Metzger2008-11-251-37/+40
| * | | | | x86, pebs: fix PEBS record size configurationMarkus Metzger2008-11-251-0/+8
| * | | | | x86, bts: turn macro into static inline functionMarkus Metzger2008-11-251-2/+4
| * | | | | x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-252-4/+1
| * | | | | arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoulJulia Lawall2008-11-251-1/+1
| * | | | | x86: use limited register constraint for setnzSteven Rostedt2008-11-251-1/+1
| * | | | | xen: pin correct PGD on suspendIan Campbell2008-11-231-7/+14
| * | | | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-11-231-1/+1
| |\ \ \ \ \
| | * | | | | oprofile: fix an overflow in ppro codeEric Dumazet2008-11-171-1/+1
| * | | | | | x86: revert irq number limitationThomas Gleixner2008-11-231-21/+1
| * | | | | | Merge commit 'v2.6.28-rc6' into x86/urgentIngo Molnar2008-11-21141-777/+1069
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()Rakib Mullick2008-11-201-1/+1
| * | | | | | x86: fix __cpuinit/__init tangle in init_thread_xstate()Rakib Mullick2008-11-201-1/+1
* | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-11-3018-199/+262
|\ \ \ \ \ \ \
| * | | | | | | drm/i915: Save/restore HWS_PGA on suspend/resumePeng Li2008-11-262-0/+7
| * | | | | | | drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2008-11-2515-21/+45
| * | | | | | | drm/i915: execbuffer pins objects, no need to ensure they're still in the GTTKeith Packard2008-11-251-11/+0
| * | | | | | | drm/i915: Always read pipestat in irq_handlerKeith Packard2008-11-251-19/+36
| * | | | | | | drm/i915: Subtract total pinned bytes from available aperture sizeKeith Packard2008-11-251-8/+2
| * | | | | | | drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset.Eric Anholt2008-11-251-14/+39
| * | | | | | | drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt2008-11-251-47/+61
| * | | | | | | drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard2008-11-253-122/+115
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-11-302-0/+2
|\ \ \ \ \ \ \
| * | | | | | | udf: Fix BUG_ON() in destroy_inode()Jan Kara2008-11-272-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-11-303-4/+43
|\ \ \ \ \ \ \
| * | | | | | | [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus valueAndreas Herrmann2008-11-252-4/+31