index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
smm665.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-28
dmaengine: add a driver for Intel integrated DMA 64-bit
Andy Shevchenko
4
-0
/
+952
2015-07-28
mfd: make mfd_remove_devices() iterate in reverse order
Andy Shevchenko
1
-1
/
+1
2015-07-28
driver core: implement device_for_each_child_reverse()
Andy Shevchenko
2
-0
/
+45
2015-07-28
klist: implement klist_prev()
Andy Shevchenko
2
-0
/
+42
2015-07-28
Driver core: wakeup the parent device before trying probe
Rafael J. Wysocki
1
-0
/
+20
2015-07-28
ACPI / PM: Attach ACPI power domain only once
Mika Westerberg
3
-16
/
+40
2015-07-28
PM / QoS: Make it possible to expose device latency tolerance to userspace
Mika Westerberg
4
-0
/
+55
2015-07-17
ACPI / bus: Move ACPI bus type registration
Rafael J. Wysocki
2
-7
/
+3
2015-07-17
ACPI / scan: Move bus operations and notification routines to bus.c
Rafael J. Wysocki
2
-183
/
+184
2015-07-17
ACPI / scan: Move device matching code to bus.c
Rafael J. Wysocki
2
-189
/
+194
2015-07-17
ACPI / scan: Move sysfs-related device code to a separate file
Rafael J. Wysocki
4
-483
/
+532
2015-07-16
blk-mq: set default timeout as 30 seconds
Ming Lei
1
-1
/
+1
2015-07-16
ACPI / PM: Update the copyright notice and description of power.c
Rafael J. Wysocki
1
-6
/
+9
2015-07-15
NVMe: Reread partitions on metadata formats
Keith Busch
1
-2
/
+11
2015-07-15
jfs: clean up jfs_rename and fix out of order unlock
Dave Kleikamp
1
-14
/
+13
2015-07-14
intel_scu_ipc: move local memory initialization out of a mutex
Christophe JAILLET
1
-3
/
+3
2015-07-14
IB/core: Destroy ocrdma_dev_id IDR on module exit
Johannes Thumshirn
1
-0
/
+1
2015-07-14
IB/core: Destroy multcast_idr on module exit
Johannes Thumshirn
1
-0
/
+1
2015-07-14
IB/mlx4: Optimize do_slave_init
Doug Ledford
1
-7
/
+9
2015-07-14
IB/mlx4: Fix memory leak in do_slave_init
Doug Ledford
1
-0
/
+2
2015-07-14
IB/mlx4: Optimize freeing of items on error unwind
Maninder Singh
1
-5
/
+3
2015-07-14
IB/mlx4: Fix use of flow-counters for process_mad
Or Gerlitz
1
-10
/
+19
2015-07-14
IB/ipath: Convert use of __constant_<foo> to <foo>
Vaishali Thakkar
1
-2
/
+2
2015-07-14
IB/ipoib: Set MTU to max allowed by mode when mode changes
Erez Shitrit
1
-0
/
+1
2015-07-14
IB/ipoib: Scatter-Gather support in connected mode
Yuval Shaia
4
-46
/
+54
2015-07-14
IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICES
Carol L Soto
1
-2
/
+2
2015-07-14
IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flush
Haggai Eran
1
-6
/
+7
2015-07-14
IB/ucma: Fix lockdep warning in ucma_lock_files
Haggai Eran
1
-2
/
+2
2015-07-14
rds: rds_ib_device.refcount overflow
Wengang Wang
1
-1
/
+3
2015-07-14
RDMA/nes: Fix for incorrect recording of the MAC address
Tatyana Nikolova
1
-1
/
+1
2015-07-14
RDMA/nes: Fix for resolving the neigh
Tatyana Nikolova
1
-2
/
+3
2015-07-14
RDMA/core: Fixes for port mapper client registration
Tatyana Nikolova
3
-25
/
+48
2015-07-14
IB/IPoIB: Fix bad error flow in ipoib_add_port()
Amir Vadai
1
-2
/
+4
2015-07-14
IB/mlx4: Do not attemp to report HCA clock offset on VFs
Matan Barak
1
-5
/
+6
2015-07-14
IB/cm: Do not queue work to a device that's going away
Erez Shitrit
1
-6
/
+55
2015-07-14
IB/srp: Avoid using uninitialized variable
Sagi Grimberg
3
-8
/
+7
2015-07-14
IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX
Vaishali Thakkar
1
-36
/
+35
2015-07-14
IB/mad: Remove improper use of BUG_ON
Ira Weiny
7
-14
/
+21
2015-07-14
IB/mad: Fix compare between big endian and cpu endian
Ira Weiny
1
-1
/
+1
2015-07-14
IB: Add rdma_cap_ib_switch helper and use where appropriate
Hal Rosenstock
11
-90
/
+66
2015-07-13
tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted
Jarkko Sakkinen
1
-0
/
+8
2015-07-13
tpm: Fix initialization of the cdev
Jason Gunthorpe
1
-1
/
+2
2015-07-13
locks: inline posix_lock_file_wait and flock_lock_file_wait
Jeff Layton
2
-46
/
+14
2015-07-13
nfs4: have do_vfs_lock take an inode pointer
Jeff Layton
1
-8
/
+8
2015-07-13
locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait
Jeff Layton
2
-12
/
+52
2015-07-13
locks: have flock_lock_file take an inode pointer instead of a filp
Jeff Layton
1
-6
/
+6
2015-07-13
Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"
Jeff Layton
1
-2
/
+0
2015-07-13
s390/nmi: fix vector register corruption
Heiko Carstens
2
-22
/
+34
2015-07-13
s390/process: fix sfpc inline assembly
Heiko Carstens
1
-1
/
+1
2015-07-13
s390/dasd: fix kernel panic when alias is set offline
Stefan Haberland
2
-8
/
+31
[next]