index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-15
lkdtm: Update usercopy tests for whitelisting
Kees Cook
3
-43
/
+53
2018-01-15
lkdtm/usercopy: Adjust test to include an offset to check reporting
Kees Cook
1
-4
/
+9
2018-01-10
powerpc: rename dma_direct_ to dma_nommu_
Christoph Hellwig
1
-1
/
+1
2018-01-09
mei: fix an && vs || typo
Dan Carpenter
1
-1
/
+1
2018-01-09
misc: ds1682: Ignore update-in-progress ETC reads
Thomas VanSelus
1
-1
/
+18
2018-01-09
misc: ds1682: Show device registers as unsigned
Aaron Sierra
1
-9
/
+9
2018-01-09
misc: fsa9480: Add blank line after declarations.
Tejas Upadhyay
1
-0
/
+1
2018-01-02
eeprom: at24: extend the list of chips supported in DT
Bartosz Golaszewski
1
-0
/
+9
2018-01-02
mei: fix incorrect logical operator in if statement
Colin Ian King
1
-1
/
+1
2018-01-02
mei: me: allow runtime pm for platform with D0i3
Tomas Winkler
1
-1
/
+4
2018-01-02
Merge 4.15-rc6 into char-misc-next
Greg Kroah-Hartman
2
-16
/
+12
2018-01-01
eeprom: at24: add support for the write-protect pin
Bartosz Golaszewski
1
-0
/
+11
2018-01-01
eeprom: at24: remove temporary fix for at24mac402 size
Sven Van Asbroeck
1
-10
/
+0
2018-01-01
eeprom: at24: convert magic numbers to structs
Sven Van Asbroeck
1
-121
/
+100
2018-01-01
eeprom: at24: code shrink
Bartosz Golaszewski
1
-17
/
+6
2018-01-01
eeprom: at24: use a common prefix for all symbols in at24.c
Bartosz Golaszewski
1
-16
/
+18
2018-01-01
eeprom: at24: fix coding style issues
Bartosz Golaszewski
1
-9
/
+9
2018-01-01
eeprom: at24: support eeproms that do not auto-rollover reads
Sven Van Asbroeck
1
-12
/
+27
2018-01-01
eeprom: at24: remove now unneeded smbus-related code
Heiner Kallweit
1
-48
/
+8
2018-01-01
eeprom: at24: remove old read functions
Heiner Kallweit
1
-186
/
+0
2018-01-01
eeprom: at24: add regmap-based read function
Heiner Kallweit
1
-1
/
+56
2018-01-01
eeprom: at24: remove old write functions
Heiner Kallweit
1
-117
/
+0
2018-01-01
eeprom: at24: add regmap-based write function
Heiner Kallweit
1
-1
/
+26
2018-01-01
eeprom: at24: change at24_translate_offset return type
Heiner Kallweit
1
-10
/
+24
2018-01-01
eeprom: at24: add basic regmap_i2c support
Heiner Kallweit
2
-13
/
+45
2017-12-19
genwqe: Remove unused parameter in some functions
Guilherme G. Piccoli
3
-13
/
+10
2017-12-19
genwqe: Make defines uppercase
Guilherme G. Piccoli
5
-29
/
+29
2017-12-19
genwqe: Remove unused variable and rename function
Guilherme G. Piccoli
2
-16
/
+7
2017-12-19
mei: fix spelling mistake: "botther" -> "bother"
Colin Ian King
1
-1
/
+1
2017-12-18
misc: ad525x_dpot: macros should not use a trailing semicolon
Dhaval Shah
1
-3
/
+3
2017-12-18
misc: ad525x_dpot: please, no space before tabs
Dhaval Shah
1
-1
/
+1
2017-12-18
misc: ad525x_dpot: Prefer 'unsigned int' to bare use of 'unsigned'
Dhaval Shah
1
-11
/
+11
2017-12-18
misc: apds990x: Missing a blank line after declarations.
Dhaval Shah
1
-0
/
+11
2017-12-18
misc: ics932s401: open brace should be on the previous line
Dhaval Shah
1
-2
/
+1
2017-12-18
misc: ics932s401: please, no space before tabs
Dhaval Shah
1
-2
/
+2
2017-12-18
misc: ics932s401: Missing a blank line after declarations
Dhaval Shah
1
-0
/
+1
2017-12-18
misc: mic: remove unused label 'done'
Colin Ian King
1
-1
/
+0
2017-12-18
eeprom: at25: Add DT support for EEPROMs with odd address bits
Geert Uytterhoeven
1
-0
/
+3
2017-12-18
misc: ad525x_dpot: Unnecessary space before function pointer arguments
Dhaval Shah
1
-6
/
+6
2017-12-17
Merge branch 'WIP.x86-pti.base.prep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2017-12-17
drivers/misc/intel/pti: Rename the header file to free up the namespace
Ingo Molnar
1
-1
/
+1
2017-12-13
mei: speed up the power down flow
Tomas Winkler
4
-5
/
+17
2017-12-11
Merge 4.15-rc3 into char-misc-next
Greg Kroah-Hartman
2
-3
/
+28
2017-12-07
misc: isl29003: Missing a blank line after declarations
Dhaval Shah
1
-0
/
+7
2017-12-07
misc: hpilo: Use SPDX-License-Identifier
Dhaval Shah
2
-8
/
+2
2017-12-07
misc: enclosure: Remove unnecessary error check
Arvind Yadav
1
-7
/
+1
2017-12-07
misc: enclosure: Fix space before '[' error
Arvind Yadav
1
-2
/
+2
2017-12-07
misc: mic: Use memdup_user() as a cleanup
Vasyl Gomonovych
1
-14
/
+7
2017-12-07
misc: vexpress: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2017-12-06
eeprom: at24: change nvmem stride to 1
David Lechner
1
-1
/
+1
[prev]
[next]