1. cb7d668 ACPICA: Update version to 20160831 by Bob Moore · 8 years ago
  2. ac0f06e ACPICA: Tables: Tune table mutex to be a leaf lock by Lv Zheng · 8 years ago
  3. 441ad11 ACPICA: Dispatcher: Fix a mutex issue for method auto serialization by Lv Zheng · 8 years ago
  4. 74f51b8 ACPICA: Namespace: Fix dynamic table loading issues by Lv Zheng · 8 years ago
  5. c2d981a ACPICA: Namespace: Add acpi_ns_get_node_unlocked() by Lv Zheng · 8 years ago
  6. de56ba9 ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for table loading by Lv Zheng · 8 years ago
  7. 955f485 ACPICA: Update return value for intenal _OSI method by Bob Moore · 8 years ago
  8. 4e0b26d3 ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_addresses is TRUE by Lv Zheng · 8 years ago
  9. bdbe5df ACPICA: Tables: Add new table events indicating table installation/uninstallation by Lv Zheng · 8 years ago
  10. 6eecbc9 ACPICA: Tables: Remove wrong table event macros by Lv Zheng · 8 years ago
  11. 752db10 ACPICA: Tables: Remove acpi_tb_install_fixed_table() by Lv Zheng · 8 years ago
  12. eacce4b ACPICA: Add a couple of casts to uthex.c by Bob Moore · 8 years ago
  13. 5ebd2ea ACPICA: Cleanup for all string-to-integer conversions by Bob Moore · 8 years ago
  14. 60361b7 ACPICA: Debugger: Add subcommand for predefined name execution by Bob Moore · 8 years ago
  15. 6bd483c ACPICA: Update version to 20160729 by Bob Moore · 8 years ago
  16. 34f3a91 ACPICA: OSL: Fix a regression that old GCC requires a workaround for strchr() by Lv Zheng · 8 years ago
  17. 9fa1ceb ACPICA: OSL: Cleanup the inclusion order of the compiler-specific headers by Lv Zheng · 8 years ago
  18. d2d48ea ACPICA: EFI: Port acpidump to EDK2 environment by Lv Zheng · 8 years ago
  19. 911a9b8 ACPICA: Applications: Fix a potential issue that help messages may be dumped to acpi_gbl_debug_file by Lv Zheng · 8 years ago
  20. dd99cbc ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fxxx()/errno/perror() instead by Lv Zheng · 8 years ago
  21. f173a77 ACPICA: Clib: Add -nostdinc support for EFI layer by Lv Zheng · 8 years ago
  22. e323c02 ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue by Lv Zheng · 8 years ago
  23. 4e2fc6a ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles by Lv Zheng · 8 years ago
  24. da24f31 ACPICA: Clib: Fix wrong mini C library usage by Lv Zheng · 8 years ago
  25. 5fb3ab8 ACPICA: Clib: Cleanup va_arg related code by Lv Zheng · 8 years ago
  26. b597664 ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined by converting size_t to acpi_size by Lv Zheng · 8 years ago
  27. 556eae8 ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all applications by Lv Zheng · 8 years ago
  28. eba4ed2 ACPICA: acpidump: Fix a duplicate variable definition by Lv Zheng · 8 years ago
  29. 722280e ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to link by Lv Zheng · 8 years ago
  30. e8f2c16 ACPICA: Debugger: Fix wrong inclusions in dbfileio.c by Lv Zheng · 8 years ago
  31. 6ea8c54 ACPICA: FADT support cleanup by Bob Moore · 8 years ago
  32. 2af52c2 ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanism by Lv Zheng · 8 years ago
  33. 9556ec4 ACPICA: Use os_allocate_zeroed by Bob Moore · 8 years ago
  34. d8303ac ACPICA: iASL/Disassembler: Add a check for missing filename by Bob Moore · 8 years ago
  35. 2368b1a ACPICA: Divergence: Port declarators back to ACPICA by Lv Zheng · 8 years ago
  36. 02dcdc3 ACPICA: Simplify configuration for "Max Loops" system parameter by Bob Moore · 8 years ago
  37. 7c312ad ACPICA: Disassembler: Add option to emit embedded External operators/opcodes by Bob Moore · 8 years ago
  38. 60d836f ACPICA: Debugger: Extend some max line lengths by Bob Moore · 8 years ago
  39. b5c0875 ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levels by Lv Zheng · 8 years ago
  40. 7fdb5ce ACPICA: Interpreter: Remove temporary code for External() opcode by Bob Moore · 8 years ago
  41. fee4ab9 ACPICA: Fix deconstification warnings (-Wcast-qual) with acpi_ns_root_initialize(). by Jung-uk Kim · 8 years ago
  42. 4857a94 ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces. by Jung-uk Kim · 8 years ago
  43. 29b4817 Linux 4.8-rc1 by Linus Torvalds · 8 years ago
  44. 857953d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  45. 635a4ba Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  46. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  47. 31c64f7 target: iblock_execute_sync_cache() should use bio_set_op_attrs() by Jens Axboe · 8 years ago
  48. ba13e83 mm: make __swap_writepage() use bio_set_op_attrs() by Jens Axboe · 8 years ago
  49. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  50. 52ddb7e Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  51. e9d488c Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc by Linus Torvalds · 8 years ago
  52. 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
  53. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  54. 0cbbc42 Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  55. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  56. ce804bf Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  57. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  58. 80fac0f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  59. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  60. db82627 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  62. 1630e84 Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh by Linus Torvalds · 8 years ago
  63. 194d6ad Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  64. a157b3a Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  65. 32199ec Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  66. a02040d Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  67. 0603006 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  68. d268675 Merge tag 'dm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  69. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  70. 62e6e9b Merge tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  71. 0524b42 Merge tag 'acpi-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  72. 11d8ec4 Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  73. 39fada5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  74. f72035f Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  75. e976e56 ramoops: use persistent_ram_free() instead of kfree() for freeing prz by Hiraku Toyooka · 8 years ago
  76. 529182e ramoops: use DT reserved-memory bindings by Kees Cook · 8 years ago
  77. 95f1464 NTB: ntb_hw_intel: use local variable pdev by Allen Hubbe · 8 years ago
  78. 4089527 NTB: ntb_hw_intel: show BAR size in debugfs info by Allen Hubbe · 8 years ago
  79. a9c59ef ntb_test: Add a selftest script for the NTB subsystem by Logan Gunthorpe · 9 years ago
  80. 35539b5 ntb_perf: clear link_is_up flag when the link goes down. by Logan Gunthorpe · 9 years ago
  81. 20572ee ntb_pingpong: Add a debugfs file to get the ping count by Logan Gunthorpe · 9 years ago
  82. bfcaa39 ntb_tool: Add link status and files to debugfs by Logan Gunthorpe · 9 years ago
  83. 717146a ntb_tool: Postpone memory window initialization for the user by Logan Gunthorpe · 9 years ago
  84. 26dc638 ntb_perf: Wait for link before running test by Logan Gunthorpe · 9 years ago
  85. 58fd0f3 ntb_perf: Return results by reading the run file by Logan Gunthorpe · 9 years ago
  86. da573ea ntb_perf: Improve thread handling to increase robustness by Logan Gunthorpe · 9 years ago
  87. fd2ecd8 ntb_perf: Schedule based on time not on performance by Logan Gunthorpe · 9 years ago
  88. 19645a0 ntb_transport: Check the number of spads the hardware supports by Logan Gunthorpe · 9 years ago
  89. 8b71d28 ntb_tool: Add memory window debug support by Logan Gunthorpe · 9 years ago
  90. 4aae977 ntb_perf: Allow limiting the size of the memory windows by Logan Gunthorpe · 9 years ago
  91. a754a8f NTB: allocate number transport entries depending on size of ring size by Dave Jiang · 9 years ago
  92. 625f080 ntb_tool: BUG: Ensure the buffer size is large enough to return all spads by Logan Gunthorpe · 9 years ago
  93. c792eba ntb_tool: Fix infinite loop bug when writing spad/peer_spad file by Logan Gunthorpe · 9 years ago
  94. 4dc14b3 Merge branches 'acpi-ec' and 'acpi-button' by Rafael J. Wysocki · 8 years ago
  95. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  96. e2b3b80 Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp' by Rafael J. Wysocki · 8 years ago
  97. d4c06c7 Merge tag 'sound-fix-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  98. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  99. 755b20f Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 8 years ago
  100. e61c10e sh: add device tree source for J2 FPGA on Mimas v2 board by Rich Felker · 9 years ago