1. 6d994a7 drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside loop by Rakib Mullick · 13 years ago
  2. 3fd306c w1: disable irqs in critical section by Jan Weitzel · 13 years ago
  3. 68a436a drivers/w1/w1_int.c: multiple masters used same init_name by Florian Faber · 13 years ago
  4. 0e053fc drivers/power/ds2780_battery.c: fix deadlock upon insertion and removal by Clifton Barnes · 13 years ago
  5. 9fe678f drivers/power/ds2780_battery.c: add a nolock function to w1 interface by Clifton Barnes · 13 years ago
  6. 853eee7 drivers/power/ds2780_battery.c: create central point for calling w1 interface by Clifton Barnes · 13 years ago
  7. 3e54281 w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it by Jonathan Cameron · 13 years ago
  8. 79bc574 pps gpio client: add missing dependency by Heiko Carstens · 13 years ago
  9. 16152045 pps: new client driver using GPIO by James Nuss · 13 years ago
  10. 437c534 pps: default echo function by James Nuss · 13 years ago
  11. 842fa69 include/linux/dma-mapping.h: add dma_zalloc_coherent() by Andrew Morton · 13 years ago
  12. c736de6 sysctl: make CONFIG_SYSCTL_SYSCALL default to n by WANG Cong · 13 years ago
  13. f1ecf06 sysctl: add support for poll() by Lucas De Marchi · 13 years ago
  14. 088024b RapidIO: documentation update by Alexandre Bounine · 13 years ago
  15. e0c87bd drivers/net/rionet.c: fix ethernet address macros for LE platforms by Alexandre Bounine · 13 years ago
  16. 166c050 RapidIO: fix potential null deref in rio_setup_device() by Alexandre Bounine · 13 years ago
  17. 48618fb RapidIO: add mport driver for Tsi721 bridge by Alexandre Bounine · 13 years ago
  18. e80dd9a arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if port failed to initialize by Liu Gang · 13 years ago
  19. a571259 drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is complete by Liu Gang · 13 years ago
  20. 79975f1 init: add root=PARTUUID=UUID/PARTNROFF=%d support by Will Drewry · 13 years ago
  21. f567a18 include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabled by Manfred Spraul · 13 years ago
  22. e57940d ipc/sem.c: remove private structures from public header file by Manfred Spraul · 13 years ago
  23. 0b0577f ipc/sem.c: handle spurious wakeups by Manfred Spraul · 13 years ago
  24. 3c24783 ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID) by Manfred Spraul · 13 years ago
  25. 46cbc1d ida: make ida_simple_get/put() IRQ safe by Tejun Heo · 13 years ago
  26. aa6afca proc: fix races against execve() of /proc/PID/fd** by Vasiliy Kulikov · 13 years ago
  27. 887df07 procfs: report EISDIR when reading sysctl dirs in proc by Pavel Emelyanov · 13 years ago
  28. 89e8a24 cpusets: avoid looping when storing to mems_allowed if one node remains set by David Rientjes · 13 years ago
  29. 61600f5 mm/page_cgroup.c: quiet sparse noise by H Hartley Sweeten · 13 years ago
  30. 4799401 memcg: Fix race condition in memcg_check_events() with this_cpu usage by Steven Rostedt · 13 years ago
  31. a61ed3c memcg: close race between charge and putback by Johannes Weiner · 13 years ago
  32. 9b27297 memcg: skip scanning active lists based on individual size by Johannes Weiner · 13 years ago
  33. 0a619e5 memcg: do not expose uninitialized mem_cgroup_per_node to world by Igor Mammedov · 13 years ago
  34. 715a5ee memcg: fix oom schedule_timeout() by KAMEZAWA Hiroyuki · 13 years ago
  35. c0ff4b8 memcg: rename mem variable to memcg by Raghavendra K T · 13 years ago
  36. ff7ee93 cgroup/kmemleak: Annotate alloc_page() for cgroup allocations by Steven Rostedt · 13 years ago
  37. 77ceab8 cgroups: don't attach task to subsystem if migration failed by Ben Blum · 13 years ago
  38. 33ef6b6 cgroups: more safe tasklist locking in cgroup_attach_proc by Ben Blum · 13 years ago
  39. 434a964 hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops by Phillip Lougher · 13 years ago
  40. 3069083 isofs: add readpages support by Namjae Jeon · 13 years ago
  41. b6eb48d minix: describe usage of different magic numbers by Sami Kerola · 13 years ago
  42. db5cf8d drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit.text by Uwe Kleine-König · 13 years ago
  43. 43fcb81 rtc: add initial support for mcp7941x parts by David Anders · 13 years ago
  44. 6d03d06 drivers/rtc/class.c: convert idr to ida and use ida_simple_get() by Jonathan Cameron · 13 years ago
  45. f919b92 init/do_mounts_rd.c: fix ramdisk identification for padded cramfs by Neil Armstrong · 13 years ago
  46. 0620d91 ramfs: remove module leftovers by Richard Weinberger · 13 years ago
  47. a3defbe binfmt_elf: fix PIE execution with randomization disabled by Jiri Kosina · 13 years ago
  48. b35a35b thp: share get_huge_page_tail() by Andrea Arcangeli · 13 years ago
  49. e0d85a3 sparc: gup_pte_range() support THP based tail recounting by Andrea Arcangeli · 13 years ago
  50. 0693bc9 s390: gup_huge_pmd() return 0 if pte changes by Andrea Arcangeli · 13 years ago
  51. 220a2eb s390: gup_huge_pmd() support THP tail recounting by Andrea Arcangeli · 13 years ago
  52. cf592bf powerpc: gup_huge_pmd() return 0 if pte changes by Andrea Arcangeli · 13 years ago
  53. 3526741 powerpc: gup_hugepte() support THP based tail recounting by Andrea Arcangeli · 13 years ago
  54. 8596468 powerpc: gup_hugepte() avoid freeing the head page too many times by Andrea Arcangeli · 13 years ago
  55. 405e44f powerpc: get_hugepte() don't put_page() the wrong page by Andrea Arcangeli · 13 years ago
  56. 2839bdc powerpc: remove superfluous PageTail checks on the pte gup_fast by Andrea Arcangeli · 13 years ago
  57. 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
  58. 994c0e9 Merge branch 'next/soc' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  59. 367069f Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  60. 81a3c10 Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  61. 6585dea Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  62. 16ee792 Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  63. f906fb1 Merge branch 'next/board' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  64. 510597e Merge branch 'next/deletion' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  65. cd9a0b6 Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  66. ac5761a Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  67. 25498e5 Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  68. 9524145 Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  69. 68e24ba Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  70. abc3f12 Merge branch 'imx/imx6q' into next/soc by Arnd Bergmann · 13 years ago
  71. b8df0ea Merge branch 'picoxcell/soc' into next/soc by Arnd Bergmann · 13 years ago
  72. 884897e Merge branch 'highbank/soc' into next/soc by Arnd Bergmann · 13 years ago
  73. b4beb4b Merge branch 'for-linus/i2c-3.2' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  74. f3c3f06 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regulator by Linus Torvalds · 13 years ago
  75. c18ae42 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 13 years ago
  76. 1c39865 Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  77. f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  78. 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
  79. dc47d38 Merge git://github.com/herbertx/crypto by Linus Torvalds · 13 years ago
  80. f6d90b4 sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees. by Eric W. Biederman · 13 years ago
  81. c72dbae Merge branch 'imx/devel' into next/dt by Arnd Bergmann · 13 years ago
  82. c87d5d5 Merge Qualcom Hexagon architecture by Linus Torvalds · 13 years ago
  83. 4e29198 Add extra arch overrides to asm-generic/checksum.h by Linas Vepstas · 13 years ago
  84. 4f4567c Hexagon: Add self to MAINTAINERS by Richard Kuo · 13 years ago
  85. 74d04d6 Hexagon: Add basic stacktrace functionality for Hexagon architecture. by Richard Kuo · 13 years ago
  86. e95bf45 Hexagon: Add configuration and makefiles for the Hexagon architecture. by Richard Kuo · 13 years ago
  87. 60e1323 Hexagon: Comet platform support by Richard Kuo · 13 years ago
  88. 0d71e87 Hexagon: kgdb support files by Linas Vepstas · 13 years ago
  89. 499236d Hexagon: Add page-fault support. by Richard Kuo · 13 years ago
  90. a7e7984 Hexagon: Add page table header files & etc. by Richard Kuo · 13 years ago
  91. b7f3785 Hexagon: Add ioremap support by Richard Kuo · 13 years ago
  92. 65c3d7c Hexagon: Provide DMA implementation by Richard Kuo · 13 years ago
  93. 5df87c1 Hexagon: Implement basic TLB management routines for Hexagon. by Richard Kuo · 13 years ago
  94. 2d3cbc7 Hexagon: Implement basic cache-flush support by Richard Kuo · 13 years ago
  95. 013bf24 Hexagon: Provide basic implementation and/or stubs for I/O routines. by Richard Kuo · 13 years ago
  96. 7567746 Hexagon: Add user access functions by Richard Kuo · 13 years ago
  97. dd472da Hexagon: Add locking types and functions by Richard Kuo · 13 years ago
  98. 43afdf5 Hexagon: Add SMP support by Richard Kuo · 13 years ago
  99. cf9750b Hexagon: Provide basic debugging and system trap support. by Richard Kuo · 13 years ago
  100. 39e89c9 Hexagon: Add ptrace support by Richard Kuo · 13 years ago