index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-29
extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...
Chanwoo Choi
2
-12
/
+69
2014-04-29
extcon: Add extcon_dev_allocate/free() to control the memory of extcon device
Chanwoo Choi
2
-0
/
+49
2014-04-24
extcon: arizona: Use devm_extcon_dev_register()
Sangjung Woo
1
-8
/
+4
2014-04-24
extcon: palmas: Use devm_extcon_dev_register()
Sangjung Woo
1
-10
/
+5
2014-04-24
extcon: max8997: Use devm_extcon_dev_register()
Sangjung Woo
1
-3
/
+1
2014-04-24
extcon: max77693: Use devm_extcon_dev_register()
Sangjung Woo
1
-5
/
+2
2014-04-24
extcon: max14577: Use devm_extcon_dev_register()
Sangjung Woo
1
-7
/
+2
2014-04-24
extcon: gpio: Use devm_extcon_dev_register()
Sangjung Woo
1
-12
/
+4
2014-04-24
extcon: adc-jack: Use devm_extcon_dev_register()
Sangjung Woo
1
-21
/
+9
2014-04-24
extcon: Add resource-managed extcon register function
Sangjung Woo
2
-0
/
+82
2014-04-24
extcon: max14577: Properly handle regmap_irq_get_virq error
Krzysztof Kozlowski
1
-1
/
+1
2014-04-24
extcon: max14577: Fix probe failure on successful work queue
Krzysztof Kozlowski
1
-6
/
+1
2014-04-24
extcon: max8997: Use power efficient workqueue for delayed cable detection
Krzysztof Kozlowski
1
-1
/
+2
2014-04-24
extcon: max77693: Use power efficient workqueue for delayed cable detection
Krzysztof Kozlowski
1
-1
/
+2
2014-04-24
extcon: max8997: Fix NULL pointer exception on missing pdata
Krzysztof Kozlowski
1
-1
/
+1
2014-04-24
extcon: max77693: Fix two NULL pointer exceptions on missing pdata
Krzysztof Kozlowski
1
-2
/
+2
2014-04-23
regulator: max14577: Add support for MAX77836 regulators
Krzysztof Kozlowski
4
-39
/
+289
2014-04-23
extcon: max14577: Add support for MAX77836
Krzysztof Kozlowski
4
-21
/
+96
2014-04-23
mfd: max77836: Add MAX77836 support to max14577 driver
Krzysztof Kozlowski
4
-45
/
+330
2014-04-23
mfd: max14577: Add MAX14577 prefix to IRQ defines
Krzysztof Kozlowski
2
-26
/
+26
2014-04-23
extcon: max14577: Choose muic_irqs according to device type
Krzysztof Kozlowski
1
-28
/
+37
2014-04-23
extcon: max14577: Add max14577 prefix to muic_irqs
Krzysztof Kozlowski
1
-6
/
+6
2014-04-23
mfd: max14577: Add detection of device type
Krzysztof Kozlowski
2
-23
/
+53
2014-04-23
mfd: max14577: Add muic prefix to regmap config
Krzysztof Kozlowski
2
-7
/
+6
2014-04-23
extcon: max14577: Change extcon name instead of static name according to devi...
Chanwoo Choi
1
-3
/
+3
2014-04-22
extcon: palmas: explicitly set edev name as node name
Kishon Vijay Abraham I
1
-0
/
+5
2014-04-20
Linux 3.15-rc2
v3.15-rc2
Linus Torvalds
1
-1
/
+1
2014-04-20
perf tools: Improve error reporting
Adrien BAK
2
-2
/
+9
2014-04-20
perf tools: Adjust symbols in VDSO
Vladimir Nikulichev
1
-0
/
+2
2014-04-20
perf kvm: Fix 'Min time' counting in report command
Alexander Yarygin
1
-0
/
+1
2014-04-19
coredump: fix va_list corruption
Eric Dumazet
1
-1
/
+6
2014-04-19
thp: close race between split and zap huge pages
Kirill A. Shutemov
1
-3
/
+10
2014-04-19
mm: fix new kernel-doc warning in filemap.c
Randy Dunlap
1
-1
/
+0
2014-04-19
mm: fix CONFIG_DEBUG_VM_RB description
Davidlohr Bueso
1
-2
/
+1
2014-04-19
mm: use paravirt friendly ops for NUMA hinting ptes
Mel Gorman
1
-8
/
+23
2014-04-19
mips: export flush_icache_range
Kees Cook
1
-2
/
+2
2014-04-19
mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
Mizuma, Masayoshi
1
-0
/
+1
2014-04-19
wait: explain the shadowing and type inconsistencies
Peter Zijlstra
1
-1
/
+13
2014-04-19
Shiraz has moved
Viresh Kumar
11
-13
/
+14
2014-04-19
Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_po...
Tang Chen
1
-3
/
+2
2014-04-19
powerpc/mm: fix ".__node_distance" undefined
Mike Qiu
1
-0
/
+1
2014-04-19
kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()
Andrew Morton
1
-1
/
+5
2014-04-19
init/Kconfig: move the trusted keyring config option to general setup
Peter Foley
1
-12
/
+12
2014-04-19
vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()
Christoph Lameter
1
-1
/
+1
2014-04-19
net: sctp: cache auth_enable per endpoint
Vlad Yasevich
7
-60
/
+92
2014-04-19
tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled
Ivan Vecera
1
-1
/
+3
2014-04-18
vlan: Fix lockdep warning when vlan dev handle notification
dingtianhong
2
-5
/
+42
2014-04-18
ARC: Delete stale barrier.h
Vineet Gupta
1
-37
/
+0
2014-04-18
of: add empty of_find_node_by_path() for !OF
Alexander Shiyan
1
-0
/
+5
2014-04-18
perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMU
Venkatesh Srinivas
1
-3
/
+9
[next]