1. 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
  2. 72a1de3 copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING) by Oleg Nesterov · 15 years ago
  3. 77d1ef7 wait_task_zombie: do not use thread_group_cputime() by Oleg Nesterov · 15 years ago
  4. e496125 ptrace: don't take tasklist to get/set ->last_siginfo by Oleg Nesterov · 15 years ago
  5. d926566 ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage by Oleg Nesterov · 15 years ago
  6. d1e98f4 ptrace: wait_task_zombie: s/->parent/->real_parent/ by Oleg Nesterov · 15 years ago
  7. 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 15 years ago
  8. 4b105cb ptrace: do not use task_lock() for attach by Oleg Nesterov · 15 years ago
  9. f2f0b00 ptrace: cleanup check/set of PT_PTRACED during attach by Oleg Nesterov · 15 years ago
  10. b79b7ba ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm by Oleg Nesterov · 15 years ago
  11. 5cb1144 ptrace: do not use task->ptrace directly in core kernel by Oleg Nesterov · 15 years ago
  12. 1c21627 ptrace: tracehook_unsafe_exec(): remove the stale comment by Oleg Nesterov · 15 years ago
  13. dea33cf ptrace: mm_need_new_owner: use ->real_parent to search in the siblings by Oleg Nesterov · 15 years ago
  14. 4859776 ptrace: remove PT_DTRACE from arch/m32r by Oleg Nesterov · 15 years ago
  15. 9d35f84 ptrace: remove PT_DTRACE from m68k, m68knommu by Oleg Nesterov · 15 years ago
  16. bba7fc0 ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa by Oleg Nesterov · 15 years ago
  17. 02e7874 ptrace: remove PT_DTRACE from arch/h8300 by Oleg Nesterov · 15 years ago
  18. 8724513 allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHAND by Oleg Nesterov · 15 years ago
  19. 2ffebca memcg: fix lru rotation in isolate_pages by KAMEZAWA Hiroyuki · 15 years ago
  20. c5b947b memcg: add interface to reset limits by Daisuke Nishimura · 15 years ago
  21. 22a668d memcg: fix behavior under memory.limit equals to memsw.limit by KAMEZAWA Hiroyuki · 15 years ago
  22. 8a9478c memcg: fix swap accounting by KAMEZAWA Hiroyuki · 15 years ago
  23. 20ebcdd memcg: remove unneeded forward declaration from sched.h by Li Zefan · 15 years ago
  24. 338c843 memcg: remove some redundant checks by Li Zefan · 15 years ago
  25. 302362c memcg: remove mem_cgroup_cache_charge_swapin() by Daisuke Nishimura · 15 years ago
  26. d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
  27. cd50081 devcgroup: skip superfluous checks when found the DEV_ALL elem by Li Zefan · 15 years ago
  28. f9ab5b5 cgroups: forbid noprefix if mounting more than just cpuset subsystem by Li Zefan · 15 years ago
  29. 8ca739e cgroups: make messages more readable by Randy Dunlap · 15 years ago
  30. 28f06c6 Documentation/connector/cn_test.c comment unused cn_test_want_notify() by Jaswinder Singh Rajput · 15 years ago
  31. 0821962 Documentation/Changes: perl is needed to build the kernel by Jose Luis Perez Diez · 15 years ago
  32. 1d965fe reiserfs: fix warnings with gcc 4.4 by Jeff Mahoney · 15 years ago
  33. 37044c8 ufs: sector_t cannot be negative by Roel Kluin · 15 years ago
  34. 5404ac8 isofs: cleanup mount option processing by Jan Kara · 15 years ago
  35. 5c4a656 isofs: fix setting of uid and gid to 0 by Jan Kara · 15 years ago
  36. 52b680c isofs: let mode and dmode mount options override rock ridge mode setting by Jan Kara · 15 years ago
  37. ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
  38. 6f3f1cb jbd: clean up journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  39. e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
  40. ce05b2a Doc fix: ext2 can only have 32,000 subdirs, not 32,768 by Michael Shields · 15 years ago
  41. 39fe755 ext2: Do not update mtime of a moved directory by Jan Kara · 15 years ago
  42. 10dfb54 gpio: pca953x: Add support for PCA9556 by Nate Case · 15 years ago
  43. 1965d30 gpio: pca953x: Get platform_data from OpenFirmware by Nate Case · 15 years ago
  44. de3483b gpio: max7301: add missing __devexit marking by Mike Frysinger · 15 years ago
  45. 77906a54 pca953x: support GPIOLIB GPIO naming by Daniel Silverstone · 15 years ago
  46. 7bfa58d drivers/char/rtc: disable legacy RTC driver on Blackfin systems by Mike Frysinger · 15 years ago
  47. 014b6e9 rtc-ds1553: drop IRQF_SHARED by Atsushi Nemoto · 15 years ago
  48. 0a817f7 rtc-tx4939: drop IRQF_SHARED by Atsushi Nemoto · 15 years ago
  49. 3c2b907 rtc: add stand-alone driver for RX8025 chip by Wolfgang Grandegger · 15 years ago
  50. 97f902b rtc: rtc-ds1307 add ds3231 by Wolfram Sang · 15 years ago
  51. 33df2ee rtc: rtc-ds1307 add ds1388 by Joakim Tjernlund · 15 years ago
  52. 3a72970 rtc: rtc-ds1742 nvram attribute fix by Torsten Ertbjerg Rasmussen · 15 years ago
  53. 2757049 spi: fix spi_write_then_read() comment by Jiri Pirko · 15 years ago
  54. 50e0a7b pxa2xx_spi: fix for SPI_CS_HIGH by Daniel Ribeiro · 15 years ago
  55. 7390284 mpc52xx_psc_spi: convert to cs_control callback by Anton Vorontsov · 15 years ago
  56. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  57. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  58. b4bd2ab spi_bfin5xx: limit reaches -1 by Roel Kluin · 15 years ago
  59. 349888e proc.txt: update kernel filesystem/proc.txt documentation by Stefani Seibold · 15 years ago
  60. 2f6d311 proc: vmcore - use kzalloc in get_new_element() by Cyrill Gorcunov · 15 years ago
  61. bcac2b1 procfs: remove sparse errors in proc_devtree.c by Michal Simek · 15 years ago
  62. 3fe4a97 epoll: fix nested calls support by Davide Libenzi · 15 years ago
  63. 36025a8 MAINTAINERS: fbdev is orphaned by Andrew Morton · 15 years ago
  64. d3d64df proc: export statistics for softirq to /proc by Keika Kobayashi · 15 years ago
  65. 9d9b8fb0 irqs: add IRQF_SAMPLE_RANDOM to the feature-removal-schedule.txt (deprecated) list by Robin Getz · 15 years ago
  66. aa0ce5b softirq: introduce statistics for softirq by Keika Kobayashi · 15 years ago
  67. 1d89b30 ia64: Fix resource assignment for root busses by Matthew Wilcox · 15 years ago
  68. a76117d x86: Use pci_claim_resource by Matthew Wilcox · 15 years ago
  69. a6c1409 Delete pcibios_select_root by Matthew Wilcox · 15 years ago
  70. cebd78a Fix pci_claim_resource by Matthew Wilcox · 15 years ago
  71. 7cc4766 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  72. 55a6fbf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
  73. 3fe0344 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  74. 2021de8 mfd: early init for MFD running regulators by Samuel Ortiz · 15 years ago
  75. 4d3792e mfd: fix tmio related warnings by Samuel Ortiz · 15 years ago
  76. 09f05ce mfd: asic3: enable SD/SDIO cell by Philipp Zabel · 15 years ago
  77. 9461f65 mfd: asic3: enable DS1WM cell by Philipp Zabel · 15 years ago
  78. 1b89040 mfd: asic3: remove SD/SDIO controller register definitions by Philipp Zabel · 15 years ago
  79. be584bd mfd: asic3: use resource_size macro instead of local variable by Philipp Zabel · 15 years ago
  80. 01906d6 mfd: add ASIC3 IRQ numbers by Philipp Zabel · 15 years ago
  81. e956a2a mfd: asic3: add clock handling for MFD cells by Philipp Zabel · 15 years ago
  82. 6483c1b mfd: asic3: add asic3_set_register common operation by Philipp Zabel · 15 years ago
  83. 9e5aca5 mfd: Fix Kconfig help text for WM8350 by Mark Brown · 15 years ago
  84. 13a09f9 mfd: add PCAP driver by Daniel Ribeiro · 15 years ago
  85. 14fa569 mfd: add U300 AB3100 core support by Linus Walleij · 15 years ago
  86. 516eca2 drivers/mfd: remove obsolete irq_desc_t typedef by Thomas Gleixner · 15 years ago
  87. 1346a1c mfd/pcf50633-gpio.c: add MODULE_LICENSE by Adrian Bunk · 15 years ago
  88. 422a6a7 mfd: Mark WM8350 mask revision as readable to match silicon by Mark Brown · 15 years ago
  89. 04ffa13 mfd: Mark clocks_init as non-init in twl4030-core.c by Rakib Mullick · 15 years ago
  90. 489bd34 mfd: Correct readability of WM8350 register 227 by Mark Brown · 15 years ago
  91. 2030117 kmemleak: Fix some typos in comments by Catalin Marinas · 15 years ago
  92. 000814f kmemleak: Rename kmemleak_panic to kmemleak_stop by Catalin Marinas · 15 years ago
  93. 216c04b kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocations by Catalin Marinas · 15 years ago
  94. c30938d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 15 years ago
  95. aa2638a Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  96. b069e8e Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 15 years ago
  97. b7c142d Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  98. 0bd8df9 Documentation/vm/Makefile: don't try to build slqbinfo by Andrew Morton · 15 years ago
  99. 3b47883 drm/radeon/kms: remove the _DRM_DRIVER from the KMS paths. by Dave Airlie · 15 years ago
  100. 4ce4b1b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago