| Commit message (Expand) | Author | Age | Files | Lines |
* | rsxx: Moving pci_map_page to prevent overflow. | Philip J Kelleher | 2013-11-08 | 2 | -47/+28 |
* | rsxx: Handling failed pci_map_page on PowerPC and double free. | Philip J Kelleher | 2013-11-08 | 3 | -22/+37 |
* | loop: fix crash when using unassigned loop device | Mikulas Patocka | 2013-11-08 | 1 | -7/+8 |
* | xen/blkback: fix reference counting | Vegard Nossum | 2013-11-08 | 1 | -1/+2 |
* | xen-blkfront: improve aproximation of required grants per request | Roger Pau Monne | 2013-11-08 | 1 | -4/+7 |
* | xen-blkfront: revoke foreign access for grants not mapped by the backend | Roger Pau Monne | 2013-11-08 | 1 | -4/+29 |
* | mg_disk: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-08 | 1 | -1/+1 |
* | block: Consolidate duplicated bio_trim() implementations | Kent Overstreet | 2013-11-08 | 5 | -108/+14 |
* | block: fix a probe argument to blk_register_region | Mikulas Patocka | 2013-11-08 | 2 | -2/+2 |
* | loop: fix crash if blk_alloc_queue fails | Mikulas Patocka | 2013-11-08 | 1 | -1/+3 |
* | Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-11-01 | 3 | -218/+63 |
|\ |
|
| * | USB: serial: ftdi_sio: add id for Z3X Box device | Алексей Крамаренко | 2013-11-01 | 2 | -0/+7 |
| * | Revert "USB: pl2303: restrict the divisor based baud rate encoding method to ... | Greg Kroah-Hartman | 2013-11-01 | 1 | -5/+1 |
| * | Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method" | Greg Kroah-Hartman | 2013-11-01 | 1 | -52/+10 |
| * | Revert "usb: pl2303: do not round to the next nearest standard baud rate for ... | Greg Kroah-Hartman | 2013-11-01 | 1 | -37/+28 |
| * | Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates" | Greg Kroah-Hartman | 2013-11-01 | 1 | -2/+2 |
| * | Revert "usb: pl2303: move the two baud rate encoding methods to separate func... | Greg Kroah-Hartman | 2013-11-01 | 1 | -114/+101 |
| * | Revert "usb: pl2303: increase the allowed baud rate range for the divisor bas... | Greg Kroah-Hartman | 2013-11-01 | 1 | -12/+4 |
| * | Revert "usb: pl2303: also use the divisor based baud rate encoding method for... | Greg Kroah-Hartman | 2013-11-01 | 1 | -1/+1 |
| * | Revert "usb: pl2303: add two comments concerning the supported baud rates wit... | Greg Kroah-Hartman | 2013-11-01 | 1 | -12/+0 |
| * | Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_star... | Greg Kroah-Hartman | 2013-11-01 | 1 | -2/+3 |
| * | Revert "pl2303: improve the chip type information output on startup" | Greg Kroah-Hartman | 2013-11-01 | 1 | -10/+5 |
| * | Revert "pl2303: improve the chip type detection/distinction" | Greg Kroah-Hartman | 2013-11-01 | 1 | -72/+23 |
| * | Revert "USB: pl2303: distinguish between original and cloned HX chips" | Greg Kroah-Hartman | 2013-11-01 | 1 | -32/+11 |
* | | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux | Linus Torvalds | 2013-11-01 | 4 | -4/+25 |
|\ \ |
|
| * | | clk: fixup argument order when setting VCO parameters | Jonathan Austin | 2013-10-07 | 1 | -1/+1 |
| * | | clk: socfpga: Fix incorrect sdmmc clock name | Dinh Nguyen | 2013-10-07 | 1 | -1/+1 |
| * | | clk: armada-370: fix tclk frequencies | Simon Guinot | 2013-10-06 | 1 | -2/+2 |
| * | | clk: nomadik: set all timers to use 2.4 MHz TIMCLK | Linus Walleij | 2013-10-01 | 1 | -0/+21 |
* | | | i915: fix compiler warning | Linus Torvalds | 2013-10-31 | 1 | -2/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2013-10-31 | 7 | -20/+51 |
|\ \ \ |
|
| * | | | Input: ALPS - add support for model found on Dell XT2 | Yunkang Tang | 2013-10-31 | 1 | -0/+1 |
| * | | | Input: wacom - add support for ISDv4 0x10E sensor | Jason Gerecke | 2013-10-22 | 1 | -0/+4 |
| * | | | Input: wacom - add support for ISDv4 0x10F sensor | Jason Gerecke | 2013-10-22 | 1 | -0/+4 |
| * | | | Input: wacom - export battery scope | Bastien Nocera | 2013-10-15 | 1 | -0/+4 |
| * | | | Input: cm109 - convert high volume dev_err() to dev_err_ratelimited() | Tim Gardner | 2013-10-06 | 1 | -4/+10 |
| * | | | Input: move name/timer init to input_alloc_dev() | David Herrmann | 2013-10-06 | 1 | -5/+5 |
| * | | | Input: i8042 - i8042_flush fix for a full 8042 buffer | Andrey Moiseev | 2013-09-18 | 1 | -9/+14 |
| * | | | Input: pxa27x_keypad - fix NULL pointer dereference | Mike Dunn | 2013-09-18 | 1 | -2/+9 |
* | | | | Merge tag 'pm+acpi-3.12-late' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-10-31 | 1 | -5/+1 |
|\ \ \ \ |
|
| * | | | | Revert "ACPI / hotplug / PCI: Avoid doing too much for spurious notifies" | Mika Westerberg | 2013-10-30 | 1 | -5/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in... | Dave Airlie | 2013-10-31 | 3 | -3/+4 |
|\ \ \ \ |
|
| * | | | | drm/radeon/dpm: fix incompatible casting on big endian | Alex Deucher | 2013-10-23 | 1 | -2/+2 |
| * | | | | drm/radeon: disable bapm on KB | Alex Deucher | 2013-10-23 | 1 | -1/+1 |
| * | | | | drm/radeon: use sw CTS/N values for audio on DCE4+ | Alex Deucher | 2013-10-23 | 1 | -0/+1 |
* | | | | | Merge tag 'tty-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-10-30 | 1 | -7/+2 |
|\ \ \ \ \ |
|
| * | | | | | tty/serial: at91: fix uart/usart selection for older products | Nicolas Ferre | 2013-10-17 | 1 | -7/+2 |
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-10-30 | 7 | -54/+168 |
|\ \ \ \ \ \ |
|
| * | | | | | | drm: allow DRM_IOCTL_VERSION on render-nodes | David Herrmann | 2013-10-30 | 1 | -1/+1 |
| * | | | | | | Merge tag 'drm-intel-fixes-2013-10-29' of git://people.freedesktop.org/~danve... | Dave Airlie | 2013-10-30 | 6 | -53/+167 |
| |\ \ \ \ \ \ |
|