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