summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-20ACPICA: Table Manager: Misc cleanup and renames, no functional change.Bob Moore
2014-04-20ACPICA: Tables: Add acpi_install_table() API for early table installation.Lv Zheng
2014-04-20ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.Lv Zheng
2014-04-20ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng
2014-04-20ACPICA: Tables: Fix table checksums verification before installation.Lv Zheng
2014-04-20ACPICA: Tables: Fix unbalanced table validations.Lv Zheng
2014-04-20ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics.Lv Zheng
2014-04-20ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table().Lv Zheng
2014-04-20ACPICA: Tables: Fix the issues in handling virtual addressed tables.Lv Zheng
2014-04-20ACPICA: Remove indent divergences to reduce maintenance overhead.Lv Zheng
2014-04-20ACPICA: Add a missing field for debug dump of mutex objects.Bob Moore
2014-04-20ACPICA: Linux-specific header: Add support for PPC64 compilation.Colin Ian King
2014-04-20ACPICA: Clean up comment divergences in aclinux.hLv Zheng
2014-04-20ACPICA: Update use of acpi_os_wait_events_complete interface.Lv Zheng
2014-04-20ACPICA: Disassembler: Add decoding of Notify() values.Bob Moore
2014-04-20ACPICA: Disassembler: Add support to decode _HID and _CID values.Bob Moore
2014-04-20ACPICA: Unload operator: Emit a warning if and when it is ever used.Bob Moore
2014-04-20ACPICA: gcc-specific: Fix possible issue with the strchr function.Bob Moore
2014-04-20ACPICA: Update comments for ACPICA name - no functional change.Bob Moore
2014-04-20ACPICA: utstring: Check array index bound before use.David Binderman
2014-04-20ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces.Bob Moore
2014-04-13Linux 3.15-rc1Linus Torvalds
2014-04-13mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven
2014-04-13cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2014-04-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2014-04-12sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka
2014-04-12powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-12Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-04-12Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-12Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds
2014-04-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-04-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-04-12Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12Merge branch 'tunnels'David S. Miller
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel
2014-04-12drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione
2014-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro
2014-04-12cifs: fix the race in cifs_writev()Al Viro
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann
2014-04-12r8152: check RTL8152_UNPLUGhayeswang