index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-nomadik
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-13
cifs: replace a 4 with server->vals->header_preamble_size
Ronnie Sahlberg
1
-1
/
+1
2018-04-13
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
4
-6
/
+9
2018-04-12
SMB311: Improve checking of negotiate security contexts
Steve French
3
-0
/
+106
2018-04-12
SMB3: Fix length checking of SMB3.11 negotiate request
Steve French
2
-0
/
+46
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
btrfs: add SPDX header to Kconfig
David Sterba
1
-0
/
+2
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
58
-750
/
+65
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- headers
David Sterba
35
-475
/
+133
2018-04-12
powerpc/mm/radix: Fix checkstops caused by invalid tlbiel
Michael Ellerman
1
-3
/
+2
2018-04-12
Btrfs: fix loss of prealloc extents past i_size after fsync log replay
Filipe Manana
1
-5
/
+58
2018-04-12
Btrfs: clean up resources during umount after trans is aborted
Liu Bo
1
-1
/
+2
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
2018-04-12
ovl: set lower layer st_dev only if setting lower st_ino
Amir Goldstein
1
-5
/
+2
2018-04-12
ovl: fix lookup with middle layer opaque dir and absolute path redirects
Amir Goldstein
1
-0
/
+9
[prev]
[next]