summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [media] gspca - sonixj: Fix the darkness of sensor om6802 in 320x240Jean-François Moine2011-09-111-0/+4
| * | | | | | | [media] gspca - sonixj: Fix wrong register mask for sensor om6802Luiz Carlos Ramos2011-09-111-1/+1
| * | | | | | | [media] gspca - ov519: Fix LED inversion of some ov519 webcamsJean-François Moine2011-09-111-12/+10
| * | | | | | | [media] pwc: precedence bug in pwc_init_controls()Dan Carpenter2011-09-111-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://openrisc.net/~jonas/linuxLinus Torvalds2011-09-114-27/+96
|\ \ \ \ \ \ \
| * | | | | | | Add missing DMA opsJonas Bonn2011-09-112-3/+84
| * | | | | | | openrisc: don't use pt_regs in struct sigcontextJonas Bonn2011-09-052-24/+12
* | | | | | | | scsi: qla4xxx driver depends on NETRandy Dunlap2011-09-101-1/+1
* | | | | | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-09-106-7/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 7088/1: entry: fix wrong parameter name used in do_thumb_abortJanusz Krzysztofik2011-09-101-1/+1
| * | | | | | | | ARM: 7080/1: l2x0: make sure I&D are not locked down on initLinus Walleij2011-09-072-2/+28
| * | | | | | | | ARM: 7081/1: mach-integrator: fix the clocksourceLinus Walleij2011-09-071-3/+3
| * | | | | | | | NET: am79c961: fix race in link status codeRussell King2011-09-051-0/+3
| * | | | | | | | ARM: 7067/1: mm: keep significant bits in pfn_validMark Rutland2011-09-041-1/+1
* | | | | | | | | backlight: Declare backlight_types[] constBart Van Assche2011-09-101-1/+1
* | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-09-104-32/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown2011-09-101-2/+10
| * | | | | | | | | md/raid1,10: Remove use-after-free bug in make_request.NeilBrown2011-09-102-10/+17
| * | | | | | | | | md/raid10: unify handling of write completion.NeilBrown2011-09-101-20/+18
| * | | | | | | | | Avoid dereferencing a 'request_queue' after last close.NeilBrown2011-09-101-2/+5
* | | | | | | | | | PCI: Remove MRRS modification from MPS setting codeJon Mason2011-09-092-20/+23
* | | | | | | | | | Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-093-6/+10
* | | | | | | | | | Merge branch 'for-linus' of git://dev.laptop.org/users/cjb/mmcLinus Torvalds2011-09-097-44/+99
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mmc: sdhci-s3c: Fix mmc card I/O problemGirish K S2011-08-311-0/+2
| * | | | | | | | | | mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani2011-08-311-28/+53
| * | | | | | | | | | mmc: sdhi: initialise mmc_data->flags before useSimon Horman2011-08-311-2/+2
| * | | | | | | | | | mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-08-311-1/+1
| * | | | | | | | | | mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg2011-08-311-2/+29
| * | | | | | | | | | mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg2011-08-313-11/+11
| * | | | | | | | | | mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.hShawn Guo2011-08-281-0/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-094-19/+49
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | libceph: fix leak of osd structs during shutdownSage Weil2011-08-311-5/+17
| * | | | | | | | | | ceph: fix memory leakNoah Watkins2011-08-221-2/+2
| * | | | | | | | | | ceph: fix encoding of ino only (not relative) pathsSage Weil2011-08-151-1/+1
| * | | | | | | | | | libceph: fix msgpoolSage Weil2011-08-091-11/+29
* | | | | | | | | | | vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi2011-09-091-18/+15
* | | | | | | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-09-081-13/+29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dmaengine/ste_dma40: fix memory leak due to prepared descriptorsPer Forlin2011-09-051-0/+16
| * | | | | | | | | | | dmaengine/ste_dma40: fix Oops due to double free of client descriptorPer Forlin2011-09-051-10/+12
| * | | | | | | | | | | dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().Per Forlin2011-09-051-3/+0
| * | | | | | | | | | | dmaengine/ste_dma40: add missing kernel doc for pending_queuePer Forlin2011-09-051-0/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds2011-09-081-4/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | regmap: Remove bitrotted module_put()sMark Brown2011-09-051-4/+1
* | | | | | | | | | | | Merge branch 'for-linus' of git://twin.jikos.cz/jikos/hidLinus Torvalds2011-09-084-23/+67
|\ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'upstream-fixes' and 'magicmouse' into for-linusJiri Kosina2011-09-074-23/+67
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | HID: magicmouse: ignore 'ivalid report id' while switching modes, v2Jiri Kosina2011-08-251-1/+9
| | | * | | | | | | | | | | HID: magicmouse: Set resolution of touch surfacesChase Douglas2011-08-101-10/+46
| | * | | | | | | | | | | | HID: wacom: Unregister sysfs attributes on removeDavid Herrmann2011-09-071-0/+1
| | * | | | | | | | | | | | HID: wacom: Fix error path of power-supply initializationDavid Herrmann2011-09-071-12/+9
| | * | | | | | | | | | | | HID: add support for HuiJia USB Gamepad connectorClemens Werther2011-08-252-0/+2
OpenPOWER on IntegriCloud