1. b8fed87 Squashfs: initrd support by Phillip Lougher · 15 years ago
  2. 6ab5c1c Squashfs: Kconfig entry by Phillip Lougher · 15 years ago
  3. fcef6fb Squashfs: Makefiles by Phillip Lougher · 15 years ago
  4. ffae2cd Squashfs: header files by Phillip Lougher · 15 years ago
  5. e2780ab1 Squashfs: block operations by Phillip Lougher · 15 years ago
  6. f400e12 Squashfs: cache operations by Phillip Lougher · 15 years ago
  7. 8256c8f6 Squashfs: uid/gid lookup operations by Phillip Lougher · 15 years ago
  8. 122edd1 Squashfs: fragment block operations by Phillip Lougher · 15 years ago
  9. 1226014 Squashfs: export operations by Phillip Lougher · 15 years ago
  10. 0aa6661 Squashfs: super block operations by Phillip Lougher · 15 years ago
  11. 1dc4bba Squashfs: symlink operations by Phillip Lougher · 15 years ago
  12. 1701aec Squashfs: regular file operations by Phillip Lougher · 15 years ago
  13. 07972dd Squashfs: directory readdir operations by Phillip Lougher · 15 years ago
  14. c88da2c Squashfs: directory lookup operations by Phillip Lougher · 15 years ago
  15. 6545b24 Squashfs: inode operations by Phillip Lougher · 15 years ago
  16. fe0bdec Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 15 years ago
  17. 099e657 rtc: add alarm/update irq interfaces by Alessandro Zummo · 15 years ago
  18. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  19. e687d69 viafb: fix crashes due to 4k stack overflow by Bruno Prémont · 15 years ago
  20. c644f0e fs: introduce bgl_lock_ptr() by Pekka Enberg · 15 years ago
  21. 0a30c5c spi.h uses/needs device.h by Randy Dunlap · 15 years ago
  22. 2e4e27c vmalloc.c: fix flushing in vmap_page_range() by Adam Lackorzynski · 15 years ago
  23. 7b574b7 cgroups: fix a race between cgroup_clone and umount by Li Zefan · 15 years ago
  24. 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 15 years ago
  25. 36c4f1b1 clean up audit_rule_{add,del} a bit by Al Viro · 15 years ago
  26. e048e02 make sure that filterkey of task,always rules is reported by Al Viro · 15 years ago
  27. e45aa21 audit rules ordering, part 2 by Al Viro · 15 years ago
  28. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 15 years ago
  29. 1a9d0797 audit_update_lsm_rules() misses the audit_inode_hash[] ones by Al Viro · 15 years ago
  30. 57f71a0 sanitize audit_log_capset() by Al Viro · 15 years ago
  31. 157cf64 sanitize audit_fd_pair() by Al Viro · 15 years ago
  32. 564f699 sanitize audit_mq_open() by Al Viro · 15 years ago
  33. c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 15 years ago
  34. 20114f7 sanitize audit_mq_notify() by Al Viro · 15 years ago
  35. 7392906 sanitize audit_mq_getsetattr() by Al Viro · 15 years ago
  36. e816f37 sanitize audit_ipc_set_perm() by Al Viro · 15 years ago
  37. a33e675 sanitize audit_ipc_obj() by Al Viro · 15 years ago
  38. f3298dc sanitize audit_socketcall by Al Viro · 15 years ago
  39. 4f6b434 don't reallocate buffer in every audit_sockaddr() by Al Viro · 15 years ago
  40. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  41. 269b012 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu by Linus Torvalds · 15 years ago
  42. f60a0a7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  43. 2f98357 sparseirq: move set/get_timer_rand_state back to .c by Yinghai Lu · 15 years ago
  44. e9e67a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  45. ad6b646 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  46. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  47. d97106a Make %p print '(null)' for NULL pointers by Linus Torvalds · 15 years ago
  48. 3bfacef get rid of special-casing the /sbin/loader on alpha by Al Viro · 15 years ago
  49. 17580d7 sanitize ifdefs in binfmt_aout by Al Viro · 15 years ago
  50. fe30af9 remove the rudiment of a.out for sparc by Al Viro · 15 years ago
  51. e0b685d Updated contact info for CREDITS file by Hugh Blemings · 15 years ago
  52. ab14398 x86: setup_per_cpu_areas() cleanup by Cyrill Gorcunov · 15 years ago
  53. 8fd2d2d cpumask: fix compile error when CONFIG_NR_CPUS is not defined by Mike Travis · 15 years ago
  54. 80855f7 cpumask: use alloc_cpumask_var_node where appropriate by Mike Travis · 15 years ago
  55. 2fdf66b cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t by Rusty Russell · 15 years ago
  56. ee943a8 x86: use cpumask_var_t in acpi/boot.c by Rusty Russell · 15 years ago
  57. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 15 years ago
  58. 6ca09df sched: put back some stack hog changes that were undone in kernel/sched.c by Mike Travis · 15 years ago
  59. 730cf27 x86: enable cpus display of kernel_max and offlined cpus by Mike Travis · 15 years ago
  60. 6bdf197 ia64: cpumask fix for is_affinity_mask_valid() by Ingo Molnar · 15 years ago
  61. 263ec64 cpumask: convert RCU implementations, fix by Ingo Molnar · 15 years ago
  62. e465b53 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into cpus4096-v2 by Ingo Molnar · 15 years ago
  63. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 15 years ago
  64. 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 15 years ago
  65. b0a11f4 Merge branches 'iommu/api' and 'iommu/amd' into for-linus by Joerg Roedel · 15 years ago
  66. 0e93dd8 AMD IOMMU: prealloc_protection_domains should be static by Jaswinder Singh Rajput · 15 years ago
  67. 7398ca7 kvm/iommu: fix compile warning by Joerg Roedel · 15 years ago
  68. 8ecaf8f AMD IOMMU: add statistics about total number of map requests by Joerg Roedel · 15 years ago
  69. 5774f7c AMD IOMMU: add statistics about allocated io memory by Joerg Roedel · 15 years ago
  70. 18811f5 AMD IOMMU: add stats counter for domain tlb flushes by Joerg Roedel · 15 years ago
  71. f57d98a AMD IOMMU: add stats counter for single iommu domain tlb flushes by Joerg Roedel · 15 years ago
  72. c185897 AMD IOMMU: add stats counter for cross-page request by Joerg Roedel · 15 years ago
  73. 5d31ee7 AMD IOMMU: add stats counter for free_coherent requests by Joerg Roedel · 15 years ago
  74. c8f0fb3 AMD IOMMU: add stats counter for alloc_coherent requests by Joerg Roedel · 15 years ago
  75. 55877a6 AMD IOMMU: add stats counter for unmap_sg requests by Joerg Roedel · 15 years ago
  76. d03f067a AMD IOMMU: add stats counter for map_sg requests by Joerg Roedel · 15 years ago
  77. 146a691 AMD IOMMU: add stats counter for unmap_single requests by Joerg Roedel · 15 years ago
  78. 0f2a86f AMD IOMMU: add stats counter for map_single requests by Joerg Roedel · 15 years ago
  79. da49f6d AMD IOMMU: add stats counter for completion wait events by Joerg Roedel · 15 years ago
  80. 7f26508 AMD IOMMU: add init code for statistic collection by Joerg Roedel · 15 years ago
  81. a9dddbe AMD IOMMU: add necessary header defines for stats counting by Joerg Roedel · 15 years ago
  82. 2e11760 AMD IOMMU: add Kconfig entry for statistic collection code by Joerg Roedel · 15 years ago
  83. a4e267c AMD IOMMU: use dev_name in iommu_enable function by Joerg Roedel · 15 years ago
  84. edcb34d AMD IOMMU: use calc_devid in prealloc_protection_domains by Joerg Roedel · 15 years ago
  85. c226f85 AMD IOMMU: convert amd_iommu_isolate to bool by Joerg Roedel · 15 years ago
  86. 0cfd7aa AMD IOMMU: convert iommu->need_sync to bool by Joerg Roedel · 15 years ago
  87. ab89672 AMD IOMMU: use dev_name instead of self-build print_devid by Joerg Roedel · 15 years ago
  88. 1ac4cbb AMD IOMMU: allocate a new protection for hotplugged devices by Joerg Roedel · 15 years ago
  89. e2dc14a AMD IOMMU: add a domain flag for default domains by Joerg Roedel · 15 years ago
  90. 26961ef AMD IOMMU: register functions for the IOMMU API by Joerg Roedel · 15 years ago
  91. 645c4c8 AMD IOMMU: add domain address lookup function for IOMMU API by Joerg Roedel · 15 years ago
  92. eb74ff6 AMD IOMMU: add domain unmap function for IOMMU API by Joerg Roedel · 15 years ago
  93. c6229ca AMD IOMMU: add domain map function for IOMMU API by Joerg Roedel · 15 years ago
  94. 0110606 AMD IOMMU: add device attach function for IOMMU API by Joerg Roedel · 15 years ago
  95. 684f288 AMD IOMMU: add device detach function for IOMMU API by Joerg Roedel · 15 years ago
  96. 98383fc AMD IOMMU: add domain destroy function for IOMMU API by Joerg Roedel · 15 years ago
  97. c156e34 AMD IOMMU: add domain init function for IOMMU API by Joerg Roedel · 15 years ago
  98. 6d98cd8 AMD IOMMU: add domain cleanup helper function by Joerg Roedel · 15 years ago
  99. e275a2a AMD IOMMU: add device notifier callback by Joerg Roedel · 15 years ago
  100. 355bf55 AMD IOMMU: add device detach helper functions by Joerg Roedel · 15 years ago