1. d78ca3c syslog: use defined constants instead of raw numbers by Kees Cook · 14 years ago
  2. 0023459 syslog: distinguish between /proc/kmsg and syscalls by Kees Cook · 14 years ago
  3. 0719aaf selinux: allow MLS->non-MLS and vice versa upon policy reload by Guido Trentalancia · 14 years ago
  4. 42596ea selinux: load the initial SIDs upon every policy load by Guido Trentalancia · 14 years ago
  5. b6cac5a selinux: Only audit permissions specified in policy by Stephen Smalley · 14 years ago
  6. 8e2d39a TOMOYO: Remove usage counter for temporary memory. by Tetsuo Handa · 14 years ago
  7. 7d52a15 selinux: remove dead code in type_attribute_bounds_av() by KaiGai Kohei · 14 years ago
  8. 2f3e82d selinux: convert range transition list to a hashtab by Stephen Smalley · 14 years ago
  9. 2457552 Merge branch 'master' into next by James Morris · 14 years ago
  10. 19439d0 selinux: change the handling of unknown classes by Stephen Smalley · 14 years ago
  11. 6ccf80e page allocator: update NR_FREE_PAGES only when necessary by KOSAKI Motohiro · 14 years ago
  12. 1f0b8b9 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  13. 330a518 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  14. 2a8249d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  15. c6a93d3 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. 6ccc347 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  17. eb29a5c revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer" by Mark Brown · 14 years ago
  18. 7e66087 nommu: fix shared mmap after truncate shrinkage problems by David Howells · 14 years ago
  19. 81759b5 nommu: fix race between ramfs truncation and shared mmap by David Howells · 14 years ago
  20. efc1a3b nommu: don't need get_unmapped_area() for NOMMU by David Howells · 14 years ago
  21. 779c102 nommu: remove a superfluous check of vm_region::vm_usage by David Howells · 14 years ago
  22. 1e2ae59 nommu: struct vm_region's vm_usage count need not be atomic by David Howells · 14 years ago
  23. ed5e589 nommu: fix SYSV SHM for NOMMU by David Howells · 14 years ago
  24. 8ff410d sysdev: fix prototype for memory_sysdev_class show/store functions by Wu Fengguang · 14 years ago
  25. ba168fc memory-hotplug: add 0x prefix to HEX block_size_bytes by Wu Fengguang · 14 years ago
  26. fce6647 memcg: ensure list is empty at rmdir by Daisuke Nishimura · 14 years ago
  27. d817cd5 virtio: fix section mismatch warnings by Jeff Mahoney · 14 years ago
  28. de3fab3 vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable by KOSAKI Motohiro · 14 years ago
  29. af2422c smp_call_function_any(): pass the node value to cpumask_of_node() by David John · 14 years ago
  30. cc8ef6e kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2() by Roland Dreier · 14 years ago
  31. d2dbe08 mm/page_alloc: fix the range check for backward merging by Kazuhisa Ichikawa · 14 years ago
  32. 5dab600 kfifo: document everywhere that size has to be power of two by Andi Kleen · 14 years ago
  33. d994ffc kfifo: add kfifo_initialized by Andi Kleen · 14 years ago
  34. a5b9e2c kfifo: add kfifo_out_peek by Andi Kleen · 14 years ago
  35. 64ce103 kfifo: sanitize *_user error handling by Andi Kleen · 14 years ago
  36. 8ecc295 kfifo: use void * pointers for user buffers by Andi Kleen · 14 years ago
  37. 2427b8e tty.h: make tty_port_get() static inline by Randy Dunlap · 14 years ago
  38. 118f3e1 edac: i5000_edac critical fix panic out of bounds by Tamas Vincze · 14 years ago
  39. 355e8e8 m68knommu: fix invalid flags on coldfire pit clocksource by john stultz · 14 years ago
  40. 3018aa4 serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device by Ping · 14 years ago
  41. 1f8cdae markup_oops.pl: fix error with x86 by Hui Zhu · 14 years ago
  42. 97922b5 viafb: fix acceleration for some chips by Erik-Jan Post · 14 years ago
  43. 8a3a95c viafb: do modesetting after updating variables by Erik-Jan Post · 14 years ago
  44. 0b94190 viafb: fix LCD hardware cursor regression by Florian Tobias Schandinat · 14 years ago
  45. 7e10505 kfifo: fix kfifo_out_locked race bug by Stefani Seibold · 14 years ago
  46. c556752 i2c: Do not use device name after device_unregister by Thadeu Lima de Souza Cascardo · 14 years ago
  47. 22f8b26 i2c/pca: Don't use *_interruptible by Wolfram Sang · 14 years ago
  48. 7d53e79 i2c-ali1563: Remove sparse warnings by Márton Németh · 14 years ago
  49. b6a3195 i2c: Test off by one in {piix4,vt596}_transaction() by Roel Kluin · 14 years ago
  50. 0b2c368 i2c-core: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  51. 33f724e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 14 years ago
  52. 9ddabb6 Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  53. bf0c346 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  54. 3b3ef30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  55. 9fc8191 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 by Linus Torvalds · 14 years ago
  56. 933a42b Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  57. 9b974cc drm/i915: enable 36bit physical address for hardware status page by Zhenyu Wang · 14 years ago
  58. 976ae32 inotify: only warn once for inotify problems by Eric Paris · 14 years ago
  59. 9e572cc inotify: do not reuse watch descriptors by Eric Paris · 14 years ago
  60. 6251ec0 drm/i915: fix eDP pipe mask by Zhenyu Wang · 14 years ago
  61. 885a5fb drm/i915: fix pixel color depth setting on eDP by Zhenyu Wang · 14 years ago
  62. 500a8cc drm/i915: parse eDP panel color depth from VBT block by Zhenyu Wang · 14 years ago
  63. 3381434 drm/i915: disable LVDS downclock by default by Jesse Barnes · 14 years ago
  64. 21bd770 drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 register by Zhao Yakui · 14 years ago
  65. 6036ae7 drm/i915: Remove chatty execbuf failure message. by Eric Anholt · 14 years ago
  66. c7c8510 drm/i915: remove loop in Ironlake interrupt handler by Zou Nan hai · 14 years ago
  67. 1d2c867 x86, uv: Ensure hub revision set for all ACPI modes. by Russ Anderson · 14 years ago
  68. 7a1110e x86, uv: Add function retrieving node controller revision number by Jack Steiner · 14 years ago
  69. 926311f amd64_edac: Ensure index stays within bounds in amd64_get_scrub_rate by Roel Kluin · 14 years ago
  70. 3ce2f76 ARM: MINI2440: Fixup __initdata usage by Ben Dooks · 14 years ago
  71. 0a3727f ARM: MINI2440: Fix crash on boot due to improper __initdata qualifier by Uri Yosef · 14 years ago
  72. d1303dd tracing/filters: Add comment for match callbacks by Li Zefan · 14 years ago
  73. 16da27a tracing/filters: Fix MATCH_FULL filter matching for PTR_STRING by Li Zefan · 14 years ago
  74. b2af211 tracing/filters: Fix MATCH_MIDDLE_ONLY filter matching by Li Zefan · 14 years ago
  75. d5f1fb5 lib: Introduce strnstr() by Li Zefan · 14 years ago
  76. a3291c14 tracing/filters: Fix MATCH_END_ONLY filter matching by Li Zefan · 14 years ago
  77. 285caad tracing/filters: Fix MATCH_FRONT_ONLY filter matching by Li Zefan · 14 years ago
  78. 751e998 ftrace: Fix MATCH_END_ONLY function filter by Li Zefan · 14 years ago
  79. d3cf448 ARM: SMDK6410: Specify no GPIO for B_PWR_5V regulator by Mark Brown · 14 years ago
  80. 75136d4 serial: sh-sci: using correct fifo size for SCIF and SCIFA ports. by Markus Pietrek · 14 years ago
  81. ea44078 sh: mach-ecovec24: Add motion sensor driver support. by NISHIMOTO Hiroki · 14 years ago
  82. 8d95250 security: correct error returns for get/set security with private inodes by James Morris · 14 years ago
  83. 44c36ae alpha: cpumask_of_node() should handle -1 as a node by Anton Blanchard · 14 years ago
  84. abd4d60 alpha: add myself as a maintainer, and drop mention of 2.4 by Matt Turner · 14 years ago
  85. 61c39bb Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  86. 4a24eef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  87. 9b96918 ARM: S3C: NAND: Check the existence of nr_map before copying by Ramax Lo · 14 years ago
  88. cd65c3c net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=n by Octavian Purdila · 14 years ago
  89. 2570a4f ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). by David S. Miller · 14 years ago
  90. ba5b0bf tg3: Update copyright and driver version by Matt Carlson · 14 years ago
  91. 55dffe7 tg3: Disable 5717 serdes and B0 support by Matt Carlson · 14 years ago
  92. d1ec96a tg3: Add reliable serdes detection for 5717 A0 by Matt Carlson · 14 years ago
  93. 86cfe4f tg3: Fix std rx prod ring handling by Matt Carlson · 14 years ago
  94. 13fa95b0 tg3: Fix std prod ring nicaddr for 5787 and 57765 by Matt Carlson · 14 years ago
  95. f3766c2 sfc: Fix conditions for MDIO self-test by Ben Hutchings · 14 years ago
  96. 55029c1 sfc: Fix polling for slow MCDI operations by Ben Hutchings · 14 years ago
  97. baf86c9 e1000e: workaround link issues on busy hub in half duplex on 82577/82578 by Bruce Allan · 14 years ago
  98. fddaa1a e1000e: MDIO slow mode should always be done for 82577 by Bruce Allan · 14 years ago
  99. 8c47eaa ixgbe: update copyright dates by Shannon Nelson · 14 years ago
  100. 1a647bd ixgbe: Do not attempt to perform interrupts in netpoll when down by Alexander Duyck · 14 years ago