1. 864bdb3 new helper: daemonize_descriptors() by Al Viro · 12 years ago
  2. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  3. ad47bd7 make expand_files() and alloc_fd() static by Al Viro · 12 years ago
  4. b8318b0 take __{set,clear}_{open_fd,close_on_exec}() into fs/file.c by Al Viro · 12 years ago
  5. 8280d16 new helper: replace_fd() by Al Viro · 12 years ago
  6. fe17f22 take purely descriptor-related stuff from fcntl.c to file.c by Al Viro · 12 years ago
  7. 6a6d27d take close-on-exec logics to fs/file.c, clean it up a bit by Al Viro · 12 years ago
  8. 483ce1d take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  9. f869e8a expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  10. 7cf4dc3 move files_struct-related bits from kernel/exit.c to fs/file.c by Al Viro · 12 years ago
  11. dcfadfa new helper: __alloc_fd() by Al Viro · 12 years ago
  12. 1a7bd22 make get_unused_fd_flags() a function by Al Viro · 12 years ago
  13. 56b31d1 unexport sock_map_fd(), switch to sock_alloc_file() by Al Viro · 12 years ago
  14. 6f0f9b6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  15. be8cfc4 c/r: prctl: fix build error for no-MMU case by Mark Salter · 12 years ago
  16. 69190e6 phy/micrel: Add missing header to micrel_phy.h by Marek Vasut · 12 years ago
  17. 510d573 phy/micrel: Rename KS80xx to KSZ80xx by Marek Vasut · 12 years ago
  18. 212ea99 phy/micrel: Implement support for KSZ8021 by Marek Vasut · 12 years ago
  19. abef3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  20. 18f5600 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  21. 6d77987 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  22. 8ca7de9 Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  23. ecd7918 xfrm_user: ensure user supplied esn replay window is valid by Mathias Krause · 12 years ago
  24. 85f2a2ef tracing: Don't call page_to_pfn() if page is NULL by Wen Congyang · 12 years ago
  25. 263a523 linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSEST by Guenter Roeck · 12 years ago
  26. 6f3118b ipv6: use net->rt_genid to check dst validity by Nicolas Dichtel · 12 years ago
  27. b42664f netns: move net->ipv4.rt_genid to net->rt_genid by Nicolas Dichtel · 12 years ago
  28. bafa6d9 ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  29. b161dfa6 vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() by Miklos Szeredi · 12 years ago
  30. 9a858dc compiler.h: add __visible by Andi Kleen · 12 years ago
  31. 35c448a include/net/sock.h: squelch compiler warning in sk_rmem_schedule() by Chuck Lever · 12 years ago
  32. 05cf963 mm/ia64: fix a memory block size bug by Jianguo Wu · 12 years ago
  33. 73f8be2 Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  34. 76e77da Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  35. a34689d Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  36. 37407ea Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" by Linus Torvalds · 12 years ago
  37. 0848c94 mfd: core: Push irqdomain mapping out into devices by Mark Brown · 12 years ago
  38. 5d037f9 Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 12 years ago
  39. 5b799dd Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  40. dd383af Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  41. 7ef6e97 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  42. a1362d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  43. 0462bfc Merge tag 'driver-core-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  44. 4b921ed mISDN: Fix wrong usage of flush_work_sync while holding locks by Karsten Keil · 12 years ago
  45. bad9ac2 perf/x86/ibs: Check syscall attribute flags by Robert Richter · 12 years ago
  46. d9dd85d drm: Drop the NV12M and YUV420M formats by Ville Syrjälä · 12 years ago
  47. 22b4e63 Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  48. c076ada4 i2c: pnx: Fix read transactions of >= 2 bytes by Roland Stigge · 12 years ago
  49. 2fc136e xen/m2p: do not reuse kmap_op->dev_bus_addr by Stefano Stabellini · 12 years ago
  50. 777bf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  51. 32a8811 target: support zero allocation length in REQUEST SENSE by Paolo Bonzini · 12 years ago
  52. 7fb40f8 net/mlx4_core: Add security check / enforcement for flow steering rules set for VMs by Hadar Hen Zion · 12 years ago
  53. a8edc3b net/mlx4_core: Put Firmware flow steering structures in common header files by Hadar Hen Zion · 12 years ago
  54. f39c1bf SUNRPC: Fix a UDP transport regression by Trond Myklebust · 12 years ago
  55. 60e233a kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()" by Bjørn Mork · 12 years ago
  56. c7c6bf1 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  57. 1f1ea6c NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncached by Trond Myklebust · 12 years ago
  58. 0809095 Merge tag 'mmc-fixes-for-3.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  59. d5829ea target: fix use-after-free with PSCSI sense data by Paolo Bonzini · 12 years ago
  60. 593d0a3 Merge commit '4cb38750d49010ae72e718d46605ac9ba5a851b4' into stable/for-linus-3.6 by Konrad Rzeszutek Wilk · 12 years ago
  61. c3f52af NFS: Fix the initialisation of the readdir 'cookieverf' array by Trond Myklebust · 12 years ago
  62. 3b59df4 xfrm: Workaround incompatibility of ESN and async crypto by Steffen Klassert · 12 years ago
  63. 3550ccd mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption. by Ian Chen · 12 years ago
  64. 500ad2d perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled by K.Prasad · 12 years ago
  65. a6fa941 perf_event: Switch to internal refcount, fix race with close() by Al Viro · 12 years ago
  66. 0b1a34c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  67. b6d86d3 linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividends by Guenter Roeck · 12 years ago
  68. cee5848 time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 12 years ago
  69. 0dcd505 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  70. 5b423f6 netfilter: nf_conntrack: fix racy timer handling with reliable events by Pablo Neira Ayuso · 12 years ago
  71. 5c879d2 bnx2x: fix 57840_MF pci id by Yuval Mintz · 12 years ago
  72. 155e36d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  73. b969afc ASoC: atmel-ssc: include linux/io.h for raw io by Joachim Eastwood · 12 years ago
  74. cc11092 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 12 years ago
  75. 9acb172 Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  76. 2675608 Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  77. a7e546f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  78. b5bc0c7 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  79. 7c4eaca drm: Check for invalid cursor flags by Jakob Bornecrantz · 12 years ago
  80. 22f5d11 drm: Initialize object type when using DRM_MODE() macro by Ville Syrjälä · 12 years ago
  81. 57f0b20 Merge branch 'randconfig/mach' into fixes by Arnd Bergmann · 12 years ago
  82. c7a9b09 ARM: omap: allow building omap44xx without SMP by Arnd Bergmann · 12 years ago
  83. 1e72fe1 Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Arnd Bergmann · 12 years ago
  84. 4ff63e4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  85. 0923699 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  86. ad746be Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  87. 467e9e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  88. 8ad5db8 introduce kref_put_mutex() by Al Viro · 12 years ago
  89. 1922b0f mfd: Move tps65217 regulator plat data handling to regulator by AnilKumar Ch · 12 years ago
  90. 23dcfa6 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  91. 8f8ba75 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  92. c67fe37 mm: compaction: Abort async compaction if locks are contended or taking too long by Mel Gorman · 12 years ago
  93. c3a5ce0 string: do not export memweight() to userspace by WANG Cong · 12 years ago
  94. 04ccfe7 drm: Remove two unused fields from struct drm_display_mode by Damien Lespiau · 12 years ago
  95. e0e3cea af_netlink: force credentials passing [CVE-2012-3520] by Eric Dumazet · 12 years ago
  96. af74115 target: Remove unused se_cmd.cmd_spdtl by Roland Dreier · 12 years ago
  97. 8f6c1ca Merge tag 'pinctrl-fixes-v3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  98. 4459f39 Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  99. f0b433e Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 12 years ago
  100. c71a355 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago