1. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 15 years ago
  2. aef73cf crypto: async - Use kzfree for requests by Herbert Xu · 15 years ago
  3. 9b2fda7 crypto: sha256_generic - Add export/import support by Herbert Xu · 15 years ago
  4. e2a7ce4 crypto: sha1_generic - Add export/import support by Herbert Xu · 15 years ago
  5. 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 15 years ago
  6. ef5d590 crypto: shash - Add shash_instance_ctx by Herbert Xu · 15 years ago
  7. 0390e6a crypto: shash - Add __crypto_shash_cast by Herbert Xu · 15 years ago
  8. cde6263 crypto: shash - Add crypto_shash_ctx_aligned by Herbert Xu · 15 years ago
  9. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 15 years ago
  10. 7d6f564 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 15 years ago
  11. d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
  12. 9429699 crypto: shash - Add spawn support by Herbert Xu · 15 years ago
  13. 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
  14. 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 15 years ago
  15. 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
  16. f2ac72e crypto: api - Add new template create function by Herbert Xu · 15 years ago
  17. 5b739ef random: Add optional continuous repetition test to entropy store based rngs by Neil Horman · 15 years ago
  18. a6c1409 Delete pcibios_select_root by Matthew Wilcox · 15 years ago
  19. 7cc4766 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  20. 55a6fbf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
  21. 4d3792e mfd: fix tmio related warnings by Samuel Ortiz · 15 years ago
  22. 1b89040 mfd: asic3: remove SD/SDIO controller register definitions by Philipp Zabel · 15 years ago
  23. 01906d6 mfd: add ASIC3 IRQ numbers by Philipp Zabel · 15 years ago
  24. 6483c1b mfd: asic3: add asic3_set_register common operation by Philipp Zabel · 15 years ago
  25. 13a09f9 mfd: add PCAP driver by Daniel Ribeiro · 15 years ago
  26. 14fa569 mfd: add U300 AB3100 core support by Linus Walleij · 15 years ago
  27. aa2638a Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  28. b069e8e Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 15 years ago
  29. 4ce4b1b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  30. 27f70c3 Pull for-2.6.31 into release by Tony Luck · 15 years ago
  31. e088a4a [IA64] Convert ia64 to use int-ll64.h by Matthew Wilcox · 15 years ago
  32. feb72ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  33. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  34. 608ba50 Cleanup of adfs headers by Al Viro · 15 years ago
  35. 8d15b0e Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  36. 0dd5198 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  37. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  38. 00115e6 fbdev: blackfin has __raw I/O accessors, so use them in fb.h by Mike Frysinger · 15 years ago
  39. 3ed167a fbdev: s1d13xxxfb: add accelerated bitblt functions by Kristoffer Ericson · 15 years ago
  40. 4410f39 fbdev: add support for handoff from firmware to hw framebuffers by Dave Airlie · 15 years ago
  41. ae52bb2 fbdev: move logo externs to header file by Geert Uytterhoeven · 15 years ago
  42. 8f3128e lis3: add click function by Daniel Mack · 15 years ago
  43. 55e331c drivers: add support for the TI VLYNQ bus by Florian Fainelli · 15 years ago
  44. cc6f267 syscalls.h: remove duplicated declarations for sys_pipe2 by Masatake YAMATO · 15 years ago
  45. e4c9dd0 kmap_types: make most arches use generic header file by Randy Dunlap · 15 years ago
  46. 8b0b1db remove put_cpu_no_resched() by Thomas Gleixner · 15 years ago
  47. 10fc89d drbd: add major number to major.h by Philipp Reisner · 15 years ago
  48. 0d9c25d headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.h by Andrew Morton · 15 years ago
  49. 4938d7e poll: avoid extra wakeups in select/poll by Eric Dumazet · 15 years ago
  50. a7d932a utsname.h: make new_utsname fields use the proper length constant by Dan Smith · 15 years ago
  51. 24cf72518 vmscan: count the number of times zone_reclaim() scans and fails by Mel Gorman · 15 years ago
  52. 6fe6b7e vmscan: report vm_flags in page_referenced() by Wu Fengguang · 15 years ago
  53. 168f5ac mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument by Sergei Trofimovich · 15 years ago
  54. aca8bf3 mm: remove file argument from swap_readpage() by Minchan Kim · 15 years ago
  55. 2869735 mm: remove __invalidate_mapping_pages variant by Mike Waychison · 15 years ago
  56. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  57. 355cfa7 mm: modify swap_map and add SWAP_HAS_CACHE flag by KAMEZAWA Hiroyuki · 15 years ago
  58. cb4b86b mm: add swap cache interface for swap reference by KAMEZAWA Hiroyuki · 15 years ago
  59. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  60. 96cb4df page-allocator: add inactive ratio calculation function of each zone by Minchan Kim · 15 years ago
  61. bc75d33 page-allocator: clean up functions related to pages_min by Minchan Kim · 15 years ago
  62. b70d94e page-allocator: use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocator by Christoph Lameter · 15 years ago
  63. 31c9113 mm: check the argument of kunmap on architectures without highmem by Matthew Wilcox · 15 years ago
  64. 7f33d49 mm, PM/Freezer: Disable OOM killer when tasks are frozen by Rafael J. Wysocki · 15 years ago
  65. 3b6748e mm: introduce follow_pfn() by Johannes Weiner · 15 years ago
  66. 6e08a36 vmscan: cleanup the scan batching code by Wu Fengguang · 15 years ago
  67. 56e49d2 vmscan: evict use-once pages first by Rik van Riel · 15 years ago
  68. 20a0307 mm: introduce PageHuge() for testing huge/gigantic pages by Wu Fengguang · 15 years ago
  69. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  70. 4185896 page allocator: use allocation flags as an index to the zone watermark by Mel Gorman · 15 years ago
  71. 49255c6 page allocator: move check for disabled anti-fragmentation out of fastpath by Mel Gorman · 15 years ago
  72. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  73. b3c466c page allocator: do not sanity check order in the fast path by Mel Gorman · 15 years ago
  74. d239171 page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() by Mel Gorman · 15 years ago
  75. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  76. d2bf6be mm: clean up get_user_pages_fast() documentation by Nick Piggin · 15 years ago
  77. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 15 years ago
  78. d30a110 readahead: record mmap read-around states in file_ra_state by Wu Fengguang · 15 years ago
  79. 1ebf26a readahead: make mmap_miss an unsigned int by Wu Fengguang · 15 years ago
  80. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  81. 3b0fde0 firmware_map: fix hang with x86/32bit by Yinghai Lu · 15 years ago
  82. 08604bd time: move PIT_TICK_RATE to linux/timex.h by Arnd Bergmann · 15 years ago
  83. ecfe0cf V4L/DVB (11239): sdio: add cards ids for sms (Siano Mobile Silicon) MDTV receivers by Uri Shkolnik · 15 years ago
  84. 49809d6 V4L/DVB (11970): gspca - ov519: Add support for the ov518 bridge. by Hans de Goede · 15 years ago
  85. 5ddc9b1 V4L/DVB (11933): tuner-simple, tveeprom: Add Philips FQ1216LME MK3 analog tuner by Andy Walls · 15 years ago
  86. f83b1e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 15 years ago
  87. 4d7a2d6 V4L/DVB (11845): ir-kbd-i2c: Use initialization data by Jean Delvare · 15 years ago
  88. c668f32 V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model by Jean Delvare · 15 years ago
  89. 1df8e98 V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needs by Jean Delvare · 15 years ago
  90. 8475cbc V4L/DVB (11775): tuner: add support Philips MK5 tuner by Dmitri Belimov · 15 years ago
  91. 06e61f8 V4L/DVB (11743): Analog Devices ADV7343 video encoder driver by Chaithrika U S · 15 years ago
  92. 40199c5 V4L/DVB (11742): TI THS7303 video amplifier driver code by Chaithrika U S · 15 years ago
  93. 0fd327b V4L/DVB (11705): soc-camera: prepare for the platform driver conversion by Guennadi Liakhovetski · 15 years ago
  94. b5b2b7e V4L/DVB (11673): v4l2-device: unregister i2c_clients when unregistering the v4l2_device. by Hans Verkuil · 15 years ago
  95. 102e781 V4L/DVB (11671): v4l2: add v4l2_device_set_name() by Hans Verkuil · 15 years ago
  96. eff505f V4L/DVB (11609): soc-camera: remove an extra device generation from struct soc_camera_host by Guennadi Liakhovetski · 15 years ago
  97. 594bb46 V4L/DVB (11607): soc-camera: add a free_bus method to struct soc_camera_link by Guennadi Liakhovetski · 15 years ago
  98. 1351a58 V4L/DVB (11517): v4l: remove driver-core BUS_ID_SIZE by Kay Sievers · 15 years ago
  99. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  100. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago