1. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 13 years ago
  2. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 13 years ago
  3. 98ed57e sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORE by Cyrill Gorcunov · 13 years ago
  4. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 13 years ago
  5. ee62c6b eventfd: change int to __u64 in eventfd_signal() by Sha Zhengju · 13 years ago
  6. 71ca97d fs/nls: add Apple NLS by Vladimir Serbinenko · 13 years ago
  7. 00c10bc pidns: make killed children autoreap by Eric W. Biederman · 13 years ago
  8. 3208450 pidns: use task_active_pid_ns in do_notify_parent by Eric W. Biederman · 13 years ago
  9. 9eaa3d9 rapidio/tsi721: add DMA engine support by Alexandre Bounine · 13 years ago
  10. e42d98e rapidio: add DMA engine support for RIO data transfers by Alexandre Bounine · 13 years ago
  11. ce2d52c ipc/mqueue: add rbtree node caching support by Doug Ledford · 13 years ago
  12. 7820b07 tools/selftests: add mq_perf_tests by Doug Ledford · 13 years ago
  13. 113289c ipc/mqueue: strengthen checks on mqueue creation by Doug Ledford · 13 years ago
  14. 2c12ea4 ipc/mqueue: correct mq_attr_ok test by Doug Ledford · 13 years ago
  15. d662985 ipc/mqueue: improve performance of send/recv by Doug Ledford · 13 years ago
  16. 50069a5 selftests: add mq_open_tests by Doug Ledford · 13 years ago
  17. cef0184 mqueue: separate mqueue default value from maximum value by KOSAKI Motohiro · 13 years ago
  18. fd1f87d mqueue: don't use kmalloc with KMALLOC_MAX_SIZE by KOSAKI Motohiro · 13 years ago
  19. e6315bb mqueue: revert bump up DFLT_*MAX by KOSAKI Motohiro · 13 years ago
  20. 5b5c4d1 ipc/mqueue: update maximums for the mqueue subsystem by Doug Ledford · 13 years ago
  21. 02967ea ipc/mqueue: enforce hard limits by Doug Ledford · 13 years ago
  22. 858ee37 ipc/mqueue: switch back to using non-max values on create by Doug Ledford · 13 years ago
  23. 93e6f11 ipc/mqueue: cleanup definition names and locations by Doug Ledford · 13 years ago
  24. 29a5c67 kexec: export kexec.h to user space by maximilian attems · 13 years ago
  25. e4cc2f8 kernel/cpu.c: document clear_tasks_mm_cpumask() by Anton Vorontsov · 13 years ago
  26. 2c922c5 um: properly check all process' threads for a live mm by Anton Vorontsov · 13 years ago
  27. 137d1a2 um: fix possible race on task->mm by Anton Vorontsov · 13 years ago
  28. 9bd0a07 um: should hold tasklist_lock while traversing processes by Anton Vorontsov · 13 years ago
  29. af1be5a blackfin: fix possible deadlock in decode_address() by Anton Vorontsov · 13 years ago
  30. 2214f70 blackfin: a couple of task->mm handling fixes by Anton Vorontsov · 13 years ago
  31. 1198c8b sh: use clear_tasks_mm_cpumask() by Anton Vorontsov · 13 years ago
  32. 73863ab powerpc: use clear_tasks_mm_cpumask() by Anton Vorontsov · 13 years ago
  33. 3eaa73b arm: use clear_tasks_mm_cpumask() by Anton Vorontsov · 13 years ago
  34. cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 13 years ago
  35. f7505d64 fork: call complete_vfork_done() after clearing child_tid and flushing rss-counters by Konstantin Khlebnikov · 13 years ago
  36. bca1554 proc/smaps: show amount of nonlinear ptes in vma by Konstantin Khlebnikov · 13 years ago
  37. b1d4d9e proc/smaps: carefully handle migration entries by Konstantin Khlebnikov · 13 years ago
  38. 052fb0d proc: report file/anon bit in /proc/pid/pagemap by Konstantin Khlebnikov · 13 years ago
  39. 715be1f procfs: use more apprioriate types when dumping /proc/N/stat by Jan Engelhardt · 13 years ago
  40. af5e617 proc: pass "fd" by value in /proc/*/{fd,fdinfo} code by Alexey Dobriyan · 13 years ago
  41. f05ed3f proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path by Alexey Dobriyan · 13 years ago
  42. 2344bec proc: use mm_access() instead of ptrace_may_access() by Cong Wang · 13 years ago
  43. e7dcd99 proc: remove mm_for_maps() by Cong Wang · 13 years ago
  44. b409e57 proc: clean up /proc/<pid>/environ handling by Cong Wang · 13 years ago
  45. 168eecc stack usage: add pid to warning printk in check_stack_usage by Tim Bird · 13 years ago
  46. 43e13cc cred: remove task_is_dead() from __task_cred() validation by Oleg Nesterov · 13 years ago
  47. 9b3c98c kmod.c: fix kernel-doc warning by Randy Dunlap · 13 years ago
  48. 785042f kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers by Boaz Harrosh · 13 years ago
  49. 81ab6e7 kmod: convert two call sites to call_usermodehelper_fns() by Boaz Harrosh · 13 years ago
  50. ae3cef7 kmod: unexport call_usermodehelper_freeinfo() by Boaz Harrosh · 13 years ago
  51. f0aac61 fat: use fat_msg_ratelimit() in fat__get_entry() by Namjae Jeon · 13 years ago
  52. b742c34 fat: add fat_msg_ratelimit() by Namjae Jeon · 13 years ago
  53. 7849118 fat: switch to fsinfo_inode by Artem Bityutskiy · 13 years ago
  54. 330fe3c fat: mark superblock as dirty less often by Artem Bityutskiy · 13 years ago
  55. 90b4366 fat: introduce mark_fsinfo_dirty helper by Artem Bityutskiy · 13 years ago
  56. 020ac5b fat: introduce special inode for managing the FSINFO block by Artem Bityutskiy · 13 years ago
  57. 7bc1bac HPFS: remove PRINTK() macro by Dan Carpenter · 13 years ago
  58. 1147597 nilfs2: flush disk caches in syncing by Ryusuke Konishi · 13 years ago
  59. a1d4944 pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl command by Will Deacon · 13 years ago
  60. c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 13 years ago
  61. 243f380 checkpatch: suggest pr_<level> over printk(KERN_<LEVEL> by Joe Perches · 13 years ago
  62. 9a4cad4 checkpatch: check for whitespace before semicolon at EOL by Eric Nelson · 13 years ago
  63. 133fd9f vsprintf: further optimize decimal conversion by Denys Vlasenko · 13 years ago
  64. 725fe00 vsprintf: correctly handle width when '#' flag used in %#p format by Grant Likely · 13 years ago
  65. d84970b kernel/cpu_pm.c: fix various typos by Nicolas Pitre · 13 years ago
  66. 97fd75b kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks by Andrew Morton · 13 years ago
  67. 499eea6 sethostname/setdomainname: notify userspace when there is a change in uts_kern_table by Sasikantha babu · 13 years ago
  68. 5401cf3 .mailmap: add Gustavo by Gustavo Padovan · 13 years ago
  69. 9ceb5c1 drivers/message/fusion: use pci_dev->revision by Sergei Shtylyov · 13 years ago
  70. ee5e568 kernel/resource.c: correct the comment of allocate_resource() by Wei Yang · 13 years ago
  71. a3860c1 introduce SIZE_MAX by Xi Wang · 13 years ago
  72. 15837294 CodingStyle: add kmalloc_array() to memory allocators by Xi Wang · 13 years ago
  73. 1cefe28 um/kernel/trap.c: port OOM changes to handle_page_fault() by Kautuk Consul · 13 years ago
  74. 4f1c28d security/keys/keyctl.c: suppress memory allocation failure warning by Andrew Morton · 13 years ago
  75. ecb41a7 drivers/rtc/rtc-s3c.c: fix compiler warning by Sachin Kamat · 13 years ago
  76. 621bae7 drivers/rtc/rtc-tegra.c: clean up probe/remove routines by Hannu Heikkinen · 13 years ago
  77. ac2dee5 drivers/rtc/rtc-pl031.c: remove RTC timer interrupt handling by Rajkumar Kasirajan · 13 years ago
  78. e862e7c drivers/rtc/rtc-lpc32xx.c: add device tree support by Roland Stigge · 13 years ago
  79. bcffb10 drivers/rtc/rtc-m41t93.c: don't let get_time() reset M41T93_FLAG_OF by Nikolaus Voss · 13 years ago
  80. eb86c30 rtc: ds1307: add trickle charger support by Wolfram Sang · 13 years ago
  81. f8ae970 rtc: ds1307: remove superfluous initialization by Wolfram Sang · 13 years ago
  82. 7981159 rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC by Fabio Estevam · 13 years ago
  83. b224b9a drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers" by Fabio Estevam · 13 years ago
  84. 0f20b76 drivers/rtc/rtc-pcf8563.c: add RTC_VL_READ/RTC_VL_CLR ioctl feature by Alexander Stein · 13 years ago
  85. e311c92 rtc: add ioctl to get/clear battery low voltage status by Alexander Stein · 13 years ago
  86. 84d56b3 drivers/rtc/rtc-ep93xx.c: convert to use module_platform_driver() by H Hartley Sweeten · 13 years ago
  87. 0108c4f rtc/spear: add Device Tree probing capability by Viresh Kumar · 13 years ago
  88. 7c20342 lib/vsprintf.c: "%#o",0 becomes '0' instead of '00' by Pierre Carrier · 13 years ago
  89. 5536805 radix-tree: fix preload vector size by Nick Piggin · 13 years ago
  90. fd0a373 spinlock_debug: print kallsyms name for lock by Stephen Boyd · 13 years ago
  91. 4796dd2 vsprintf: fix %ps on non symbols when using kallsyms by Stephen Boyd · 13 years ago
  92. 05a6c8a lib/bitmap.c: fix documentation for scnprintf() functions by Andrew Morton · 13 years ago
  93. 68aecfb lib/string_helpers.c: make arrays static by Andrew Morton · 13 years ago
  94. 26d7b99 lib/test-kstrtox.c: mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 13 years ago
  95. 17a801f list_debug: WARN for adding something already in the list by Chris Metcalf · 13 years ago
  96. 401dea7 leds: add LM3533 LED driver by Johan Hovold · 13 years ago
  97. e7e11d8 drivers/leds/leds-pca955x.c: fix race condition while setting brightness on several LEDs by Alexander Stein · 13 years ago
  98. 44e1e9f leds: add new transient trigger for one shot timer activation by Shuah Khan · 13 years ago
  99. 49dca5a leds: heartbeat: stop on shutdown by Alexander Holler · 13 years ago
  100. 6335f8f drivers/leds/leds-lm3530.c: simplify als configuration on initialization by Kim, Milo · 13 years ago