1. 37d5411 [PATCH] bitops: hweight() related cleanup by Akinobu Mita · 19 years ago
  2. e9bebd6 [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h by Akinobu Mita · 19 years ago
  3. b9a2838 [PATCH] bitops: ntfs: remove generic_ffs() by Akinobu Mita · 19 years ago
  4. 55b0f8a [PATCH] bitops: ia64: make partial_page.bitmap an unsigned long by Akinobu Mita · 19 years ago
  5. 6ecf66a [PATCH] bitops: sh: make thread_info.flags an unsigned long by Akinobu Mita · 19 years ago
  6. f51a05c [PATCH] bitops: update include/asm-generic/bitops.h by Akinobu Mita · 19 years ago
  7. d4337aa [PATCH] bitops: xtensa: use generic bitops by Akinobu Mita · 19 years ago
  8. f33e2fb [PATCH] bitops: x86_64: use generic bitops by Akinobu Mita · 19 years ago
  9. a58259c [PATCH] bitops: v850: use generic bitops by Akinobu Mita · 19 years ago
  10. 2d78d4b [PATCH] bitops: sparc64: use generic bitops by Akinobu Mita · 19 years ago
  11. d59288b [PATCH] bitops: sparc: use generic bitops by Akinobu Mita · 19 years ago
  12. 62f1b24 [PATCH] bitops: sh64: use generic bitops by Akinobu Mita · 19 years ago
  13. e2268c7 [PATCH] bitops: sh: use generic bitops by Akinobu Mita · 19 years ago
  14. 7e33db4 [PATCH] bitops: s390: use generic bitops by Akinobu Mita · 19 years ago
  15. e779b2f [PATCH] bitops: powerpc: use generic bitops by Akinobu Mita · 19 years ago
  16. 59e18a2 [PATCH] bitops: parisc: use generic bitops by Akinobu Mita · 19 years ago
  17. 3c9ee7e [PATCH] bitops: mips: use generic bitops by Akinobu Mita · 19 years ago
  18. d2d7cdc [PATCH] bitops: m68knommu: use generic bitops by Akinobu Mita · 19 years ago
  19. 4c5aea0 [PATCH] ppc: fix undefined reference to hweight32 by Akinobu Mita · 19 years ago
  20. d5728b4 [PATCH] m68k: fix undefined reference to generic_find_next_zero_le_bit by Akinobu Mita · 19 years ago
  21. ba1a5b3 [PATCH] bitops: m68k: use generic bitops by Akinobu Mita · 19 years ago
  22. 6d9f937 [PATCH] bitops: m32r: use generic bitops by Akinobu Mita · 19 years ago
  23. 2875aef [PATCH] bitops: ia64: use generic bitops by Akinobu Mita · 19 years ago
  24. 1cc2b99 [PATCH] bitops: i386: use generic bitops by Akinobu Mita · 19 years ago
  25. f6e0213 [PATCH] bitops: h8300: use generic bitops by Akinobu Mita · 19 years ago
  26. 1f6d7a9 [PATCH] bitops: frv: use generic bitops by Akinobu Mita · 19 years ago
  27. e9f26df [PATCH] bitops: cris: use generic bitops by Akinobu Mita · 19 years ago
  28. d142d86 [PATCH] bitops: arm26: use generic bitops by Akinobu Mita · 19 years ago
  29. b89c3b1 [PATCH] bitops: arm: use generic bitops by Akinobu Mita · 19 years ago
  30. f7c2967 [PATCH] bitops: alpha: use generic bitops by Akinobu Mita · 19 years ago
  31. b1bb952 [PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_bit() by Akinobu Mita · 19 years ago
  32. 765f34f [PATCH] bitops: generic ext2_{set,clear}_bit_atomic() by Akinobu Mita · 19 years ago
  33. 930ae74 [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() by Akinobu Mita · 19 years ago
  34. a54baa1 [PATCH] fix error: __u32 undeclared by Akinobu Mita · 19 years ago
  35. 3b9ed1a [PATCH] bitops: generic hweight{64,32,16,8}() by Akinobu Mita · 19 years ago
  36. 09020ad [PATCH] bitops: generic ffs() by Akinobu Mita · 19 years ago
  37. 6d29ea2 [PATCH] bitops: generic sched_find_first_bit() by Akinobu Mita · 19 years ago
  38. c7f612c [PATCH] bitops: generic find_{next,first}{,_zero}_bit() by Akinobu Mita · 19 years ago
  39. 2dfc383 [PATCH] bitops: generic fls64() by Akinobu Mita · 19 years ago
  40. 136abb3 [PATCH] bitops: generic fls() by Akinobu Mita · 19 years ago
  41. 176d8b0 [PATCH] bitops: generic ffz() by Akinobu Mita · 19 years ago
  42. c1226a0 [PATCH] bitops: generic __ffs() by Akinobu Mita · 19 years ago
  43. 4117b02 [PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit() by Akinobu Mita · 19 years ago
  44. 7a8a242 [PATCH] bitops: generic {,test_and_}{set,clear,change}_bit() by Akinobu Mita · 19 years ago
  45. 67b0ad5 [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() by Akinobu Mita · 19 years ago
  46. 72b61a3 [PATCH] bitops: cris: remove unnecessary local_irq_restore() by Akinobu Mita · 19 years ago
  47. 3156054 [PATCH] bitops: parisc: add ()-pair in __ffz() macro by Akinobu Mita · 19 years ago
  48. 4668f0c [PATCH] bitops: ia64: use cpu_set() instead of __set_bit() by Akinobu Mita · 19 years ago
  49. 4b417d0 [PATCH] bitops: alpha: use config options instead of __alpha_fix__ and __alpha_cix__ by Akinobu Mita · 19 years ago
  50. 2054866 [PATCH] oss/sonicvibes.c defines its own hweight32 by Richard Knutsson · 19 years ago
  51. 936351336 [PATCH] arm: fix undefined reference to generic_fls by Akinobu Mita · 19 years ago
  52. f214ef3 [PATCH] um: fix undefined reference to hweight32 by Akinobu Mita · 19 years ago
  53. 0b28002 [PATCH] more s/fucn/func/ typo fixes by Akinobu Mita · 19 years ago
  54. 0f7217f [PATCH] frv: remove unnesesary "&" by Akinobu Mita · 19 years ago
  55. 6b53f78 [PATCH] cmpci: don't use generic_hweight32() by Andrew Morton · 19 years ago
  56. 9110540 [PATCH] EDAC: use EXPORT_SYMBOL_GPL by Dave Peterson · 19 years ago
  57. 0e438e3 [PATCH] EDAC: add maintainers for chipset drivers by Dave Peterson · 19 years ago
  58. e009356 [PATCH] EDAC: use sysbus_message in e752x code by Dave Peterson · 19 years ago
  59. f347981 [PATCH] EDAC: documentation spelling fixes by Dave Peterson · 19 years ago
  60. e7ecd89 [PATCH] EDAC: formatting cleanup by Dave Peterson · 19 years ago
  61. 54933ddd [PATCH] EDAC: reorder EXPORT_SYMBOL macros by Dave Peterson · 19 years ago
  62. 39f1d8d [PATCH] EDAC: Kconfig dependency changes by Dave Peterson · 19 years ago
  63. 18dbc33 [PATCH] EDAC: protect memory controller list by Dave Peterson · 19 years ago
  64. 472678e [PATCH] EDAC: kobject/sysfs fixes by Dave Peterson · 19 years ago
  65. 6e5a874 [PATCH] EDAC: kobject_init/kobject_put fixes by Dave Peterson · 19 years ago
  66. 028a7b6 [PATCH] EDAC: edac_mc_add_mc fix [2/2] by Dave Peterson · 19 years ago
  67. a1d03fc [PATCH] EDAC: edac_mc_add_mc fix [1/2] by Dave Peterson · 19 years ago
  68. 749ede5 [PATCH] EDAC: cleanup code for clearing initial errors by Dave Peterson · 19 years ago
  69. d38fde8 [PATCH] EDAC: e7xxx fix minor logic bug by Dave Peterson · 19 years ago
  70. 637beb6 [PATCH] EDAC: i82875p cleanup by Dave Peterson · 19 years ago
  71. e8a491b [PATCH] EDAC: i82860 cleanup by Dave Peterson · 19 years ago
  72. 3847bccc [PATCH] EDAC: e752x cleanup by Dave Peterson · 19 years ago
  73. 225159b [PATCH] EDAC: amd76x pci_dev_get/pci_dev_put fixes by Dave Peterson · 19 years ago
  74. 680cbbb [PATCH] EDAC: name cleanup by Dave Peterson · 19 years ago
  75. 537fba2 [PATCH] EDAC: printk cleanup by Dave Peterson · 19 years ago
  76. f2fe42a [PATCH] EDAC: switch to kthread_ API by Dave Peterson · 19 years ago
  77. dac5baf [PATCH] Dead code in drivers/isdn/avm/avmcard.h by Eric Sesterhenn · 19 years ago
  78. 07dc1f9 [PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter by Hansjoerg Lipp · 19 years ago
  79. 76bb468 [PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handler by Hansjoerg Lipp · 19 years ago
  80. cf7776d [PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connection by Hansjoerg Lipp · 19 years ago
  81. 982da5a [PATCH] isdn4linux: Siemens Gigaset drivers - procfs interface by Hansjoerg Lipp · 19 years ago
  82. ee8a4b7 [PATCH] isdn4linux: Siemens Gigaset drivers - tty interface by Hansjoerg Lipp · 19 years ago
  83. 3c66a22 [PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interface by Hansjoerg Lipp · 19 years ago
  84. 14fa73a [PATCH] isdn4linux: Siemens Gigaset drivers - event layer by Hansjoerg Lipp · 19 years ago
  85. 6fd5ea6 [PATCH] isdn4linux: Siemens Gigaset drivers - common module by Hansjoerg Lipp · 19 years ago
  86. 0a34eb8 [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles by Hansjoerg Lipp · 19 years ago
  87. b670009 [PATCH] kprobes: fix broken fault handling for sparc64 by Prasanna S Panchamukhi · 19 years ago
  88. c04c1c8 [PATCH] kprobes: fix broken fault handling for ia64 by Prasanna S Panchamukhi · 19 years ago
  89. 50e21f2 [PATCH] kprobes: fix broken fault handling for powerpc64 by Prasanna S Panchamukhi · 19 years ago
  90. c28f896 [PATCH] kprobes: fix broken fault handling for x86_64 by Prasanna S Panchamukhi · 19 years ago
  91. b402651 [PATCH] kprobes: fix broken fault handling for i386 by Prasanna S Panchamukhi · 19 years ago
  92. 2326c77 [PATCH] kprobe handler: discard user space trap by bibo,mao · 19 years ago
  93. c6fd91f [PATCH] kretprobe instance recycled by parent process by bibo mao · 19 years ago
  94. c9becf5 [PATCH] kretprobe: kretprobe-booster by Masami Hiramatsu · 19 years ago
  95. 311ac88 [PATCH] x86: kprobes-booster by Masami Hiramatsu · 19 years ago
  96. b50ea74 [PATCH] kprobes: clean up resume_execute() by Masami Hiramatsu · 19 years ago
  97. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 19 years ago
  98. df869b6 [PATCH] hrtimers: remove nsec_t typedef by Roman Zippel · 19 years ago
  99. 272705c [PATCH] hrtimers: remove DEFINE_KTIME and ktime_to_clock_t() by Roman Zippel · 19 years ago
  100. 4dee26b [PATCH] hrtimers: remove it_real_value calculation from proc/*/stat by Roman Zippel · 19 years ago