1. 38b983b generic sys_execve() by Al Viro · 12 years ago
  2. 8347bbe ACPI: Document ACPI table overriding via initrd by Thomas Renninger · 12 years ago
  3. 325a8d36 ACPI: Create acpi_table_taint() function to avoid code duplication by Thomas Renninger · 12 years ago
  4. b2a3500 ACPI: Implement physical address table override by Thomas Renninger · 12 years ago
  5. 53aac44 ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areas by Thomas Renninger · 12 years ago
  6. 8e30524 x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() for e820 handling by Thomas Renninger · 12 years ago
  7. e645960 lib: Add early cpio decoder by H. Peter Anvin · 12 years ago
  8. a0d271c Linux 3.6 by Linus Torvalds · 12 years ago
  9. c6bed9d backlight: tps65217_bl: Add missing platform_set_drvdata in tps65217_bl_probe by Axel Lin · 12 years ago
  10. 901acf5 gpio: pcf857x: select IRQ_DOMAIN by Arnd Bergmann · 12 years ago
  11. 282124d generic kernel_execve() by Al Viro · 12 years ago
  12. a3460a5 new helper: current_pt_regs() by Al Viro · 12 years ago
  13. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  14. bec109a remoteproc: return -EFAULT on copy_from_user failure by Dan Carpenter · 12 years ago
  15. ae768d5 remoteproc: snprintf() can return more than was printed by Dan Carpenter · 12 years ago
  16. 1ae9631 gpio: Document device_node's det_debounce by Roland Stigge · 12 years ago
  17. 71fde00 gpio-lpc32xx: Add GPI_28 by Roland Stigge · 12 years ago
  18. 648f3b69 Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into devel-stable by Russell King · 12 years ago
  19. a248afd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  20. d379142 be2net: fixup log messages by Sathya Perla · 12 years ago
  21. 323ff71 be2net: cleanup code related to be_link_status_query() by Sathya Perla · 12 years ago
  22. 55f5c3c be2net: fix wrong handling of be_setup() failure in be_probe() by Sathya Perla · 12 years ago
  23. 5ee4979 be2net: remove type argument of be_cmd_mac_addr_query() by Sathya Perla · 12 years ago
  24. cf6d6ea tg3: Disable multiple TX rings by default due to hardware flaw by Michael Chan · 12 years ago
  25. 0968169 tg3: Add support for ethtool -L|-l to get/set the number of rings. by Michael Chan · 12 years ago
  26. 6513859 tg3: Refactor tg3_close() by Michael Chan · 12 years ago
  27. d8f4cd3 tg3: Refactor tg3_open() by Michael Chan · 12 years ago
  28. a489b6d tg3: Separate coalescing setup for rx and tx by Michael Chan · 12 years ago
  29. 9102426 tg3: Allow number of rx and tx rings to be set independently. by Michael Chan · 12 years ago
  30. 49a359e tg3: Introduce separate functions to allocate/free RX/TX rings. by Michael Chan · 12 years ago
  31. 8110e16 vfs: dcache: fix deadlock in tree traversal by Miklos Szeredi · 12 years ago
  32. 1ec9c26 ARM: add v7 multi-platform defconfig by Rob Herring · 12 years ago
  33. b10dcdc Merge tag 'ep93xx-fixes-for-3.7' of git://github.com/RyanMallon/linux-ep93xx into next/fixes-non-critical by Olof Johansson · 12 years ago
  34. b6e3b5c Merge branch 'lpc32xx/core' of git://git.antcom.de/linux-2.6 into next/soc by Olof Johansson · 12 years ago
  35. 99261fb Merge branch 'lpc32xx/dts' of git://git.antcom.de/linux-2.6 into next/dt by Olof Johansson · 12 years ago
  36. 325f067 Merge branch 'vt8500/devel' into next/dt by Olof Johansson · 12 years ago
  37. 075954b arm: vt8500: Fixup for missing gpio.h by Tony Prisk · 12 years ago
  38. 9cf1c87 Merge tag 'omap-devel-board-late-v3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup by Olof Johansson · 12 years ago
  39. d5f73cd Merge tag 'devel-dt-arch-timer-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt by Olof Johansson · 12 years ago
  40. ad932bb Merge tag 'omap-devel-late-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into late/soc by Olof Johansson · 12 years ago
  41. ec75fba uprobes: Simplify is_swbp_at_addr(), remove stale comments by Oleg Nesterov · 12 years ago
  42. ed6f6a5 uprobes: Kill set_orig_insn()->is_swbp_at_addr() by Oleg Nesterov · 12 years ago
  43. cceb55a uprobes: Introduce copy_opcode(), kill read_opcode() by Oleg Nesterov · 12 years ago
  44. e97f65a uprobes: Kill set_swbp()->is_swbp_at_addr() by Oleg Nesterov · 12 years ago
  45. e40cfce uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas by Oleg Nesterov · 12 years ago
  46. 78a3205 uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC by Oleg Nesterov · 12 years ago
  47. 75ed82e uprobes: Change write_opcode() to use FOLL_FORCE by Oleg Nesterov · 12 years ago
  48. db023ea uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume() by Oleg Nesterov · 12 years ago
  49. 1b08e907 uprobes: Kill UTASK_BP_HIT state by Oleg Nesterov · 12 years ago
  50. 0578a97 uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp() by Oleg Nesterov · 12 years ago
  51. 746a9e6 uprobes: Do not setup ->active_uprobe/state prematurely by Oleg Nesterov · 12 years ago
  52. 79d54b2 uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails by Oleg Nesterov · 12 years ago
  53. 2223af3 efi: Fix the ACPI BGRT driver for images located in EFI boot services memory by Josh Triplett · 12 years ago
  54. 7bc90e0 efi: Add a function to look up existing IO memory mappings by Josh Triplett · 12 years ago
  55. 7851079 efi: Defer freeing boot services memory until after ACPI init by Josh Triplett · 12 years ago
  56. 4b1ebb6 Merge branch 'dt2' of git://github.com/hzhuang1/linux into next/dt by Olof Johansson · 12 years ago
  57. 6fd9b70 Merge branch 'next/dt-samsung-new' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt2 by Olof Johansson · 12 years ago
  58. f514202 Merge branch 'samsung/pinctrl' into next/dt2 by Olof Johansson · 12 years ago
  59. 6590147 Merge branch 'samsung/boards' into next/dt2 by Olof Johansson · 12 years ago
  60. 6a3e3db Merge tag 'iommu-fixes-v3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  61. 21e9893 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 12 years ago
  62. e2d3a35 mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F ID by Brian Norris · 12 years ago
  63. 73ca392 mtd: nand: decode Hynix MLC, 6-byte ID length by Brian Norris · 12 years ago
  64. b9e4853 mtd: nand: increase max OOB size to 640 by Brian Norris · 12 years ago
  65. e3b88bd mtd: nand: add generic READ ID length calculation functions by Brian Norris · 12 years ago
  66. f23a481 mtd: nand: split simple ID decode into its own function by Brian Norris · 12 years ago
  67. fc09bbc mtd: nand: split extended ID decoding into its own function by Brian Norris · 12 years ago
  68. 7e74c2d mtd: nand: split BB marker options decoding into its own function by Brian Norris · 12 years ago
  69. 4aef9b7 mtd: nand: remove redundant ID read by Brian Norris · 12 years ago
  70. 47450b3 mtd: nand: remove unnecessary variable by Brian Norris · 12 years ago
  71. e5570f0 mtd: docg4: add missing HAS_IOMEM dependency by Peter Huewe · 12 years ago
  72. 9c95f11 mtd: gpmi: initialize the timing registers only one time by Huang Shijie · 12 years ago
  73. 995fbbf mtd: gpmi: add EDO feature for imx6q by Huang Shijie · 12 years ago
  74. e1ca95e mtd: gpmi: do not set the default values for the extra clocks by Huang Shijie · 12 years ago
  75. c50d35a mtd: gpmi: simplify the DLL setting code by Huang Shijie · 12 years ago
  76. d37e02d mtd: gpmi: add a new field for HW_GPMI_CTRL1 by Huang Shijie · 12 years ago
  77. ae70ba2d mtd: gpmi: do not get the clock frequency in gpmi_begin() by Huang Shijie · 12 years ago
  78. ddab383 mtd: gpmi: add a new field for HW_GPMI_TIMING1 by Huang Shijie · 12 years ago
  79. 3e70192 mtd: add helpers to get the supportted ONFI timing mode by Huang Shijie · 12 years ago
  80. 7db03ec mtd: add helpers to set/get features for ONFI nand by Huang Shijie · 12 years ago
  81. 2caf87a mtd: fsl_ifc_nand: fix sparse warnings by Kim Phillips · 12 years ago
  82. bb0a13a mtd: nandsim: bugfix: fail if overridesize is too big by Richard Genoud · 12 years ago
  83. 5bf3d66 mtd: docg4: ecc.read_page() returns 0 on uncorrectable errors by Mike Dunn · 12 years ago
  84. 61de9da mtd: nand: use NAND_BBT_SCAN_MAXBLOCKS by Richard Genoud · 12 years ago
  85. b2bc415 mtd: remove bcmring NAND driver by Christian Daudt · 12 years ago
  86. 5ca7f41 mtd: nand: expand description of read_page method in comment header by Mike Dunn · 12 years ago
  87. ea73fe7 mtd: nand: clk: preparation for switch to common clock framework by m-karicheri2@ti.com · 12 years ago
  88. 6ed089c mtd: mtd_nandecctest: add double bit error detection tests by Akinobu Mita · 12 years ago
  89. 200ab84 mtd: mtd_nandecctest: add single bit error correction test by Akinobu Mita · 12 years ago
  90. ccaa679 mtd: mtd_nandecctest: add no corruption test by Akinobu Mita · 12 years ago
  91. 6060fb4 mtd: mtd_nandecctest: rewrite the test routine by Akinobu Mita · 12 years ago
  92. c092b43 mtd: mtd_nandecctest: support injecting bit error for ecc code by Akinobu Mita · 12 years ago
  93. 3cf06f4 mtd: tests: test for multi-bit error correction by Iwo Mergler · 12 years ago
  94. 7baf042 mtd: cmdlinepart: make the partitions rule more strict by Shmulik Ladkani · 12 years ago
  95. 2fe87ae mtd: nand/gpio: Convert to module_platform_driver() by Sachin Kamat · 12 years ago
  96. 24b82d3 mtd: mxc_nand: Adapt the clock name to the new clock framework by Fabio Estevam · 12 years ago
  97. ddf16d6 mtd: mxc_nand: Convert to module_platform_driver() by Fabio Estevam · 12 years ago
  98. 490e280 mtd: gpmi-nand: Convert to module_platform_driver() by Fabio Estevam · 12 years ago
  99. 3d10095 mtd: gpmi-nand: Improve logging style by Fabio Estevam · 12 years ago
  100. b277f77 mtd: m25p80: Disable 4KiB erase for s25sl032p, s25sl064p by Marek Vasut · 12 years ago