index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: Remove BKL from lseek implementations
Oliver Neukum
2010-03-02
2
-4
/
+4
*
USB: Remove BKL from usbdev_open()
Oliver Neukum
2010-03-02
1
-4
/
+0
*
USB: Remove BKL from poll()
Oliver Neukum
2010-03-02
1
-19
/
+9
*
USB: atm: Use FIELD_SIZEOF, trivial cleanup.
Thiago Farina
2010-03-02
1
-1
/
+1
*
USB: serial: option.c: Add 4G W14 stick to blacklist for option_send_setup
Gernot Hillier
2010-03-02
1
-1
/
+10
*
USB: serial: option.c: Add blacklisting infrastructure for special device han...
Gernot Hillier
2010-03-02
1
-0
/
+40
*
USB: serial: option.c: Add chipset information for 4G W14
Gernot Hillier
2010-03-02
1
-0
/
+2
*
USB goku_udc: make PCI device id constant
Németh Márton
2010-03-02
1
-1
/
+1
*
USB gadget: make Open Firmware device id constant
Németh Márton
2010-03-02
1
-1
/
+1
*
USB host: make Open Firmware device id constant
Németh Márton
2010-03-02
5
-5
/
+5
*
USB hub: make USB device id constant
Németh Márton
2010-03-02
1
-1
/
+1
*
USB misc: make USB device id constant
Németh Márton
2010-03-02
22
-22
/
+22
*
USB image: make USB device id constant
Németh Márton
2010-03-02
2
-3
/
+3
*
USB serial: make USB device id constant
Németh Márton
2010-03-02
39
-60
/
+60
*
USB class: make USB device id constant
Németh Márton
2010-03-02
5
-5
/
+5
*
USB skeleton: make USB device id constant
Németh Márton
2010-03-02
1
-1
/
+1
*
USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy()
Roel Kluin
2010-03-02
1
-1
/
+1
*
USB: Move hcd free_dev call into usb_disconnect to fix oops
Herbert Xu
2010-03-02
3
-4
/
+13
*
USB: fix crash in uhci_scan_schedule
Pete Zaitcev
2010-03-02
1
-0
/
+1
*
USB: convert to the runtime PM framework
Alan Stern
2010-03-02
11
-784
/
+490
*
USB: rearrange functions in driver.c
Alan Stern
2010-03-02
1
-103
/
+103
*
USB: change handling of negative autosuspend delays
Alan Stern
2010-03-02
2
-5
/
+27
*
USB: implement usb_enable_autosuspend
Alan Stern
2010-03-02
6
-21
/
+82
*
USB: use the device lock for persist_enabled
Alan Stern
2010-03-02
1
-2
/
+3
*
USB: consolidate remote wakeup routines
Alan Stern
2010-03-02
3
-11
/
+11
*
USB: change locking for device-level autosuspend
Alan Stern
2010-03-02
3
-20
/
+30
*
USB: rearrange code in usb_probe_interface
Alan Stern
2010-03-02
1
-32
/
+31
*
USB: Use bInterfaceNumber in bandwidth allocations.
Sarah Sharp
2010-03-02
1
-2
/
+7
*
USB: unusual_devs: Add support for multiple Option 3G sticks
Jan Dumon
2010-03-02
1
-2
/
+86
*
arm: defconfig: rx51: enable phonet and g_nokia
Felipe Balbi
2010-03-02
1
-1
/
+10
*
USB: gadget: introduce g_nokia gadget driver
Felipe Balbi
2010-03-02
3
-0
/
+271
*
USB: xhci: Fix compile issues with xhci_get_slot_state()
Sarah Sharp
2010-03-02
2
-2
/
+2
*
USB: c67x00: use resource_size().
Thiago Farina
2010-03-02
1
-4
/
+4
*
USB: FHCI: Correct the size argument to kzalloc
Julia Lawall
2010-03-02
1
-1
/
+1
*
USB: cypress_m8: use put_unaligned_le32() where necessary
Johan Hovold
2010-03-02
1
-2
/
+3
*
USB: ch341: use get_unaligned_le16 in break_ctl
Johan Hovold
2010-03-02
1
-1
/
+2
*
USB: serial: fix DMA buffers on stack for io_edgeport.c
Dan Carpenter
2010-03-02
1
-17
/
+18
*
USB: kobil_sct: clean up kobil_set_termios
Johan Hovold
2010-03-02
1
-18
/
+4
*
USB: visor: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-8
/
+18
*
USB: oti6858: fix DMA buffer on stack
Johan Hovold
2010-03-02
1
-3
/
+10
*
USB: mos7840: fix DMA buffers on stack and endianess bugs
Johan Hovold
2010-03-02
1
-4
/
+18
*
USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmd
Johan Hovold
2010-03-02
1
-17
/
+17
*
USB: kl5kusb105: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-18
/
+45
*
USB: keyspan_pda: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-12
/
+33
*
USB: io_ti: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-18
/
+48
*
USB: cypress_m8: fix endianess bug
Johan Hovold
2010-03-02
1
-2
/
+2
*
USB: cypress_m8: fix DMA buffer on stack
Johan Hovold
2010-03-02
1
-14
/
+17
*
USB: ch341: use le16_to_cpup to be explicit about endianess
Johan Hovold
2010-03-02
1
-1
/
+1
*
USB: ch341: fix DMA buffer on stack
Johan Hovold
2010-03-02
1
-3
/
+11
*
USB: ch341: replace printk warnings with dev_err
Johan Hovold
2010-03-02
1
-4
/
+4
[next]