Update to 3.4-rc4.
[linux-flexiantxendom0-3.2.10.git] / drivers / acpi / osl.c
2012-04-25 Jeff MahoneyUpdate to 3.4-rc4.
2012-04-20 Jan Beulich- Update Xen patches to 3.4-rc3 and c/s 1172.
2012-04-18 Thomas GleixnerRevert "ACPI: Make ACPI interrupt threaded"
2012-03-30 Len BrownMerge branch 'tboot' into release
2012-03-30 Len BrownMerge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle...
2012-03-30 Myron StoweACPI: Fix logic for removing mappings in 'acpi_unmap'
2012-03-30 Jan BeulichACPI: consistently use should_use_kmap()
2012-03-30 Andi KleenACPI: Make ACPI interrupt threaded
2012-03-22 Bob MooreACPICA: Add acpi_os_physical_table_override interface
2012-03-22 Bob MooreACPICA: Expand OSL memory read/write interfaces to...
2012-03-22 Len BrownMerge branch 'stable/for-x86-for-3.4' of git://git...
2012-03-13 Tang Liangx86, acpi, tboot: Have a ACPI os prepare sleep instead...
2012-02-29 Jan Beulich- Update Xen patches to 3.3-rc5 and c/s 1157.
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2012-01-21 Myron StoweACPI, APEI: Add RAM mapping support to ACPI
2012-01-21 Myron StoweACPI, APEI: Add 64-bit read/write support for APEI...
2012-01-18 Len BrownMerge branch 'atomicio-remove' into release
2012-01-17 Myron StoweACPI: Export interfaces for ioremapping/iounmapping...
2012-01-17 Myron StoweACPI: Fix possible alignment issues with GAS 'address...
2012-01-17 Lin MingACPICA: Add support for region address conflict checking
2011-11-16 Jeff Mahoney- Update to 3.2-rc1.
2011-10-14 Prarit BhargavaPCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI...
2011-09-21 Thomas RenningerRefresh
2011-09-20 Thomas Renninger- ACPI: Implement overriding of arbitrary ACPI tables...
2011-08-02 Len BrownMerge branches 'acpica', 'battery', 'boot-irqs', 'bz...
2011-08-02 Shaohua LiACPI: add missing _OSI strings
2011-08-02 Len BrownACPI print OSI(Linux) warning only once
2011-07-16 Takao IndohACPI: introduce "acpi_rsdp=" parameter for kdump
2011-07-13 Rafael J. WysockiACPI: Fix lockdep false positives in acpi_power_off()
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-29 Len BrownMerge branches 'acpica', 'aml-custom', 'bugzilla-16548...
2011-04-27 Jeff Mahoney- Delete patches.arch/acpi-export-hotplug_execute:...
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-03-25 Lin MingACPI: osl, add acpi_os_create_lock interface
2011-03-23 Len BrownMerge branch 'linus' into release
2011-02-24 Rafael J. WysockiMerge branches 'acpi-iomem', 'acpi-pm' and 'acpi-sci...
2011-02-24 Rafael J. WysockiACPI: Avoid calling request_irq() many times for the...
2011-02-24 Rafael J. WysockiACPI: Introduce acpi_os_get_iomem()
2011-02-24 Rafael J. WysockiACPI: Do not use krefs under a mutex in osl.c
2011-02-24 Rafael J. WysockiACPI: Make acpi_os_map_memory() avoid creating unnecess...
2011-02-24 Rafael J. WysockiACPI: Avoid walking the list of memory mappings in...
2011-02-24 Rafael J. WysockiACPI: Change acpi_ioremap_lock into a mutex
2011-02-24 Rafael J. WysockiACPI: Do not export functions that are only used in...
2011-02-21 Tejun HeoMerge branch 'master' into for-2.6.39
2011-02-17 Jeff Mahoney- Update to 2.6.38-rc5.
2011-02-08 Rafael J. WysockiACPI: Fix acpi_os_read_memory() and acpi_os_write_memor...
2011-02-01 Tejun Heoacpi: kacpi*_wq don't need WQ_MEM_RECLAIM
2011-01-22 Jeff Mahoney- Updated to 2.6.38-rc2.
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-21 Rafael J. WysockiACPI: Introduce acpi_os_ioremap()
2011-01-12 Len BrownMerge branch 'misc' into test
2011-01-12 Thomas RenningerACPI: fix resource check message
2011-01-07 Len BrownACPI: Use ioremap_cache()
2010-12-16 Jeff Mahoney- Linux: 2.6.37-rc6.
2010-12-11 Len BrownMerge branches 'bugzilla-15418', 'bugzilla-21722',...
2010-12-11 Zhang RuiACPI: fix a section mismatch
2010-12-11 Lin MingACPI: fix allowing to add/remove multiple _OSI strings
2010-12-11 Lin Mingacpi: fix _OSI string setup regression
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-26 Len BrownMerge branch 'misc' into release
2010-10-26 Len BrownMerge branch 'acpi-mmio' into release
2010-10-25 Myron StoweACPI: Page based coalescing of I/O remappings optimization
2010-10-25 Myron StoweACPI: Convert simple locking to RCU based locking
2010-10-25 Myron StoweACPI: Pre-map 'system event' related register blocks
2010-10-25 Myron StoweACPI: Add interfaces for ioremapping/iounmapping ACPI...
2010-10-25 Myron StoweACPI: Maintain a list of ACPI memory mapped I/O remappings
2010-10-25 Myron StoweACPI: Fix ioremap size for MMIO reads and writes
2010-10-19 Stephen HemmingerACPI: remove dead code
2010-10-16 Len BrownACPI: add FW_BUG to OSI(Linux) message
2010-10-01 Bob MooreACPICA: Obsolete the acpi_os_derive_pci_id OSL interface
2010-10-01 Lin MingACPICA/ACPI: Add new host interfaces for _OSI support
2010-10-01 Bob MooreACPICA: Fix acpi_os_read_pci_configuration prototype
2010-08-27 Jeff Mahoney- Disabled ACPI table override patches again. fsnotify...
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-15 Len BrownMerge branch 'linus' into release
2010-08-15 Andi Kleengcc-4.6: ACPI: fix unused but set variables in ACPI
2010-08-08 Linus TorvaldsMerge branch 'acpica' of git://git./linux/kernel/git...
2010-07-12 Rafael J. WysockiACPI / ACPICA: Do not execute _PRW methods during initi...
2010-06-29 Tejun Heoacpi: use queue_work_on() instead of binding workqueue...
2010-06-21 Jeff Mahoney- patches.suse/acpi-generic-initramfs-table-override...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-06-08 Jeff Mahoney- Re-enable DSDT in initramfs code.
2010-05-27 Jean Delvarehwmon: (asus_atk0110) Don't load if ACPI resources...
2010-04-23 Jiri KosinaMerge branch 'master' into for-next
2010-04-14 Jeff Mahoney- Update to 2.6.34-rc4.
2010-04-06 Len BrownMerge branches 'battery', 'bugzilla-14667', 'bugzilla...
2010-04-05 Chase DouglasACPI: Reduce ACPI resource conflict message to KERN_WAR...
2010-03-23 Zhang RuiACPI: fixes a false alarm from lockdep
2010-03-16 Thomas WeberFix typos in comments
2010-03-09 Jeff Mahoney- Updated to 2.6.34-rc1.
2010-01-28 Lin MingACPI: replace acpi_integer by u64
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-18 Jeff Mahoney- Disabled custom ACPI table loading from initramfs...
2010-01-14 Jeff Mahoney- patches.suse/add-initramfs-file_read_write: initramfs...
2010-01-08 Jeff Mahoney- Disabled custom ACPI table loading from initramfs...
2009-12-09 Jean DelvareACPI: add const to acpi_check_resource_conflict()
2009-11-18 Jeff Mahoney- patches.suse/acpi-generic-initramfs-table-override...
2009-10-08 Jeff Mahoney- Updated to 2.6.32-rc3.
2009-09-29 Thomas Renninger- Disabled patches.suse/acpi-dsdt-initrd-v0.9a-2.6...
2009-09-27 Jean DelvareACPI: Clarify resource conflict message
next