index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
tables.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-10
/
+66
2019-05-06
Merge branches 'acpi-scan', 'acpi-tables', 'acpi-misc' and 'acpi-pm'
Rafael J. Wysocki
1
-13
/
+5
2019-04-09
ACPICA: Rename nameseg compare macro for clarity
Bob Moore
1
-2
/
+2
2019-04-04
acpi: Add HMAT to generic parsing tables
Keith Busch
1
-0
/
+9
2019-04-04
acpi: Create subtable parsing infrastructure
Keith Busch
1
-10
/
+57
2019-03-26
ACPI / tables: Clean up whitespace
Bjorn Helgaas
1
-13
/
+5
2019-01-14
ACPI / tables: table override from built-in initrd
Shunyong Yang
1
-2
/
+10
2018-12-20
ACPI / tables: Add an ifdef around amlcode and dsdt_amlcode
Nathan Chancellor
1
-0
/
+2
2018-12-13
ACPI / tables: add DSDT AmlCode new declaration name support
Wang Dongsheng
1
-2
/
+8
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-2
/
+1
2018-06-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-1
/
+1
2018-05-17
ACPI: Add PPTT to injectable table list
Jeremy Linton
1
-1
/
+1
2018-05-12
ACPI / tables: improve comments regarding acpi_parse_entries_array()
Al Stone
1
-2
/
+7
2018-02-22
ACPI: add NFIT and HMAT to the initrd override list
Dan Williams
1
-1
/
+1
2018-02-07
ACPI / tables: Add IORT to injectable table list
Shunyong Yang
1
-1
/
+2
2017-07-20
ACPICA: Tables: Change table duplication check to be related to acpi_gbl_verify_table_checksum
Lv Zheng
1
-2
/
+2
2017-05-01
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2017-04-19
ACPI / tables: Drop acpi_parse_entries() which is not used
Baoquan He
1
-16
/
+0
2017-01-28
x86/boot/e820: Create coherent API function names for E820 range operations
Ingo Molnar
1
-1
/
+1
2016-12-21
ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users
Lv Zheng
1
-10
/
+7
2016-09-17
ACPI / tables: Remove duplicated include from tables.c
Wei Yongjun
1
-1
/
+0
2016-08-31
ACPI / tables: do not report the number of entries ignored by acpi_parse_entries()
Al Stone
1
-2
/
+2
2016-08-31
ACPI / tables: fix acpi_parse_entries_array() so it traverses all subtables
Al Stone
1
-3
/
+6
2016-08-31
ACPI / tables: fix incorrect counts returned by acpi_parse_entries_array()
Al Stone
1
-1
/
+1
2016-06-22
ACPI / tables: move arch-specific symbol to asm/acpi.h
Aleksey Makarov
1
-1
/
+2
2016-06-22
ACPI / tables: table upgrade: refactor function definitions
Aleksey Makarov
1
-10
/
+4
2016-06-22
ACPI / tables: table upgrade: use cacheable map for tables
Aleksey Makarov
1
-3
/
+3
2016-05-06
ACPI / tables: Fix DSDT override mechanism
Rafael J. Wysocki
1
-0
/
+4
2016-04-18
ACPI / tables: Convert initrd table override to table upgrade mechanism
Lv Zheng
1
-14
/
+34
2016-04-18
ACPI / tables: Move table override mechanisms to tables.c
Lv Zheng
1
-1
/
+291
2016-03-14
Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc'
Rafael J. Wysocki
1
-0
/
+10
2016-03-09
ACPI / OSL: Add support to install tables via initrd
Lv Zheng
1
-0
/
+2
2016-03-09
ACPI: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addresses
Colin Ian King
1
-0
/
+10
2015-10-15
ACPI / tables: test the correct variable
Dan Carpenter
1
-1
/
+2
2015-10-15
ACPI / tables: Add acpi_subtable_proc to ACPI table parsers
Lukasz Anaczkowski
1
-18
/
+75
2015-07-08
ACPI: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2015-03-25
ACPI / table: Print GIC information when MADT is parsed
Hanjun Guo
1
-0
/
+22
2015-03-25
ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning
Hanjun Guo
1
-14
/
+16
2014-11-27
ACPI / table: Always count matched and successfully parsed entries
Tomasz Nowicki
1
-1
/
+4
2014-11-27
ACPI / table: Add new function to get table entries
Ashwin Chaugule
1
-19
/
+44
2014-06-17
ACPI: use kstrto*() instead of simple_strto*()
Christoph Jaeger
1
-1
/
+2
2014-06-01
ACPI: Fix x86 regression related to early mapping size limitation
Lv Zheng
1
-0
/
+23
2014-03-02
ACPI / tables: Replace printk with pr_*
Hanjun Guo
1
-73
/
+55
2014-01-06
ACPI / tables: Return proper error codes from acpi_table_parse() and fix comment.
tangchen
1
-2
/
+3
2014-01-06
ACPI / tables: Check if id is NULL in acpi_table_parse()
tangchen
1
-1
/
+1
2013-12-07
ACPI / table: Replace '1' with specific error return values
Hanjun Guo
1
-2
/
+2
2013-01-11
ACPICA: Cleanup table handler naming conflicts.
Lv Zheng
1
-3
/
+3
2012-10-06
ACPI: Harden acpi_table_parse_entries() against BIOS bug
Fenghua Yu
1
-4
/
+14
2010-03-14
ACPI: delete the "acpi=ht" boot option
Len Brown
1
-2
/
+2
2010-02-18
ACPI: fix "acpi=ht" boot option
Len Brown
1
-2
/
+2
[next]