1. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  2. 80fe728 signals: allow the kernel to actually kill /sbin/init by Oleg Nesterov · 16 years ago
  3. 7a5e873 signals: de_thread: simplify the ->child_reaper switching by Oleg Nesterov · 16 years ago
  4. fae5fa4 signals: fix /sbin/init protection from unwanted signals by Oleg Nesterov · 16 years ago
  5. 1931910 signals: check_kill_permission: remove tasklist_lock by Oleg Nesterov · 16 years ago
  6. 2e2ba22 signals: check_kill_permission: check session under tasklist_lock by Oleg Nesterov · 16 years ago
  7. 53c3033 signals: send_signal: be paranoid about signalfd_notify() by Oleg Nesterov · 16 years ago
  8. 021e1ae signals: document CLD_CONTINUED notification mechanics by Oleg Nesterov · 16 years ago
  9. 7e695a5 signals: fold sig_ignored() into handle_stop_signal() by Oleg Nesterov · 16 years ago
  10. 2dce81b signals: cleanup the usage of print_fatal_signal() by Oleg Nesterov · 16 years ago
  11. 34c8f07 signals: handle_stop_signal: don't worry about SIGKILL by Oleg Nesterov · 16 years ago
  12. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  13. e62e665 signals: unify send_sigqueue/send_group_sigqueue completely by Oleg Nesterov · 16 years ago
  14. 4cd4b6d signals: fold complete_signal() into send_signal/do_send_sigqueue by Pavel Emelyanov · 16 years ago
  15. 5fcd835 signals: use __group_complete_signal() for the specific signals too by Oleg Nesterov · 16 years ago
  16. 2ca3515 signals: change send_signal/do_send_sigqueue to take "boolean group" parameter by Oleg Nesterov · 16 years ago
  17. 71f11dc signals: move the definition of __group_complete_signal() up by Oleg Nesterov · 16 years ago
  18. db51aec signals: microoptimize the usage of ->curr_target by Oleg Nesterov · 16 years ago
  19. 08d2c30 signals: send_sig_info: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  20. 3547ff3 signals: do_tkill: don't use tasklist_lock by Oleg Nesterov · 16 years ago
  21. 6e65acb signals: move handle_stop_signal() into send_signal() by Oleg Nesterov · 16 years ago
  22. c99fcf2 signals: send_group_sigqueue: don't take tasklist_lock by Oleg Nesterov · 16 years ago
  23. f8c5b5c signals: __group_complete_signal: cache the value of p->signal by Oleg Nesterov · 16 years ago
  24. 5fc894b signals: send_sigqueue: don't forget about handle_stop_signal() by Oleg Nesterov · 16 years ago
  25. 5c193e8 signals: send_sigqueue: don't take rcu lock by Oleg Nesterov · 16 years ago
  26. f6b76d4 get_signal_to_deliver: use the cached ->signal/sighand values by Oleg Nesterov · 16 years ago
  27. ad16a460 handle_stop_signal: use the cached p->signal value by Oleg Nesterov · 16 years ago
  28. fc321d2 handle_stop_signal: unify partial/full stop handling by Oleg Nesterov · 16 years ago
  29. 6ca25b5 kill_pid_info: don't take now unneeded tasklist_lock by Oleg Nesterov · 16 years ago
  30. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 16 years ago
  31. 3b5e9e5 signals: cleanup security_task_kill() usage/implementation by Oleg Nesterov · 16 years ago
  32. 9e3bd6c signals: consolidate send_sigqueue and send_group_sigqueue by Pavel Emelyanov · 16 years ago
  33. c5363d0 signals: clean dequeue_signal from excess checks and assignments by Pavel Emelyanov · 16 years ago
  34. 93585ee signals: consolidate checks for whether or not to ignore a signal by Pavel Emelyanov · 16 years ago
  35. 06fffb1 do_task_stat: don't take rcu_read_lock() by Oleg Nesterov · 16 years ago
  36. d6cf723 k_getrusage: don't take rcu_read_lock() by Oleg Nesterov · 16 years ago
  37. 1406f2d lock_task_sighand: add rcu lock/unlock by Oleg Nesterov · 16 years ago
  38. bfc4b08 signals: do_group_exit(): use signal_group_exit() more consistently by Oleg Nesterov · 16 years ago
  39. 573cf9a signals: do_signal_stop(): use signal_group_exit() by Oleg Nesterov · 16 years ago
  40. 2acb024 signals: consolidate checking for ignored/legacy signals by Pavel Emelyanov · 16 years ago
  41. af7fff9 signals: turn LEGACY_QUEUE macro into static inline function by Pavel Emelyanov · 16 years ago
  42. e1401c6 signals: remove unused variable from send_signal() by Pavel Emelyanov · 16 years ago
  43. 2deb1ac isofs: fix access to unallocated memory when reading corrupted filesystem by Jan Kara · 16 years ago
  44. 6bfe0b4 md: support blocking writes to an array on device failure by Dan Williams · 16 years ago
  45. 11e2ede md: prevent duplicates in bind_rdev_to_array by Dan Williams · 16 years ago
  46. 242b363 md: remove a stray command from a copy and paste error in resync_start_store by Dan Williams · 16 years ago
  47. 648b629 md: fix up switching md arrays between read-only and read-write by NeilBrown · 16 years ago
  48. 31a59e3 md: fix 'safemode' handling for external metadata. by NeilBrown · 16 years ago
  49. d897dbf md: reinitialise more mddev fields in do_md_stop. by NeilBrown · 16 years ago
  50. 8377bc8 md: skip all metadata update processing when using external metadata. by NeilBrown · 16 years ago
  51. 6a51830 md: fix use after free when removing rdev via sysfs by Dan Williams · 16 years ago
  52. 7f1133c pxafb: preliminary smart panel interface support (update) by Eric Miao · 16 years ago
  53. 3c42a44 pxafb: preliminary smart panel interface support by Eric Miao · 16 years ago
  54. 90eabbf pxafb: move parallel LCD timing setup into dedicate function by Eric Miao · 16 years ago
  55. 2ba162b pxafb: use completion for LCD disable wait code by Eric Miao · 16 years ago
  56. a7535ba pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l() by Eric Miao · 16 years ago
  57. 0454bd0 pxafb: make lubbock/mainstone/zylonite/littleton to use new LCD connection type by eric miao · 16 years ago
  58. 84f43c3 pxafb: introduce register independent LCD connection type for pxafb by eric miao · 16 years ago
  59. 2c42dd8 pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptors by eric miao · 16 years ago
  60. ce4fb7b pxafb: convert fb driver to use ioremap() and __raw_{readl, writel} by eric miao · 16 years ago
  61. 92ac73c pxafb: sanitize the usage of #ifdef .. processing pxafb parameters by eric miao · 16 years ago
  62. ded245b pxafb: purge unnecessary pr_debug and comments from pxafb by eric miao · 16 years ago
  63. b0086ef pxafb: fix various coding style issues for pxafb by eric miao · 16 years ago
  64. 817daf1 pxafb: un-nest pxafb_parse_options() to cleanup the coding style issue by eric miao · 16 years ago
  65. 592e7bf atmel_spi: clean up baud rate divisor calculation by Haavard Skinnemoen · 16 years ago
  66. c6495aa kallsyms: nuke all ChangeLog, this should be logged by git by Bryan Wu · 16 years ago
  67. 41b25a3 /proc/pagetypeinfo: fix output for memoryless nodes by KOSAKI Motohiro · 16 years ago
  68. 2f35174 Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART by Bryan Wu · 16 years ago
  69. 4e68852 MAINTAINERS: sort ordering by Alan Cox · 16 years ago
  70. 64275ea [XFS] Include linux/random.h in all builds, not just debug. by David Chinner · 16 years ago
  71. 1175cdc [S390] Update default configuration. by Martin Schwidefsky · 16 years ago
  72. 941af34 [S390] use generic sys_ptrace by Martin Schwidefsky · 16 years ago
  73. 613e1de [S390] Remove self ptrace IEEE_IP hack. by Martin Schwidefsky · 16 years ago
  74. 17f3458 [S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAP by Heiko Carstens · 16 years ago
  75. 53492b1 [S390] System z large page support. by Gerald Schaefer · 16 years ago
  76. 2e5061e [S390] Convert machine feature detection code to C. by Heiko Carstens · 16 years ago
  77. 8fc6365 [S390] vmemmap: use clear_table to initialise page tables. by Heiko Carstens · 16 years ago
  78. 484875b [S390] Move stfl to system.h and delete duplicated version. by Heiko Carstens · 16 years ago
  79. ccf183e [S390] uaccess_mvcos: #ifdef config dependent code. by Heiko Carstens · 16 years ago
  80. fd781fa [S390] cpu topology: Fix possible deadlock. by Heiko Carstens · 16 years ago
  81. d00aa4e [S390] Add topology_core_siblings to topology.h by Heiko Carstens · 16 years ago
  82. edf2209 [S390] cio: Make isc handling more robust. by Cornelia Huck · 16 years ago
  83. 47494f6 [S390] remove -traditional by Mathieu Desnoyers · 16 years ago
  84. 1e48951 [S390] Automatically detect added cpus. by Heiko Carstens · 16 years ago
  85. 0b18d31 [S390] smp: Fix locking order. by Heiko Carstens · 16 years ago
  86. f291e17 [S390] Add missing ifndef/define to include/asm-s390/sysinfo.h. by Heiko Carstens · 16 years ago
  87. 4e83be7 [S390] Move show_regs to traps.c. by Heiko Carstens · 16 years ago
  88. 2f97220 [S390] cio: Use strict_strtoul() for attributes. by Cornelia Huck · 16 years ago
  89. aecb2b6 [POWERPC] 86xx: Fix the wrong serial1 interrupt for 8610 board by Jason Jin · 16 years ago
  90. eabd909 [POWERPC] Fix crashkernel= handling when no crashkernel= specified by Michael Ellerman · 16 years ago
  91. 3243d87 [POWERPC] Make emergency stack safe for current_thread_info() use by Michael Ellerman · 16 years ago
  92. a94477d [XFS] Include linux/random.h in all builds, not just debug builds. by David Chinner · 16 years ago
  93. 1591311 tcp: Overflow bug in Vegas by Lachlan Andrew · 16 years ago
  94. 595f403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs by Paul Mackerras · 16 years ago
  95. d0eb801 [POWERPC] spufs: add .gitignore for spu_save_dump.h & spu_restore_dump.h by Kumar Gala · 16 years ago
  96. be9164e [IPv4] UFO: prevent generation of chained skb destined to UFO device by Kostya B · 16 years ago
  97. 3a8209d iwlwifi: move the selects to the tristate drivers by Adrian Bunk · 16 years ago
  98. 3734dfc [POWERPC] spufs: trace spu_acquire_saved events by Julio M. Merino Vidal · 16 years ago
  99. 8a476d4 [POWERPC] spufs: fix marker name for find_victim by Julio M. Merino Vidal · 16 years ago
  100. 5345788 [POWERPC] spufs: add marker for destroy_spu_context by Julio M. Merino Vidal · 16 years ago