1. c5b61d5 Fix namespace issue with Hisax by Karsten Keil · 16 years ago
  2. 8be1a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  3. 852fef69 fix for a memory leak in an error case introduced by fix for double free by Oliver Neukum · 16 years ago
  4. 9ee08c2 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  5. eaf0ba5 Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utrace by Linus Torvalds · 16 years ago
  6. 732730d m68k: gs: use tty_port fixes by Geert Uytterhoeven · 16 years ago
  7. bdee6ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  8. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  9. 5c7c204 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6 by Linus Torvalds · 16 years ago
  10. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  11. 78681ac firmware: fix memmap printk format warnings by Randy Dunlap · 16 years ago
  12. 3b8f14b mm/util.c must #include <linux/sched.h> by Adrian Bunk · 16 years ago
  13. 510a35d hugetlb: remove unused variable warning by Andrea Righi · 16 years ago
  14. b2d002d task IO accounting: correctly account threads IO statistics by Andrea Righi · 16 years ago
  15. 6a9436d gpiolib: fix typo in comment by Michael Buesch · 16 years ago
  16. 4e1e018 [PATCH] fix RLIM_NOFILE handling by Al Viro · 16 years ago
  17. 6c5d051 [PATCH] get rid of corner case in dup3() entirely by Al Viro · 16 years ago
  18. 4cc38a1 [PATCH] remove remaining namei_{32,64}.h crap by Al Viro · 16 years ago
  19. 3f8206d [PATCH] get rid of indirect users of namei.h by Al Viro · 16 years ago
  20. 964bd18 [PATCH] get rid of __user_path_lookup_open by Al Viro · 16 years ago
  21. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  22. 3c33393 [PATCH] dup3 fix by Ulrich Drepper · 16 years ago
  23. 58ec42b [PATCH] don't pass nameidata to __ncp_lookup_validate() by Al Viro · 16 years ago
  24. a569c71 [PATCH] don't pass nameidata to gfs2_lookupi() by Al Viro · 16 years ago
  25. 2ad94ae [PATCH] new (local) helper: user_path_parent() by Al Viro · 16 years ago
  26. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  27. 256984a [PATCH] preparation to __user_walk_fd cleanup by Al Viro · 16 years ago
  28. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  29. 3052447 [PATCH] take noexec checks to very few callers that care by Al Viro · 16 years ago
  30. e56b6a5 Re: [PATCH 3/6] vfs: open_exec cleanup by Christoph Hellwig · 16 years ago
  31. beb29e0 [patch 4/4] vfs: immutable inode checking cleanup by Miklos Szeredi · 16 years ago
  32. b1da47e [patch 3/4] fat: dont call notify_change by Miklos Szeredi · 16 years ago
  33. e9b76fe [patch 2/4] vfs: utimes cleanup by Miklos Szeredi · 16 years ago
  34. 9767d74 [patch 1/4] vfs: utimes: move owner check into inode_change_ok() by Miklos Szeredi · 16 years ago
  35. 88b3878 [PATCH] vfs: use kstrdup() and check failing allocation by Li Zefan · 16 years ago
  36. 672b16b [PATCH] more nameidata removal: exec_permission_lite() doesn't need it by Al Viro · 16 years ago
  37. b77b064 [PATCH] pass MAY_OPEN to vfs_permission() explicitly by Al Viro · 16 years ago
  38. a110343 [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess by Al Viro · 16 years ago
  39. 7f2da1e [PATCH] kill altroot by Al Viro · 16 years ago
  40. 8bb7922 [PATCH] permission checks for chdir need special treatment only on the last step by Al Viro · 16 years ago
  41. db2e747 [patch 5/5] vfs: remove mode parameter from vfs_symlink() by Miklos Szeredi · 16 years ago
  42. 7e79eed [patch 4/5] vfs: reuse local variable in vfs_link() by Tetsuo Handa · 16 years ago
  43. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  44. c82e42d [patch 1/5] vfs: truncate: dont check immutable twice by Miklos Szeredi · 16 years ago
  45. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  46. 1bd5191 [patch 05/14] hpfs: dont call permission() by Miklos Szeredi · 16 years ago
  47. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 16 years ago
  48. ae7edec [PATCH] sysctl: keep track of tree relationships by Al Viro · 16 years ago
  49. bd7b153 [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones by Al Viro · 16 years ago
  50. f7e6ced [PATCH] allow delayed freeing of ctl_table_header by Al Viro · 16 years ago
  51. 7345509 [PATCH] beginning of sysctl cleanup - ctl_table_set by Al Viro · 16 years ago
  52. 7ac6cd6 [patch] hppfs: remove hppfs_permission by Miklos Szeredi · 16 years ago
  53. d2d9648 [PATCH] reuse xxx_fifo_fops for xxx_pipe_fops by Denys Vlasenko · 16 years ago
  54. d70b67c [patch] vfs: fix lookup on deleted directory by Miklos Szeredi · 16 years ago
  55. 6c3b8fc netns: fix ip_rt_frag_needed rt_is_expired by Hugh Dickins · 16 years ago
  56. 6c64825 netfilter: nf_conntrack_extend: avoid unnecessary "ct->ext" dereferences by Patrick McHardy · 16 years ago
  57. 93bc4e8 netfilter: fix double-free and use-after free by Pekka Enberg · 16 years ago
  58. 3918fed5 netfilter: arptables in netns for real by Alexey Dobriyan · 16 years ago
  59. f858b48 netfilter: ip{,6}tables_security: fix future section mismatch by Alexey Dobriyan · 16 years ago
  60. 6c5a9d2 selinux: use nf_register_hooks() by Alexey Dobriyan · 16 years ago
  61. e40f51a netfilter: ebtables: use nf_register_hooks() by Alexey Dobriyan · 16 years ago
  62. 3712b42 Add layer1 over IP support by Karsten Keil · 16 years ago
  63. af69fb3 Add mISDN HFC multiport driver by Karsten Keil · 16 years ago
  64. 1700fe1 Add mISDN HFC PCI driver by Karsten Keil · 16 years ago
  65. 960366c Add mISDN DSP by Karsten Keil · 16 years ago
  66. 1b2b03f Add mISDN core files by Karsten Keil · 16 years ago
  67. 04578dd Define AF_ISDN and PF_ISDN by Karsten Keil · 16 years ago
  68. e4ac9bc Add mISDN driver by Karsten Keil · 16 years ago
  69. deec9ae atmel-mci: debugfs support by Haavard Skinnemoen · 16 years ago
  70. f4b7f92 mmc: Add per-card debugfs support by Haavard Skinnemoen · 16 years ago
  71. 6edd8ee mmc: Export internal host state through debugfs by Haavard Skinnemoen · 16 years ago
  72. c5d5e9c imxmmc: fix crash when no platform data is provided by Paulius Zaleckas · 16 years ago
  73. 5fc63df imxmmc: fix platform resources by Paulius Zaleckas · 16 years ago
  74. 322069c imxmmc: remove DEBUG definition by Paulius Zaleckas · 16 years ago
  75. a9906a1 tracehook: comment fixes by Roland McGrath · 16 years ago
  76. cc9969c Merge branches 'bkl-removal', 'ipoib', 'mlx4' and 'nes' into for-linus by Roland Dreier · 16 years ago
  77. a048d3a Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  78. fb3b806 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  79. 7f268a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  80. 689796a dsp56k: Fix BKL pushdown by Geert Uytterhoeven · 16 years ago
  81. 37e67b7 drivers/video/fbmem.c: removed duplicated include by Huang Weiyi · 16 years ago
  82. 4b1fefa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  83. 6ca813c video/stifb.c: make 2 functions static by Adrian Bunk · 16 years ago
  84. 3d1e412 video/console/stico{n,re}.c: make code static by Adrian Bunk · 16 years ago
  85. 511e748 make macfb_setup() static by Adrian Bunk · 16 years ago
  86. f56f6d30 make init/do_mounts.c:root_device_name static by Adrian Bunk · 16 years ago
  87. 9580d85 drivers/char/rtc.c: make 2 functions static by Adrian Bunk · 16 years ago
  88. 7c363b8 mm/swapfile.c: make code static by Adrian Bunk · 16 years ago
  89. 15f59ad make mm/memory.c:print_bad_pte() static by Adrian Bunk · 16 years ago
  90. 9d8fddf mm/allocpercpu.c: make 4 functions static by Adrian Bunk · 16 years ago
  91. 9e5c6da make mm/sparse.c: make a function static by Adrian Bunk · 16 years ago
  92. 23d5f96 make parport_cs_release() static by Adrian Bunk · 16 years ago
  93. 25cdcd0 make pnp_add_card_id() static by Adrian Bunk · 16 years ago
  94. 96930a6 make cgroup_seqfile_release() static by Adrian Bunk · 16 years ago
  95. 0e1451d drm: make drm_minors_cleanup() static by Adrian Bunk · 16 years ago
  96. a4074d9 cris: use generic show_mem() by Johannes Weiner · 16 years ago
  97. e275e0a frv: use generic show_mem() by Johannes Weiner · 16 years ago
  98. aca5320 m32r: use generic show_mem() by Johannes Weiner · 16 years ago
  99. 969eefb5 m68k: use generic show_mem() by Johannes Weiner · 16 years ago
  100. 0ec5e0e m68knommu: use generic show_mem() by Johannes Weiner · 16 years ago