1. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  2. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  3. 873f1ee vfs: turn do_path_lookup into wrapper around struct filename variant by Jeff Layton · 12 years ago
  4. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  5. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  6. 8e377d1 vfs: unexport getname and putname symbols by Jeff Layton · 12 years ago
  7. cfd4da1 acct: constify the name arg to acct_on by Jeff Layton · 12 years ago
  8. a608ca2 vfs: allocate page instead of names_cache buffer in mount_block_root by Jeff Layton · 12 years ago
  9. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  10. e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
  11. 29e9a34 audit: make audit_compare_dname_path use parent_len helper by Eric Paris · 12 years ago
  12. 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
  13. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  14. 78e2e80 audit: add a new "type" field to audit_names struct by Jeff Layton · 12 years ago
  15. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  16. 9cec9d6 audit: no need to walk list in audit_inode if name is NULL by Jeff Layton · 12 years ago
  17. 1c2e51e audit: pass in dentry to audit_copy_inode wherever possible by Jeff Layton · 12 years ago
  18. f78570d audit: remove unnecessary NULL ptr checks from do_path_lookup by Jeff Layton · 12 years ago
  19. 79360dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  20. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  21. 4092475 Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  22. cbd8aca Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  23. 35e9a274 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  24. ae3e462 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  25. 5f76945 Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  26. 940e3a8 Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  27. 98f6ef6 vfs: bogus warnings in fs/namei.c by Arnd Bergmann · 12 years ago
  28. 808d4e3 consitify do_mount() arguments by Al Viro · 12 years ago
  29. 415c2c5 compiler-gcc4.h: correct verion check for __compiletime_error by Daniel Santos · 12 years ago
  30. 76b2764 modpost: Permit .GCC.command.line sections by Jonathan Kliegman · 12 years ago
  31. 759f429 9P: Fix race between p9_write_work() and p9_fd_request() by Simon Derr · 12 years ago
  32. 26de9c2 Update SmPL/Coccinelle section of MAINTAINERS by Nicolas Palix · 12 years ago
  33. c05cd6d coccicheck: Add the rep+ctxt mode by Nicolas Palix · 12 years ago
  34. e8fa600 scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR inconsistency by Julia Lawall · 12 years ago
  35. 12250d8 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  36. da06a8d Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  37. 49999ab autofs4 - fix reset pending flag on mount fail by Ian Kent · 12 years ago
  38. 14ffe00 Merge branch 'akpm' (Fixups from Andrew) by Linus Torvalds · 12 years ago
  39. cd9d6f1 gbefb: fix compile error by Florian Tobias Schandinat · 12 years ago
  40. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  41. ba0a5a3 Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  42. 3dddebe Merge tag 'vfio-for-v3.7-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 12 years ago
  43. ec07361 perf: fix duplicate header inclusion by Michel Lespinasse · 12 years ago
  44. cd59085 memcg, kmem: fix build error when CONFIG_INET is disabled by David Rientjes · 12 years ago
  45. 8dc0839 rtc: kconfig: fix RTC_INTF defaults connected to RTC_CLASS by Kevin Hilman · 12 years ago
  46. fdb8d56 rapidio: fix comment by Chad Reese · 12 years ago
  47. 3e1aa66 lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvasprintf by Ezequiel Garcia · 12 years ago
  48. 4ed134b rapidio: update for destination ID allocation by Alexandre Bounine · 12 years ago
  49. 2574740 rapidio: update asynchronous discovery initialization by Alexandre Bounine · 12 years ago
  50. f4c9c0e rapidio: use msleep in discovery wait by Alexandre Bounine · 12 years ago
  51. 6272605 mm: compaction: fix bit ranges in {get,clear,set}_pageblock_skip() by Bartlomiej Zolnierkiewicz · 12 years ago
  52. 1633dbb arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanups by Yasuaki Ishimatsu · 12 years ago
  53. 158544b arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling code by Andrew Morton · 12 years ago
  54. e626d177 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  55. 899649b vfio: Fix PCI INTx disable consistency by Alex Williamson · 12 years ago
  56. 9dbdfd2 vfio: Move PCI INTx eventfd setting earlier by Alex Williamson · 12 years ago
  57. 34002f5 vfio: Fix PCI mmap after b3b9c293 by Alex Williamson · 12 years ago
  58. df632d3 Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  59. 0657777 hwmon: Drop needless includes of <linux/delay.h> by Jean Delvare · 12 years ago
  60. fa84574 hwmon: Add missing inclusions of <linux/err.h> by Jean Delvare · 12 years ago
  61. dcd8f39 hwmon: Add missing inclusions of <linux/jiffies.h> by Jean Delvare · 12 years ago
  62. 4d7e47b hwmon: Fix spelling of Celsius by Peter Meerwald · 12 years ago
  63. 9292f05 hwmon: Update Alexey Fisher's name by Oleksij Rempel · 12 years ago
  64. 2474542 Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  65. c7a6ced Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
  66. a188e7e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  67. e1b2814 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  68. ba70676 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  69. 4b2c551f lglock: add DEFINE_STATIC_LGLOCK() by Lai Jiangshan · 12 years ago
  70. 466cab8 lglock: make the per_cpu locks static by Lai Jiangshan · 12 years ago
  71. 462e1e1 lglock: remove unused DEFINE_LGLOCK_LOCKDEP() by Lai Jiangshan · 12 years ago
  72. 614c321 MAX_LFS_FILESIZE definition for 64bit needs LL... by Al Viro · 12 years ago
  73. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
  74. 8e22cc8 vfs: drop lock/unlock super by Marco Stornelli · 12 years ago
  75. b696332 ufs: drop lock/unlock super by Marco Stornelli · 12 years ago
  76. c07cb01 sysv: drop lock/unlock super by Marco Stornelli · 12 years ago
  77. f6e12dc hpfs: drop lock/unlock super by Marco Stornelli · 12 years ago
  78. e40b34c fat: drop lock/unlock super by Marco Stornelli · 12 years ago
  79. 67e2c19 ext3: drop lock/unlock super by Marco Stornelli · 12 years ago
  80. 4f7754c exofs: drop lock/unlock super by Marco Stornelli · 12 years ago
  81. aed9764 dup3: Return an error when oldfd == newfd. by Richard W.M. Jones · 12 years ago
  82. d1c7d97 fs: handle failed audit_log_start properly by Sasha Levin · 12 years ago
  83. ffd8d10 fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  84. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  85. 0febd3b Merge tag 'omapdss-for-3.7' of git://gitorious.org/linux-omap-dss2/linux into fbdev-next by Florian Tobias Schandinat · 12 years ago
  86. f59b51f Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  87. aac2b1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  88. 23d5385 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  89. b7e97d2 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  90. 8d93241 video: mark nuc900fb_map_video_memory as __devinit by Arnd Bergmann · 12 years ago
  91. 4a0ea00 video/mx3fb: set .owner to prevent module unloading while being used by Uwe Kleine-König · 12 years ago
  92. 37414fb video: exynos_dp: use clk_prepare_enable and clk_disable_unprepare by Jingoo Han · 12 years ago
  93. 36141e5 drivers/video/exynos/exynos_mipi_dsi.c: fix error return code by Peter Senna Tschudin · 12 years ago
  94. d63f2c5 drivers/video/savage/savagefb_driver.c: fix error return code by Peter Senna Tschudin · 12 years ago
  95. 5ce2497 video: s3c-fb: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  96. 7a93cbb da8xx-fb: save and restore LCDC context across suspend/resume cycle by Manjunathappa, Prakash · 12 years ago
  97. 9dd44d5 da8xx-fb: add pm_runtime support by Manjunathappa, Prakash · 12 years ago
  98. b8c4321 video/udlfb: fix line counting in fb_write by Alexander Holler · 12 years ago
  99. 943c2ac Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  100. 10f39f0 Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago