1. ddc19e6 hpfs: annotate btree nodes, get rid of bitfields mess by Al Viro · 12 years ago
  2. 39413c6 hpfs: annotate struct dnode by Al Viro · 12 years ago
  3. 52576da hpfs: bitmaps are little-endian by Al Viro · 12 years ago
  4. c4c9954 hpfs: get rid of bitfields in struct fnode by Al Viro · 12 years ago
  5. 4085e15 hpfs: get rid of bitfields endianness wanking in extended_attribute by Al Viro · 12 years ago
  6. 185553b fs: fix inode.c kernel-doc warnings by Randy Dunlap · 12 years ago
  7. de5e2b3 hpfs: endianness bugs by Al Viro · 12 years ago
  8. 528c032 btrfs: trivial endianness annotations by Al Viro · 12 years ago
  9. 1db5df9 ocfs2: kill endianness abuses in blockcheck.c by Al Viro · 12 years ago
  10. f6a5690 ocfs2: deal with __user misannotations by Al Viro · 12 years ago
  11. 8515841 ocfs2: trivial endianness misannotations by Al Viro · 12 years ago
  12. 66f8f50 affs: bury unused macros by Al Viro · 12 years ago
  13. af56959 kill v9fs_dentry_from_dir_inode() by Al Viro · 12 years ago
  14. cc1dad7 selinuxfs snprintf() misuses by Al Viro · 12 years ago
  15. c862868 ceph: move encode_fh to new API by Sage Weil · 12 years ago
  16. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago
  17. 6d42e7e ubifs: use generic_fillattr() by Al Viro · 12 years ago
  18. 77ba787 xfs: switch to proper __bitwise type for KM_... flags by Al Viro · 12 years ago
  19. c217a2a switch utimes() to fget_light/fput_light by Al Viro · 12 years ago
  20. 0aa2ee5 switch statfs to fget_light/fput_light by Al Viro · 12 years ago
  21. bdc6895 switch flock to fget_light/fput_light by Al Viro · 12 years ago
  22. 20ba5d7 switch signalfd4() to fget_light/fput_light by Al Viro · 12 years ago
  23. 545ec2c switch fcntl to fget_raw_light/fput_light by Al Viro · 12 years ago
  24. 7449af1 switch xattr syscalls to fget_light/fput_light by Al Viro · 12 years ago
  25. 863ced7 switch readdir/getdents to fget_light/fput_light by Al Viro · 12 years ago
  26. c2bd6c1 switch do_fsync() to fget_light() by Al Viro · 12 years ago
  27. 442a9ff Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  28. 4b78147 Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  29. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  30. 8f6576a tty: fix ldisc lock inversion trace by Alan Cox · 12 years ago
  31. d3ca8b6 pty: Fix lock inversion by Alan Cox · 12 years ago
  32. cc0a984 NFSv4: Add debugging printks to state manager by Trond Myklebust · 12 years ago
  33. fb13bfa NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO by Trond Myklebust · 12 years ago
  34. a01ee16 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  35. d766023 Merge branch 'doc' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  36. 905cec4 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  37. da85d34 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  38. 1347a2ce Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  39. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  40. fb8b006 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  41. 359d7d1 NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE by Trond Myklebust · 12 years ago
  42. b48b2c3 openrisc: use generic strnlen_user() function by Jonas Bonn · 12 years ago
  43. 1629372 powerpc: Use the new generic strncpy_from_user() and strnlen_user() by Paul Mackerras · 12 years ago
  44. 69ea640 lib: Fix generic strnlen_user for 32-bit big-endian machines by Paul Mackerras · 12 years ago
  45. f2c1b51 NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error by Trond Myklebust · 12 years ago
  46. 9f59479 NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 12 years ago
  47. 7c5d725 NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state manager by Trond Myklebust · 12 years ago
  48. bf674c8 NFSv4.1: Handle errors in nfs4_bind_conn_to_session by Trond Myklebust · 12 years ago
  49. 43ac544 NFSv4.1: nfs4_bind_conn_to_session should drain the session by Trond Myklebust · 12 years ago
  50. 1e2aec8 Merge branch 'generic-string-functions' by Linus Torvalds · 12 years ago
  51. 19a4b98 builddeb: include autogenerated header files by Lekensteyn · 12 years ago
  52. ae32adc Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  53. f465d14 Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  54. 30b8428 Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  55. 84a442b Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  56. 39b6cc6 Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  57. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  58. 2c757fd Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  59. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  60. 0877aa39 Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  61. 2c66f62 sparc: use the new generic strnlen_user() function by David Miller · 12 years ago
  62. 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 12 years ago
  63. a08c535 lib: add generic strnlen_user() function by Linus Torvalds · 12 years ago
  64. 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 12 years ago
  65. 32b0131 NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid by Trond Myklebust · 12 years ago
  66. 6624553 NFSv4.1: Add DESTROY_CLIENTID by Trond Myklebust · 12 years ago
  67. 4ae73f2 x86: use generic strncpy_from_user routine by Linus Torvalds · 12 years ago
  68. 786f02b Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 12 years ago
  69. fa2af6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  70. 109b9b0 intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helper by David Woodhouse · 12 years ago
  71. e2ad23d intel-iommu: Add device info into list before doing context mapping by David Woodhouse · 12 years ago
  72. 2cf047c NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session by Trond Myklebust · 12 years ago
  73. 848f5bd NFSv4.1: Ensure we use the correct credentials for session create/destroy by Trond Myklebust · 12 years ago
  74. ad24ecf NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations by Trond Myklebust · 12 years ago
  75. 89a2173 NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease by Trond Myklebust · 12 years ago
  76. be0bfed NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRM by Trond Myklebust · 12 years ago
  77. 2a6ee6a NFSv4: Clean up the error handling for nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  78. 1fcb78e tile: default to tilegx_defconfig for ARCH=tile by Chris Metcalf · 12 years ago
  79. 9f1d62b tile: fix bug where fls(0) was not returning 0 by Chris Metcalf · 12 years ago
  80. acd1a19 arch/tile: mark TILEGX as not EXPERIMENTAL by Chris Metcalf · 12 years ago
  81. 4ce6bea tile/mm/fault.c: Port OOM changes to handle_page_fault by Kautuk Consul · 12 years ago
  82. c6f696f arch/tile: add descriptive text if the kernel reports a bad trap by Chris Metcalf · 12 years ago
  83. 8703d6e arch/tile: allow querying cpu module information from the hypervisor by Chris Metcalf · 12 years ago
  84. b8ace08 arch/tile: fix hardwall for tilegx and generalize for idn and ipi by Chris Metcalf · 12 years ago
  85. 621b195 arch/tile: support multiple huge page sizes dynamically by Chris Metcalf · 12 years ago
  86. d9ed9fa mm: add new arch_make_huge_pte() method for tile support by Chris Metcalf · 12 years ago
  87. fc0c49f arch/tile: support kexec() for tilegx by Chris Metcalf · 12 years ago
  88. cd6f32a arch/tile: support <asm/cachectl.h> header for cacheflush() syscall by Chris Metcalf · 12 years ago
  89. d5d14ed arch/tile: Allow tilegx to build with either 16K or 64K page size by Chris Metcalf · 12 years ago
  90. 47d632f arch/tile: optimize get_user/put_user and friends by Chris Metcalf · 12 years ago
  91. 1efea40 arch/tile: support building big-endian kernel by Chris Metcalf · 12 years ago
  92. 73636b1 arch/tile: allow building Linux with transparent huge pages enabled by Chris Metcalf · 12 years ago
  93. 5100700 arch/tile: use interrupt critical sections less by Chris Metcalf · 12 years ago
  94. da89fb1 Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf by Linus Torvalds · 12 years ago
  95. d5adf23 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  96. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  97. be87cfb Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  98. 58823de9 Merge tag 'hda-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  99. 4b7eba4 Merge tag 'cris-for-linus' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  100. 92bf3d0 Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago