index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-11-28
random: allow architectures to optionally define random_get_entropy()
Theodore Ts'o
1
-4
/
+4
2013-11-28
random: run random_int_secret_init() run after all late_initcalls
Theodore Ts'o
1
-2
/
+1
2013-09-10
virtio: console: return -ENODEV on all read operations after unplug
Amit Shah
1
-1
/
+5
2013-09-10
virtio: console: fix raising SIGIO after port unplug
Amit Shah
1
-3
/
+5
2013-09-10
virtio: console: clean up port data immediately at time of unplug
Amit Shah
1
-8
/
+8
2013-09-10
virtio: console: fix race in port_fops_open() and port unplug
Amit Shah
1
-0
/
+4
2013-09-10
virtio: console: fix race with port unplug and open/close
Amit Shah
1
-7
/
+6
2013-05-30
random: fix accounting race condition with lockless irq entropy_count update
Jiri Kosina
1
-8
/
+16
2013-05-30
ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex
Benjamin LaHaise
1
-1
/
+13
2013-05-30
drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflow
Chen Gang
1
-2
/
+2
2013-05-13
vm: convert HPET mmap to vm_iomap_memory() helper
Linus Torvalds
1
-13
/
+1
2013-04-10
virtio: console: add locking around c_ovq operations
Amit Shah
1
-0
/
+5
2013-04-10
virtio: console: rename cvq_lock to c_ivq_lock
Amit Shah
1
-7
/
+8
2013-03-20
virtio: rng: disallow multiple device registrations, fixes crashes
Amit Shah
1
-2
/
+11
2013-03-20
hw_random: make buffer usable in scatterlist.
Rusty Russell
1
-3
/
+16
2013-02-20
virtio_console: Don't access uninitialized data.
Sjur Brændeland
1
-1
/
+2
2013-01-03
ramoops: fix use of rounddown_pow_of_two()
Marco Stornelli
1
-2
/
+2
2013-01-03
drm/i915: add Ivy Bridge GT2 Server entries
Eugeni Dodonov
2
-0
/
+3
2012-10-31
tpm: Propagate error from tpm_transmit to fix a timeout hang
Peter Huewe
1
-7
/
+14
2012-10-17
TTY: ttyprintk, don't touch behind tty->write_buf
Jiri Slaby
1
-1
/
+1
2012-09-12
random: Add comment to random_initialize()
Tony Luck
1
-0
/
+10
2012-09-12
drivers/char/random.c: fix boot id uniqueness race
Mathieu Desnoyers
1
-3
/
+8
2012-08-10
random: mix in architectural randomness in extract_buf()
H. Peter Anvin
1
-24
/
+32
2012-08-10
Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
Tony Luck
1
-1
/
+1
2012-08-10
random: add new get_random_bytes_arch() function
Theodore Ts'o
1
-5
/
+24
2012-08-10
random: use the arch-specific rng in xfer_secondary_pool
Theodore Ts'o
1
-9
/
+16
2012-08-10
random: create add_device_randomness() interface
Linus Torvalds
1
-0
/
+28
2012-08-10
random: use lockless techniques in the interrupt path
Theodore Ts'o
1
-39
/
+39
2012-08-10
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
1
-17
/
+86
2012-08-10
random: Adjust the number of loops when initializing
H. Peter Anvin
1
-1
/
+1
2012-08-10
random: Use arch-specific RNG to initialize the entropy store
Theodore Ts'o
1
-0
/
+6
2012-08-10
random: Use arch_get_random_int instead of cycle counter if avail
Linus Torvalds
1
-2
/
+6
2012-07-04
hwrng: atmel-rng - fix data valid check
Peter Korsgaard
1
-1
/
+1
2012-06-20
hwrng: atmel-rng - fix race condition leading to repeated bits
Peter Korsgaard
1
-0
/
+7
2012-06-20
char/agp: add another Ironlake host bridge
Eugeni Dodonov
2
-0
/
+2
2012-04-02
TPM: Zero buffer whole after copying to userspace
Tim Gardner
1
-1
/
+2
2012-04-02
ima: fix Kconfig dependencies
Fabio Estevam
1
-1
/
+0
2012-02-03
tpm_tis: add delay after aborting command
Stefan Berger
1
-0
/
+3
2011-12-20
ipmi_watchdog: restore settings when BMC reset
Corey Minyard
1
-3
/
+38
2011-11-17
fix typo/thinko in get_random_bytes()
Luck, Tony
1
-1
/
+1
2011-11-08
agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set
Keith Packard
1
-2
/
+3
2011-11-08
drm/i915: fix if statement (bogus semi-colon)
Dan Carpenter
1
-1
/
+1
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-0
/
+6
2011-11-03
Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...
Linus Torvalds
1
-2
/
+4
2011-11-03
Merge git://github.com/rustyrussell/linux
Linus Torvalds
1
-41
/
+79
2011-11-02
Merge branch 'for-linus' of git://github.com/richardweinberger/linux
Linus Torvalds
3
-4
/
+19
2011-11-02
um: switch to use of drivers/Kconfig
Al Viro
2
-4
/
+4
2011-11-02
um: clean Kconfig up a bit
Al Viro
1
-0
/
+15
2011-11-02
Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
3
-0
/
+172
2011-11-02
virtio: console: wait for first console port for early console output
Christian Borntraeger
1
-0
/
+20
[next]