summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | perf tools: Elide strlcpy warning with uclibcVineet Gupta2015-01-161-0/+2
| | * | | | | | perf tools: Fix statfs.f_type data type mismatch build error with uclibcAlexey Brodkin2015-01-162-2/+2
| | * | | | | | tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo2015-01-1610-42/+30
| | * | | | | | perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim2015-01-161-1/+3
| | * | | | | | perf tools: Fix building error in x86_64 when dwarf unwind is onNamhyung Kim2015-01-163-15/+17
| | * | | | | | perf probe: Propagate error code when write(2) failedNamhyung Kim2015-01-161-1/+3
| |/ / / / / /
| * | | | | | perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLMKan Liang2015-01-161-2/+2
| * | | | | | perf/rapl: Fix sysfs_show() initialization for RAPL PMUStephane Eranian2015-01-161-12/+32
* | | | | | | kernel: avoid overflow in cmp_rangeLouis Langholtz2015-01-171-5/+5
* | | | | | | Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-174-9/+46
|\ \ \ \ \ \ \
| * | | | | | | mcb: mcb-pci: Only remap the 1st 0x200 bytes of BAR 0Johannes Thumshirn2015-01-092-9/+19
| * | | | | | | mei: add ABI documentation for fw_status exported through sysfsTomas Winkler2015-01-091-0/+15
| * | | | | | | mei: clean reset bit before resetAlexander Usyskin2015-01-091-0/+12
* | | | | | | | Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-01-171-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | kernfs: Fix kernfs_name_compareRasmus Villemoes2015-01-091-4/+8
| |/ / / / / / /
* | | | | | | | Merge tag 'tty-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-01-175-35/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi2015-01-091-20/+36
| * | | | | | | | Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley2015-01-091-7/+2
| * | | | | | | | tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley2015-01-091-4/+3
| * | | | | | | | tty: Add support for the WCH384 4S multi-IO cardSergej Pupykin2015-01-091-3/+26
| * | | | | | | | serial: fix parisc boot hangJames Bottomley2015-01-021-1/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'staging-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-01-176-10/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | staging: vt6655: fix sparse warning: argument typeEddie Kovsky2015-01-121-1/+1
| * | | | | | | | staging: vt6655: Fix loss of distant/weak access points on channel change.Malcolm Priestley2015-01-121-0/+8
| * | | | | | | | staging: vt6655: vnt_tx_packet Fix corrupted tx packets.Malcolm Priestley2015-01-122-5/+7
| * | | | | | | | staging: vt6655: fix sparse warnings: incorrect argument typeMike Krinkin2015-01-121-2/+4
| * | | | | | | | Merge tag 'iio-fixes-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-082-2/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | iio: iio: Fix iio_channel_read return if channel havn't infoFabien Proriol2015-01-011-0/+3
| | * | | | | | | iio: ad799x: Fix ad7991/ad7995/ad7999 config setupLars-Peter Clausen2014-12-121-2/+13
* | | | | | | | | Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-01-1736-96/+235
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-142-5/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi2015-01-141-0/+3
| | * | | | | | | | | usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi2015-01-141-2/+1
| | * | | | | | | | | usb: phy: mv-usb: fix usb_phy build errorsArnd Bergmann2015-01-131-3/+2
| * | | | | | | | | | Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-1472-357/+668
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | usb: serial: handle -ENODEV quietly in generic_submit_read_urbJeremiah Mahler2015-01-121-1/+1
| | * | | | | | | | | | usb: serial: silence all non-critical read errorsJeremiah Mahler2015-01-121-1/+1
| | * | | | | | | | | | USB: console: fix potential use after freeJohan Hovold2015-01-101-5/+10
| | * | | | | | | | | | USB: console: fix uninitialised ldisc semaphoreJohan Hovold2015-01-101-0/+1
| | * | | | | | | | | | USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xxReinhard Speyerer2015-01-072-2/+10
| | * | | | | | | | | | USB: cp210x: add IDs for CEL USB sticks and MeshWorks devicesDavid Peterson2015-01-061-1/+3
| | * | | | | | | | | | USB: keyspan: fix null-deref at probeJohan Hovold2015-01-021-5/+15
| | * | | | | | | | | | USB: cp210x: fix ID for production CEL MeshConnect USB StickPreston Fick2015-01-021-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-123-4/+21
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | usb: gadget: udc: atmel: fix possible oops when unloading moduleSongjun Wu2015-01-091-1/+11
| | * | | | | | | | | usb: gadget: gadgetfs: fix an oops in ep_write()Dan Carpenter2015-01-091-0/+1
| | * | | | | | | | | usb: phy: Restore deferred probing pathThierry Reding2014-12-231-4/+10
| * | | | | | | | | | usb: phy: Fix deferred probingMaxime Ripard2015-01-091-3/+3
| * | | | | | | | | | OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha2015-01-091-3/+15
| * | | | | | | | | | uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosuresHans de Goede2015-01-091-0/+14
OpenPOWER on IntegriCloud