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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-20
staging: kpc2000: added missing clean-up to probe_core_uio.
Jeremy Sowden
2
-1
/
+3
2019-05-20
staging: kpc2000: added designated initializers to two structs.
Jeremy Sowden
1
-5
/
+2
2019-05-20
staging: kpc2000: declare two functions as static.
Jeremy Sowden
1
-2
/
+4
2019-05-20
staging: kpc2000: inverted conditional in order to reduce indentation.
Jeremy Sowden
1
-19
/
+24
2019-05-20
Staging: kpc2000: kpc_dma: Resolve cast warning and use const for file_operation
Vandana BN
2
-2
/
+2
2019-05-20
Staging: kpc2000: kpc_dma: Resolve warning to use __func__ insted of funtion name reported by checkpatch.
Vandana BN
3
-25
/
+25
2019-05-20
Staging: kpc2000: kpc_dma: Resolve warning Missing blank line after declarations & labels not to be indented.
Vandana BN
4
-13
/
+29
2019-05-20
Staging: kpc2000: kpc_dma: Resolve checkpath errors Macros in paranthesis & trailing statements on next line.
Vandana BN
1
-3
/
+5
2019-05-20
Staging: kpc2000: kpc_dma: Resolve code indent and trailing statements on next line errors reported by checkpatch.
Vandana BN
1
-4
/
+8
2019-05-20
Staging: kpc2000: kpc_dma: Resolve checkpatch space errors around brace '{', '!' and open paranthesis '('.
Vandana BN
3
-52
/
+52
2019-05-20
Staging: kpc2000: kpc_dma: Resolve space errors around pointers and function declarations reported by checkpatch.
Vandana BN
4
-14
/
+14
2019-05-20
Staging: kpc2000: kpc_dma: Resolve trailing whitespace error reported by checkpatch
Vandana BN
4
-131
/
+131
2019-05-20
staging: rtl8723bs: os_dep: Remove Unneeded variable ret
Hariprasad Kelam
1
-2
/
+1
2019-05-20
Staging: rtl8723bs: os_dep: Fix if-else coding style issues
Puranjay Mohan
1
-10
/
+5
2019-05-20
staging: kpc2000: remove unused function kp2000_cdev_write
YueHaibing
1
-8
/
+0
2019-05-20
staging: vc04_services: bcm2835-camera: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2019-05-20
Staging: kpc2000: Cleanup in kpc_dma_transfer()
Madhumitha Prabakaran
1
-1
/
+1
2019-05-20
staging: rtl8712: get rid of IS_MCAST
Michael Straube
5
-27
/
+16
2019-05-20
staging: kpc_i2c: Remove unused file
Matt Sickler
2
-182
/
+1
2019-05-20
Staging: rtl8723bs: os_dep: Remove braces from single if statement
Puranjay Mohan
1
-2
/
+1
2019-05-20
staging: rtl8723bs: core: Fix variable constant comparisons.
Vatsala Narang
1
-2
/
+2
2019-05-20
staging: rtl8723bs: core: Remove braces from single if statement.
Vatsala Narang
1
-8
/
+4
2019-05-20
staging: rtl8723bs: core: Remove unnecessary parentheses.
Vatsala Narang
1
-5
/
+5
2019-05-20
staging: rtl8723bs: core: Replace NULL comparisons.
Vatsala Narang
1
-16
/
+16
2019-05-20
staging: rtl8723bs: core: Remove blank line.
Vatsala Narang
1
-5
/
+0
2019-05-20
Staging: rtl8723bs: core: Fix Spelling mistake in comments
Puranjay Mohan
1
-3
/
+3
2019-05-20
Staging: rtl8723bs: os_dep: Fix switch-case indentation error
Puranjay Mohan
1
-221
/
+221
2019-05-20
drivers: staging : wlan-ng : collect return status without variable
Hariprasad Kelam
1
-11
/
+3
2019-05-19
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
37
-66
/
+53
2019-05-19
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
1
-13
/
+105
2019-05-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-133
/
+174
2019-05-19
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
23
-219
/
+2105
2019-05-19
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+6
2019-05-19
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-7
/
+7
2019-05-19
Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
Linus Torvalds
1
-1
/
+0
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
4
-6
/
+6
2019-05-18
media: prefix header search paths with $(srctree)/
Masahiro Yamada
30
-49
/
+47
2019-05-18
media: remove unneeded header search paths
Masahiro Yamada
7
-11
/
+0
2019-05-17
i2c: core: add device-managed version of i2c_new_dummy
Heiner Kallweit
1
-0
/
+44
2019-05-17
i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy
Heiner Kallweit
1
-13
/
+61
2019-05-17
Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
3
-32
/
+11
2019-05-17
fbdev/efifb: Ignore framebuffer memmap entries that lack any memory types
Ard Biesheuvel
1
-2
/
+6
2019-05-16
tty: Don't force RISCV SBI console as preferred console
Anup Patel
1
-1
/
+0
2019-05-16
Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block
Linus Torvalds
22
-538
/
+393
2019-05-16
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
133
-6
/
+139
2019-05-16
Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-10
/
+14
2019-05-16
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Linus Torvalds
8
-49
/
+26
2019-05-16
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
20
-293
/
+1583
2019-05-16
Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
14
-32
/
+164
2019-05-16
Merge tag 'edac_fixes_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
2
-10
/
+6
[next]