1. 72fa818 i2c: rely on driver core when sanitizing devices by Wolfram Sang · 11 years ago
  2. 21d0b7c i2c: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  3. 6676933 i2c: acorn: is tristate and should use module.h by Paul Gortmaker · 11 years ago
  4. 66f8a8f i2c: piix4: Standardize log messages by Jean Delvare · 11 years ago
  5. 85fd0fe i2c: piix4: Use different message for AMD Auxiliary SMBus Controller by Shane Huang · 11 years ago
  6. 032f708 i2c: piix4: Add support for AMD ML and CZ SMBus changes by Shane Huang · 11 years ago
  7. 3aacd62 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  8. 7e21774 Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 11 years ago
  9. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  10. 903a9f7 Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  11. 9b6d351 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  12. dfd10e7 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  13. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  14. 93abdb7 Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  15. f341535 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 11 years ago
  16. 13c789a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  17. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  18. 2a1d689 lib/decompress_unlz4.c: always set an error return code on failures by Jan Beulich · 11 years ago
  19. 40e2c71 romfs: fix returm err while getting inode in fill_super by Rui Xiang · 11 years ago
  20. 3089a4c drivers/w1/masters/w1-gpio.c: add strong pullup emulation by Evgeny Boger · 11 years ago
  21. 63509be drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bug by Micky Ching · 11 years ago
  22. 949b9c3 userns: relax the posix_acl_valid() checks by Andreas Gruenbacher · 11 years ago
  23. e376ed7 arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solution using repeated rb_erase() by Cody P Schafer · 11 years ago
  24. ed8f686 fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fix by Andrew Morton · 11 years ago
  25. b1c8047 fs/ext3: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  26. e8bbeeb fs/jffs2: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  27. d1866bd fs/ext4: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  28. bb25e49 fs/ubifs: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  29. b182837 net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead of opencoding by Cody P Schafer · 11 years ago
  30. 964fe94 rbtree/test: test rbtree_postorder_for_each_entry_safe() by Cody P Schafer · 11 years ago
  31. dbf128c rbtree/test: move rb_node to the middle of the test struct by Cody P Schafer · 11 years ago
  32. 56abde7 rapidio: add modular rapidio core build into powerpc and mips branches by Alexandre Bounine · 11 years ago
  33. 6c5de79 partitions/efi: complete documentation of gpt kernel param purpose by Davidlohr Bueso · 11 years ago
  34. bdd490a kdump: add /sys/kernel/vmcoreinfo ABI documentation by Vivek Goyal · 11 years ago
  35. 7701996 kdump: fix exported size of vmcoreinfo note by Vivek Goyal · 11 years ago
  36. 7984754 kexec: add sysctl to disable kexec_load by Kees Cook · 11 years ago
  37. 3b96d7d fs/exec.c: call arch_pick_mmap_layout() only once by Richard Weinberger · 11 years ago
  38. b88fae6 exec: avoid propagating PF_NO_SETAFFINITY into userspace child by Zhang Yi · 11 years ago
  39. 8d38f20 kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread() by Oleg Nesterov · 11 years ago
  40. 2e1f383 kernel/sys.c: k_getrusage() can use while_each_thread() by Oleg Nesterov · 11 years ago
  41. 185ee40 fs/proc/array.c: change do_task_stat() to use while_each_thread() by Oleg Nesterov · 11 years ago
  42. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 11 years ago
  43. 63e46b9 exec: move the final allow_write_access/fput into free_bprm() by Oleg Nesterov · 11 years ago
  44. 9e00cdb exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logic by Oleg Nesterov · 11 years ago
  45. 83f62a2 exec:check_unsafe_exec: use while_each_thread() rather than next_thread() by Oleg Nesterov · 11 years ago
  46. 68ce670 kernel/fork.c: remove redundant NULL check in dup_mm() by Daeseok Youn · 11 years ago
  47. 5d59e18 kernel/fork.c: fix coding style issues by Daeseok Youn · 11 years ago
  48. ff252c1 kernel/fork.c: make dup_mm() static by DaeSeok Youn · 11 years ago
  49. abaf378 fs/proc: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  50. 3d93116 fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns by Axel Lin · 11 years ago
  51. c1d867a fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists. by Dave Jones · 11 years ago
  52. cdf7e8d proc: set attributes of pde using accessor functions by Rui Xiang · 11 years ago
  53. 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 11 years ago
  54. d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 11 years ago
  55. c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 11 years ago
  56. 940fe47 proc: fix the potential use-after-free in first_tid() by Oleg Nesterov · 11 years ago
  57. 74e3720 proc: cleanup/simplify get_task_state/task_state_array by Oleg Nesterov · 11 years ago
  58. 942be38 coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h by Oleg Nesterov · 11 years ago
  59. 7288e11 coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY by Oleg Nesterov · 11 years ago
  60. abacd2f coredump: set_dumpable: fix the theoretical race with itself by Oleg Nesterov · 11 years ago
  61. f3c73a9 Documentation/cpu-hotplug.txt: fix a typo in example code by Sangjung Woo · 11 years ago
  62. 4a47415 Kconfig: update flightly outdated CONFIG_SMP documentation by Robert Graffham · 11 years ago
  63. 50114c1 Documentation/filesystems/00-INDEX: updates by Fabian Frederick · 11 years ago
  64. f5abc8e Documentation/blockdev/ramdisk.txt: updates by Fabian Frederick · 11 years ago
  65. c108373 Documentation/filesystems/sysfs.txt: fix device_attribute declaration by Andre Richter · 11 years ago
  66. d74a054 hfsplus: remove hfsplus_file_lookup() by Sougata Santra · 11 years ago
  67. d623a94 nilfs2: add comments for ioctls by Vyacheslav Dubeyko · 11 years ago
  68. 4b15d61 fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy() by Wenliang Fan · 11 years ago
  69. 7e775f4 fs/pipe.c: skip file_update_time on frozen fs by Dmitry Monakhov · 11 years ago
  70. d643a49 drivers/rtc/rtc-rx8581.c: add SMBus-only adapters support by Andreas Werner · 11 years ago
  71. 11ba5a1 drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_SLEEP by Geert Uytterhoeven · 11 years ago
  72. 75ea799 rtc: max8907: weekday encoding fixes by Stephen Warren · 11 years ago
  73. 28ed893 drivers/rtc/rtc-hym8563.c: staticize local symbol by Sachin Kamat · 11 years ago
  74. 156e352 drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helper by Sachin Kamat · 11 years ago
  75. 5516f09 drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper by Sachin Kamat · 11 years ago
  76. 24b3447 drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure by Andrew Morton · 11 years ago
  77. 9d2b7e5 rtc: honor device tree /alias entries when assigning IDs by Stephen Warren · 11 years ago
  78. 7ab26cd drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  79. 41c9dbf drivers/rtc/Kconfig: disable RTC_DRV_CMOS on Atari by Geert Uytterhoeven · 11 years ago
  80. c823a20 drivers/rtc/rtc-cmos.c: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  81. dcaf038 rtc: add hym8563 rtc-driver by Heiko Stuebner · 11 years ago
  82. b7ed189 dt-bindings: add hym8563 binding by Heiko Stuebner · 11 years ago
  83. bf6ce1a drivers/rtc/rtc-vr41xx.c: use devm_*() functions by Jingoo Han · 11 years ago
  84. f53eeb8 drivers/rtc/rtc-twl.c: use devm_*() functions by Jingoo Han · 11 years ago
  85. 663b352 drivers/rtc/rtc-ds1742.c: add devicetree support by Alexander Shiyan · 11 years ago
  86. 1b3d224 drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  87. fbd5e75 drivers/rtc/rtc-mxc.c: remove unneeded label by Fabio Estevam · 11 years ago
  88. a3e6ad6 drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  89. 75465c4 drivers/rtc/rtc-as3722: use devm for rtc and irq registration by Laxman Dewangan · 11 years ago
  90. 8dc51fe autofs: fix symlinks aren't checked for expiry by Ian Kent · 11 years ago
  91. c24930a autofs: use IS_ROOT to replace root dentry checks by Rui Xiang · 11 years ago
  92. da29b75 autofs: fix the return value of autofs4_fill_super by Rui Xiang · 11 years ago
  93. fbff087 autofs4: translate pids to the right namespace for the daemon by Miklos Szeredi · 11 years ago
  94. 6eaba35 autofs4: allow autofs to work outside the initial PID namespace by Sukadev Bhattiprolu · 11 years ago
  95. 499a458 init: fix possible format string bug by Tetsuo Handa · 11 years ago
  96. 128e3f4 init/main.c: remove unused declaration of tc_init() by Geert Uytterhoeven · 11 years ago
  97. 87e06aa fs/ramfs: move ramfs_aops to inode.c by Axel Lin · 11 years ago
  98. 0fa9aa2 fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() static by Axel Lin · 11 years ago
  99. 7a5f4f1 fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF by Todor Minchev · 11 years ago
  100. 98a9bba checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN) by Joe Perches · 11 years ago