1. b9f07eb MIPS, Tracing: Fix set_graph_function of function graph tracer by Wu Zhangjin · 14 years ago
  2. 7f21a60 MIPS, Tracing: Clean up ftrace_make_nop() by Wu Zhangjin · 14 years ago
  3. 2816e32 MIPS, Tracing: Clean up prepare_ftrace_return() by Wu Zhangjin · 14 years ago
  4. d9cdb2f MIPS, Tracing: Substitute in_kernel_space() for in_module() by Wu Zhangjin · 14 years ago
  5. 9a620a5 MIPS, Tracing: Speed up function graph tracer by Wu Zhangjin · 14 years ago
  6. 52bd080 MIPS: Replace deprecated spinlock initialization by Thomas Gleixner · 14 years ago
  7. 1424dc9 perf script: Add support for H/W and S/W events by David Ahern · 13 years ago
  8. c0230b2 perf script: Add support for dumping symbols by David Ahern · 13 years ago
  9. 745f43e perf script: Support custom field selection for output by David Ahern · 13 years ago
  10. c70c94b perf script: Move printing of 'common' data from print_event and rename by David Ahern · 13 years ago
  11. 2ee7a49 perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parse by David Ahern · 13 years ago
  12. be6d842 perf script: Change process_event prototype by David Ahern · 13 years ago
  13. 5f40d42 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  14. 215fd2f Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  15. 786c58b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 13 years ago
  16. 1eafbfe Fix corrupted OSF partition table parsing by Timo Warns · 13 years ago
  17. cfd748a perf stat: Provide support for filters by Frederic Weisbecker · 13 years ago
  18. 2fbfac4 thp+memcg-numa: fix BUG at include/linux/mm.h:370! by Hugh Dickins · 13 years ago
  19. 706cc9d xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set.. by Stefano Stabellini · 14 years ago
  20. 146c4e5 xen/m2p: No need to catch exceptions when we know that there is no RAM by Konrad Rzeszutek Wilk · 14 years ago
  21. fc25151 xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set. by Konrad Rzeszutek Wilk · 14 years ago
  22. 2222e71 xen/debugfs: Add 'p2m' file for printing out the P2M layout. by Konrad Rzeszutek Wilk · 14 years ago
  23. 68df0da xen/setup: Set identity mapping for non-RAM E820 and E820 gaps. by Konrad Rzeszutek Wilk · 14 years ago
  24. c761779 xen/mmu: WARN_ON when racing to swap middle leaf. by Konrad Rzeszutek Wilk · 14 years ago
  25. fb38923 xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN. by Konrad Rzeszutek Wilk · 14 years ago
  26. f4cec35 xen/mmu: Add the notion of identity (1-1) mapping. by Konrad Rzeszutek Wilk · 14 years ago
  27. af79420 MN10300: atomic_read() should ensure it emits a load by David Howells · 13 years ago
  28. dcca52c MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist by David Howells · 13 years ago
  29. 6fc3443 MN10300: Proper use of macros get_user() in the case of incremented pointers by Tkhai Kirill · 13 years ago
  30. 0315017 x86: ce4100: Set pci ops via callback instead of module init by Sebastian Andrzej Siewior · 13 years ago
  31. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
  32. c8b91ac clean statfs-like syscalls up by Al Viro · 13 years ago
  33. 73d049a open-style analog of vfs_path_lookup() by Al Viro · 13 years ago
  34. 5b6ca02 reduce vfs_path_lookup() to do_path_lookup() by Al Viro · 13 years ago
  35. 5a18fff untangle do_lookup() by Al Viro · 13 years ago
  36. 40b3913 path_openat: clean ELOOP handling a bit by Al Viro · 13 years ago
  37. f374ed5 do_last: kill a rudiment of old ->d_revalidate() workaround by Al Viro · 13 years ago
  38. 6c0d46c fold __open_namei_create() and open_will_truncate() into do_last() by Al Viro · 13 years ago
  39. ca344a89 do_last: unify may_open() call and everyting after it by Al Viro · 13 years ago
  40. 9b44f1b move may_open() from __open_name_create() to do_last() by Al Viro · 13 years ago
  41. 0f9d1a1 expand finish_open() in its only caller by Al Viro · 13 years ago
  42. 5a202bc sanitize pathname component hash calculation by Al Viro · 13 years ago
  43. 6a96ba5 kill __lookup_one_len() by Al Viro · 13 years ago
  44. fe2d35f switch non-create side of open() to use of do_last() by Al Viro · 13 years ago
  45. 70e9b35 get rid of nd->file by Al Viro · 13 years ago
  46. 951361f get rid of the last LOOKUP_RCU dependencies in link_path_walk() by Al Viro · 13 years ago
  47. a7472ba make nameidata_dentry_drop_rcu_maybe() always leave RCU mode by Al Viro · 13 years ago
  48. ef7562d make handle_dots() leave RCU mode on error by Al Viro · 13 years ago
  49. 4455ca6 clear RCU on all failure exits from link_path_walk() by Al Viro · 13 years ago
  50. 9856fa1 pull handling of . and .. into inlined helper by Al Viro · 13 years ago
  51. 7bc055d kill out_dput: in link_path_walk() by Al Viro · 13 years ago
  52. 13aab42 separate -ESTALE/-ECHILD retries in do_filp_open() from real work by Al Viro · 13 years ago
  53. 47c805d switch do_filp_open() to struct open_flags by Al Viro · 13 years ago
  54. c3e380b Collect "operation mode" arguments of do_last() into a structure by Al Viro · 13 years ago
  55. f1afe9e clean up the failure exits after __do_follow_link() in do_filp_open() by Al Viro · 13 years ago
  56. 36f3b4f pull security_inode_follow_link() into __do_follow_link() by Al Viro · 13 years ago
  57. 086e183 pull dropping RCU on success of link_path_walk() into path_lookupat() by Al Viro · 13 years ago
  58. 16c2cd7 untangle the "need_reval_dot" mess by Al Viro · 13 years ago
  59. fe479a5 merge component type recognition by Al Viro · 13 years ago
  60. e41f7d4 merge path_init and path_init_rcu by Al Viro · 13 years ago
  61. ee0827c sanitize path_walk() mess by Al Viro · 13 years ago
  62. 52094c8 take RCU-dependent stuff around exec_permission() into a new helper by Al Viro · 13 years ago
  63. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  64. 15a9155 fix race in audit_get_nd() by Al Viro · 13 years ago
  65. b77b708 watchdog: hpwdt: eliminate section mismatch warning by Axel Lin · 13 years ago
  66. 943413c watchdog: w83697ug_wdt: Fix set bit 0 to activate GPIO2 by Wim Van Sebroeck · 13 years ago
  67. 6899a8e watchdog: sch311x_wdt: fix printk condition by Dan Carpenter · 13 years ago
  68. a450c78 watchdog: sch311x_wdt: Fix LDN active check by Wim Van Sebroeck · 13 years ago
  69. bbd562d watchdog: cpwd: Fix buffer-overflow by Wim Van Sebroeck · 13 years ago
  70. 5359533 drm/radeon: fix problem with changing active VRAM size. (v2) by Dave Airlie · 13 years ago
  71. c44ed96 compat breakage in preadv() and pwritev() by Al Viro · 13 years ago
  72. 586ce09 compat breakage in preadv() and pwritev() by Al Viro · 13 years ago
  73. c9a816c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  74. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  75. eebea5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  76. 7840fea kbuild: Fix computing srcversion for modules by Michal Marek · 13 years ago
  77. e8444a3 Merge git://git.infradead.org/users/dwmw2/mtd-2.6.38 by Linus Torvalds · 13 years ago
  78. 95a17a2 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  79. 28db837 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  80. 4f680ce Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  81. 19234cd gpio: add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  82. 2da28bf thp: fix page_referenced to modify mapcount/vm_flags only if page is found by Andrea Arcangeli · 13 years ago
  83. d9ebaa4 hwmon/f71882fg: Set platform drvdata to NULL later by Hans de Goede · 13 years ago
  84. 14a4019 hwmon/f71882fg: Fix a typo in a comment by Hans de Goede · 13 years ago
  85. c640e8c drm/radeon: fix page flipping hangs on r300/r400 by Dave Airlie · 13 years ago
  86. 6e6823d posix-clocks: Check write permissions in posix syscalls by Torben Hohn · 13 years ago
  87. c0185808 x86: Enable forced interrupt threading support by Thomas Gleixner · 13 years ago
  88. 9bbbff2 x86: Mark low level interrupts IRQF_NO_THREAD by Thomas Gleixner · 14 years ago
  89. 517e498 x86: Use generic show_interrupts by Thomas Gleixner · 14 years ago
  90. 1a0e62a x86: ioapic: Avoid redundant lookup of irq_cfg by Thomas Gleixner · 13 years ago
  91. 0822111 x86: ioapic: Use new move_irq functions by Thomas Gleixner · 14 years ago
  92. 51c43ac x86: Use the proper accessors in fixup_irqs() by Thomas Gleixner · 13 years ago
  93. 5451ddc x86: ioapic: Use irq_data->state by Thomas Gleixner · 13 years ago
  94. c60eaf2 x86: ioapic: Simplify irq chip and handler setup by Thomas Gleixner · 13 years ago
  95. 2c77865 x86: Cleanup the genirq name space by Thomas Gleixner · 13 years ago
  96. c1c5e4d Merge branch 'irq/core' into x86/irq by Thomas Gleixner · 13 years ago
  97. cfe08bb Merge branch 'x86/apic' into x86/irq by Thomas Gleixner · 13 years ago
  98. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 13 years ago
  99. 9956121 Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-rt into core/futexes by Thomas Gleixner · 13 years ago
  100. 56396e6 x86-64, NUMA: Don't call numa_set_distanc() for all possible node combinations during emulation by Tejun Heo · 13 years ago