1. 24cfbcb net/can/mscan: improve build by Wolfram Sang · 15 years ago
  2. 323907a net/can/mscan: add error path to mscan_open() by Wolfram Sang · 15 years ago
  3. 74ff60b net/can/mscan: replace hardcoded values with defines by Wolfram Sang · 15 years ago
  4. 81593c1 net/can/mpc52xx_can: improve properties and their description by Wolfram Sang · 15 years ago
  5. 3f158c2 net/can/mpc52xx_can: refactor clock-get routine by Wolfram Sang · 15 years ago
  6. 68bd742 net/can/mscan: drop assignment in while-construct by Wolfram Sang · 15 years ago
  7. 1712fe5 net/can/mscan: fix function annotations by Wolfram Sang · 15 years ago
  8. 59179ea net/can/mscan: use {clr|set}bits8 macros by Wolfram Sang · 15 years ago
  9. 377a1f0 net/can/mscan: drop support for CAN_MODE_{SLEEP|STOP} by Wolfram Sang · 15 years ago
  10. 0285e7c net/can/mscan: trivial fixes by Wolfram Sang · 15 years ago
  11. 622ed7e net/can/mscan: move defines into .h file by Wolfram Sang · 15 years ago
  12. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  13. 7513865 perf tools: Support static build by Michael S. Tsirkin · 15 years ago
  14. a7b6342 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  15. 8cc2361 x86: ucode-amd: Move family check to microcde_amd.c's init function by Andreas Herrmann · 15 years ago
  16. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  17. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  18. f9ede4e ASoC: Use DMA_BIT_MASK(32) instead of deprecated DMA_32BIT_MASK by Marin Mitov · 15 years ago
  19. baac805 sound: Kconfig typo fix by Timothy Knoll · 15 years ago
  20. 5c427ff KS8695: fix ks8695_rx() unreasonable action. by zeal · 15 years ago
  21. fa6cae1 KS8695: fix ks8695_rx_irq() bug. by zeal · 15 years ago
  22. 82b3cc1 ppp: fix BUG on non-linear SKB (multilink receive) by Ben McKeegan · 15 years ago
  23. c0e1f68 ixgbe: Fixing EEH handler to handle more than one error by Breno Leitao · 15 years ago
  24. 8494347 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  25. 123bf0e x86: gart: Clean up the code a bit by Ingo Molnar · 15 years ago
  26. 1f7564c x86: Calgary: Remove unnecessary DMA_ERROR_CODE usage by FUJITA Tomonori · 15 years ago
  27. 8fd524b x86: Kill bad_dma_address variable by FUJITA Tomonori · 15 years ago
  28. 4210919 x86: gart: Add own dma_mapping_error function by FUJITA Tomonori · 15 years ago
  29. 99f4c9d Merge commit 'v2.6.32-rc7' into core/iommu by Ingo Molnar · 15 years ago
  30. b1e69aa Input: lifebook - fix settings for CF-72 by Abner Holsinger · 15 years ago
  31. 0698989 Input: psmouse - fix breakage introduced by b7802c5c1ea by Jiri Kosina · 15 years ago
  32. 3726cc7 perf tools: Don't die() in do_write() by Arnaldo Carvalho de Melo · 15 years ago
  33. a9a70bb perf tools: Don't die() in perf_header__new() by Arnaldo Carvalho de Melo · 15 years ago
  34. 5875412 perf tools: Don't die() in perf_header_attr__add_id() by Arnaldo Carvalho de Melo · 15 years ago
  35. 11deb1f perf tools: Don't die() in perf_header__add_attr() by Arnaldo Carvalho de Melo · 15 years ago
  36. 1124ba7 perf buildid-list: Always show the DSO name by Arnaldo Carvalho de Melo · 15 years ago
  37. 8ffcda1 perf top: Introduce --hide_{user,kernel}_symbols by Arnaldo Carvalho de Melo · 15 years ago
  38. 3b6ed98 perf top: Use all the lines in the screen by Arnaldo Carvalho de Melo · 15 years ago
  39. dc79c0f perf tools: Don't die in perf_header_attr__new() by Arnaldo Carvalho de Melo · 15 years ago
  40. 35039eb x86: Show symbol name if insn decoder test failed by Masami Hiramatsu · 15 years ago
  41. d65ff75 x86: Add verbose option to insn decoder test by Masami Hiramatsu · 15 years ago
  42. f7343de omap: Fix keymap for zoom2 according to matrix keypad framwork by Vimal Singh · 15 years ago
  43. 5bd085b x86: remove "extern" from function prototypes in <asm/proto.h> by H. Peter Anvin · 15 years ago
  44. 4b0f3b8 x86, mm: Report state of NX protections during boot by Kees Cook · 15 years ago
  45. 4763ed4 x86, mm: Clean up and simplify NX enablement by H. Peter Anvin · 15 years ago
  46. 583140a x86, pageattr: Make set_memory_(x|nx) aware of NX support by H. Peter Anvin · 15 years ago
  47. a7c4c0d x86, sleep: Always save the value of EFER by H. Peter Anvin · 15 years ago
  48. 8a50e51 x86-32: Use symbolic constants, safer CPUID when enabling EFER.NX by H. Peter Anvin · 15 years ago
  49. c34984b perf buildid-list: New plumbing command by Arnaldo Carvalho de Melo · 15 years ago
  50. 9e03eb2 perf tools: Introduce dsos__fprintf_buildid by Arnaldo Carvalho de Melo · 15 years ago
  51. 37562ea perf tools: Generalize perf_header__adds_read() by Arnaldo Carvalho de Melo · 15 years ago
  52. 8f41146 perf tools: Debug.h needs to include event.h for event_t by Arnaldo Carvalho de Melo · 15 years ago
  53. 84fe848 perf symbols: Pass the offset to perf_header__read_build_ids() by Arnaldo Carvalho de Melo · 15 years ago
  54. 112a674 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 15 years ago
  55. b237092 mac80211: Do not queue Probe Request frames for station MLME by Jouni Malinen · 15 years ago
  56. 2eb2fa6 ath5k: allow setting txpower to 0 by Bob Copeland · 15 years ago
  57. 634a555 rndis_wlan: handle NL80211_AUTHTYPE_AUTOMATIC by Jussi Kivilinna · 15 years ago
  58. 6a62e5ef rt2800: do not enable tbtt unless we are in a beacon mode by Josef Bacik · 15 years ago
  59. dd6ae4f ath9k: fix massive rx packet loss issue by Felix Fietkau · 15 years ago
  60. 31a4cf1 rt2x00: Fix BUG on rt2800usb when trying to read eFuse EEPROM. by Gertjan van Wingerde · 15 years ago
  61. 16475b0 rt2x00: Log RT/RF chipset information correctly. by Gertjan van Wingerde · 15 years ago
  62. cce5fc4 rt2x00: Initialize rf302x RF values properly for rt2800pci. by Gertjan van Wingerde · 15 years ago
  63. fa6f632 rt2x00: Fix rt2800lib RF chip programming selection. by Gertjan van Wingerde · 15 years ago
  64. a7ca1f0 RDMA/ucma: Add option to manually set IB path by Sean Hefty · 15 years ago
  65. 7df56c2 [ARM] pxa: ensure mfp is in correct range in mfp_{read,write} by Roel Kluin · 15 years ago
  66. 02bb57a sound: OSS: keep index within bounds of midi_devs[] by Roel Kluin · 15 years ago
  67. 10d5d99 [ARM] pxa/hx4700: fix hx4700 touchscreen pressure values by Paul Parsons · 15 years ago
  68. 8216416 perf symbols: Call the symbol filter in dso__synthesize_plt_symbols() by Arnaldo Carvalho de Melo · 15 years ago
  69. e12399f Merge branch 'for-rmk' of git://git.marvell.com/orion by Russell King · 15 years ago
  70. 378ce74 ARM: 5787/1: U300 COH 901 331 fixes by Linus Walleij · 15 years ago
  71. 927585f ARM: Fix warning in sa1100-flash.c by Russell King · 15 years ago
  72. 8df89bc3 ASoC: OMAP: enable Overo driver for CM-T35 by Mike Rapoport · 15 years ago
  73. 0f74296 at91: at91sam9g20ek modify dual slot evaluation kit by Nicolas Ferre · 15 years ago
  74. 0912e53 atmel_lcdfb Kconfig: remove long dependency line by Nicolas Ferre · 15 years ago
  75. 2ef9f59 at91: Kconfig simplification by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  76. c4e4ab9 at91: remove not needed depends on by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  77. fdcad71 at91: at91sam9g20ek modify dual slot evaluation kit by Nicolas Ferre · 15 years ago
  78. e79c65a x86: io-apic: IO-APIC MMIO should not fail on resource insertion by Cyrill Gorcunov · 15 years ago
  79. f534dc9 cifs: clear server inode number flag while autodisabling by Suresh Jayaraman · 15 years ago
  80. 3c93ca0 x86: Add missing might_fault() checks to copy_{to,from}_user() by Frederic Weisbecker · 15 years ago
  81. 303fc08 x86: AMD Northbridge: Verify NB's node is online by Prarit Bhargava · 15 years ago
  82. 67d634c ALSA: hda - Fix build errors with CONFIG_SND_HDA_INPUT_BEEP=n by Takashi Iwai · 15 years ago
  83. 9bb1fe3 ALSA: hda - Fix beep_mode option value by Takashi Iwai · 15 years ago
  84. d5191e5 ALSA: hda - Update / add kerneldoc comments to exported functions by Takashi Iwai · 15 years ago
  85. 62c5593 crypto: gcm - fix another complete call in complete fuction by Huang Ying · 15 years ago
  86. 85dd662 ALSA: hda - move snd_hda_pcm_type_name from hda_codec.h to hda_local.h by Jaroslav Kysela · 15 years ago
  87. 80099c7 dereferencing freed memory regulator_fixed_voltage_remove() by Dan Carpenter · 15 years ago
  88. 559fdc3 perf_event: Optimize perf_output_lock() by Peter Zijlstra · 15 years ago
  89. 0b4634f leds-gpio: fix possible crash on OF device unbinding by Dmitry Eremin-Solenikov · 15 years ago
  90. 716bdf1 backlight: Fix backlight limiting on spitz/corgi devices by Pavel Machek · 15 years ago
  91. 1e0fa6b backlight: lcd - Fix wrong sizeof by Jean Delvare · 15 years ago
  92. 84d2a31 hwmon: (adt7475) Fix sysfs file names by Jean Delvare · 15 years ago
  93. 56e35ee hwmon: (adt7475) Cache limits for 60 seconds by Jean Delvare · 15 years ago
  94. cf312e0 hwmon: (adt7475) Fix temperature fault flags by Jean Delvare · 15 years ago
  95. be4c23c hwmon: (s3c-hwmon) Ignore invalid divider settings by Ben Dooks · 15 years ago
  96. 91e9c07b net: Fix the rollback test in dev_change_name() by Eric Dumazet · 15 years ago
  97. 828d445 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 15 years ago
  98. d019361 ALSA: hda - Add description of beep_mode in ALSA-Configuration.txt by Takashi Iwai · 15 years ago
  99. 411462f x86: Fix printk format due to variable type change by Thomas Gleixner · 15 years ago
  100. 621a071 sparc: fix printk for change of variable type by Stephen Rothwell · 15 years ago