1. 6afd142 dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39) by Yang Hongyang · 15 years ago
  2. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 15 years ago
  3. e911e0d dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48) by Yang Hongyang · 15 years ago
  4. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  5. 8a59f5d fs/romfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  6. bdc8e5f namespaces: mqueue namespace: adapt sysctl by Serge E. Hallyn · 15 years ago
  7. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  8. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  9. 909e6d9 namespaces: move proc_net_get_sb to a generic fs/super.c helper by Serge E. Hallyn · 15 years ago
  10. 7ce5ba3 uvesafb: documentation update by Michal Januszewski · 15 years ago
  11. d88ca815 fbdev: i.MX31: fix panning, error handling, clean up by Guennadi Liakhovetski · 15 years ago
  12. 215059d tdfxfb: make use of DDC information about connected monitor by Krzysztof Helt · 15 years ago
  13. feff388 tdfxfb: move I2C functionality into the tdfxfb by Krzysztof Helt · 15 years ago
  14. 8f9b152 kprobes: support kretprobe and jprobe per-probe disabling by Masami Hiramatsu · 15 years ago
  15. de5bd88 kprobes: support per-kprobe disabling by Masami Hiramatsu · 15 years ago
  16. e579abe kprobes: rename kprobe_enabled to kprobes_all_disarmed by Masami Hiramatsu · 15 years ago
  17. cc00e9c kprobes: cleanup comment style in kprobes.h by Masami Hiramatsu · 15 years ago
  18. 99081ab kprobes: move EXPORT_SYMBOL_GPL just after function definitions by Masami Hiramatsu · 15 years ago
  19. b918e5e kprobes: cleanup aggr_kprobe related code by Masami Hiramatsu · 15 years ago
  20. 96a6d9a spi_imx: set spi_master.dma_alignment = 4 by Mike Rapoport · 15 years ago
  21. 7ad0ba9 pxa2xx_spi: set spi_master.dma_alignment = 8 by Mike Rapoport · 15 years ago
  22. fd5e191 SPI: add dma_alignment field to spi_master by Mike Rapoport · 15 years ago
  23. 75c8915 spi_bfin5xx: remove unused IS_DMA_ALIGNED macro by Mike Rapoport · 15 years ago
  24. a7bb390 spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases by Eric Miao · 15 years ago
  25. c8fc657 spi: limit reaches -1, tested 0 by Roel Kluin · 15 years ago
  26. 93b61bd Blackfin SPI Driver: Make mmc_spi driver work on Blackfin by Wolfgang Muees · 15 years ago
  27. 42c78b2 Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support by Michael Hennerich · 15 years ago
  28. e7d02e3 Blackfin SPI Driver: fix NULL pointer crash by Mike Frysinger · 15 years ago
  29. 138f97c Blackfin SPI Driver: use bfin_spi_ prefix on all functions by Mike Frysinger · 15 years ago
  30. b9b2a76 Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change by Yi Li · 15 years ago
  31. 2cf3683 Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert CS correctly by Yi Li · 15 years ago
  32. a963ea8 Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x by Mike Frysinger · 15 years ago
  33. aaaf939 Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler by Mike Frysinger · 15 years ago
  34. 11d6f59 Blackfin SPI Driver: get dma working for SPI flashes by Mike Frysinger · 15 years ago
  35. 4160bde Blackfin SPI Driver: SPI slave select code cleanup by Mike Frysinger · 15 years ago
  36. b31e27a Blackfin SPI Driver: use the properl BIT_CTL_xxx defines by Mike Frysinger · 15 years ago
  37. 40a2945 Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any by Mike Frysinger · 15 years ago
  38. d24bd1d Blackfin SPI Driver: add a few more DMA debug messages by Mike Frysinger · 15 years ago
  39. 59bfcc6 Blackfin SPI Driver: drop bogus cast and touchup dma label by Mike Frysinger · 15 years ago
  40. 7aec356 Blackfin SPI Driver: unify duplicated code in dma read/write paths by Mike Frysinger · 15 years ago
  41. 04b95d2 Blackfin SPI Driver: pass DMA overflow error to the higher level by Mike Frysinger · 15 years ago
  42. ace3286 Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred by Mike Frysinger · 15 years ago
  43. a42e809 Blackfin SPI Driver: remove useless <asm/cplbinit.h> by Mike Frysinger · 15 years ago
  44. 7513e00 Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation by Michael Hennerich · 15 years ago
  45. 8cf5858 Blackfin SPI Driver: ensure cache coherency before doing DMA by Vitja Makarov · 15 years ago
  46. 3bcfa9e hwmon: add support for GMT G760A fan speed PWM controller by Herbert Valerio Riedel · 15 years ago
  47. 6260a4b /proc/pid/maps: don't show pgoff of pure ANON VMAs by KAMEZAWA Hiroyuki · 15 years ago
  48. fafd688 mm: add /proc controls for pdflush threads by Peter W Morreale · 15 years ago
  49. a56ed66 mm: fix pdflush thread creation upper bound by Peter W Morreale · 15 years ago
  50. 9133df7 esp: fix section mismatch warning by Randy Dunlap · 15 years ago
  51. ab3c9c6 branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=y by Linus Torvalds · 15 years ago
  52. d9ad8bc branch tracer: Fix for enabling branch profiling makes sparse unusable by Bart Van Assche · 15 years ago
  53. d407e32 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 15 years ago
  54. 548cbdc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  55. a01da1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 15 years ago
  56. 44d84af Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  57. f8201ab ramfs: fix double freeing s_fs_info on failed mount by Ingo Molnar · 15 years ago
  58. 2c03d07 hwmon: Add Asus ATK0110 support by Luca Tettamanti · 15 years ago
  59. 797eaa4 hwmon: (lm95241) Convert to new-style i2c driver by Jean Delvare · 15 years ago
  60. 1bbe2a8 ftrace: Correct a text align for event format output by Zhaolei · 15 years ago
  61. bc2b687 Update /debug/tracing/README by Nikanth Karthikesan · 15 years ago
  62. b0dfa97 tracing/ftrace: alloc the started cpumask for the trace file by Frederic Weisbecker · 15 years ago
  63. 5ab8026a tracing, x86: remove duplicated #include by Huang Weiyi · 15 years ago
  64. 8bcae09 ftrace: Add check of sched_stopped for probe_sched_wakeup by Zhaolei · 15 years ago
  65. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 15 years ago
  66. 5f0c6c0 tracing/ftrace: fix missing include string.h by Frederic Weisbecker · 15 years ago
  67. cf8e347 tracing: fix incorrect return type of ns2usecs() by Lai Jiangshan · 15 years ago
  68. 301fd74 tracing: remove CALLER_ADDR2 from wakeup tracer by Steven Rostedt · 15 years ago
  69. ffcd7dc loop: mutex already unlocked in loop_clr_fd() by Alexander Beregalov · 15 years ago
  70. a053958 Merge branch 'tracing/blktrace-fixes' into tracing/urgent by Ingo Molnar · 15 years ago
  71. d6648da ASoC: TWL4030: Compillation error fix by Peter Ujfalusi · 15 years ago
  72. b029195 cfq-iosched: don't let idling interfere with plugging by Jens Axboe · 15 years ago
  73. 65de394 i2c: imx: Make disable_delay a per-device variable by Wolfram Sang · 15 years ago
  74. b486ddb i2c: xtensa s6000 i2c driver by Oskar Schirmer · 15 years ago
  75. c724d67 powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board by Wolfgang Grandegger · 15 years ago
  76. f2bd5ef i2c: i2c-mpc: make I2C bus speed configurable by Wolfgang Grandegger · 15 years ago
  77. 54377cd i2c: i2c-mpc: use dev based printout function by Wolfgang Grandegger · 15 years ago
  78. 8101a30 i2c: i2c-mpc: various coding style fixes by Wolfgang Grandegger · 15 years ago
  79. 309c18d i2c: imx: Add missing request_mem_region in probe() by Darius Augulis · 15 years ago
  80. 18dc83a i2c: i2c-s3c2410: Initialise Samsung I2C controller early by Mark Brown · 15 years ago
  81. c564e6a i2c-s3c2410: Simplify bus frequency calculation by Daniel Silverstone · 15 years ago
  82. a192f71 i2c-s3c2410: sda_delay should be in ns, not clock ticks by Ben Dooks · 15 years ago
  83. aa11e38 i2c: iMX/MXC support by Darius Augulis · 16 years ago
  84. 5e34437 Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  85. 2e45e77 Revert "module: remove the SHF_ALLOC flag on the __versions section." by Rusty Russell · 15 years ago
  86. 2385327 block: remove unused REQ_UNPLUG by Jens Axboe · 15 years ago
  87. 75e5098 cfq-iosched: kill two unused cfqq flags by Jens Axboe · 15 years ago
  88. 77d0563 softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUP by Ingo Molnar · 15 years ago
  89. 2f5cb73 cfq-iosched: change dispatch logic to deal with single requests at the time by Jens Axboe · 15 years ago
  90. 3fbed4c mflash: initial support by unsik Kim · 15 years ago
  91. e143858 cciss: change to discover first memory BAR by Mike Miller · 15 years ago
  92. 0a9279c cciss: kernel scan thread for MSA2012 by Mike Miller · 15 years ago
  93. ac44e5b cciss: fix residual count for block pc requests by Jens Axboe · 15 years ago
  94. 26308ea block: fix inconsistency in I/O stat accounting code by Jerome Marchand · 15 years ago
  95. 6c7e8ce block: elevator quiescing helpers by Jens Axboe · 15 years ago
  96. a0558fc tomoyo: remove "undelete domain" command. by Tetsuo Handa · 15 years ago
  97. 11b55da powerpc: Fix oops when loading modules by Paul Mackerras · 15 years ago
  98. 1a917bb powerpc: Wire up preadv and pwritev by Stephen Rothwell · 15 years ago
  99. 7ddb7ad powerpc/ftrace: Fix printf format warning by Michael Ellerman · 15 years ago
  100. f4952f6 powerpc/ftrace: Fix #if that should be #ifdef by Michael Ellerman · 15 years ago