1. 0fb232f [IA64] trivial cleanup for perfmon.c by Hidetoshi Seto · 18 years ago
  2. f8e811b [IA64] fix file and descriptor handling in perfmon by Al Viro · 18 years ago
  3. e236376 ia64: use non-racy method for proc entries creation by Denis V. Lunev · 18 years ago
  4. 9010eff [IA64] minor irq handler cleanups by Jeff Garzik · 18 years ago
  5. 6794c75 [IA64] use goto to jump out do/while_each_thread by Li Zefan · 18 years ago
  6. d4ed808 [IA64] remove remaining __FUNCTION__ occurrences by Harvey Harrison · 18 years ago
  7. 5aa92ff [IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUME by Petr Tesarik · 18 years ago
  8. e1b0d4b [IA64] make pfm_get_task work with virtual pids by Pavel Emelyanov · 18 years ago
  9. a23fe55 [IA64] constify function pointer tables by Jan Engelhardt · 18 years ago
  10. 2149822 perfmon: Use task_is_* by Matthew Wilcox · 19 years ago
  11. e3ad42b [IA64] Fix perfmon sysctl directory modes by Tony Luck · 19 years ago
  12. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 19 years ago
  13. 8e75ad8 [IA64] perfmon: Remove exit_pfm_fs() by Satyam Sharma · 19 years ago
  14. a583f1b remove unused TIF_NOTIFY_RESUME flag by Stephane Eranian · 19 years ago
  15. 72fdbdc [IA64] spelling fixes: arch/ia64/ by Simon Arlott · 19 years ago
  16. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 19 years ago
  17. 41d5e5d [IA64] permon use-after-free fix by Nick Piggin · 19 years ago
  18. 85d1fe0 Fix comment typo "spin_lock_irqrestore". by Robert P. J. Day · 19 years ago
  19. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 19 years ago
  20. 4e00990 [PATCH] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakage by Eric W. Biederman · 19 years ago
  21. 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 19 years ago
  22. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 19 years ago
  23. b66ffad [PATCH] struct path: convert ia64 by Josef Sipek · 20 years ago
  24. 6ee7e78 Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 20 years ago
  25. 52fd910 [IA64] replace kmalloc+memset with kzalloc by Yan Burman · 20 years ago
  26. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 20 years ago
  27. 3bbe486 [IA64] perfmon fix for global IRQ fix by Tony Luck · 20 years ago
  28. cdb8355 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 20 years ago
  29. 35589a8 [IA64] Move perfmon tables from thread_struct to pfm_context by Keshavamurthy Anil S · 20 years ago
  30. a3bc0db [PATCH] smp_call_function_single() cleanup by Andrew Morton · 20 years ago
  31. b8444d0 [IA64] correct file descriptor reference counting in perfmon by Stephane Eranian · 20 years ago
  32. 121a422 [PATCH] irq-flags: IA64: Use the new IRQF_ constants by Thomas Gleixner · 20 years ago
  33. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  34. c0ad90a [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() by Ingo Molnar · 20 years ago
  35. 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 20 years ago
  36. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 20 years ago
  37. 536ea4e Pull bsp-removal into release branch by Tony Luck · 20 years ago
  38. 60f1c44 [IA64] sem2mutex: arch/ia64/kernel/perfmon.c by Jes Sorensen · 20 years ago
  39. 9179cb6 [IA64] Perfmon for Montecito by Stephane Eranian · 20 years ago
  40. 6450578 [PATCH] ia64: task_pt_regs() by Al Viro · 20 years ago
  41. a941564 [PATCH] capable/capability.h (arch/) by Randy Dunlap · 20 years ago
  42. ff74190 [IA64] support for cpu0 removal by Ashok Raj · 21 years ago
  43. b2325fe [PATCH] kfree cleanup: arch by Jesper Juhl · 21 years ago
  44. ab50b8e [PATCH] mm: vm_stat_account unshackled by Hugh Dickins · 21 years ago
  45. 4fb3a53 [PATCH] files: fix preemption issues by Dipankar Sarma · 21 years ago
  46. 24b8e0c [IA64] Remove warnings for gcc 4.0 IA64 compilation. by Peter Chubb · 21 years ago
  47. a9f6a0d [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions by Ingo Molnar · 21 years ago
  48. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 21 years ago
  49. 6bf11e8 [IA64] fix perfmon context load by stephane.eranian@hp.com · 21 years ago
  50. d0feafb [IA64] remove linux/version.h include from arch/ia64 by Olaf Hering · 21 years ago
  51. fffcc15 [IA64] Use "PER_CPU" form of EXPORT macro by Tony Luck · 21 years ago
  52. fe12e25 [IA64] initialize spinlock pfm_alt_install_check by Tony Luck · 21 years ago
  53. a1ecf7f6 [IA64] alternate perfmon handler by Tony Luck · 21 years ago
  54. a5a70b7 [IA64] another perfmon fix (take2) by stephane eranian · 21 years ago
  55. 8df5a50 [IA64] perfmon & PAL_HALT again by Stephane Eranian · 21 years ago
  56. 4944930 [IA64] perfmon: make pfm_sysctl a global, and other cleanup by Stephane Eranian · 21 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 21 years ago