1. 5442680 nilfs2: persistent object allocator by Ryusuke Konishi · 15 years ago
  2. 5eb563f nilfs2: meta data file by Ryusuke Konishi · 15 years ago
  3. 0bd49f9 nilfs2: buffer and page operations by Ryusuke Konishi · 15 years ago
  4. a60be98 nilfs2: B-tree node cache by Ryusuke Konishi · 15 years ago
  5. 36a580e nilfs2: direct block mapping by Koji Sato · 15 years ago
  6. 17c76b0 nilfs2: B-tree based block mapping by Koji Sato · 15 years ago
  7. bdb265e nilfs2: integrated block mapping by Koji Sato · 15 years ago
  8. 65b4643 nilfs2: add inode and other major structures by Ryusuke Konishi · 15 years ago
  9. eed10e3 nilfs2: disk format and userland interface by Koji Sato · 15 years ago
  10. 962281a nilfs2: add document by Ryusuke Konishi · 15 years ago
  11. 2c5510d dma-mapping: update the old macro DMA_nBIT_MASK related documentations by Yang Hongyang · 15 years ago
  12. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  13. ce0b620 dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28) by Yang Hongyang · 15 years ago
  14. 28b7679 dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30) by Yang Hongyang · 15 years ago
  15. 929a22a dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31) by Yang Hongyang · 15 years ago
  16. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  17. 6afd142 dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39) by Yang Hongyang · 15 years ago
  18. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 15 years ago
  19. e911e0d dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48) by Yang Hongyang · 15 years ago
  20. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  21. 8a59f5d fs/romfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  22. bdc8e5f namespaces: mqueue namespace: adapt sysctl by Serge E. Hallyn · 15 years ago
  23. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  24. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  25. 909e6d9 namespaces: move proc_net_get_sb to a generic fs/super.c helper by Serge E. Hallyn · 15 years ago
  26. 7ce5ba3 uvesafb: documentation update by Michal Januszewski · 15 years ago
  27. d88ca815 fbdev: i.MX31: fix panning, error handling, clean up by Guennadi Liakhovetski · 15 years ago
  28. 215059d tdfxfb: make use of DDC information about connected monitor by Krzysztof Helt · 15 years ago
  29. feff388 tdfxfb: move I2C functionality into the tdfxfb by Krzysztof Helt · 15 years ago
  30. 8f9b152 kprobes: support kretprobe and jprobe per-probe disabling by Masami Hiramatsu · 15 years ago
  31. de5bd88 kprobes: support per-kprobe disabling by Masami Hiramatsu · 15 years ago
  32. e579abe kprobes: rename kprobe_enabled to kprobes_all_disarmed by Masami Hiramatsu · 15 years ago
  33. cc00e9c kprobes: cleanup comment style in kprobes.h by Masami Hiramatsu · 15 years ago
  34. 99081ab kprobes: move EXPORT_SYMBOL_GPL just after function definitions by Masami Hiramatsu · 15 years ago
  35. b918e5e kprobes: cleanup aggr_kprobe related code by Masami Hiramatsu · 15 years ago
  36. 96a6d9a spi_imx: set spi_master.dma_alignment = 4 by Mike Rapoport · 15 years ago
  37. 7ad0ba9 pxa2xx_spi: set spi_master.dma_alignment = 8 by Mike Rapoport · 15 years ago
  38. fd5e191 SPI: add dma_alignment field to spi_master by Mike Rapoport · 15 years ago
  39. 75c8915 spi_bfin5xx: remove unused IS_DMA_ALIGNED macro by Mike Rapoport · 15 years ago
  40. a7bb390 spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases by Eric Miao · 15 years ago
  41. c8fc657 spi: limit reaches -1, tested 0 by Roel Kluin · 15 years ago
  42. 93b61bd Blackfin SPI Driver: Make mmc_spi driver work on Blackfin by Wolfgang Muees · 15 years ago
  43. 42c78b2 Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support by Michael Hennerich · 15 years ago
  44. e7d02e3 Blackfin SPI Driver: fix NULL pointer crash by Mike Frysinger · 15 years ago
  45. 138f97c Blackfin SPI Driver: use bfin_spi_ prefix on all functions by Mike Frysinger · 15 years ago
  46. b9b2a76 Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change by Yi Li · 15 years ago
  47. 2cf3683 Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert CS correctly by Yi Li · 15 years ago
  48. a963ea8 Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x by Mike Frysinger · 15 years ago
  49. aaaf939 Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler by Mike Frysinger · 15 years ago
  50. 11d6f59 Blackfin SPI Driver: get dma working for SPI flashes by Mike Frysinger · 15 years ago
  51. 4160bde Blackfin SPI Driver: SPI slave select code cleanup by Mike Frysinger · 15 years ago
  52. b31e27a Blackfin SPI Driver: use the properl BIT_CTL_xxx defines by Mike Frysinger · 15 years ago
  53. 40a2945 Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any by Mike Frysinger · 15 years ago
  54. d24bd1d Blackfin SPI Driver: add a few more DMA debug messages by Mike Frysinger · 15 years ago
  55. 59bfcc6 Blackfin SPI Driver: drop bogus cast and touchup dma label by Mike Frysinger · 15 years ago
  56. 7aec356 Blackfin SPI Driver: unify duplicated code in dma read/write paths by Mike Frysinger · 15 years ago
  57. 04b95d2 Blackfin SPI Driver: pass DMA overflow error to the higher level by Mike Frysinger · 15 years ago
  58. ace3286 Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred by Mike Frysinger · 15 years ago
  59. a42e809 Blackfin SPI Driver: remove useless <asm/cplbinit.h> by Mike Frysinger · 15 years ago
  60. 7513e00 Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation by Michael Hennerich · 15 years ago
  61. 8cf5858 Blackfin SPI Driver: ensure cache coherency before doing DMA by Vitja Makarov · 15 years ago
  62. 3bcfa9e hwmon: add support for GMT G760A fan speed PWM controller by Herbert Valerio Riedel · 15 years ago
  63. 6260a4b /proc/pid/maps: don't show pgoff of pure ANON VMAs by KAMEZAWA Hiroyuki · 15 years ago
  64. fafd688 mm: add /proc controls for pdflush threads by Peter W Morreale · 15 years ago
  65. a56ed66 mm: fix pdflush thread creation upper bound by Peter W Morreale · 15 years ago
  66. 9133df7 esp: fix section mismatch warning by Randy Dunlap · 15 years ago
  67. ab3c9c6 branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=y by Linus Torvalds · 15 years ago
  68. d9ad8bc branch tracer: Fix for enabling branch profiling makes sparse unusable by Bart Van Assche · 15 years ago
  69. d407e32 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 15 years ago
  70. 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
  71. a01da1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 15 years ago
  72. 44d84af Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  73. f8201ab ramfs: fix double freeing s_fs_info on failed mount by Ingo Molnar · 15 years ago
  74. 38089c6 HID: hidraw -- fix missing unlocks in unlocked_ioctl by Dan Carpenter · 15 years ago
  75. 2c03d07 hwmon: Add Asus ATK0110 support by Luca Tettamanti · 15 years ago
  76. 797eaa4 hwmon: (lm95241) Convert to new-style i2c driver by Jean Delvare · 15 years ago
  77. 9c83633 missing unlock in jfs_quota_write() by Dan Carpenter · 15 years ago
  78. dcef788 ftrace: clean up enable logic for sched_switch by Zhaolei · 15 years ago
  79. 597af81 function-graph: use int instead of atomic for ftrace_graph_active by Steven Rostedt · 15 years ago
  80. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 15 years ago
  81. a5dec55 tracing: use macros to denote usec and nsec per second by Li Zefan · 15 years ago
  82. 86665c7 Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 15 years ago
  83. 1bbe2a8 ftrace: Correct a text align for event format output by Zhaolei · 15 years ago
  84. bc2b687 Update /debug/tracing/README by Nikanth Karthikesan · 15 years ago
  85. b0dfa97 tracing/ftrace: alloc the started cpumask for the trace file by Frederic Weisbecker · 15 years ago
  86. 5ab8026a tracing, x86: remove duplicated #include by Huang Weiyi · 15 years ago
  87. 8bcae09 ftrace: Add check of sched_stopped for probe_sched_wakeup by Zhaolei · 15 years ago
  88. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 15 years ago
  89. 5f0c6c0 tracing/ftrace: fix missing include string.h by Frederic Weisbecker · 15 years ago
  90. cf8e347 tracing: fix incorrect return type of ns2usecs() by Lai Jiangshan · 15 years ago
  91. 301fd74 tracing: remove CALLER_ADDR2 from wakeup tracer by Steven Rostedt · 15 years ago
  92. ffcd7dc loop: mutex already unlocked in loop_clr_fd() by Alexander Beregalov · 15 years ago
  93. 93776a8 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  94. a053958 Merge branch 'tracing/blktrace-fixes' into tracing/urgent by Ingo Molnar · 15 years ago
  95. 017bc61 x86, ds: support Core i7 by Markus Metzger · 15 years ago
  96. 150f516 x86, ds: allow small debug store buffers by Markus Metzger · 15 years ago
  97. 608780a x86, ds: fix bad ds_reset_pebs() by Markus Metzger · 15 years ago
  98. 6047550 x86, ds: dont use TIF_DEBUGCTLMSR by Markus Metzger · 15 years ago
  99. 0f48140 x86, ptrace: add bts context unconditionally by Markus Metzger · 15 years ago
  100. ee81151 x86, ds: use single debug store cpu configuration by Markus Metzger · 15 years ago