1. b03f648 build kernel/profile.o only when requested by Adrian Bunk · 18 years ago
  2. e0ce0da lists: remove a redundant conditional definition of list_add() by Robert P. J. Day · 18 years ago
  3. b39c08c Remove apparently unused fd1772.h header file. by Robert P. J. Day · 18 years ago
  4. 8b5ac31 include: use get/put_unaligned_* helpers by Harvey Harrison · 18 years ago
  5. 3f307891 locking: add typecheck on irqsave and friends for correct flags by Steven Rostedt · 18 years ago
  6. e0deaff split the typecheck macros out of include/linux/kernel.h by Andrew Morton · 18 years ago
  7. 3d6f4a2 endian: Always evaluate arguments. by David Miller · 18 years ago
  8. 832fe9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 18 years ago
  9. ed9559d Label kthread_create() with printf attribute tag. by Rusty Russell · 18 years ago
  10. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 18 years ago
  11. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 18 years ago
  12. dd7c7bc virtio: Formally reserve bits 28-31 to be 'transport' features. by Rusty Russell · 18 years ago
  13. 066f4d8 virtio_blk: check for hardsector size from host by Christian Borntraeger · 18 years ago
  14. 674bfc2 virtio: clarify that ABI is usable by any implementations by Rusty Russell · 18 years ago
  15. b5684b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  16. 5042d99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 18 years ago
  17. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 18 years ago
  18. 2a8f745 ide: remove <asm/ide.h> for some archs by Bartlomiej Zolnierkiewicz · 18 years ago
  19. d83b8b8 ide: define MAX_HWIFS in <linux/ide.h> by Bartlomiej Zolnierkiewicz · 18 years ago
  20. ef0b042 ide: add ide_pci_remove() helper by Bartlomiej Zolnierkiewicz · 18 years ago
  21. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 18 years ago
  22. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 18 years ago
  23. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  24. ecc8b65 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  25. 7540081 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 18 years ago
  26. c54554d Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 18 years ago
  27. f924727 UFS: add const to parser token table by Steven Whitehouse · 18 years ago
  28. 5bb49fc video/fb: cleanup FB_MAJOR usage by Philippe De Muyter · 18 years ago
  29. 3e07405 fbdev: LCD backlight driver using Atmel PWM driver by Hans-Christian Egtvedt · 18 years ago
  30. 0c53136 lcd: add lcd_device to check_fb() entry in lcd_ops by Ben Dooks · 18 years ago
  31. 206c5d6 sm501: add inversion controls for VBIASEN and FPEN by Ben Dooks · 18 years ago
  32. 01a2d9e tridentfb: acceleration constants change by Krzysztof Helt · 18 years ago
  33. d3de851 rtc: BCD codeshrink by David Brownell · 18 years ago
  34. 53e84b6 rtc: ds1305/ds1306 driver by David Brownell · 18 years ago
  35. 5ad31a5 rtc: remove BKL for ioctl() by David Brownell · 18 years ago
  36. aa55ddf autofs4: remove unused ioctls by Ian Kent · 18 years ago
  37. 102eb97 spi: make spi_board_info.modalias a char array by Grant Likely · 18 years ago
  38. 9fe5ad9 flag parameters add-on: remove epoll_create size param by Ulrich Drepper · 18 years ago
  39. 510df2d flag parameters: NONBLOCK in inotify_init by Ulrich Drepper · 18 years ago
  40. be61a86 flag parameters: NONBLOCK in pipe by Ulrich Drepper · 18 years ago
  41. 6b1ef0e flag parameters: NONBLOCK in timerfd_create by Ulrich Drepper · 18 years ago
  42. e7d476d flag parameters: NONBLOCK in eventfd by Ulrich Drepper · 18 years ago
  43. 5fb5e04 flag parameters: NONBLOCK in signalfd by Ulrich Drepper · 18 years ago
  44. 77d2720 flag parameters: NONBLOCK in socket and socketpair by Ulrich Drepper · 18 years ago
  45. 4006553 flag parameters: inotify_init by Ulrich Drepper · 18 years ago
  46. ed8cae8 flag parameters: pipe by Ulrich Drepper · 18 years ago
  47. 336dd1f flag parameters: dup2 by Ulrich Drepper · 18 years ago
  48. a0998b5 flag parameters: epoll_create by Ulrich Drepper · 18 years ago
  49. 11fcb6c flag parameters: timerfd_create by Ulrich Drepper · 18 years ago
  50. b087498e flag parameters: eventfd by Ulrich Drepper · 18 years ago
  51. 9deb27b flag parameters: signalfd by Ulrich Drepper · 18 years ago
  52. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 18 years ago
  53. c019bbc flag parameters: paccept w/out set_restore_sigmask by Ulrich Drepper · 18 years ago
  54. aaca0bd flag parameters: paccept by Ulrich Drepper · 18 years ago
  55. a677a03 flag parameters: socket and socketpair by Ulrich Drepper · 18 years ago
  56. f606ddf remove the v850 port by Adrian Bunk · 18 years ago
  57. bdfe6b7 pm: acpi hibernation: utilize hardware signature by Shaohua Li · 18 years ago
  58. c1a220e pm: introduce new interfaces schedule_work_on() and queue_work_on() by Zhang Rui · 18 years ago
  59. 8111d1b pm: add new PM_EVENT codes for runtime power transitions by Alan Stern · 18 years ago
  60. 8c36326 pm: drop unnecessary includes from pm.h by Rafael J. Wysocki · 18 years ago
  61. e7ecb33 pm: remove remaining obsolete definitions from pm.h by Rafael J. Wysocki · 18 years ago
  62. 558481f pm: remove definition of struct pm_dev by Rafael J. Wysocki · 18 years ago
  63. d75f65f remove include/linux/pm_legacy.h by Adrian Bunk · 18 years ago
  64. 9b3e43a security: remove unused forwards by Hugh Dickins · 18 years ago
  65. 5459c16 security: protect legacy applications from executing with insufficient privilege by Andrew G. Morgan · 18 years ago
  66. 83d1674 mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA by Gerald Schaefer · 18 years ago
  67. 9ca908f kcalloc: remove runtime division by Milton Miller · 18 years ago
  68. 5c755e9 memory-hotplug: add sysfs removable attribute for hotplug memory remove by Badari Pulavarty · 18 years ago
  69. af370fb memory hotplug: small fixes to bootmem freeing for memory hotremove by Yasunori Goto · 18 years ago
  70. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 18 years ago
  71. 2be0ffe mm: add alloc_pages_exact() and free_pages_exact() by Timur Tabi · 18 years ago
  72. 3560e24 bootmem: replace node_boot_start in struct bootmem_data by Johannes Weiner · 18 years ago
  73. 5f2809e bootmem: clean up alloc_bootmem_core by Johannes Weiner · 18 years ago
  74. 223e8dc bootmem: reorder code to match new bootmem structure by Johannes Weiner · 18 years ago
  75. 53ba51d hugetlb: allow arch overridden hugepage allocation by Jon Tollefson · 18 years ago
  76. ceb8687 hugetlb: introduce pud_huge by Andi Kleen · 18 years ago
  77. b54bbf7 mm: introduce non panic alloc_bootmem by Andi Kleen · 18 years ago
  78. a343787 hugetlb: new sysfs interface by Nishanth Aravamudan · 18 years ago
  79. a137e1c hugetlbfs: per mount huge page sizes by Andi Kleen · 18 years ago
  80. e5ff215 hugetlb: multiple hstates for multiple page sizes by Andi Kleen · 18 years ago
  81. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 18 years ago
  82. ff7ea79 mm: create /sys/kernel/mm by Nishanth Aravamudan · 18 years ago
  83. cdfd432 mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations by Andy Whitcroft · 18 years ago
  84. 04f2cbe hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeed by Mel Gorman · 18 years ago
  85. a1e7877 hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork() by Mel Gorman · 18 years ago
  86. 9109fb7 mm: drop unneeded pgdat argument from free_area_init_node() by Johannes Weiner · 18 years ago
  87. 2185e69 mapping_set_error: add unlikely() by Andrew Morton · 18 years ago
  88. 9023cb7 slob: record page flag overlays explicitly by Andy Whitcroft · 18 years ago
  89. 8a38082 slub: record page flag overlays explicitly by Andy Whitcroft · 18 years ago
  90. 0cad47c page-flags: record page flag overlays explicitly by Andy Whitcroft · 18 years ago
  91. da3bbdd fix soft lock up at NFS mount via per-SB LRU-list of unused dentries by Kentaro Makita · 18 years ago
  92. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 18 years ago
  93. 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 18 years ago
  94. 0d71d10a mm: remove nopfn by Nick Piggin · 18 years ago
  95. c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 18 years ago
  96. e4048e5 page allocator: inline some __alloc_pages() wrappers by KOSAKI Motohiro · 18 years ago
  97. ffc6421 mm: unexport __alloc_bootmem_core() by Johannes Weiner · 18 years ago
  98. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 18 years ago
  99. 8b05c7e add a helper function to test if an object is on the stack by FUJITA Tomonori · 18 years ago
  100. e108526 move memory_read_from_buffer() from fs.h to string.h by Akinobu Mita · 18 years ago