1. 41c2e75 drm: Make drm_local_map use a resource_size_t offset by Benjamin Herrenschmidt · 17 years ago
  2. f77d390 drm: Split drm_map and drm_local_map by Benjamin Herrenschmidt · 17 years ago
  3. d883f7f drm: Use resource_size_t for drm_get_resource_{start, len} by Benjamin Herrenschmidt · 17 years ago
  4. 73e907d cpumask: remove x86 cpumask_t uses. by Rusty Russell · 16 years ago
  5. 76ba0ec cpumask: use cpumask_var_t in uv_flush_tlb_others. by Rusty Russell · 16 years ago
  6. 5c6cb5e cpumask: remove cpumask_t assignment from vector_allocation_domain() by Rusty Russell · 16 years ago
  7. d680eb8 cpumask: make Xen use the new operators. by Rusty Russell · 16 years ago
  8. 70ba2b6 cpumask: clean up summit's send_IPI functions by Rusty Russell · 16 years ago
  9. 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 16 years ago
  10. 3f76a18 x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_setup_mask by Rusty Russell · 16 years ago
  11. 155dd72 cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t by Rusty Russell · 16 years ago
  12. c032ef60 cpumask: convert node_to_cpumask_map[] to cpumask_var_t by Rusty Russell · 16 years ago
  13. 71ee73e x86: unify 32 and 64-bit node_to_cpumask_map by Rusty Russell · 16 years ago
  14. b9c4398 cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_node by Rusty Russell · 16 years ago
  15. b643dec x86: arch_send_call_function_ipi_mask by Rusty Russell · 16 years ago
  16. 996867d cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.c by Rusty Russell · 16 years ago
  17. 7ad728f cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t by Rusty Russell · 16 years ago
  18. fcef857 cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_t by Rusty Russell · 16 years ago
  19. bc9b83d cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t. by Rusty Russell · 16 years ago
  20. d3d2e7f cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: x86 by Rusty Russell · 16 years ago
  21. 23c5c9c cpumask: remove cpu_coregroup_map: x86 by Rusty Russell · 16 years ago
  22. cb3d560 cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86 by Rusty Russell · 16 years ago
  23. 101aaca cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86 by Rusty Russell · 16 years ago
  24. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 16 years ago
  25. c69fc56 cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_core_map/cpu_sibling_map by Rusty Russell · 16 years ago
  26. 5f77af9 V4L/DVB (10972): zl10353: i2c_gate_ctrl bug fix by Antti Palosaari · 16 years ago
  27. bdc06758 tracing: add comment for use of double __builtin_consant_p by Steven Rostedt · 16 years ago
  28. eb1871f tracing: left align location header in stack_trace by Steven Rostedt · 16 years ago
  29. 7a46c59 cpuacct: reduce one NULL check in fast-path by Li Zefan · 16 years ago
  30. f6411fe Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 16 years ago
  31. 2084e02 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  32. 4c6ed8f Merge branches 'tracing/ftrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  33. 4bb9c5c VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff by Pallipadi, Venkatesh · 16 years ago
  34. 53f5649 [ARM] pxa: fix typo in BANK_OFF() macro in gpio.h by Eric Miao · 16 years ago
  35. 041b623 Linus 2.6.29-rc8 by Linus Torvalds · 16 years ago
  36. aa8e4fc bitmap: fix end condition in bitmap_find_free_region by Linus Torvalds · 16 years ago
  37. 5cc9854 ring-buffer: document reader page design by Steven Rostedt · 16 years ago
  38. 91219bc x86: cpu_debug add write support for MSRs by Jaswinder Singh Rajput · 16 years ago
  39. f28e557 tracing: show event name in trace for TRACE_EVENT created events by Steven Rostedt · 16 years ago
  40. 0d89035 x86: separate mtrr cleanup/mtrr_e820 trim to separate file by Yinghai Lu · 16 years ago
  41. c1ab7e9 x86: print out mtrr_range_state when user specify size by Yinghai Lu · 16 years ago
  42. 8ad9790 x86: more MTRR debug printouts by Yinghai Lu · 16 years ago
  43. 698609b x86: create a non-zero sized bm_pte only when needed by Jan Beulich · 16 years ago
  44. 5c0e6f0 x86: fix code paths used by update_mptable by Jan Beulich · 16 years ago
  45. 82034d6 x86: clean up output resulting from update_mptable option by Jan Beulich · 16 years ago
  46. 9a50156a x86: properly __init-annotate recent early_printk additions by Jan Beulich · 16 years ago
  47. dc9dd5c x86: move save_mr() into .meminit.text by Jan Beulich · 16 years ago
  48. 13c6c53 x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits members by Jan Beulich · 16 years ago
  49. 46d50c9 x86, 32-bit: also limit NODES_HIGH_SHIFT here by Jan Beulich · 16 years ago
  50. dd63fdc x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fix by Ingo Molnar · 16 years ago
  51. 7a81d9a x86: smarten /proc/interrupts output by Jan Beulich · 16 years ago
  52. 889a6c3 tracing: Don't use tracing_record_cmdline() in workqueue tracer fix by KOSAKI Motohiro · 16 years ago
  53. 3984232 tracing: tracepoints for softirq entry/exit - tracepoints by Jason Baron · 16 years ago
  54. 5d592b4 tracing: tracepoints for softirq entry/exit - add softirq-to-name array by Jason Baron · 16 years ago
  55. e447e1d tracing: explain why stack tracer is empty by Steven Rostedt · 16 years ago
  56. 2da03ec tracing: fix stack tracer header by Steven Rostedt · 16 years ago
  57. 7975a2b tracing: export trace formats to user space by Steven Rostedt · 16 years ago
  58. e9fb2b6 tracing: have event_trace_printk use static tracer by Steven Rostedt · 16 years ago
  59. 8282755 tracing: make bprint event use the proper event id by Steven Rostedt · 16 years ago
  60. 48ead02 tracing/core: bring back raw trace_printk for dynamic formats strings by Frederic Weisbecker · 16 years ago
  61. db526ca tracing: show that buffer size is not expanded by Steven Rostedt · 16 years ago
  62. 8aabee5 ring-buffer: remove unneeded get_online_cpus by Steven Rostedt · 16 years ago
  63. 59222ef ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG by Steven Rostedt · 16 years ago
  64. 1027fcb tracing: protect ring_buffer_expanded with trace_types_lock by Steven Rostedt · 16 years ago
  65. a123c52 tracing: fix comments about trace buffer resizing by Steven Rostedt · 16 years ago
  66. 25d5000 Merge branch 'linus' into core/ipi by Ingo Molnar · 16 years ago
  67. 51b643b Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/ftrace-merge by Steven Rostedt · 16 years ago
  68. 480c93d Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 16 years ago
  69. d820ac4 locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] by Ingo Molnar · 16 years ago
  70. 3c1f67d Merge branch 'linus' into core/locking by Ingo Molnar · 16 years ago
  71. f061d35 futex: remove the pointer math from double_unlock_hb by Darren Hart · 16 years ago
  72. 712e53e ocfs2: Use xs->bucket to set xattr value outside by Tao Ma · 16 years ago
  73. 74e77eb ocfs2: Fix a bug found by sparse check. by Tao Ma · 16 years ago
  74. d9ae49d ocfs2: tweak to get the maximum inline data size with xattr by Tiger Yang · 16 years ago
  75. 6c9fd1d ocfs2: reserve xattr block for new directory with inline data by Tiger Yang · 16 years ago
  76. 9ead649 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  77. 0b80e3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  78. 188de5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 16 years ago
  79. 5216a3c Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  80. ab03eca trivial: fix bad links in the ext2 and ext3 documentation by Jody McIntyre · 16 years ago
  81. 8be3e1f Merge branch 'fixes-20090312' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/pci by Linus Torvalds · 16 years ago
  82. c12e56e RDMA/nes: Don't allow userspace QPs to use STag zero by Faisal Latif · 16 years ago
  83. 7ef0d73 fs: new inode i_state corruption fix by Nick Piggin · 16 years ago
  84. f272b7b memcg: use correct scan number at reclaim by KOSAKI Motohiro · 16 years ago
  85. 02d46e0 mfd: add support for WM8351 revision B by Mark Brown · 16 years ago
  86. 1ba869e acer-wmi: fix regression in backlight detection by Michael Spang · 16 years ago
  87. 7c48ed3 mmc: s3cmci: fix s3c2410_dma_config() arguments. by Ben Dooks · 16 years ago
  88. 1b53dc7 MAINTAINERS: downgrade support for man-pages by Michael Kerrisk · 16 years ago
  89. a4e3f91 ds2760_battery.c: fix division by zero by Daniel Mack · 16 years ago
  90. a3cfbb5 vfs: add missing unlock in sget() by Li Zefan · 16 years ago
  91. e5bc49b pipe_rdwr_fasync: fix the error handling to prevent the leak/crash by Oleg Nesterov · 16 years ago
  92. 8d0df7a drivers/w1/masters/w1-gpio.c: fix read_bit() by Daniel Mack · 16 years ago
  93. 00699e8 uml: fix WARNING: vmlinux: 'memcpy' exported twice by akpm@linux-foundation.org · 16 years ago
  94. 86d6f2b UML on UML fixed: it did not start by Renzo Davoli · 16 years ago
  95. 1522ac3 [ARM] Fix virtual to physical translation macro corner cases by Russell King · 16 years ago
  96. 305b076 [ARM] update mach-types by Russell King · 16 years ago
  97. 446c92b [ARM] 5421/1: ftrace: fix crash due to tracing of __naked functions by Uwe Kleine-König · 16 years ago
  98. 9311c59 Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 by Russell King · 16 years ago
  99. 16a6791 x86: use targets in the boot Makefile instead of CLEAN_FILES by H. Peter Anvin · 16 years ago
  100. f9c5107 x86: remove additional vestiges of the zImage/bzImage split by H. Peter Anvin · 16 years ago