index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw-mid.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-13
firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matches
Alex Hung
2
-1
/
+10
2018-04-13
firmware: dmi_scan: Fix UUID length safety check
Jean Delvare
1
-1
/
+1
2018-04-13
proc: fixup copyright sign
Alexey Dobriyan
9
-7
/
+37
2018-04-13
arch/sh: pcie-sh7786: handle non-zero DMA offset
Thomas Petazzoni
1
-0
/
+8
2018-04-13
arch/sh: pcie-sh7786: adjust the memory mapping
Thomas Petazzoni
1
-5
/
+14
2018-04-13
arch/sh: pcie-sh7786: adjust PCI MEM and IO regions
Thomas Petazzoni
1
-18
/
+18
2018-04-13
arch/sh: pcie-sh7786: exclude unusable PCI MEM areas
Thomas Petazzoni
1
-0
/
+12
2018-04-13
arch/sh: pcie-sh7786: mark unavailable PCI resource as disabled
Thomas Petazzoni
1
-0
/
+3
2018-04-13
arch/sh: pci: don't use disabled resources
Thomas Petazzoni
1
-0
/
+5
2018-04-13
arch/sh: make the DMA mapping operations observe dev->dma_pfn_offset
Thomas Petazzoni
2
-4
/
+7
2018-04-13
arch/sh: add sh7786_mm_sel() function
Thomas Petazzoni
1
-0
/
+7
2018-04-13
sh: fix debug trap failure to process signals before return to user
Rich Felker
1
-1
/
+1
2018-04-13
sh: fix memory corruption of unflattened device tree
Rich Felker
2
-6
/
+8
2018-04-13
sh: fix futex FUTEX_OP_SET op on userspace addresses
Aurelien Jarno
1
-4
/
+1
2018-04-12
Revert "drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)"
Harry Wentland
1
-28
/
+0
2018-04-12
Revert "drm/amd/display: fix dereferencing possible ERR_PTR()"
Harry Wentland
1
-3
/
+0
2018-04-12
drm/amd/display: Fix regamma not affecting full-intensity color values
Leo (Sunpeng) Li
1
-3
/
+6
2018-04-12
drm/amd/display: Fix FBC text console corruption
Roman Li
1
-13
/
+54
2018-04-12
drm/amd/display: Only register backlight device if embedded panel connected
Harry Wentland
1
-25
/
+33
2018-04-12
GFS2: Minor improvements to comments and documentation
Bob Peterson
3
-4
/
+5
2018-04-12
gfs2: Stop using rhashtable_walk_peek
Andreas Gruenbacher
1
-19
/
+28
2018-04-12
lockref: Add lockref_put_not_zero
Andreas Gruenbacher
2
-0
/
+29
2018-04-12
nvme: expand nvmf_check_if_ready checks
James Smart
7
-66
/
+101
2018-04-12
nvme: Use admin command effects for admin commands
Keith Busch
1
-1
/
+1
2018-04-12
nvmet: fix space padding in serial number
Daniel Verkamp
1
-0
/
+1
2018-04-12
nvme: check return value of init_srcu_struct function
Max Gurtovoy
1
-1
/
+4
2018-04-12
nvmet: Fix nvmet_execute_write_zeroes sector count
Rodrigo R. Galvao
1
-2
/
+2
2018-04-12
nvme-pci: Separate IO and admin queue IRQ vectors
Keith Busch
1
-6
/
+17
2018-04-12
nvme-pci: Remove unused queue parameter
Keith Busch
1
-7
/
+3
2018-04-12
nvme-pci: Skip queue deletion if there are no queues
Keith Busch
1
-1
/
+1
2018-04-12
nvme: target: fix buffer overflow
Arnd Bergmann
1
-1
/
+1
2018-04-12
nvme: don't send keep-alives to the discovery controller
Johannes Thumshirn
1
-1
/
+3
2018-04-12
nvme: unexport nvme_start_keep_alive
Johannes Thumshirn
2
-3
/
+1
2018-04-12
nvme-loop: fix kernel oops in case of unhandled command
Ming Lei
1
-7
/
+2
2018-04-12
nvme: enforce 64bit offset for nvme_get_log_ext fn
Matias Bjørling
2
-4
/
+4
2018-04-12
ovl: update documentation w.r.t "xino" feature
Amir Goldstein
1
-6
/
+33
2018-04-12
ovl: add support for "xino" mount and config options
Amir Goldstein
3
-3
/
+88
2018-04-12
ovl: consistent d_ino for non-samefs with xino
Amir Goldstein
1
-6
/
+39
2018-04-12
ovl: consistent i_ino for non-samefs with xino
Amir Goldstein
4
-14
/
+21
2018-04-12
ovl: constant st_ino for non-samefs with xino
Amir Goldstein
5
-10
/
+75
2018-04-12
ovl: allocate anon bdev per unique lower fs
Amir Goldstein
4
-28
/
+72
2018-04-12
ovl: factor out ovl_map_dev_ino() helper
Amir Goldstein
3
-39
/
+57
2018-04-12
ovl: cleanup ovl_update_time()
Miklos Szeredi
1
-17
/
+11
2018-04-12
ovl: add WARN_ON() for non-dir redirect cases
Miklos Szeredi
1
-0
/
+11
2018-04-12
ovl: cleanup setting OVL_INDEX
Vivek Goyal
3
-5
/
+3
2018-04-12
ovl: set d->is_dir and d->opaque for last path element
Vivek Goyal
1
-2
/
+6
2018-04-12
ovl: Do not check for redirect if this is last layer
Vivek Goyal
1
-1
/
+4
2018-04-12
ovl: lookup in inode cache first when decoding lower file handle
Amir Goldstein
1
-25
/
+33
2018-04-12
ovl: do not try to reconnect a disconnected origin dentry
Amir Goldstein
4
-11
/
+23
2018-04-12
ovl: disambiguate ovl_encode_fh()
Amir Goldstein
4
-16
/
+16
[next]