index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-05
hw_random: make buffer usable in scatterlist.
Rusty Russell
1
-3
/
+16
2013-02-28
drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionally
Dae S. Kim
1
-7
/
+9
2013-02-28
ipmi: add options to disable openfirmware and PCI scanning
Corey Minyard
1
-10
/
+28
2013-02-28
ipmi: add new kernel options to prevent automatic ipmi init
Corey Minyard
1
-4
/
+24
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
11
-23
/
+23
2013-02-27
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-26
/
+5
2013-02-26
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-55
/
+73
2013-02-23
new helper: file_inode(file)
Al Viro
11
-23
/
+23
2013-02-23
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2013-02-22
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-311
/
+346
2013-02-22
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-36
/
+37
2013-02-22
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-10
/
+12
2013-02-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
12
-80
/
+1155
2013-02-20
drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILK
Chris Wilson
1
-2
/
+35
2013-02-19
locking: Various static lock initializer fixes
Thomas Gleixner
1
-3
/
+3
2013-02-15
Merge branch 'acpi-cleanup'
Rafael J. Wysocki
2
-2
/
+2
2013-02-15
drm/i915: Fix gen2 mappable calculations
Ben Widawsky
1
-1
/
+4
2013-02-14
tpm/ibmvtpm: build only when IBM pseries is configured
Kent Yoder
1
-1
/
+1
2013-02-13
virtio_console: Initialize guest_connected=true for rproc_serial
Sjur Brændeland
1
-5
/
+2
2013-02-13
virtio: use module_virtio_driver.
Rusty Russell
1
-12
/
+1
2013-02-12
virtio_console: Use virtio device index to generate port name
Sjur Brændeland
1
-13
/
+3
2013-02-09
pcmcia: synclink_cs: cleanup checkpatch warnings
Alexey Khoroshilov
1
-306
/
+310
2013-02-09
pcmcia: synclink_cs: fix error handling in mgslpc_probe()
Alexey Khoroshilov
1
-10
/
+41
2013-02-07
virtio_console: Don't access uninitialized data.
Sjur Brændeland
1
-1
/
+2
2013-02-06
drivers/char/mem.c: fix small coding style issues
Hans Grob
1
-5
/
+5
2013-02-05
tpm_tis: check pnp_acpi_device return code
Kent Yoder
1
-0
/
+3
2013-02-05
char/tpm/tpm_i2c_stm_st33: drop temporary variable for return value
Peter Huewe
1
-3
/
+1
2013-02-05
char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe
Peter Huewe
1
-2
/
+0
2013-02-05
char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute
Peter Huewe
1
-1
/
+1
2013-02-05
char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignment
Peter Huewe
1
-4
/
+2
2013-02-05
tpm_i2c_stm_st33: removed unused variables/code
Kent Yoder
1
-17
/
+1
2013-02-05
TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startup
Jason Gunthorpe
1
-0
/
+21
2013-02-05
tpm: Fix cancellation of TPM commands (interrupt mode)
Stefan Berger
3
-12
/
+31
2013-02-05
tpm: Fix cancellation of TPM commands (polling mode)
Stefan Berger
8
-8
/
+48
2013-02-05
tpm: Store TPM vendor ID
Stefan Berger
2
-0
/
+3
2013-02-05
TPM: Work around buggy TPMs that block during continue self test
Jason Gunthorpe
1
-1
/
+9
2013-02-05
tpm_i2c_stm_st33: fix oops when i2c client is unavailable
Kent Yoder
2
-6
/
+11
2013-02-05
char/tpm: Use struct dev_pm_ops for power management
Peter Huewe
1
-16
/
+12
2013-02-05
TPM: STMicroelectronics ST33 I2C BUILD STUFF
Mathias Leblanc
2
-0
/
+11
2013-02-05
tpm: rename STM driver to match other i2c drivers
Kent Yoder
2
-1
/
+1
2013-02-05
tpm: STM i2c driver fixes
Kent Yoder
2
-89
/
+69
2013-02-05
tpm: rename vendor data to priv and provide an accessor
Kent Yoder
2
-5
/
+7
2013-02-05
TPM: STMicroelectronics ST33 I2C KERNEL 3.x
Mathias Leblanc
2
-0
/
+984
2013-02-05
char/tpm: Use true and false for bools
Peter Huewe
1
-6
/
+6
2013-02-05
TPM: Switch to __packed instead of __attribute__((packed))
Jason Gunthorpe
2
-21
/
+21
2013-02-05
TPM: Issue TPM_STARTUP at driver load if the TPM has not been started
Jason Gunthorpe
2
-4
/
+46
2013-02-05
char/tpm: simplify duration calculation and eliminate smatch warning.
Peter Huewe
1
-7
/
+6
2013-02-05
char/tpm: Remove duplicated lookup table
Peter Huewe
1
-17
/
+1
2013-01-31
drm/i915: remove intel_gtt structure
Ben Widawsky
1
-15
/
+21
2013-01-30
TTY: synclink: Convert + to | for bit operations
Joe Perches
1
-13
/
+13
[next]