1. 7c90cc4 perf_counter, x86: rework counter enable functions by Robert Richter · 16 years ago
  2. 6f00cad perf_counter, x86: consistent use of type int for counter index by Robert Richter · 16 years ago
  3. 0953423 perf_counter, x86: generic use of cpuc->active by Robert Richter · 16 years ago
  4. 9390496 perf_counter, x86: rename cpuc->active_mask by Robert Richter · 16 years ago
  5. bb775fc perf_counter, x86: make x86_pmu_read() static inline by Robert Richter · 16 years ago
  6. faa28ae perf_counter, x86: make pmu version generic by Robert Richter · 16 years ago
  7. 0933e5c perf_counter, x86: move counter parameters to struct x86_pmu by Robert Richter · 16 years ago
  8. 4a06bd8 perf_counter, x86: make x86_pmu data a static struct by Robert Richter · 16 years ago
  9. 72eae04 perf_counter, x86: modify initialization of struct x86_pmu by Robert Richter · 16 years ago
  10. 55de0f2 perf_counter, x86: rename intel only functions by Robert Richter · 16 years ago
  11. 26816c2 perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_set_period by Robert Richter · 16 years ago
  12. dee5d90 perf_counter, x86: remove ack_status() from struct x86_pmu by Robert Richter · 16 years ago
  13. b7f8859 perf_counter, x86: remove get_status() from struct x86_pmu by Robert Richter · 16 years ago
  14. 39d81ea perf_counter, x86: make interrupt handler model specific by Robert Richter · 16 years ago
  15. 5f4ec28 perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmu by Robert Richter · 16 years ago
  16. 4aeb0b4 perfcounters: rename struct hw_perf_counter_ops into struct pmu by Robert Richter · 16 years ago
  17. 527e26a perf_counter, x86: protect per-cpu variables with compile barriers only by Robert Richter · 16 years ago
  18. 4295ee6 perf_counter, x86: rework pmc_amd_save_disable_all() and pmc_amd_restore_all() by Robert Richter · 16 years ago
  19. 4138960 perf_counter, x86: add default path to cpu detection by Robert Richter · 16 years ago
  20. 829b42d perf_counter, x86: declare perf_max_counters only for CONFIG_PERF_COUNTERS by Robert Richter · 16 years ago
  21. da1a776 perf_counter, x86: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpus by Robert Richter · 16 years ago
  22. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  23. 56a50ad Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 16 years ago
  24. c2e2cee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  25. 16752e2 m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h> by Geert Uytterhoeven · 16 years ago
  26. 2d04f6b Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  27. 8b86bd7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 16 years ago
  28. 9308f96 Merge branches 'cxgb3', 'ipoib', 'mthca', 'mlx4' and 'nes' into for-linus by Roland Dreier · 16 years ago
  29. c3310e7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  30. 13beadd9 powerpc: Revert switch to TEXT_TEXT in linker script by Tim Abbott · 16 years ago
  31. 6983872 bio: fix memcpy corruption in bio_copy_user_iov() by FUJITA Tomonori · 16 years ago
  32. 0191944 hd: fix locking by Tejun Heo · 16 years ago
  33. 0d9f346 mg_disk: fix CONFIG_LBD=y warning by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 39f36b4 mg_disk: fix locking by Tejun Heo · 16 years ago
  35. 3e59091 regulator: Fix default constraints for fixed voltage regulators by Mark Brown · 16 years ago
  36. 030853b regulator/bq24022: fix bug in is_enabled function by Philipp Zabel · 16 years ago
  37. aa61d55 regulator/virtual: fix strings compare predicates by Mike Rapoport · 16 years ago
  38. 53032da regulator core: fix double-free in regulator_register() error path by Paul Walmsley · 16 years ago
  39. cd78dfc drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGULATOR_CURRENT by Diego Liziero · 16 years ago
  40. 036de8e unreachable code in drms_uA_update() by Dan Carpenter · 16 years ago
  41. 9f653251 regulator: fix header file missing kernel-doc by Randy Dunlap · 16 years ago
  42. 1130b02 perf_counter tools: fix Documentation/perf_counter build error by Peter Zijlstra · 16 years ago
  43. d8f4845 powerpc/ps3: Fix build error on UP by Geoff Levand · 16 years ago
  44. ff61e5c powerpc/cell: Select PCI for IBM_CELL_BLADE AND CELLEB by Michael Ellerman · 16 years ago
  45. 2e8aead powerpc: ppc32 needs elf_read_implies_exec() by Kumar Gala · 16 years ago
  46. 27b1833 Remove unused support code for refok sections. by Tim Abbott · 16 years ago
  47. a0871e8 sparc: cleanup references to deprecated .text.init* sections. by Tim Abbott · 16 years ago
  48. 882016f sh: Use __INIT macro instead of .text.init. by Tim Abbott · 16 years ago
  49. 9203fc9 powerpc: Use __REF macro instead of old .text.init.refok. by Tim Abbott · 16 years ago
  50. edada39 powerpc: Use TEXT_TEXT macro in linker script. by Tim Abbott · 16 years ago
  51. 991da17 arm: Use __INIT macro instead of .text.init. by Tim Abbott · 16 years ago
  52. df1f6d2 FRV: Use __INIT macro instead of .text.init. by Tim Abbott · 16 years ago
  53. b2ad5e1 FRV: Remove unused header asm/init.h. by Tim Abbott · 16 years ago
  54. de60fba Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge by Paul Mackerras · 16 years ago
  55. 26cc5e5 RDMA/nes: Update iw_nes version by Chien Tung · 16 years ago
  56. 9256b25 RDMA/nes: Fix error path in nes_accept() by Faisal Latif · 16 years ago
  57. 109d67e RDMA/nes: Fix hang issues for large cluster dynamic connections by Faisal Latif · 16 years ago
  58. 4e9c390 RDMA/nes: Increase rexmit timeout interval by Faisal Latif · 16 years ago
  59. c11470f RDMA/nes: Check for sequence number wrap-around by Faisal Latif · 16 years ago
  60. 53094c3 RDMA/nes: Do not set apbvt entry for loopback by Faisal Latif · 16 years ago
  61. 1f0dba1 RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=n by Chien Tung · 16 years ago
  62. 0e4562d RDMA/nes: Fix fw_ver in /sys by Chien Tung · 16 years ago
  63. 9232237 RDMA/nes: Set trace length to 1 inch for SFP_D by Chien Tung · 16 years ago
  64. e998c25 RDMA/nes: Enable repause timer for port 1 by Chien Tung · 16 years ago
  65. 366835e RDMA/nes: Correct CDR loop filter setting for port 1 by Chien Tung · 16 years ago
  66. 010db4d RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internal by Chien Tung · 16 years ago
  67. 3d4f163 Revert "linux.conf.au 2009: Tuz" by Linus Torvalds · 16 years ago
  68. 3fb8e49 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  69. 4ebf662 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  70. 28853da powerpc/86xx: Add device_type entry to soc for ppc9a by Martyn Welch · 16 years ago
  71. 46a53cc Btrfs: look for acls during btrfs_read_locked_inode by Chris Mason · 16 years ago
  72. 7b1a14b Btrfs: fix acl caching by Chris Mason · 16 years ago
  73. 14b6084 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  74. dccdee4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6 by Linus Torvalds · 16 years ago
  75. e25c2c87 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  76. 51b3960 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  77. f70616a Merge branch 'sh/for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  78. bac0906 Merge branch 'fix/misc' into for-linus by Takashi Iwai · 16 years ago
  79. 5530f41 Merge branch 'fix/caiaq' into for-linus by Takashi Iwai · 16 years ago
  80. 0995f9db Merge branch 'fix/hda' into for-linus by Takashi Iwai · 16 years ago
  81. f0787f6 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 16 years ago
  82. 9a523d4 FRV: Stop gcc from generating uninitialised variable warnings after BUG() by David Howells · 16 years ago
  83. e37469f FRV: Wire up new syscalls by David Howells · 16 years ago
  84. a069e9c ext2: missing unlock in ext2_quota_write() by Dan Carpenter · 16 years ago
  85. fd1b524 quota: remove obsolete comments in fs/quota/Makefile by Christoph Hellwig · 16 years ago
  86. 2138093 Btrfs: Fix a bunch of printk() warnings. by Joel Becker · 16 years ago
  87. e63b6a6c Btrfs: Fix a trivial warning using max() of u64 vs ULL. by Joel Becker · 16 years ago
  88. 45c0654 Btrfs: remove unused btrfs_bit_radix slab by Chris Mason · 16 years ago
  89. 395a434 ALSA: Fix Trivial Warnining in sound/pci/cmipci.c by Subrata Modak · 16 years ago
  90. 193f284 Btrfs: ratelimit IO error printks by Chris Mason · 16 years ago
  91. b7967db Btrfs: remove #if 0 code by Chris Mason · 16 years ago
  92. d6397ba Btrfs: When shrinking, only update disk size on success by Chris Ball · 16 years ago
  93. a9b487f ALSA: snd-usb-caiaq: fix reported elapsed periods by Daniel Mack · 16 years ago
  94. cad81bc ptrace: ptrace_attach: fix the usage of ->cred_exec_mutex by Oleg Nesterov · 16 years ago
  95. ecd4ca5 sh: Fix up unsigned syscall_nr in SH-5 pt_regs. by Paul Mundt · 16 years ago
  96. 148be2c perf_counter tools: move helper library to util/* by Ingo Molnar · 16 years ago
  97. 6b34808 maple: input: fix up maple mouse driver by Adrian McMenamin · 16 years ago
  98. 40f4a6d sh: sh7785lcr: fix defconfig for 29-bit mode by Yoshihiro Shimoda · 16 years ago
  99. 9b820a8 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  100. fc2e318 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago