1. a151427 char: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  2. 71811f3 drivers: char: mem: use IS_ERR_VALUE() in memory_lseek() by Rasmus Villemoes · 11 years ago
  3. 84524cf char: xilinx_hwicap: Fix typo in comment and extend it by Michal Simek · 11 years ago
  4. 1dd24da char: xilinx_hwicap: Checkpatch.pl cleanup by Michal Simek · 11 years ago
  5. f35c69b Merge 3.10-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  6. 10b3a32 random: fix accounting race condition with lockless irq entropy_count update by Jiri Kosina · 11 years ago
  7. 1e7e2e0 drivers/char/random.c: fix priming of last_data by Jarod Wilson · 11 years ago
  8. 5cc0c03 Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  9. b5325a0 ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing port by Darrick J. Wong · 11 years ago
  10. a0ea59d char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  11. e510668 Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  12. 221ba15 Char: lp, protect LPGETSTATUS with port_mutex by salina@us.ibm.com · 11 years ago
  13. 6368087 ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutex by Benjamin LaHaise · 11 years ago
  14. 0849bfe ipmi: Improve error messages on failed irq enable by Corey Minyard · 11 years ago
  15. a5f2b3d drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflow by Chen Gang · 11 years ago
  16. 1b6b698 drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdup by Alexandru Gheorghiu · 11 years ago
  17. 2a9ba2e drivers/char/hw_random: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  18. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  19. 162934d char: add aio_{read,write} to /dev/{null,zero} by Zach Brown · 11 years ago
  20. 2e7718c rtc: single_open() leaks by Al Viro · 11 years ago
  21. 7485e16 ds1620: single_open() leak by Al Viro · 11 years ago
  22. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  23. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  24. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  25. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  26. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  27. 16c7fa0 lib/string_helpers: introduce generic string_unescape by Andy Shevchenko · 11 years ago
  28. 2e1deaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  29. 9fb8ca5 ds1620: Don't use create_proc_read_entry() by David Howells · 11 years ago
  30. 788416b efirtc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  31. a6d935a genrtc: Don't use create_proc_read_entry() by David Howells · 11 years ago
  32. 4f567cb Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  33. b149a30 hwrng: timeriomem - added devicetree hooks by Alexander Clouter · 12 years ago
  34. 1907da7 hwrng: timeriomem - update to support more than one device by Alexander Clouter · 12 years ago
  35. 8c4196a hwrng: bcm2835 - Add Broadcom BCM2835 RNG driver by Lubomir Rintel · 12 years ago
  36. 2323036 vm: convert HPET mmap to vm_iomap_memory() helper by Linus Torvalds · 11 years ago
  37. 32d33b2 TPM: Retry SaveState command in suspend path by Duncan Laurie · 12 years ago
  38. 74ff582 virtio: console: replace EMFILE with EBUSY for already-open port by Amit Shah · 11 years ago
  39. 2f093e2 Merge 3.9-rc7 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  40. 6aa4ef4 tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transfer by Peter Huewe · 12 years ago
  41. 21dc02e tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id table entries by Peter Huewe · 12 years ago
  42. 3320280 tpm_i2c_stm_st33: Remove duplicate inclusion of header files by Sachin Kamat · 12 years ago
  43. c61c86d tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Peter Huewe · 12 years ago
  44. eef8b62 char/tpm: Convert struct i2c_msg initialization to C99 format by Shubhrajyoti Datta · 12 years ago
  45. e361200 drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpy by Chen Gang · 12 years ago
  46. 2d089f8 tpm/tpm_i2c_stm_st33: formatting and white space changes by Peter Huewe · 12 years ago
  47. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  48. e784788 get rid of a bunch of open-coded create_proc_read_entry() by Al Viro · 12 years ago
  49. 3826835 virtio_console: make local symbols static by Wei Yongjun · 11 years ago
  50. fefcdbe Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  51. 9ba5c80 virtio: console: add locking around c_ovq operations by Amit Shah · 12 years ago
  52. 165b1b8 virtio: console: rename cvq_lock to c_ivq_lock by Amit Shah · 12 years ago
  53. e58b9a2 Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next by Greg Kroah-Hartman · 12 years ago
  54. 275b5d2 drivers: char: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  55. 264878e hwrng: mxc-rnga - Use devm_ioremap_resource() by Fabio Estevam · 12 years ago
  56. a80c542 hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resume by Jingoo Han · 12 years ago
  57. 6797999 virtio_console: use simplified virtqueue accessors. by Rusty Russell · 12 years ago
  58. fb6aa6f virtio_rng: use simplified virtqueue accessors. by Rusty Russell · 12 years ago
  59. b7d44d9 hw_random: free rng_buffer at module exit by Satoru Takeuchi · 12 years ago
  60. aabd6a8 Revert "virtio_console: Initialize guest_connected=true for rproc_serial" by Sjur Brændeland · 12 years ago
  61. e7c2199 drivers: char: use module_platform_driver_probe() by Fabio Porcedda · 12 years ago
  62. 2154e0a applicom: use correct array offset by Dan Carpenter · 12 years ago
  63. a3633f6 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  64. c77f8bf Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  65. e84e7a5 virtio: rng: disallow multiple device registrations, fixes crashes by Amit Shah · 12 years ago
  66. f7f154f hw_random: make buffer usable in scatterlist. by Rusty Russell · 12 years ago
  67. b980955 random: fix locking dependency with the tasklist_lock by Theodore Ts'o · 12 years ago
  68. 3c94ce6 drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionally by Dae S. Kim · 12 years ago
  69. f2afae4 ipmi: add options to disable openfirmware and PCI scanning by Corey Minyard · 12 years ago
  70. d941aea ipmi: add new kernel options to prevent automatic ipmi init by Corey Minyard · 12 years ago
  71. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  72. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  73. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  74. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  75. 3b5d851 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. 7ed214a Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 12 years ago
  77. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  78. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  79. 33673dc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  80. da88a5f drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILK by Chris Wilson · 12 years ago
  81. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 13 years ago
  82. e8f71df Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 12 years ago
  83. 41907dd drm/i915: Fix gen2 mappable calculations by Ben Widawsky · 12 years ago
  84. 5b26603 tpm/ibmvtpm: build only when IBM pseries is configured by Kent Yoder · 12 years ago
  85. 8078db7 virtio_console: Initialize guest_connected=true for rproc_serial by Sjur Brændeland · 12 years ago
  86. b2a1702 virtio: use module_virtio_driver. by Rusty Russell · 12 years ago
  87. dc18f08 virtio_console: Use virtio device index to generate port name by Sjur Brændeland · 12 years ago
  88. 3d55399 pcmcia: synclink_cs: cleanup checkpatch warnings by Alexey Khoroshilov · 12 years ago
  89. d34138d pcmcia: synclink_cs: fix error handling in mgslpc_probe() by Alexey Khoroshilov · 12 years ago
  90. aded024 virtio_console: Don't access uninitialized data. by Sjur Brændeland · 12 years ago
  91. 890537b drivers/char/mem.c: fix small coding style issues by Hans Grob · 12 years ago
  92. 6e38bfa tpm_tis: check pnp_acpi_device return code by Kent Yoder · 12 years ago
  93. 7333549 char/tpm/tpm_i2c_stm_st33: drop temporary variable for return value by Peter Huewe · 12 years ago
  94. 07d7216 char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe by Peter Huewe · 12 years ago
  95. e02983c char/tpm/tpm_i2c_stm_st33: Remove __devexit attribute by Peter Huewe · 12 years ago
  96. 6429891 char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignment by Peter Huewe · 12 years ago
  97. d479042 tpm_i2c_stm_st33: removed unused variables/code by Kent Yoder · 12 years ago
  98. 7240b98 TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startup by Jason Gunthorpe · 12 years ago
  99. 78f09cc tpm: Fix cancellation of TPM commands (interrupt mode) by Stefan Berger · 12 years ago
  100. 1f86605 tpm: Fix cancellation of TPM commands (polling mode) by Stefan Berger · 12 years ago