summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: utprint/oslibcfs: cleanup - no functional changeBob Moore2014-07-082-31/+43
* ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes()Lv Zheng2014-07-081-2/+2
* ACPICA: OSL: Update acpidump to reduce source code differencesLv Zheng2014-07-082-7/+27
* ACPICA: acpidump: Reduce freopen() invocations to improve portabilityLv Zheng2014-07-085-9/+146
* ACPICA: acpidump: Replace file IOs with new APIs to improve portabilityLv Zheng2014-07-084-72/+69
* ACPICA: acpidump: Remove exit() from generic layer to improve portabilityLv Zheng2014-07-081-18/+32
* ACPICA: acpidump: Add memory/string OSL usage to improve portabilityLv Zheng2014-07-083-13/+15
* ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng2014-07-084-9/+14
* ACPICA: Common: Enhance cm_get_file_size() to improve portabilityLv Zheng2014-07-083-10/+15
* ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...Lv Zheng2014-07-082-6/+9
* ACPICA: Utilities: Introduce acpi_log_error() to improve portabilityLv Zheng2014-07-083-0/+50
* ACPICA: Utilities: Add formatted printing APIsLv Zheng2014-07-086-1/+682
* ACPICA: OSL: Add portable file IO to improve portabilityLv Zheng2014-07-083-0/+254
* ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubsLv Zheng2014-07-087-25/+1308
* ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...Lv Zheng2014-07-084-147/+147
* ACPICA: OSL: Update environments to improve portabilityLv Zheng2014-07-081-12/+36
* ACPICA: Namespace: Properly null terminate objects detached from a namespace ...David E. Box2014-07-081-0/+11
* ACPICA: Utilities: Validate full RSDP headerDavid E. Box2014-07-081-12/+7
* ACPICA: Utilities: Add support to read table from filesLv Zheng2014-07-084-4/+346
* ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT()Lv Zheng2014-07-081-1/+1
* ACPICA: acpidump: Add support for ACPI 1.0 GUID in LinuxLv Zheng2014-07-081-7/+41
* ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobjectDavid E. Box2014-07-081-0/+6
* ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.Lv Zheng2014-07-071-15/+17
* ACPICA: Restore error table definitions to reduce code differences between Li...Lv Zheng2014-06-166-46/+46
* Linux 3.16-rc1v3.16-rc1Linus Torvalds2014-06-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-1510-34/+96
|\
| * net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann2014-06-151-4/+28
| * Merge branch 'csum_fixes'David S. Miller2014-06-157-25/+60
| |\
| | * vxlan: Checksum fixesTom Herbert2014-06-151-9/+2
| | * net: add skb_pop_rcv_encapsulationTom Herbert2014-06-151-0/+12
| | * udp: call __skb_checksum_complete when doing full checksumTom Herbert2014-06-151-1/+3
| | * net: Fix save software checksum completeTom Herbert2014-06-152-10/+29
| | * net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-153-5/+14
| |/
| * udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet2014-06-131-0/+4
| * vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-131-4/+3
| * MAINTAINERS: update cxgb4 maintainerDimitris Michailidis2014-06-131-1/+1
* | Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-06-1530-265/+1836
|\ \
| * \ Merge tag 'sunxi-clk-for-3.16-2' of https://github.com/mripard/linux into clk...Mike Turquette2014-06-118-187/+661
| |\ \
| | * | clk: sunxi: document PRCM clock compatible stringsBoris BREZILLON2014-06-111-0/+3
| | * | clk: sunxi: add PRCM (Power/Reset/Clock Management) clks supportBoris BREZILLON2014-06-114-0/+411
| | * | clk: sun6i: Protect SDRAM gating bitMaxime Ripard2014-06-111-0/+1
| | * | clk: sun6i: Protect CPU clockMaxime Ripard2014-06-111-0/+1
| | * | clk: sunxi: Rework clock protection codeMaxime Ripard2014-06-111-28/+44
| | * | clk: sunxi: Move the GMAC clock to a file of its ownMaxime Ripard2014-06-113-99/+121
| | * | clk: sunxi: Move the 24M oscillator to a file of its ownMaxime Ripard2014-06-113-57/+74
| | * | clk: sunxi: Remove calls to clk_putMaxime Ripard2014-06-111-6/+2
| | * | clk: sunxi: document new A31 USB clock compatibleEmilio López2014-06-111-0/+1
| | * | clk: sunxi: Implement A31 USB clockMaxime Ripard2014-06-111-0/+6
| |/ /
| * | Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-1022-78/+1175
| |\ \
| | * | ARM: dts: OMAP5/DRA7: use omap5-mpu-dpll-clock capable of dealing with higher...Nishanth Menon2014-06-062-2/+2
OpenPOWER on IntegriCloud