index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: dwc: Remove dependency of designware on CONFIG_PCI
Kishon Vijay Abraham I
2017-02-21
3
-4
/
+15
*
PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host
Kishon Vijay Abraham I
2017-02-21
3
-16
/
+42
*
PCI: dwc: Split pcie-designware.c into host and core files
Kishon Vijay Abraham I
2017-02-21
4
-624
/
+650
*
PCI: dwc: designware: Fix style errors in pcie-designware.c
Kishon Vijay Abraham I
2017-02-21
1
-21
/
+21
*
PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()
Kishon Vijay Abraham I
2017-02-21
2
-8
/
+11
*
PCI: dwc: all: Split struct pcie_port into host-only and core structures
Kishon Vijay Abraham I
2017-02-21
15
-481
/
+666
*
PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()
Kishon Vijay Abraham I
2017-02-21
1
-16
/
+17
*
PCI: dwc: all: Rename cfg_read/cfg_write to read/write
Kishon Vijay Abraham I
2017-02-21
7
-33
/
+33
*
PCI: dwc: all: Use platform_set_drvdata() to save private data
Kishon Vijay Abraham I
2017-02-21
11
-4
/
+22
*
PCI: dwc: designware: Move register defines to designware header file
Kishon Vijay Abraham I
2017-02-21
2
-70
/
+71
*
PCI: dwc: Use PTR_ERR_OR_ZERO to simplify code
Fengguang Wu
2017-02-21
1
-12
/
+3
*
PCI: dra7xx: Group PHY API invocations
Kishon Vijay Abraham I
2017-02-21
1
-41
/
+51
*
PCI: dra7xx: Enable MSI and legacy interrupts simultaneously
Kishon Vijay Abraham I
2017-02-21
1
-19
/
+13
*
PCI: dra7xx: Add support to force RC to work in GEN1 mode
Kishon Vijay Abraham I
2017-02-21
1
-0
/
+29
*
PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()
Kishon Vijay Abraham I
2017-02-21
1
-16
/
+5
*
PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory
Kishon Vijay Abraham I
2017-02-21
22
-136
/
+155
*
Merge branch 'for-linus' into pci/host-designware
Bjorn Helgaas
2017-02-21
1
-5
/
+5
|
\
|
*
PCI: designware: Check for iATU unroll only on platforms that use ATU
Murali Karicheri
2017-01-10
1
-5
/
+5
|
/
*
Linux 4.10-rc1
v4.10-rc1
Linus Torvalds
2016-12-26
1
-2
/
+2
*
powerpc: Fix build warning on 32-bit PPC
Larry Finger
2016-12-26
1
-1
/
+1
*
avoid spurious "may be used uninitialized" warning
Linus Torvalds
2016-12-25
1
-0
/
+1
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-12-25
227
-665
/
+604
|
\
|
*
ktime: Get rid of ktime_equal()
Thomas Gleixner
2016-12-25
4
-20
/
+4
|
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
56
-95
/
+84
|
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
48
-227
/
+200
|
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
132
-327
/
+320
*
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-12-25
72
-689
/
+308
|
\
\
|
*
|
irqchip/armada-xp: Consolidate hotplug state space
Thomas Gleixner
2016-12-25
2
-2
/
+1
|
*
|
irqchip/gic: Consolidate hotplug state space
Thomas Gleixner
2016-12-25
2
-2
/
+1
|
*
|
coresight/etm3/4x: Consolidate hotplug state space
Thomas Gleixner
2016-12-25
2
-3
/
+2
|
*
|
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-12-25
59
-77
/
+77
|
*
|
cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions
Thomas Gleixner
2016-12-25
6
-340
/
+1
|
*
|
staging/lustre/libcfs: Convert to hotplug state machine
Anna-Maria Gleixner
2016-12-25
2
-40
/
+46
|
*
|
scsi/bnx2i: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-12-25
2
-48
/
+31
|
*
|
scsi/bnx2fc: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-12-25
2
-46
/
+34
|
*
|
cpu/hotplug: Prevent overwriting of callbacks
Thomas Gleixner
2016-12-25
1
-46
/
+50
|
*
|
x86/msr: Remove bogus cleanup from the error path
Thomas Gleixner
2016-12-25
1
-1
/
+0
|
*
|
bus: arm-ccn: Prevent hotplug callback leak
Thomas Gleixner
2016-12-25
1
-1
/
+4
|
*
|
perf/x86/intel/cstate: Prevent hotplug callback leak
Thomas Gleixner
2016-12-25
1
-7
/
+7
|
*
|
ARM/imx/mmcd: Fix broken cpu hotplug handling
Thomas Gleixner
2016-12-25
1
-12
/
+22
|
*
|
scsi: qedi: Convert to hotplug state machine
Thomas Gleixner
2016-12-25
1
-64
/
+32
*
|
|
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...
Linus Torvalds
2016-12-25
3
-371
/
+673
|
\
\
\
|
*
|
|
tools/power turbostat: remove obsolete -M, -m, -C, -c options
Len Brown
2016-12-24
2
-110
/
+2
|
*
|
|
tools/power turbostat: Make extensible via the --add parameter
Len Brown
2016-12-24
2
-9
/
+409
|
*
|
|
tools/power turbostat: Denverton uses a 25 MHz crystal, not 19.2 MHz
Len Brown
2016-12-02
1
-1
/
+1
|
*
|
|
tools/power turbostat: line up headers when -M is used
Len Brown
2016-12-02
1
-1
/
+1
|
*
|
|
tools/power turbostat: fix SKX PKG_CSTATE_LIMIT decoding
Len Brown
2016-12-02
1
-1
/
+4
|
*
|
|
tools/power turbostat: Support Knights Mill (KNM)
Len Brown
2016-12-01
1
-0
/
+7
|
*
|
|
tools/power turbostat: Display HWP OOB status
Srinivas Pandruvada
2016-12-01
1
-2
/
+3
|
*
|
|
tools/power turbostat: fix Denverton BCLK
Xiaolong Wang
2016-12-01
1
-0
/
+1
[next]