aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | regulator: fix typo in current unitsCyril Chemparathy2010-10-021-1/+1
| | * | | | | regulator: fix device_register() error handlingVasiliy Kulikov2010-10-021-1/+3
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'merge-powerpc' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-043-6/+13
| |\ \ \ \ \
| | * | | | | powerpc/5200: tighten up ac97 reset timingEric Millbrandt2010-09-081-2/+6
| | * | | | | powerpc/5200: efika.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-081-3/+6
| | * | | | | powerpc/512x: fix clk_get() return valueAkinobu Mita2010-09-011-1/+1
| * | | | | | Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds2010-10-042-1/+6
| |\ \ \ \ \ \
| | * | | | | | ALSA: i2c/other/ak4xx-adda: Fix a compile warning with CONFIG_PROCFS=nTakashi Iwai2010-09-301-1/+1
| | * | | | | | ALSA: prevent heap corruption in snd_ctl_new()Dan Rosenberg2010-09-281-0/+5
| * | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-041-13/+19
| |\ \ \ \ \ \ \
| | * | | | | | | hwmon: f71882fg: use a muxed resource lock for the Super I/O portGiel van Schijndel2010-10-031-13/+19
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-10-041-6/+12
| |\ \ \ \ \ \ \
| | * | | | | | | [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_oscPekka Enberg2010-09-301-6/+12
| | * | | | | | | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-09-301-1/+1
| * | | | | | | | Merge branch 'merge-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-043-3/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | of/spi: Fix OF-style driver binding of spi devicesSinan Akman2010-10-021-0/+5
| | * | | | | | | | spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TXRoel Kluin2010-10-021-1/+1
| | * | | | | | | | spi/mpc8xxx: fix buffer overrun on large transferschristophe leroy2010-09-161-2/+8
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-10-048-35/+32
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet2010-09-301-4/+10
| | * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-09-303-6/+2
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | iwl3945: queue the right work if the scan needs to be abortedFlorian Mickler2010-09-282-2/+2
| | | * | | | | | | | | mac80211: fix use-after-freeJohannes Berg2010-09-241-4/+0
| | * | | | | | | | | | Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi2010-09-291-1/+2
| | * | | | | | | | | | um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh2010-09-291-14/+3
| | * | | | | | | | | | ip_gre: Fix dependencies wrt. ipv6.David S. Miller2010-09-281-0/+1
| | * | | | | | | | | | net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski2010-09-281-10/+14
| * | | | | | | | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-046-83/+96
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson2010-10-031-12/+4
| | * | | | | | | | | | | drm/i915: Sanity check pread/pwriteChris Wilson2010-10-031-8/+20
| | * | | | | | | | | | | drm/i915: Use pipe state to tell when pipe is offKeith Packard2010-10-032-25/+38
| | * | | | | | | | | | | drm/i915: vblank status not valid while training display portKeith Packard2010-10-031-10/+9
| | * | | | | | | | | | | drivers/gpu/drm/i915/i915_gem.c: Add missing error handling codeJulia Lawall2010-10-021-0/+2
| | * | | | | | | | | | | drm/i915: Fix refleak during eviction.Chris Wilson2010-10-011-25/+20
| | * | | | | | | | | | | drm/i915: fix GMCH power reportingJesse Barnes2010-09-271-3/+3
| * | | | | | | | | | | | ksm: fix bad user data when swappingHugh Dickins2010-10-041-2/+4
| * | | | | | | | | | | | ksm: fix page_address_in_vma anon_vma oopsHugh Dickins2010-10-041-1/+7
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-012-16/+35
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton2010-10-011-16/+33
| | * | | | | | | | | | | cifs: set backing_dev_info on new S_ISREG inodesJeff Layton2010-09-291-0/+2
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-015-5/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner2010-09-301-1/+1
| | * | | | | | | | | | | x86, irq: Plug memory leak in sparse irqThomas Gleixner2010-09-301-3/+8
| | * | | | | | | | | | | x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin2010-09-283-1/+3
| * | | | | | | | | | | | MN10300: Fix flush_icache_range()David Howells2010-10-011-1/+19
| * | | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-10-0124-120/+246
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | vmwgfx: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom2010-10-011-0/+5
| | * | | | | | | | | | | | vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom2010-10-011-6/+0
| | * | | | | | | | | | | | vmwgfx: Enable use of the vblank systemThomas Hellstrom2010-10-014-31/+49
| | * | | | | | | | | | | | vmwgfx: vt-switch (master drop) fixesThomas Hellstrom2010-10-015-13/+115