index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes
Matthias Beyer
2013-10-11
4
-62
/
+62
*
USB: mos7840: fix tiocmget error handling
Johan Hovold
2013-10-11
1
-0
/
+4
*
USB: serial: export usb_serial_generic_write_start
Johan Hovold
2013-10-11
2
-1
/
+4
*
USB: serial: add memory flags to usb_serial_generic_write_start
Johan Hovold
2013-10-11
1
-8
/
+10
*
USB: serial: clean up comments in generic driver
Johan Hovold
2013-10-11
1
-32
/
+25
*
drivers: usb: core: hcd.c: converted busmap from struct to bitmap
Matthias Beyer
2013-10-11
1
-7
/
+5
*
USB: host: Rename ehci-s5p to ehci-exynos
Jingoo Han
2013-10-11
3
-70
/
+69
*
USB: ehci-s5p: Remove non-DT support
Jingoo Han
2013-10-11
2
-49
/
+4
*
ARM: SAMSUNG: Remove unused s5p_device_ehci
Jingoo Han
2013-10-11
3
-40
/
+0
*
USB: add a private-data pointer to struct usb_tt
Alan Stern
2013-10-11
1
-0
/
+1
*
USB: EHCI: use a bandwidth-allocation table
Alan Stern
2013-10-11
6
-244
/
+344
*
USB: EHCI: create a "periodic schedule info" struct
Alan Stern
2013-10-11
5
-121
/
+124
*
USB: EHCI: use consistent NO_FRAME value
Alan Stern
2013-10-11
2
-6
/
+7
*
USB: EHCI: change toggle only upon successful reset
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: No SSPLIT allowed in uframe 7
Alan Stern
2013-10-11
1
-0
/
+4
*
USB: EHCI: compute full-speed bandwidth usage correctly
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: EHCI: check the right uframes for CSPLIT
Alan Stern
2013-10-11
1
-1
/
+1
*
USB: NS_TO_US should round up
Alan Stern
2013-10-11
1
-3
/
+2
*
usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done
Hans de Goede
2013-10-11
3
-2
/
+48
*
usb-anchor: Ensure poisened gets initialized to 0
Hans de Goede
2013-10-11
1
-0
/
+1
*
USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak
Jingoo Han
2013-10-11
1
-0
/
+1
*
USB: ehci-msm: Add device tree support and binding information
Ivan T. Ivanov
2013-10-11
2
-2
/
+30
*
ehci-msm: Remove global struct usb_phy variable
Ivan T. Ivanov
2013-10-11
1
-2
/
+3
*
usb: Remove unnecessary semicolons
Joe Perches
2013-10-11
23
-32
/
+32
*
usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep context
Peter Chen
2013-10-11
1
-4
/
+3
*
usb: chipidea: udc: Fix spinlock recursion during bus reset
Peter Chen
2013-10-11
1
-1
/
+1
*
USB: cyberjack: fix buggy integer overflow test
Dan Carpenter
2013-10-07
1
-1
/
+1
*
USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()
Deng-Cheng Zhu
2013-10-07
1
-20
/
+20
*
usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-07
1
-1
/
+1
*
usb: wusbcore: fix string formatting warnings on 64-bit builds
Thomas Pugliese
2013-10-07
1
-2
/
+2
*
usb: host: uhci-platform: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-10-07
1
-2
/
+1
*
Merge 3.12-rc4 into usb-next
Greg Kroah-Hartman
2013-10-06
316
-1750
/
+2821
|
\
|
*
Linux 3.12-rc4
v3.12-rc4
Linus Torvalds
2013-10-06
1
-1
/
+1
|
*
net: Update the sysctl permissions handler to test effective uid/gid
Eric W. Biederman
2013-10-06
1
-2
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2013-10-06
8
-25
/
+67
|
|
\
|
|
*
iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tags
Nicholas Bellinger
2013-10-03
1
-1
/
+1
|
|
*
iscsi-target: Perform release of acknowledged tags from RX context
Nicholas Bellinger
2013-10-03
1
-4
/
+9
|
|
*
iscsi-target: Only perform wait_for_tasks when performing shutdown
Nicholas Bellinger
2013-10-03
1
-2
/
+2
|
|
*
target: Fail on non zero scsi_status in compare_and_write_callback
Nicholas Bellinger
2013-10-03
1
-1
/
+10
|
|
*
target: Fix recursive COMPARE_AND_WRITE callback failure
Nicholas Bellinger
2013-10-03
1
-1
/
+10
|
|
*
target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_size
Nicholas Bellinger
2013-10-03
1
-0
/
+6
|
|
*
ib_srpt: always set response for task management
Jack Wang
2013-10-03
1
-6
/
+4
|
|
*
target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failure
Nicholas Bellinger
2013-10-01
1
-5
/
+15
|
|
*
vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tag
Nicholas Bellinger
2013-10-01
1
-1
/
+6
|
|
*
ib_srpt: Destroy cm_id before destroying QP.
Nicholas Bellinger
2013-10-01
1
-2
/
+2
|
|
*
target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02
Nicholas Bellinger
2013-10-01
1
-2
/
+2
|
*
|
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-10-06
3
-17
/
+17
|
|
\
\
|
|
*
|
dmaengine: imx-dma: fix callback path in tasklet
Michael Grzeschik
2013-10-04
1
-4
/
+6
|
|
*
|
dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet
Michael Grzeschik
2013-10-04
1
-11
/
+8
|
|
*
|
dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic
Michael Grzeschik
2013-10-04
1
-1
/
+1
[next]