1. 9a0a359 ACPICA: Resources: Fix loop termination for the get AML length function. by Lv Zheng · 11 years ago
  2. c38f671 ACPICA: Tests: Add CHECKSUM_ABORT protection for test utilities. by Lv Zheng · 11 years ago
  3. bf9b448 ACPICA: Debug output: Do not emit function nesting level for kernel build. by Bob Moore · 11 years ago
  4. 45c9f78 ACPICA: Add __init for ACPICA initializers/finalizers. by Lv Zheng · 11 years ago
  5. 40bce10 ACPICA: Cleanup asmlinkage for ACPICA APIs. by Lv Zheng · 11 years ago
  6. efb8354 ACPICA: Update acpidump related header file changes. by Lv Zheng · 11 years ago
  7. a4fb614 ACPICA: Update compilation environment settings. by Lv Zheng · 11 years ago
  8. dba47d3 ACPICA: Fix cached object deletion code. by Lv Zheng · 11 years ago
  9. 2faa046 ACPICA: Remove dead AOPOBJ_INVALID check. by Lv Zheng · 11 years ago
  10. 6208a3d ACPICA: Cleanup useless memset invocations. by Lv Zheng · 11 years ago
  11. bd48d67 ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal. by Lv Zheng · 11 years ago
  12. 130797a ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size(). by Lv Zheng · 11 years ago
  13. 9187a41 ACPICA: Add new statistics interface. by Lv Zheng · 11 years ago
  14. fa5f508 ACPICA: Update DMAR table definitions. by Lv Zheng · 11 years ago
  15. 09b8b1f ACPICA: Update RSDP table definitions. by Lv Zheng · 11 years ago
  16. 98f7eb8 ACPICA: Update namespace dump code. by Lv Zheng · 11 years ago
  17. 99567bc ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag. by Lv Zheng · 11 years ago
  18. bb42cc2 ACPICA: Update default space handlers. by Lv Zheng · 11 years ago
  19. affffae ACPICA: Update version to 20130927. by Bob Moore · 11 years ago
  20. 9322058 ACPICA: Update aclinux.h for new OSL override mechanism. by Lv Zheng · 11 years ago
  21. 7e94632f ACPICA: Add support to allow host OS to redefine individual OSL prototypes. by Lv Zheng · 11 years ago
  22. c0144dc ACPICA: Simplify configuration of global ACPI_REDUCED_HARDWARE macro. by Bob Moore · 11 years ago
  23. cd27d79 ACPICA: Fix indentation issues for macro invocations. by Lv Zheng · 11 years ago
  24. 4506bf2 ACPICA: Prevent possible build issues for use of ACPI_PRINTF_LIKE macro by Lv Zheng · 11 years ago
  25. d21f600 ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces. by Lv Zheng · 11 years ago
  26. 10622bf ACPICA: Linuxize: Change indentation of C labels. by Lv Zheng · 11 years ago
  27. bb1cab3 ACPICA: Clarify ACPI_FREE_BUFFER usage. by Bob Moore · 11 years ago
  28. 839e928 ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules. by Lv Zheng · 11 years ago
  29. e07fcfd ACPICA: Hardcode access width for the reset register. by Bob Moore · 11 years ago
  30. ab3b248 ACPICA: Fix possible memory leaks in the GPE handling. by Lv Zheng · 11 years ago
  31. bf4994a ACPICA: Predefine name macros: Sort list. by Bob Moore · 11 years ago
  32. b3c86c3 ACPICA: Cleanup memory allocation macros and configurability. by Lv Zheng · 11 years ago
  33. 7342447 ACPICA: Add safe versions of common string functions. by Bob Moore · 11 years ago
  34. c26f3c9 ACPICA: Fix a macro for the hardware-reduced case by Bob Moore · 11 years ago
  35. 1d98e9e ACPICA: Add history/line-editing for Unix/Linux systems. by Bob Moore · 11 years ago
  36. 48961ce ACPICA: Add a check for a null node during namespace walk. by Bob Moore · 11 years ago
  37. d7da179 ACPICA: Table print header function: Increase default width for table length. by Bob Moore · 11 years ago
  38. 1b673f2 ACPICA: Ensure that debug output is immediately disabled on termination. by Tomasz Nowicki · 11 years ago
  39. 3774929 MAINTAINERS / ACPICA: Add ACPICA information to MAINTAINERS by Rafael J. Wysocki · 11 years ago
  40. 94d7ba9 ACPICA: Update version to 20130823. by Bob Moore · 11 years ago
  41. c53ae3a ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument. by Bob Moore · 11 years ago
  42. 31e93a1 ACPICA: Cleanup exception codes. by Lv Zheng · 11 years ago
  43. cacba86 ACPICA: Tables: Cleanup RSDP signature codes. by Lv Zheng · 11 years ago
  44. 94d4be6 ACPICA: Tables: Cleanup table checksum verification code. by Lv Zheng · 11 years ago
  45. 424deb3 ACPICA: Debugger: Add new command to display full namespace pathnames. by Bob Moore · 11 years ago
  46. d2e7d07 ACPICA: Operation region support: Never free the handler "context" pointer. by David E. Box · 11 years ago
  47. a2fd4b4 ACPICA: Add support for host-installed SCI handlers. by Lv Zheng · 11 years ago
  48. d53d820 ACPICA: Validate start object for acpi_walk_namespace. by Bob Moore · 11 years ago
  49. 1f5210a ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behavior is not affected. by Bob Moore · 11 years ago
  50. 3009520 ACPICA: Linux-specific header: enable "aarch64" 64-bit build. by Naresh Bhat · 11 years ago
  51. 2856846 ACPICA: Debug output: small formatting update, no functional change. by Bob Moore · 11 years ago
  52. c3faedc ACPICA: acpi_read: On error, do not modify the return value target location. by Bjorn Helgaas · 11 years ago
  53. f28eb9f ACPICA: Improve error message for "too many parent prefixes" condition. by Bob Moore · 11 years ago
  54. 4a10c2a Linux 3.12-rc2 by Linus Torvalds · 11 years ago
  55. 9d23108 Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  56. e04a0a5 Merge tag 'usb-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  57. d8524ae Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  58. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  59. 0fbf2cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  60. f3cff25 cfq: explicitly use 64bit divide operation for 64bit arguments by Anatol Pomozov · 11 years ago
  61. 6174081 Merge tag 'iio-fixes-for-3.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 11 years ago
  62. c43a385 Merge tag 'nfs-for-3.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  63. 75afb35 block: Add nr_bios to block_rq_remap tracepoint by Jun'ichi Nomura · 11 years ago
  64. 94aebfb Btrfs: create the uuid tree on remount rw by Josef Bacik · 11 years ago
  65. cbf8b8c btrfs: change extent-same to copy entire argument struct by Mark Fasheh · 11 years ago
  66. 93fd63c Btrfs: dir_inode_operations should use btrfs_update_time also by Guangyu Sun · 11 years ago
  67. 5138ccc btrfs: Add btrfs: prefix to kernel log output by Frank Holton · 11 years ago
  68. 6ef3de9 btrfs: refuse to remount read-write after abort by David Sterba · 11 years ago
  69. 1cecf57 Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg is 0 by chandan · 11 years ago
  70. a0634be Btrfs: don't leak transaction in btrfs_sync_file() by Filipe David Borba Manana · 11 years ago
  71. a724b43 Btrfs: add the missing mutex unlock in write_all_supers() by Stefan Behrens · 11 years ago
  72. f4ab9ea Btrfs: iput inode on allocation failure by Josef Bacik · 11 years ago
  73. 363e4d3 Btrfs: remove space_info->reservation_progress by Josef Bacik · 11 years ago
  74. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  75. c4fbb43 Btrfs: fix worst case calculator for space usage by Josef Bacik · 11 years ago
  76. 14575ae Revert "Btrfs: rework the overcommit logic to be based on the total size" by Josef Bacik · 11 years ago
  77. 652f25a Btrfs: improve replacing nocow extents by Josef Bacik · 11 years ago
  78. d555438 Btrfs: drop dir i_size when adding new names on replay by Josef Bacik · 11 years ago
  79. dd8e721 Btrfs: replay dir_index items before other items by Josef Bacik · 11 years ago
  80. a5874ce Btrfs: check roots last log commit when checking if an inode has been logged by Josef Bacik · 11 years ago
  81. de2b530 Btrfs: actually log directory we are fsync()'ing by Josef Bacik · 11 years ago
  82. 573aeca Btrfs: actually limit the size of delalloc range by Josef Bacik · 11 years ago
  83. a482039 Btrfs: allocate the free space by the existed max extent size when ENOSPC by Miao Xie · 11 years ago
  84. 13fd8da btrfs: add lockdep and tracing annotations for uuid tree by David Sterba · 11 years ago
  85. 79556c3 btrfs: show compiled-in config features at module load time by Stefan Behrens · 11 years ago
  86. cef2193 Btrfs: more efficient inode tree replace operation by Filipe David Borba Manana · 11 years ago
  87. 55e50e4 Btrfs: do not add replace target to the alloc_list by Ilya Dryomov · 11 years ago
  88. 83d4cfd Btrfs: fixup error handling in btrfs_reloc_cow by Josef Bacik · 11 years ago
  89. 07f0e62 Merge tag 'v3.11' into for-linus by Chris Mason · 11 years ago
  90. bda2f8f iio:buffer_cb: Add missing iio_buffer_init() by Lars-Peter Clausen · 11 years ago
  91. 0d5b7da iio: Prevent race between IIO chardev opening and IIO device free by Lars-Peter Clausen · 11 years ago
  92. cadc212 iio: fix: Keep a reference to the IIO device for open file descriptors by Lars-Peter Clausen · 11 years ago
  93. a87c82e iio: Stop sampling when the device is removed by Lars-Peter Clausen · 11 years ago
  94. d66e045 iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL by Peter Meerwald · 11 years ago
  95. a97dd06 iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resume by Peter Meerwald · 11 years ago
  96. 234efa1 iio: Fix bma180 dev-to-indio_dev conversion in suspend/resume by Peter Meerwald · 11 years ago
  97. d320f1b iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume by Peter Meerwald · 11 years ago
  98. 2457aaf Merge tag 'pm+acpi-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  99. d45004f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 11 years ago
  100. 509bf24 CacheFiles: Don't try to dump the index key if the cookie has been cleared by David Howells · 11 years ago