index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
component.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-30
pwm: imx: Move PWMv2 wait for fifo slot code to a separate function
Lukasz Majewski
1
-18
/
+25
2017-01-30
pwm: imx: Move PWMv2 software reset code to a separate function
Lukasz Majewski
1
-10
/
+21
2017-01-30
pwm: imx: Rewrite v1 code to facilitate switch to atomic PWM
Lukasz Majewski
1
-10
/
+22
2017-01-30
pwm: imx: Add separate set of PWM ops for v1 and v2
Lukasz Majewski
1
-3
/
+14
2017-01-30
pwm: imx: Remove ipg clock and enable per clock when required
Sascha Hauer
1
-10
/
+2
2017-01-30
pwm: lpss: Add Intel Gemini Lake PCI ID
Mika Westerberg
1
-0
/
+1
2017-01-30
pwm: lpss: Do not export board infos for different PWM types
Andy Shevchenko
4
-28
/
+42
2017-01-30
pwm: lpss: Avoid reconfiguring while UPDATE bit is still enabled
Ilkka Koskinen
1
-9
/
+43
2017-01-30
pwm: lpss: Switch to new atomic API
Andy Shevchenko
1
-35
/
+29
2017-01-30
pwm: lpss: Allow duty cycle to be 0
Andy Shevchenko
1
-2
/
+0
2017-01-30
pwm: lpss: Avoid potential overflow of base_unit
Andy Shevchenko
1
-3
/
+3
2017-01-20
pwm: pca9685: Fix period change with same duty cycle
Clemens Gruber
1
-11
/
+0
2017-01-19
pwm: constify pwm_ops structures
Bhumika Goyal
4
-4
/
+4
2017-01-19
pwm: bcm-iproc: Update dependencies for compile-test
Scott Branden
1
-1
/
+3
2017-01-19
pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIO
Mika Westerberg
1
-1
/
+163
2017-01-01
Linux 4.10-rc2
v4.10-rc2
Linus Torvalds
1
-1
/
+1
2016-12-29
mm/filemap: fix parameters to test_bit()
Olof Johansson
1
-1
/
+1
2016-12-29
mm: optimize PageWaiters bit use for unlock_page()
Linus Torvalds
3
-6
/
+45
2016-12-27
Documentation/unaligned-memory-access.txt: fix incorrect comparison operator
Cihangir Akturk
1
-1
/
+1
2016-12-27
docs: Fix build failure
John Brooks
1
-1
/
+1
2016-12-27
net: stmmac: fix incorrect bit set in gmac4 mdio addr register
Kweh, Hock Leong
1
-1
/
+3
2016-12-27
r8169: add support for RTL8168 series add-on card.
Chun-Hao Lin
1
-0
/
+1
2016-12-27
net: xdp: remove unused bfp_warn_invalid_xdp_buffer()
Jason Wang
2
-7
/
+0
2016-12-27
openvswitch: upcall: Fix vlan handling.
pravin shelar
2
-28
/
+27
2016-12-27
ipv4: Namespaceify tcp_tw_reuse knob
Haishuang Yan
4
-10
/
+10
2016-12-27
crypto: testmgr - Use heap buffer for acomp test input
Laura Abbott
1
-2
/
+28
2016-12-27
ext4: Simplify DAX fault path
Jan Kara
1
-38
/
+10
2016-12-27
dax: Call ->iomap_begin without entry lock during dax fault
Jan Kara
1
-55
/
+66
2016-12-27
dax: Finish fault completely when loading holes
Jan Kara
1
-9
/
+18
2016-12-27
dax: Avoid page invalidation races and unnecessary radix tree traversals
Jan Kara
1
-17
/
+11
2016-12-27
mm: Invalidate DAX radix tree entries only if appropriate
Jan Kara
3
-24
/
+125
2016-12-27
ext2: Return BH_New buffers for zeroed blocks
Jan Kara
1
-2
/
+1
2016-12-27
x86/mce/AMD: Make the init code more robust
Thomas Gleixner
1
-0
/
+3
2016-12-27
smp/hotplug: Undo tglxs brainfart
Thomas Gleixner
1
-1
/
+8
2016-12-26
arm64: don't pull uaccess.h into *.S
Al Viro
9
-71
/
+72
2016-12-26
net: korina: Fix NAPI versus resources freeing
Florian Fainelli
1
-4
/
+4
2016-12-26
net, sched: fix soft lockup in tc_classify
Daniel Borkmann
1
-1
/
+3
2016-12-26
Linux 4.10-rc1
v4.10-rc1
Linus Torvalds
1
-2
/
+2
2016-12-26
powerpc: Fix build warning on 32-bit PPC
Larry Finger
1
-1
/
+1
2016-12-25
avoid spurious "may be used uninitialized" warning
Linus Torvalds
1
-0
/
+1
2016-12-25
mm: add PageWaiters indicating tasks are waiting for a page bit
Nicholas Piggin
9
-50
/
+174
2016-12-25
mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked
Nicholas Piggin
4
-18
/
+25
2016-12-25
ktime: Get rid of ktime_equal()
Thomas Gleixner
4
-20
/
+4
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
56
-95
/
+84
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
48
-227
/
+200
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
132
-327
/
+320
2016-12-25
irqchip/armada-xp: Consolidate hotplug state space
Thomas Gleixner
2
-2
/
+1
2016-12-25
irqchip/gic: Consolidate hotplug state space
Thomas Gleixner
2
-2
/
+1
2016-12-25
coresight/etm3/4x: Consolidate hotplug state space
Thomas Gleixner
2
-3
/
+2
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
59
-77
/
+77
[next]