1. b795218 ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm by Helge Deller · 14 years ago
  2. 98391cf exec: don't turn PF_KTHREAD off when a target command was not found by KOSAKI Motohiro · 14 years ago
  3. 478735e3 /proc/stat: fix scalability of irq sum of all cpu by KAMEZAWA Hiroyuki · 14 years ago
  4. f2c66cd /proc/stat: scalability of irq num per cpu by KAMEZAWA Hiroyuki · 14 years ago
  5. 19cd56c procfs: fix /proc/softirqs formatting by Davidlohr Bueso · 14 years ago
  6. 03f890f /proc/pid/pagemap: document in Documentation/filesystems/proc.txt by Nikanth Karthikesan · 14 years ago
  7. b40d4f8 /proc/pid/smaps: export amount of anonymous memory in a mapping by Nikanth Karthikesan · 14 years ago
  8. d16e15f exit: add lock context annotation on find_new_reaper() by Namhyung Kim · 14 years ago
  9. 8950215 coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y by Roland McGrath · 14 years ago
  10. 1b0d300 core_pattern: fix truncation by core_pattern handler with long parameters by Xiaotian Feng · 14 years ago
  11. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  12. b840115 signals: annotate lock context change on ptrace_stop() by Namhyung Kim · 14 years ago
  13. b8ed374 signals: annotate lock_task_sighand() by Namhyung Kim · 14 years ago
  14. 5ef4507 ptrace: cleanup arch_ptrace() on xtensa by Namhyung Kim · 14 years ago
  15. 0a3d763 ptrace: cleanup arch_ptrace() on um by Namhyung Kim · 14 years ago
  16. 8c0acac ptrace: cleanup arch_ptrace() on tile by Namhyung Kim · 14 years ago
  17. a9384e2 ptrace: cleanup arch_ptrace() on sparc by Namhyung Kim · 14 years ago
  18. 9e1cb20 ptrace: cleanup arch_ptrace() on sh by Namhyung Kim · 14 years ago
  19. 41a2437 ptrace: cleanup arch_ptrace() on score by Namhyung Kim · 14 years ago
  20. f68d204 ptrace: cleanup arch_ptrace() on powerpc by Namhyung Kim · 14 years ago
  21. 1cb4953 ptrace: cleanup arch_ptrace() on parisc by Namhyung Kim · 14 years ago
  22. 261bb92 ptrace: cleanup arch_ptrace() on mn10300 by Namhyung Kim · 14 years ago
  23. fb67113 ptrace: cleanup arch_ptrace() on MIPS by Namhyung Kim · 14 years ago
  24. cfd866f ptrace: cleanup arch_ptrace() on microblaze by Namhyung Kim · 14 years ago
  25. bf60ef9 ptrace: cleanup arch_ptrace() on m68knommu by Namhyung Kim · 14 years ago
  26. add3d6e8 ptrace: cleanup arch_ptrace() on m68k by Namhyung Kim · 14 years ago
  27. a68caa0 ptrace: cleanup arch_ptrace() on m32r by Namhyung Kim · 14 years ago
  28. 05fabda ptrace: cleanup arch_ptrace() on h8300 by Namhyung Kim · 14 years ago
  29. 81d3285 ptrace: cleanup arch_ptrace() on frv by Namhyung Kim · 14 years ago
  30. 475a4b8 ptrace: cleanup arch_ptrace() on cris by Namhyung Kim · 14 years ago
  31. aeebd3a ptrace: cleanup arch_ptrace() and friends on Blackfin by Namhyung Kim · 14 years ago
  32. 9f29b8f ptrace: cleanup arch_ptrace() on avr32 by Namhyung Kim · 14 years ago
  33. b640a0d ptrace: cleanup arch_ptrace() on ARM by Namhyung Kim · 14 years ago
  34. eb5a369 ptrace: cleanup arch_ptrace() on x86 by Namhyung Kim · 14 years ago
  35. 9b05a69 ptrace: change signature of arch_ptrace() by Namhyung Kim · 14 years ago
  36. 9fed81d ptrace: cleanup ptrace_request() by Namhyung Kim · 14 years ago
  37. 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
  38. c4b5ed2 ptrace: annotate lock context change on exit_ptrace() by Namhyung Kim · 14 years ago
  39. 26174ef memcg: generic filestat update interface by KAMEZAWA Hiroyuki · 14 years ago
  40. 1489eba memcg: cpu hotplug aware quick acount_move detection by KAMEZAWA Hiroyuki · 14 years ago
  41. 711d3d2 memcg: cpu hotplug aware percpu count updates by KAMEZAWA Hiroyuki · 14 years ago
  42. 7d74b06 memcg: use for_each_mem_cgroup by KAMEZAWA Hiroyuki · 14 years ago
  43. 32047e2 memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accouting flag management by KAMEZAWA Hiroyuki · 14 years ago
  44. 0c270f8 memcg: fix race in file_mapped accouting flag management by KAMEZAWA Hiroyuki · 14 years ago
  45. 4553175 cgroup: notify ns_cgroup deprecated by Daniel Lezcano · 14 years ago
  46. f4a2589 cgroups: add check for strcpy destination string overflow by Evgeny Kuznetsov · 14 years ago
  47. 32a8cf2 cgroup: make the mount options parsing more accurate by Daniel Lezcano · 14 years ago
  48. 97978e6 cgroup: add clone_children control file by Daniel Lezcano · 14 years ago
  49. 2d3cbf8 cgroup_freezer: update_freezer_state() does incorrect state transitions by Tomasz Buchert · 14 years ago
  50. 0bdba58 cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen cgroups by Tomasz Buchert · 14 years ago
  51. d5de4ddb cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen() by Tomasz Buchert · 14 years ago
  52. abffc02 doc: clarify the behaviour of dirty_ratio/dirty_bytes by Andrea Righi · 14 years ago
  53. e45c9ef isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory by Ondrej Zary · 14 years ago
  54. b4754eb drivers/video/omap/blizzard.c: suspected typo in assignment by Nicolas Kaiser · 14 years ago
  55. f356910 drivers/video/gbefb.c: eliminate memory leak by Julia Lawall · 14 years ago
  56. f11b478d fbmem: fix fb_read, fb_write unaligned accesses by James Hogan · 14 years ago
  57. c9c62dc fbmem: fix whitespace by James Hogan · 14 years ago
  58. 847fb8a drivers/video/matrox/matroxfb_maven.c: fix unsigned return type by Julia Lawall · 14 years ago
  59. f0a2f35 savagefb: fix DDC for Savage 4 by Ondrej Zary · 14 years ago
  60. 09b599d drivers/video/matrox/matroxfb_DAC1064.c: remove undead ifdef CONFIG_FB_MATROX_G by Christian Dietrich · 14 years ago
  61. 72b4379 langwell_gpio: add support for whitney point by Alan Cox · 14 years ago
  62. fd0574c drivers/gpio/langwell_gpio.c: remove semicolons after function definitions by Andrew Morton · 14 years ago
  63. 04c17aa8 gpio: add Topcliff PCH GPIO driver by Tomoya MORINAGA · 14 years ago
  64. dc5ae4f gpio: adp5588-gpio: add i2c forward declaration by Michael Hennerich · 14 years ago
  65. 9ef8c8c gpio: adp5588-gpio: gpio_start must be signed by Michael Hennerich · 14 years ago
  66. 459773a gpio: adp5588-gpio: support interrupt controller by Michael Hennerich · 14 years ago
  67. ead6db08 gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register by Miguel Gaio · 14 years ago
  68. 76d800a gpio: timbgpio: use a copy of the IER register to avoid it being trashed by Tomas Hallenberg · 14 years ago
  69. 09cd952 gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.h by Anton Vorontsov · 14 years ago
  70. aeec56e gpio: add driver for basic memory-mapped GPIO controllers by Anton Vorontsov · 14 years ago
  71. d0f744c drivers/rtc/rtc-jz4740.c: add alarm function by Paul Cercueil · 14 years ago
  72. f46418c drivers/rtc/rtc-ds3232.c: add alarm function by Lan Chunhe-B25806 · 14 years ago
  73. 5b3ffdd rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime() by Kukjin Kim · 14 years ago
  74. e1df962 rtc: rtc-s3c: fix RTC initialization method by Changhwan Youn · 14 years ago
  75. 30ffc40 rtc: rtc-s3c: Fix debug message format on RTC by Kukjin Kim · 14 years ago
  76. e6eb524 rtc: rtc-s3c: fix on support RTC Alarm by Changhwan Youn · 14 years ago
  77. dd061d1 rtc: rtc-s3c: fix setting missing field of getalarm by Changhwan Youn · 14 years ago
  78. f61ae67 rtc: rtc-s3c: fix access unit from byte to word on RTCCON by Changhwan Youn · 14 years ago
  79. fa5b078 rtc: omap: let device wakeup capability be configured from chip init logic by Sekhar Nori · 14 years ago
  80. 59cca86 drivers/rtc/class.c: fix device_register() error handling by Vasiliy Kulikov · 14 years ago
  81. d7c7ef9 rtc-bfin: add debug markers to suspend/resume paths by Mike Frysinger · 14 years ago
  82. 286f9f9 rtc-bfin: shrink/optimize interrupt handler a bit by Mike Frysinger · 14 years ago
  83. 9aa449b rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoC by Kevin Wells · 14 years ago
  84. 1e0ad28 drivers/char/vt_ioctl.c: fix VT_OPENQRY error value by Graham Gower · 14 years ago
  85. 8881cdc dmi: log board, system, and BIOS information by Bjorn Helgaas · 14 years ago
  86. d31eb51 tile: enable ARCH_DMA_ADDR_T_64BIT by FUJITA Tomonori · 14 years ago
  87. 2027394 mm: fix race in kunmap_atomic() by Peter Zijlstra · 14 years ago
  88. a8e23a2 mm,x86: fix kmap_atomic_push vs ioremap_32.c by Peter Zijlstra · 14 years ago
  89. 12ba8d1 fix braino in fs: do not assign default i_ino in new_inode by Al Viro · 14 years ago
  90. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  91. 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  92. 135cba0 vmwgfx: Implement a proper GMR eviction mechanism by Thomas Hellstrom · 14 years ago
  93. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  94. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  95. 8f895da drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2 by Alex Deucher · 14 years ago
  96. 56083ab docbook: add idr/ida to kernel-api docbook by Randy Dunlap · 14 years ago
  97. ee2f154 docbook: add more wait/wake/completion to device-drivers docbook by Randy Dunlap · 14 years ago
  98. 003bb8a documentation: update sysrq.txt magic sysrq keys by Randy Dunlap · 14 years ago
  99. d2d8f66 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  100. 474829e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago