index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
regulator: lm363x: Constify regulator_ops
Axel Lin
1
-2
/
+2
2019-04-03
regulator: lm363x: Use proper data type for regmap_read arguments
Axel Lin
1
-2
/
+2
2019-04-02
regulator: bcm590xx: Convert to use simplified DT parsing
Axel Lin
1
-103
/
+2
2019-04-01
regulator: as3722: Slightly improve readability
Axel Lin
1
-79
/
+58
2019-04-01
regulator: as3722: Convert to use regulator_set/get_current_limit_regmap
Axel Lin
1
-152
/
+60
2019-04-01
regulator: tps6507x: Convert to regulator core's simplified DT parsing code
Axel Lin
1
-88
/
+19
2019-04-01
regulator: tps6507x: Remove unused *rdev[] from struct tps6507x_pmic
Axel Lin
1
-4
/
+0
2019-04-01
regulator: tps6507x: Constify tps6507x_pmic_ops
Axel Lin
1
-1
/
+1
2019-04-01
regulator: vctrl: Remove unneeded continue statement
Axel Lin
1
-3
/
+1
2019-04-01
regulator: rc5t583: Get rid of struct rc5t583_regulator
Axel Lin
1
-22
/
+3
2019-03-26
regulator: act8865: Constify regulator_ops
Axel Lin
1
-2
/
+2
2019-03-26
regulator: act8865: Convert to regulator core's simplified DT parsing code
Axel Lin
1
-124
/
+19
2019-03-26
regulator: sc2731: Constify regulators
Axel Lin
1
-1
/
+1
2019-03-26
regulator: da9063: convert header to SPDX
Wolfram Sang
1
-14
/
+8
2019-03-25
regulator: tps65217: Constify regulator_ops
Axel Lin
1
-2
/
+2
2019-03-25
regulator: tps65218: Constify regulator_ops
Axel Lin
1
-4
/
+4
2019-03-25
regulator: uniphier: Fix build dependency
Axel Lin
1
-1
/
+2
2019-03-21
regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xB
Axel Lin
1
-2
/
+2
2019-03-21
regulator: add regulator_get_linear_step() stub helper
Arnd Bergmann
1
-0
/
+5
2019-03-21
regulator: tps65217: Simplify linear range for selector 25-52
Axel Lin
1
-2
/
+1
2019-03-21
regulator: tps65132: Constify tps65132_regulator_ops and tps_regs_desc
Axel Lin
1
-2
/
+2
2019-03-21
regulator: tps65132: Remove unneeded fields from struct tps65132_regulator
Axel Lin
1
-14
/
+11
2019-03-20
regulator: axp20x: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-3
/
+3
2019-03-20
regulator: gpio: Reword the binding document
Marek Vasut
1
-8
/
+22
2019-03-20
regulator: rn5t618: Constify regulator_desc
Axel Lin
1
-4
/
+4
2019-03-20
regulator: max8925: Convert to regulator core's simplified DT parsing code
Axel Lin
1
-67
/
+9
2019-03-20
regulator: of: Make regulator_of_get_init_node static
YueHaibing
1
-2
/
+3
2019-03-19
regulator: axp20x: Use rdev_get_id at appropriate places
Axel Lin
1
-9
/
+5
2019-03-19
regulator: axp20x: Remove unneeded NULL test against rdev
Axel Lin
1
-3
/
+0
2019-03-19
regulator: 88pm8607: Convert to regulator core's simplified DT parsing code
Axel Lin
1
-34
/
+9
2019-03-18
regulator: core: Fix application of "drop lockdep annotation in drms_uA_update()"
Mark Brown
1
-2
/
+0
2019-03-18
regulator: da9063: Convert to use regulator_set/get_current_limit_regmap
Axel Lin
1
-79
/
+28
2019-03-18
regulator: da9062: Convert to use regulator_set/get_current_limit_regmap
Axel Lin
1
-93
/
+32
2019-03-18
regulator: lp87565: Convert to use regulator_set/get_current_limit_regmap
Axel Lin
1
-40
/
+7
2019-03-18
regulator: lp87565: Fix missing register for LP87565_BUCK_0
Axel Lin
1
-1
/
+1
2019-03-18
regulator: mt6397: Use unsigned int for volt_tables
Axel Lin
1
-8
/
+8
2019-03-18
regulator: mt6380: Use unsigned int for volt_tables
Axel Lin
1
-4
/
+4
2019-03-18
regulator: mt6323: Use unsigned int for volt_tables
Axel Lin
1
-10
/
+10
2019-03-18
regulator: max77650: Use unsigned int for max77651_sbb1_regulator_volt_table
Axel Lin
1
-1
/
+1
2019-03-18
regulator: as3711: Remove struct as3711_regulator_info and as3711_regulator
Axel Lin
1
-30
/
+7
2019-03-18
regulator: cpcap: Convert to use of_device_get_match_data
Axel Lin
1
-8
/
+4
2019-03-18
regulator: cpcap: Remove unneeded init_data setting
Axel Lin
1
-3
/
+0
2019-03-18
regulator: as3722: Remove *rdevs[] from struct as3722_regulators
Axel Lin
1
-2
/
+0
2019-03-18
regulator: da9052: Include linux/of.h to fix build warning for of_match_ptr
Axel Lin
1
-2
/
+0
2019-03-17
Linux 5.1-rc1
Linus Torvalds
1
-2
/
+2
2019-03-17
perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
kbuild test robot
1
-1
/
+1
2019-03-17
kconfig: remove stale lxdialog/.gitignore
Masahiro Yamada
1
-4
/
+0
2019-03-17
kbuild: force all architectures except um to include mandatory-y
Masahiro Yamada
29
-47
/
+18
2019-03-17
kbuild: warn redundant generic-y
Masahiro Yamada
12
-13
/
+6
2019-03-17
Revert "modsign: Abort modules_install when signing fails"
Douglas Anderson
1
-1
/
+1
[next]