Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | ACPI: resource: Do IRQ override on TongFang GMxXGxx | Werner Sembach | 2023-10-26 | 1 | -0/+12 | |
| | | * | | | | | | | Merge back earlier ACPI resources management changes for v6.7. | Rafael J. Wysocki | 2023-10-26 | 1 | -46/+36 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | ACPI: resource: Drop .ident values from dmi_system_id tables | Hans de Goede | 2023-09-18 | 1 | -17/+18 | |
| | | | * | | | | | | | ACPI: resource: Consolidate IRQ trigger-type override DMI tables | Hans de Goede | 2023-09-18 | 1 | -31/+21 | |
| | * | | | | | | | | | ACPI: utils: Remove redundant braces around individual statement | Jonathan Bergh | 2023-10-03 | 1 | -2/+1 | |
| | * | | | | | | | | | ACPI: utils: Fix up white space in a few places | Jonathan Bergh | 2023-10-03 | 1 | -2/+2 | |
| | * | | | | | | | | | ACPI: utils: Dynamically determine acpi_handle_list size | Rafael J. Wysocki | 2023-09-29 | 4 | -12/+88 | |
| | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ \ | Merge branches 'acpi-scan', 'acpi-osl', 'acpi-osi' and 'acpi-tables' | Rafael J. Wysocki | 2023-10-26 | 4 | -27/+60 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | ACPI: FPDT: properly handle invalid FPDT subtables | Vasily Khoruzhick | 2023-10-03 | 1 | -8/+37 | |
| | | | | | |_|_|/ / / / / / | | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | | ACPI: OSI: refactor deprecated strncpy() | Justin Stitt | 2023-09-21 | 1 | -1/+1 | |
| | | | | |_|_|_|/ / / / / | | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | | ACPI: OSL: Add empty lines after local variable declarations | Jonathan Bergh | 2023-10-03 | 1 | -0/+4 | |
| | | * | | | | | | | | | | ACPI: OSL: Remove redundant parentheses in return statements | Jonathan Bergh | 2023-10-03 | 1 | -3/+3 | |
| | | * | | | | | | | | | | ACPI: OSL: Fix up white space in parameter lists | Jonathan Bergh | 2023-10-03 | 1 | -8/+8 | |
| | | * | | | | | | | | | | ACPI: OSL: add __printf format attribute to acpi_os_vprintf() | Su Hui | 2023-09-21 | 1 | -1/+1 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | ACPI: scan: Rename acpi_scan_device_not_present() to be about enumeration | James Morse | 2023-10-24 | 1 | -4/+4 | |
| | * | | | | | | | | | | ACPI: scan: Use the acpi_device_is_present() helper in more places | James Morse | 2023-10-20 | 1 | -2/+2 | |
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'thermal-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-01 | 1 | -432/+409 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ACPI: thermal: Use thermal_zone_for_each_trip() for updating trips | Rafael J. Wysocki | 2023-10-05 | 1 | -41/+37 | |
| * | | | | | | | | | | | ACPI: thermal: Combine passive and active trip update functions | Rafael J. Wysocki | 2023-10-05 | 1 | -18/+17 | |
| * | | | | | | | | | | | ACPI: thermal: Move get_active_temp() | Rafael J. Wysocki | 2023-10-05 | 1 | -23/+23 | |
| * | | | | | | | | | | | ACPI: thermal: Fix up function header formatting in two places | Jonathan Bergh | 2023-10-03 | 1 | -4/+11 | |
| * | | | | | | | | | | | ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal | Rafael J. Wysocki | 2023-09-29 | 1 | -1/+0 | |
| * | | | | | | | | | | | ACPI: thermal: Rename structure fields holding temperature in deci-Kelvin | Rafael J. Wysocki | 2023-09-28 | 1 | -23/+23 | |
| * | | | | | | | | | | | ACPI: thermal: Drop critical_valid and hot_valid trip flags | Rafael J. Wysocki | 2023-09-28 | 1 | -17/+8 | |
| * | | | | | | | | | | | ACPI: thermal: Do not use trip indices for cooling device binding | Rafael J. Wysocki | 2023-09-28 | 1 | -66/+44 | |
| * | | | | | | | | | | | ACPI: thermal: Mark uninitialized active trips as invalid | Rafael J. Wysocki | 2023-09-28 | 1 | -0/+3 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | ACPI: thermal: Merge trip initialization functions | Rafael J. Wysocki | 2023-09-28 | 1 | -34/+30 | |
| * | | | | | | | | | | ACPI: thermal: Collapse trip devices update function wrappers | Rafael J. Wysocki | 2023-09-28 | 1 | -19/+7 | |
| * | | | | | | | | | | ACPI: thermal: Collapse trip devices update functions | Rafael J. Wysocki | 2023-09-28 | 1 | -33/+20 | |
| * | | | | | | | | | | ACPI: thermal: Add device list to struct acpi_thermal_trip | Rafael J. Wysocki | 2023-09-28 | 1 | -15/+21 | |
| * | | | | | | | | | | ACPI: thermal: Fix a small leak in acpi_thermal_add() | Dan Carpenter | 2023-09-27 | 1 | -2/+4 | |
| * | | | | | | | | | | ACPI: thermal: Drop valid flag from struct acpi_thermal_trip | Rafael J. Wysocki | 2023-09-26 | 1 | -26/+23 | |
| * | | | | | | | | | | ACPI: thermal: Drop redundant trip point flags | Rafael J. Wysocki | 2023-09-26 | 1 | -19/+10 | |
| * | | | | | | | | | | ACPI: thermal: Untangle initialization and updates of active trips | Rafael J. Wysocki | 2023-09-26 | 1 | -97/+100 | |
| * | | | | | | | | | | ACPI: thermal: Untangle initialization and updates of the passive trip | Rafael J. Wysocki | 2023-09-26 | 1 | -73/+125 | |
| * | | | | | | | | | | ACPI: thermal: Simplify critical and hot trips representation | Rafael J. Wysocki | 2023-09-26 | 1 | -36/+33 | |
| * | | | | | | | | | | ACPI: thermal: Create and populate trip points table earlier | Rafael J. Wysocki | 2023-09-26 | 1 | -53/+52 | |
| * | | | | | | | | | | ACPI: thermal: Determine the number of trip points earlier | Rafael J. Wysocki | 2023-09-26 | 1 | -29/+27 | |
| * | | | | | | | | | | ACPI: thermal: Fold acpi_thermal_get_info() into its caller | Rafael J. Wysocki | 2023-09-26 | 1 | -33/+19 | |
| * | | | | | | | | | | ACPI: thermal: Simplify initialization of critical and hot trips | Rafael J. Wysocki | 2023-09-26 | 1 | -64/+66 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-10-31 | 1 | -3/+8 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window | Alison Schofield | 2023-09-13 | 1 | -3/+8 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | ACPI: NFIT: Install Notify() handler before getting NFIT table | Xiang Chen | 2023-10-22 | 1 | -11/+11 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'acpi-irq' | Rafael J. Wysocki | 2023-10-20 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ACPI: irq: Fix incorrect return value in acpi_register_gsi() | Sunil V L | 2023-10-18 | 1 | -1/+6 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* / | | | | | | | ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init() | Hanjun Guo | 2023-10-18 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge tag 'smp-urgent-2023-10-15' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-10-15 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cpu-hotplug: Provide prototypes for arch CPU registration | Russell King (Oracle) | 2023-10-11 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ | Merge branches 'acpi-ec' and 'acpi-resource' | Rafael J. Wysocki | 2023-10-13 | 2 | -6/+31 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | / / | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_fo... | Hans de Goede | 2023-10-09 | 1 | -6/+13 | |
| | | |_|_|_|/ | | |/| | | | |