aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng3-10/+3
2014-05-27ACPICA: Clean up redudant definitions already defined elsewhereLv Zheng1-1/+0
2014-05-27ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <asm/acpi.h>Lv Zheng1-1/+1
2014-05-27ACPICA: Linux headers: Add <acpi/platform/aclinuxex.h>Lv Zheng4-121/+216
2014-05-27ACPICA: Linux headers: Remove ACPI_PREEMPTION_POINT() due to no usages.Lv Zheng1-14/+0
2014-05-27Merge back earlier ACPICA material.Rafael J. Wysocki8-286/+700
2014-05-07ACPICA: Update version to 20140424.Bob Moore1-1/+1
2014-05-07ACPICA: Comment/format update, no functional change.Bob Moore1-19/+54
2014-05-07ACPICA: Back port of improvements on exception code.Bob Moore1-1/+1
2014-05-07ACPICA: Back port of _PRP update.Bob Moore1-0/+1
2014-05-07ACPICA: Linux header: Add support for stubbed externals.Lv Zheng1-0/+31
2014-05-07ACPICA: OSL: Add configurability for generic external functions.Lv Zheng1-200/+283
2014-05-07ACPICA: OSL: Add section to collect the divergence in acpixf.h.Lv Zheng1-13/+17
2014-05-07ACPICA: OSL: Add configurability for debug output functions.Lv Zheng1-18/+31
2014-05-07ACPICA: OSL: Add configurability for error message functions.Lv Zheng1-27/+46
2014-05-07ACPICA: OSL: Add configurability for memory allocation macros.Lv Zheng1-0/+21
2014-05-07ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INIT_GLOBAL/ACPI_GLOBAL.Lv Zheng1-12/+23
2014-05-07ACPICA: Comment updates - no functional change.Bob Moore2-5/+5
2014-05-07ACPICA: Add support for LPIT table.Bob Moore1-0/+65
2014-05-07ACPICA: Update global variable definitions. No functional change.Lv Zheng1-13/+130
2014-05-07Merge back earlier ACPICA material.Rafael J. Wysocki4-10/+24
2014-05-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2014-05-03arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier1-0/+3
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2014-05-01word-at-a-time: simplify big-endian zero_bytemask macroH. Peter Anvin1-1/+1
2014-04-28Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2014-04-28Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+5
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)1-0/+2
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner1-0/+2
2014-04-28linux/interrupt.h: fix new kernel-doc warningsRandy Dunlap1-2/+2
2014-04-28Merge back earlier ACPICA material.Rafael J. Wysocki4-10/+24
2014-04-27word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon1-6/+2
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+36
2014-04-27Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2014-04-27Merge tag 'usb-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+16
2014-04-25Merge tag 'fixes-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2014-04-25Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2-11/+11
2014-04-24tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl1-0/+1
2014-04-24Merge tag 'vexpress/fixes-for-3.15' of git://git.linaro.org/people/pawel.moll/linux into fixesArnd Bergmann32-69/+151
2014-04-24of/irq: do irq resolution in platform_get_irqRob Herring1-0/+5
2014-04-24phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHYGrygorii Strashko1-0/+16
2014-04-24Merge tag 'regulator-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-2/+2
2014-04-24Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+1
2014-04-24dt: tegra: remove non-existent clock IDsStephen Warren1-3/+3
2014-04-23locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton1-1/+1
2014-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+2
2014-04-23Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-2/+2
2014-04-23Fix: tracing: use 'E' instead of 'X' for unsigned module tain flagMathieu Desnoyers1-1/+1
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton1-10/+10