1. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 17 years ago
  2. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 17 years ago
  3. b8a7f3c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  4. 22a8059 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 17 years ago
  5. eaff807 kill I_LOCK by Christoph Hellwig · 17 years ago
  6. 7a0ad10 fold do_sync_file_range into sys_sync_file_range by Christoph Hellwig · 17 years ago
  7. 1b8ab81 VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size by Erez Zadok · 17 years ago
  8. 9afa2fb fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all by Erez Zadok · 17 years ago
  9. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 17 years ago
  10. b56daf1 regulator: consumer.h - fix build when consumer.h is #included first. by Liam Girdwood · 17 years ago
  11. 638f85c regulator: Handle regulators without suspend mode configuration by Mark Brown · 17 years ago
  12. e24a04c regulator: Implement WM831x BuckWise DC-DC convertor DVS support by Mark Brown · 17 years ago
  13. 27f37e4 regulator: add driver for MAX8660/8661 by Wolfram Sang · 17 years ago
  14. bea4c89 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 17 years ago
  15. a73611b Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 17 years ago
  16. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 17 years ago
  17. 288f02b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  18. 8aedf8a Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  19. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  20. 529e894 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 17 years ago
  21. da184a8 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  22. 2ee1aba xfs: improve metadata I/O merging in the elevator by Dave Chinner · 17 years ago
  23. aa96ce0 Merge branch 'misc-2.6.33' into release by Len Brown · 17 years ago
  24. 2900681 Merge branch 'osc' into release by Len Brown · 17 years ago
  25. 3563ff9 ACPI: Add platform-wide _OSC support. by Shaohua Li · 17 years ago
  26. 3a9622d ACPI: cleanup pci_root _OSC code. by Shaohua Li · 17 years ago
  27. 70023de ACPI: Add a generic API for _OSC -v2 by Shaohua Li · 17 years ago
  28. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 17 years ago
  29. 74f3ae7 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  30. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  31. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  32. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  33. 238ccbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  34. 7949456 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 17 years ago
  35. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  36. a79960e Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 17 years ago
  37. 6a5df38 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 17 years ago
  38. 9cfc862 Merge branch 'akpm' by Linus Torvalds · 17 years ago
  39. 1e431f5 cleanup blockdev_direct_IO locking by Christoph Hellwig · 17 years ago
  40. 1c7c474 make generic_acl slightly more generic by Christoph Hellwig · 17 years ago
  41. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 17 years ago
  42. 1429b3e Untangling ima mess, part 3: kill dead code in ima by Al Viro · 17 years ago
  43. e81e3f4 fs: move get_empty_filp() deffinition to internal.h by Eric Paris · 17 years ago
  44. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 17 years ago
  45. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 17 years ago
  46. 3d1e463 get rid of init_file() by Al Viro · 17 years ago
  47. a66022c iommu-helper: use bitmap library by Akinobu Mita · 17 years ago
  48. c1a2a96 bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area by Akinobu Mita · 17 years ago
  49. f65380c resource: constify arg to resource_size() and resource_type() by Jean Delvare · 17 years ago
  50. 5fe878a direct-io: cleanup blockdev_direct_IO locking by Christoph Hellwig · 17 years ago
  51. fac046a aio: remove unused field by Shaohua Li · 17 years ago
  52. 06a7f71 kexec: premit reduction of the reserved memory size by Amerigo Wang · 17 years ago
  53. 9cf18e1 ipc: HARD_MSGMAX should be higher not lower on 64bit by Amerigo Wang · 17 years ago
  54. b97e820 ipc/sem.c: add a per-semaphore pending list by Manfred Spraul · 17 years ago
  55. ad09750 signals: kill force_sig_specific() by Oleg Nesterov · 17 years ago
  56. 614c517 signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER() by Oleg Nesterov · 17 years ago
  57. 2f0edac ptrace: change tracehook_report_syscall_exit() to handle stepping by Oleg Nesterov · 17 years ago
  58. 85ec7fd ptrace: introduce user_single_step_siginfo() helper by Oleg Nesterov · 17 years ago
  59. c6a47cc ptrace: cleanup ptrace_init_task()->ptrace_link() path by Oleg Nesterov · 17 years ago
  60. 57f9fd7 memcg: cleanup mem_cgroup_move_parent() by Daisuke Nishimura · 17 years ago
  61. d804658 memcg: make memcg's file mapped consistent with global VM by KAMEZAWA Hiroyuki · 17 years ago
  62. 569b846 memcg: coalesce uncharge during unmap/truncate by KAMEZAWA Hiroyuki · 17 years ago
  63. e3c96f5 reiserfs: don't compile procfs.o at all if no support by Alexey Dobriyan · 17 years ago
  64. 904e812 reiserfs: remove /proc/fs/reiserfs/version by Alexey Dobriyan · 17 years ago
  65. 9265576 sm501: implement acceleration features by Vincent Sanders · 17 years ago
  66. 0769746 gpiolib: add support for changing value polarity in sysfs by Jani Nikula · 17 years ago
  67. 35570ac gpio: add GPIO driver for the Timberdale FPGA by Richard Röjfors · 17 years ago
  68. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 17 years ago
  69. f42647a fix ksm.h breakage of nommu build by Hugh Dickins · 17 years ago
  70. ee81152 V4L/DVB (13647): v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc codes by Guennadi Liakhovetski · 17 years ago
  71. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 17 years ago
  72. d324236 memcg: add accessor to mem_cgroup.css by Wu Fengguang · 17 years ago
  73. e42d9d5 memcg: rename and export try_get_mem_cgroup_from_page() by Wu Fengguang · 17 years ago
  74. 1a9b5b7 mm: export stable page flags by Wu Fengguang · 17 years ago
  75. 847ce40 HWPOISON: Add unpoisoning support by Wu Fengguang · 17 years ago
  76. 82ba011 HWPOISON: Turn ref argument into flags argument by Andi Kleen · 17 years ago
  77. 588f9ce HWPOISON: Be more aggressive at freeing non LRU caches by Andi Kleen · 17 years ago
  78. 1a544d2 Merge branch 'ipmi' into release by Len Brown · 17 years ago
  79. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 17 years ago
  80. b6456c0 V4L/DVB (13571): v4l: Adding Digital Video Timings APIs by Muralidharan Karicheri · 17 years ago
  81. 9065ce4 PNP: add interface to retrieve ACPI device from a PNPACPI device by Bjorn Helgaas · 17 years ago
  82. 1557aca nfsd: move most of nfsfh.h to fs/nfsd by J. Bruce Fields · 17 years ago
  83. c7af6b0 nfsd: remove unused field rq_reffh by J. Bruce Fields · 17 years ago
  84. 3d8986c nfsd: enable V4ROOT exports by J. Bruce Fields · 17 years ago
  85. f251177 PM: Add initcall_debug style timing for suspend/resume by Arjan van de Ven · 17 years ago
  86. f13c12c perf_events: Fix perf_event_attr layout by Peter Zijlstra · 17 years ago
  87. eb4c86c nfsd: introduce export flag for v4 pseudoroot by Steve Dickson · 17 years ago
  88. cf3b01b rpc: add a new priority in RPC task by Alexandros Batsakis · 17 years ago
  89. 48f1861 rpc: add rpc_queue_empty function by Alexandros Batsakis · 17 years ago
  90. 5336538 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 17 years ago
  91. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  92. 48e902f Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 17 years ago
  93. 2db4a76 lis3: selftest support by Samu Onkalo · 17 years ago
  94. e40d6ea lis3lv02d: axis remap and resource setup/release by Samu Onkalo · 17 years ago
  95. 2635d1b atmel-mci: change use of dma slave interface by Nicolas Ferre · 17 years ago
  96. ca54cb8 Subject: Re: [PATCH] strstrip incorrectly marked __must_check by KOSAKI Motohiro · 17 years ago
  97. 925ede0 efi.h: use %pUl to print UUIDs by Joe Perches · 17 years ago
  98. f653398 string: factorize skip_spaces and export it to be generally available by André Goddard Rosa · 17 years ago
  99. 7707e61 ctype: constify read-only _ctype string by André Goddard Rosa · 17 years ago
  100. 5ada918 vt: introduce and use vt_kmsg_redirect() function by Bernhard Walle · 17 years ago