1. 5c7c204 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6 by Linus Torvalds · 16 years ago
  2. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. 510a35d hugetlb: remove unused variable warning by Andrea Righi · 16 years ago
  4. 6a9436d gpiolib: fix typo in comment by Michael Buesch · 16 years ago
  5. 4cc38a1 [PATCH] remove remaining namei_{32,64}.h crap by Al Viro · 16 years ago
  6. 3f8206d [PATCH] get rid of indirect users of namei.h by Al Viro · 16 years ago
  7. 964bd18 [PATCH] get rid of __user_path_lookup_open by Al Viro · 16 years ago
  8. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  9. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  10. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  11. 9767d74 [patch 1/4] vfs: utimes: move owner check into inode_change_ok() by Miklos Szeredi · 16 years ago
  12. 88b3878 [PATCH] vfs: use kstrdup() and check failing allocation by Li Zefan · 16 years ago
  13. b77b064 [PATCH] pass MAY_OPEN to vfs_permission() explicitly by Al Viro · 16 years ago
  14. a110343 [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess by Al Viro · 16 years ago
  15. 7f2da1e [PATCH] kill altroot by Al Viro · 16 years ago
  16. 8bb7922 [PATCH] permission checks for chdir need special treatment only on the last step by Al Viro · 16 years ago
  17. db2e747 [patch 5/5] vfs: remove mode parameter from vfs_symlink() by Miklos Szeredi · 16 years ago
  18. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  19. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  20. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 16 years ago
  21. ae7edec [PATCH] sysctl: keep track of tree relationships by Al Viro · 16 years ago
  22. bd7b153 [PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones by Al Viro · 16 years ago
  23. f7e6ced [PATCH] allow delayed freeing of ctl_table_header by Al Viro · 16 years ago
  24. 7345509 [PATCH] beginning of sysctl cleanup - ctl_table_set by Al Viro · 16 years ago
  25. d2d9648 [PATCH] reuse xxx_fifo_fops for xxx_pipe_fops by Denys Vlasenko · 16 years ago
  26. 93bc4e8 netfilter: fix double-free and use-after free by Pekka Enberg · 16 years ago
  27. af69fb3 Add mISDN HFC multiport driver by Karsten Keil · 16 years ago
  28. 960366c Add mISDN DSP by Karsten Keil · 16 years ago
  29. 1b2b03f Add mISDN core files by Karsten Keil · 16 years ago
  30. 04578dd Define AF_ISDN and PF_ISDN by Karsten Keil · 16 years ago
  31. f4b7f92 mmc: Add per-card debugfs support by Haavard Skinnemoen · 16 years ago
  32. 6edd8ee mmc: Export internal host state through debugfs by Haavard Skinnemoen · 16 years ago
  33. d9ecdb2 Merge branch 'for_rmk_13' of git://git.mnementh.co.uk/linux-2.6-im by Russell King · 16 years ago
  34. a9906a1 tracehook: comment fixes by Roland McGrath · 16 years ago
  35. aafe0ad [ARM] pxa: PXA25x UDC - Fix warning during build by Ian Molton · 16 years ago
  36. 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
  37. 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
  38. 1226570 [SCSI] scsi_eh_prep_cmnd should save scmd->underflow by Alan Stern · 16 years ago
  39. 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
  40. db007fc [SCSI] Command protection operation by Martin K. Petersen · 16 years ago
  41. 4469f98 [SCSI] Host protection capabilities by Martin K. Petersen · 16 years ago
  42. ae11b1b [SCSI] scsi_dh: attach to hardware handler from dm-mpath by Hannes Reinecke · 16 years ago
  43. 057ea7c [SCSI] scsi_dh: add generic SPC-3 alua handler by Hannes Reinecke · 16 years ago
  44. b6ff1b1 [SCSI] scsi_dh: Update EMC handler by Hannes Reinecke · 16 years ago
  45. 765cbc6 [SCSI] scsi_dh: Implement common device table handling by Hannes Reinecke · 16 years ago
  46. 6d49f63 [SCSI] Make host_no an unsigned int by Matthew Wilcox · 16 years ago
  47. 9580d85 drivers/char/rtc.c: make 2 functions static by Adrian Bunk · 16 years ago
  48. 7c363b8 mm/swapfile.c: make code static by Adrian Bunk · 16 years ago
  49. 15f59ad make mm/memory.c:print_bad_pte() static by Adrian Bunk · 16 years ago
  50. 9d8fddf mm/allocpercpu.c: make 4 functions static by Adrian Bunk · 16 years ago
  51. bbc6986 task_current_syscall by Roland McGrath · 16 years ago
  52. 85ba2d8 tracehook: wait_task_inactive by Roland McGrath · 16 years ago
  53. 828c365 tracehook: asm/syscall.h by Roland McGrath · 16 years ago
  54. 64b1208d tracehook: TIF_NOTIFY_RESUME by Roland McGrath · 16 years ago
  55. b787f7b tracehook: force signal_pending() by Roland McGrath · 16 years ago
  56. 2b2a1ff tracehook: death by Roland McGrath · 16 years ago
  57. fa00b80 tracehook: job control by Roland McGrath · 16 years ago
  58. 7bcf6a2 tracehook: get_signal_to_deliver by Roland McGrath · 16 years ago
  59. 283d755 tracehook: syscall by Roland McGrath · 16 years ago
  60. 445a91d tracehook: tracehook_consider_fatal_signal by Roland McGrath · 16 years ago
  61. 35de254 tracehook: tracehook_consider_ignored_signal by Roland McGrath · 16 years ago
  62. c45aea2 tracehook: tracehook_signal_handler by Roland McGrath · 16 years ago
  63. fa8e26c tracehook: tracehook_expect_breakpoints by Roland McGrath · 16 years ago
  64. 0d094ef tracehook: tracehook_tracer_task by Roland McGrath · 16 years ago
  65. dae3357 tracehook: release_task by Roland McGrath · 16 years ago
  66. daded34 tracehook: vfork-done by Roland McGrath · 16 years ago
  67. 09a0539 tracehook: clone by Roland McGrath · 16 years ago
  68. 30199f5 tracehook: exit by Roland McGrath · 16 years ago
  69. 6341c39 tracehook: exec by Roland McGrath · 16 years ago
  70. 88ac292 tracehook: add linux/tracehook.h by Roland McGrath · 16 years ago
  71. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  72. 19fd623 mm: spinlock tree_lock by Nick Piggin · 16 years ago
  73. e286781 mm: speculative page references by Nick Piggin · 16 years ago
  74. 47feff2 radix-tree: add gang_lookup_slot, gang_lookup_slot_tag by Nick Piggin · 16 years ago
  75. 8174c43 x86: lockless get_user_pages_fast() by Nick Piggin · 16 years ago
  76. 21cc199 mm: introduce get_user_pages_fast by Nick Piggin · 16 years ago
  77. a0a8f53 x86: implement pte_special by Nick Piggin · 16 years ago
  78. 080ccd4 include/linux/aio.h: removed duplicated include by Huang Weiyi · 16 years ago
  79. 20d8b67 relay: add buffer-only channels; useful for early logging by Eduard - Gabriel Munteanu · 16 years ago
  80. 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
  81. c2147a5 Better interface for hooking early initcalls by Eduard - Gabriel Munteanu · 16 years ago
  82. 89081d1 kexec jump: save/restore device state by Huang Ying · 16 years ago
  83. 3ab8352 kexec jump by Huang Ying · 16 years ago
  84. 17017d8 memstick: add "start" and "stop" methods to memstick device by Alex Dubov · 16 years ago
  85. b778999 memstick: allow "set_param" method to return an error code by Alex Dubov · 16 years ago
  86. 929dfb2 parport/share.c: proper externs by Adrian Bunk · 16 years ago
  87. 1956a96 x86 calgary: fix handling of devices that aren't behind the Calgary by Alexis Bruemmer · 16 years ago
  88. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  89. 44ccac1 include/video/atmel_lcdc.h must #include <linux/workqueue.h> by Adrian Bunk · 16 years ago
  90. 16d6926 uninline arch_pick_mmap_layout() by Andrew Morton · 16 years ago
  91. 87a9f70 include/video/atmel_lcdc.h must #include <linux/workqueue.h> by Adrian Bunk · 16 years ago
  92. fdd2a7e V4L/DVB (8500a): videotext.h: whitespace cleanup by Mauro Carvalho Chehab · 16 years ago
  93. f894dfd V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2-dev.h by Hans Verkuil · 16 years ago
  94. 9c39d7e V4L/DVB (8483): Remove obsolete owner field from video_device struct. by Hans Verkuil · 16 years ago
  95. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  96. b654fcdc V4L/DVB (8479): tveeprom/ivtv: fix usage of has_ir field by Hans Verkuil · 16 years ago
  97. 38f9d30 V4L/DVB (8477): v4l: remove obsolete audiochip.h by Hans Verkuil · 16 years ago
  98. b8d317d cpumask: make cpumask_of_cpu_map generic by Mike Travis · 16 years ago
  99. dd438e7 [ARM] pci: provide dummy pci_get_legacy_ide_irq() by Russell King · 16 years ago
  100. 0c65f45 [ARM] fix fls() for 64-bit arguments by Andrew Morton · 16 years ago