1. bdcecec silicom: untangle module_init by Al Viro · 11 years ago
  2. f1b68d4 silicom: get_bypass_slave_pfs() open-codes lookup_port() by Al Viro · 11 years ago
  3. fb8004d silicom: unobfuscate get_{status,master}_port_fn() by Al Viro · 11 years ago
  4. 7e1be8a silicom: helper functions are often useful... by Al Viro · 11 years ago
  5. e784788 get rid of a bunch of open-coded create_proc_read_entry() by Al Viro · 11 years ago
  6. 96e7d91 isp1362-hcd: don't reimplement proc_create_data() by Al Viro · 11 years ago
  7. 5a787a6 rtl8192u: don't play with reassigning ->proc_fops, just use proc_create() by Al Viro · 11 years ago
  8. 895b559 dgrp procfs fixes, part 6: just use proc_create{,_data} by Al Viro · 11 years ago
  9. af064cd dgrp procfs fixes, part 5: per-node files by Al Viro · 11 years ago
  10. 08f3d07 dgrp procfs fixes, part 4: get rid of sysctl-like machinery by Al Viro · 11 years ago
  11. 772317b dgrp procfs fixes, part 3: kill dead code by Al Viro · 11 years ago
  12. 878c68c dgrp procfs fixes, part 2 by Al Viro · 11 years ago
  13. aa66d7b dgrp procfs fixes, part 1 by Al Viro · 11 years ago
  14. f56e294 The rtl8192e procfs-based debug interface seems very broken by Sean MacLennan · 11 years ago
  15. c037773 rtl8192e: switch to proc_create() by Al Viro · 11 years ago
  16. e3e7b40 rtl8192e: don't use create_proc_entry() for directories by Al Viro · 11 years ago
  17. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 11 years ago
  18. 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 11 years ago
  19. aee0c61 snd_info_register: switch to proc_create_data/proc_mkdir_mode by Al Viro · 11 years ago
  20. 4d8e8d2 hysdn: stash pointer to card into proc_dir_entry->data by Al Viro · 11 years ago
  21. 03b642a atags_proc: switch to proc_create_data() by Al Viro · 11 years ago
  22. 3273097 gadgetfs: don't bother with fops->owner by Al Viro · 11 years ago
  23. c62c5a8 ccg: don't bother with fops->owner by Al Viro · 11 years ago
  24. 0b57b88 spufs: don't bother with fops->owner by Al Viro · 11 years ago
  25. 4b8a8f1 get rid of the last free_pipe_info() callers by Al Viro · 11 years ago
  26. 7bee130 get rid of alloc_pipe_info() argument by Al Viro · 11 years ago
  27. 6447a3c get rid of pipe->inode by Al Viro · 11 years ago
  28. ebec73f introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOs by Al Viro · 11 years ago
  29. de32ec4 pipe: set file->private_data to ->i_pipe by Al Viro · 11 years ago
  30. 72b0d9a pipe: don't use ->i_mutex by Al Viro · 11 years ago
  31. ba5bb14 pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex by Al Viro · 11 years ago
  32. 18c03cf pipe: preparation to new locking rules by Al Viro · 11 years ago
  33. fc7478a pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_info by Al Viro · 11 years ago
  34. 599a0ac pipe: fold file_operations instances in one by Al Viro · 11 years ago
  35. f776c73 fold fifo.c into pipe.c by Al Viro · 11 years ago
  36. 2dd8c9a lift sb_start_write out of ->splice_write() by Al Viro · 11 years ago
  37. 17338fc lift sb_start_write into default_file_splice_write() by Al Viro · 11 years ago
  38. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 11 years ago
  39. 72ec351 switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  40. bdaec33 f2fs: use mnt_want_write_file() in ioctl by Al Viro · 11 years ago
  41. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  42. 5f2e354 hpfs: move setting hpfs-private i_dirty to ->write_end() by Al Viro · 11 years ago
  43. d5daaaf reiserfs: don't wank with EFBIG before calling do_sync_write() by Al Viro · 11 years ago
  44. 97216be fold release_mounts() into namespace_unlock() by Al Viro · 11 years ago
  45. 328e6d9 switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers by Al Viro · 11 years ago
  46. 3ab6abe more conversions to namespace_unlock() by Al Viro · 11 years ago
  47. b54b9be get rid of the second argument of shrink_submounts() by Al Viro · 11 years ago
  48. e3197d8 saner umount_tree()/release_mounts(), part 1 by Al Viro · 11 years ago
  49. 84d1719 get rid of full-hash scan on detaching vfsmounts by Al Viro · 11 years ago
  50. e9c5d8a mnt: release locks on error path in do_loopback by Andrey Vagin · 11 years ago
  51. ccf9320 palinfo fixes by Al Viro · 11 years ago
  52. 8ce584c procfs: add proc_remove_subtree() by Al Viro · 11 years ago
  53. 52f2199 ecryptfs: close rmmod race by Al Viro · 11 years ago
  54. de55eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  55. e8cd816 vt: synchronize_rcu() under spinlock is not nice... by Al Viro · 11 years ago
  56. 7ea600b Nest rename_lock inside vfsmount_lock by Al Viro · 11 years ago
  57. b175293 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  58. 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  59. 330305c ipv4: Fix ip-header identification for gso packets. by Pravin B Shelar · 11 years ago
  60. 9fe16b7 bonding: remove already created master sysfs link on failure by Veaceslav Falico · 11 years ago
  61. 14134f6 af_unix: dont send SCM_CREDENTIAL when dest socket is NULL by dingtianhong · 11 years ago
  62. 465c0a1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  63. 76a0e68 pch_gbe: fix ip_summed checksum reporting on rx by Veaceslav Falico · 11 years ago
  64. 75517d9 igb: fix PHC stopping on max freq by Jiri Benc · 11 years ago
  65. 05ec29e igb: make sensor info static by Stephen Hemminger · 11 years ago
  66. d5e51a1 igb: SR-IOV init reordering by Alex Williamson · 11 years ago
  67. d0f63ac igb: Fix null pointer dereference by Alex Williamson · 11 years ago
  68. 22c1275 igb: fix i350 anti spoofing config by Lior Levy · 11 years ago
  69. a1f6c6b ixgbevf: don't release the soft entries by xunleer · 11 years ago
  70. a12183c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. a79ca22 ipv6: fix bad free of addrconf_init_net by Hong Zhiguo · 11 years ago
  72. ded34e0 unix: fix a race condition in unix_release() by Paul Moore · 11 years ago
  73. 53b6809 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  74. fb9bb18 Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  75. 844fdd9 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  76. 1166fde6 SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked by Trond Myklebust · 11 years ago
  77. c4052ba Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  78. 7ac8833 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into HEAD by Dave Airlie · 11 years ago
  79. ac165b0 Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into HEAD by Dave Airlie · 11 years ago
  80. 7ebe183 tcp: undo spurious timeout after SACK reneging by Yuchung Cheng · 11 years ago
  81. 8fe7f99 bnx2x: fix assignment of signed expression to unsigned variable by Kumar Amit Mehta · 11 years ago
  82. 9b46922 bridge: fix crash when set mac address of br interface by Hong zhi guo · 11 years ago
  83. 4a7df34 8021q: fix a potential use-after-free by Cong Wang · 11 years ago
  84. 9979a55 net: remove a WARN_ON() in net_enable_timestamp() by Eric Dumazet · 11 years ago
  85. 3912a67 Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  86. 33b73e9 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  87. b128937 Revert "drm/i915: write backlight harder" by Daniel Vetter · 11 years ago
  88. 2124b72 drm/i915: don't disable the power well yet by Paulo Zanoni · 11 years ago
  89. bba2181 Revert "drm/i915: set TRANSCODER_EDP even earlier" by Daniel Vetter · 11 years ago
  90. b9726d9 Merge tag 'efi-for-3.9-rc4' into x86/urgent by H. Peter Anvin · 11 years ago
  91. 8bb9660 Linux 3.9-rc4 by Linus Torvalds · 11 years ago
  92. a607a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  93. 22c3f2f Merge tag 'md-3.9-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  94. c8c1f16 Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 11 years ago
  95. df2a8f3 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  96. a4e71e7 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  97. c19b3b0f KMS: fix EDID detailed timing frame rate by Torsten Duwe · 11 years ago
  98. 16dad1d KMS: fix EDID detailed timing vsync parsing by Torsten Duwe · 11 years ago
  99. 4e73a54 Merge branches 'cxgb4', 'ipoib' and 'qib' into for-next by Roland Dreier · 11 years ago
  100. e2eed58 IB/qib: change QLogic to Intel by Vinit Agnihotri · 11 years ago