index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
acpi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-04
usb: gadget: pxa25x_udc: move register definitions from arch
Arnd Bergmann
3
-367
/
+155
2016-03-04
usb: renesas_usbhs: Don't check CSSTS bit if peripheral mode
Yoshihiro Shimoda
1
-4
/
+2
2016-03-04
usb: renesas_usbhs: add R-Car Gen3 power control
Yoshihiro Shimoda
5
-5
/
+69
2016-03-04
usb: dwc3: Enable SuperSpeedPlus
John Youn
1
-0
/
+8
2016-03-04
usb: dwc3: Update maximum_speed for SuperSpeedPlus
John Youn
1
-4
/
+13
2016-03-04
usb: dwc3: Update speed checks for SuperSpeedPlus
John Youn
2
-8
/
+14
2016-03-04
usb: dwc3: Update register fields for SuperSpeedPlus
John Youn
1
-1
/
+4
2016-03-04
usb: dwc3: DWC_usb31 controller check
John Youn
1
-0
/
+6
2016-03-04
usb: gadget: f_mass_storage: Enable SuperSpeedPlus
John Youn
1
-1
/
+1
2016-03-04
usb: gadget: composite: Update debug message for SuperSpeedPlus
John Youn
1
-1
/
+2
2016-03-04
usb: gadget: composite: Configure the usb_ep for SuperSpeedPlus
John Youn
1
-1
/
+8
2016-03-04
usb: gadget: composite: Write SuperSpeedPlus config descriptors
John Youn
1
-1
/
+5
2016-03-04
usb: gadget: composite: Add function to get descriptors
John Youn
1
-21
/
+32
2016-03-04
usb: gadget: composite: Count configs for SuperSpeedPlus
John Youn
1
-1
/
+7
2016-03-04
usb: gadget: Update config for SuperSpeedPlus
John Youn
3
-0
/
+4
2016-03-04
usb: gadget: Update function for SuperSpeedPlus
John Youn
2
-0
/
+11
2016-03-04
usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus
John Youn
19
-19
/
+24
2016-03-04
usb: gadget: composite: Return SSP Dev Cap descriptor
John Youn
1
-0
/
+42
2016-03-04
usb: gadget: composite: Return bcdUSB 0x0310
John Youn
1
-1
/
+1
2016-03-04
usb: gadget: Add gadget_is_superspeed_plus()
John Youn
1
-0
/
+10
2016-03-04
usb: ch9: Add size macro for SSP dev cap descriptor
John Youn
1
-0
/
+6
2016-02-29
usb: chipidea: imx: avoid EPROBE_DEFER printed as error
Stefan Agner
1
-3
/
+3
2016-02-29
Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"
Peter Chen
1
-1
/
+0
2016-02-29
doc: usb: ci-hdrc-usb2: add property non-zero-ttctrl-ttha
Peter Chen
1
-0
/
+16
2016-02-29
usb: chipidea: add system interface for ttctrl.ttha
Peter Chen
1
-0
/
+3
2016-02-29
usb: chipidea: udc: remove unused value assignment
Li Jun
1
-1
/
+0
2016-02-29
dt-bindings: ci-hdrc-usb2: add missing compatibles
Stefan Wahren
1
-0
/
+7
2016-02-29
usb: chipidea: add CI_HDRC_TURN_VBUS_EARLY_ON for imx23
Stefan Wahren
1
-0
/
+6
2016-02-28
Linux 4.5-rc6
v4.5-rc6
Linus Torvalds
1
-1
/
+1
2016-02-28
do_last(): ELOOP failure exit should be done after leaving RCU mode
Al Viro
1
-5
/
+4
2016-02-28
should_follow_link(): validate ->d_seq after having decided to follow
Al Viro
1
-0
/
+5
2016-02-28
namei: ->d_inode of a pinned dentry is stable only for positives
Al Viro
1
-2
/
+2
2016-02-28
do_last(): don't let a bogus return value from ->open() et.al. to confuse us
Al Viro
1
-0
/
+4
2016-02-28
fs: return -EOPNOTSUPP if clone is not supported
Christoph Hellwig
1
-2
/
+4
2016-02-28
hpfs: don't truncate the file when delete fails
Mikulas Patocka
1
-28
/
+3
2016-02-27
ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()
Ross Zwisler
2
-35
/
+3
2016-02-27
dax: move writeback calls into the filesystems
Ross Zwisler
7
-16
/
+43
2016-02-27
dax: give DAX clearing code correct bdev
Ross Zwisler
6
-10
/
+13
2016-02-27
ext4: online defrag not supported with DAX
Ross Zwisler
1
-0
/
+5
2016-02-27
ext2, ext4: only set S_DAX for regular inodes
Ross Zwisler
2
-2
/
+2
2016-02-27
block: disable block device DAX by default
Dan Williams
2
-1
/
+18
2016-02-27
ocfs2: unlock inode if deleting inode from orphan fails
Guozhonghua
1
-0
/
+1
2016-02-27
mm: ASLR: use get_random_long()
Daniel Cashman
8
-14
/
+14
2016-02-27
drivers: char: random: add get_random_long()
Daniel Cashman
2
-0
/
+23
2016-02-27
mm: numa: quickly fail allocations for NUMA balancing on full nodes
Mel Gorman
1
-1
/
+1
2016-02-27
mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
Andrea Arcangeli
1
-2
/
+12
2016-02-27
PCI: mvebu: Restrict build to 32-bit ARM
Thierry Reding
1
-0
/
+1
2016-02-27
Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
Bjorn Helgaas
5
-16
/
+37
2016-02-26
x86/mpx: Fix off-by-one comparison with nr_registers
Colin Ian King
1
-1
/
+1
2016-02-26
ALSA: hda - Loop interrupt handling until really cleared
Takashi Iwai
3
-23
/
+33
[next]