summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-117-42/+146
|\
| *---. Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'Rafael J. Wysocki2022-01-101-2/+8
| |\ \ \
| | * | | ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helperHans de Goede2022-01-041-0/+5
| | * | | Merge branch 'acpi-scan' into acpi-x86Rafael J. Wysocki2022-01-041-0/+17
| | |\ \ \
| | * | | | ACPI: Change acpi_device_always_present() into acpi_device_override_status()Hans de Goede2021-12-011-2/+3
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-ec' and 'acpi-processor'Rafael J. Wysocki2022-01-102-2/+6
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | ACPI: processor: Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-242-2/+6
| | | | |_|/ | | | |/| |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'acpi-scan', 'acpi-pm', 'acpi-power' and 'acpi-pci'Rafael J. Wysocki2022-01-101-0/+17
| |\ \ \ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | / / | | | |_|_|_|/ / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | * | | | | ACPI / x86: Add acpi_quirk_skip_[i2c_client|serdev]_enumeration() helpersHans de Goede2021-12-301-0/+16
| | * | | | | ACPI: scan: Introduce acpi_fetch_acpi_dev()Rafael J. Wysocki2021-12-171-0/+1
| | | |/ / / | | |/| | |
| * | | | | ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtypeSudeep Holla2022-01-041-0/+6
| * | | | | ACPICA: Update version to 20211217Bob Moore2021-12-271-1/+1
| * | | | | ACPICA: iASL/NHLT table: "Specific Data" field supportBob Moore2021-12-271-1/+4
| * | | | | ACPICA: iASL: Add suppport for AGDI tableIlkka Koskinen2021-12-271-0/+20
| * | | | | ACPICA: iASL: Add TDEL table to both compiler/disassemblerBob Moore2021-12-271-0/+17
| * | | | | ACPICA: Add support for PCC Opregion special context dataSudeep Holla2021-12-271-0/+8
| * | | | | ACPICA: Fix AEST Processor generic resource substructure data field byte lengthShuuichirou Ishii2021-12-271-1/+1
| * | | | | ACPICA: iASL/Disassembler: Additional support for NHLT tableBob Moore2021-12-271-30/+42
| * | | | | ACPICA: Macros: Remove ACPI_PHYSADDR_TO_PTRJessica Clarke2021-12-271-1/+0
| * | | | | ACPICA: Use original pointer for virtual origin tablesJessica Clarke2021-12-271-2/+4
| * | | | | ACPICA: Use original data_table_region pointer for accessesJessica Clarke2021-12-271-0/+4
| * | | | | ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitionsMark Langsdorf2021-12-271-2/+8
| | |_|/ / | |/| | |
* | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-11147-1145/+3174
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-103-3/+7
| |\ \ \ \ \
| | * | | | | net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-102-2/+6
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-1/+1
| | |\ \ \ \ \
| | | * | | | | xfrm: fix dflt policy check when there is no policy configuredNicolas Dichtel2021-11-231-1/+1
| * | | | | | | net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-102-0/+2
| * | | | | | | net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-01-102-0/+8
| * | | | | | | net: skb: introduce kfree_skb_reason()Menglong Dong2022-01-102-8/+51
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-106-18/+61
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nft_bitwise: track register operationsPablo Neira Ayuso2022-01-091-0/+2
| | * | | | | | | netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso2022-01-091-0/+12
| | * | | | | | | netfilter: nf_tables: add NFT_REG32_NUMPablo Neira Ayuso2022-01-091-1/+3
| | * | | | | | | netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso2022-01-091-4/+18
| | * | | | | | | netfilter: egress: avoid a lockdep splatFlorian Westphal2022-01-091-1/+1
| | * | | | | | | netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-01-092-2/+8
| | * | | | | | | netfilter: make function op structures constFlorian Westphal2022-01-091-4/+4
| | * | | | | | | netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal2022-01-091-1/+1
| | * | | | | | | netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-4/+4
| | * | | | | | | netfilter: conntrack: Use max() instead of doing it manuallyJiapeng Chong2022-01-091-1/+1
| | * | | | | | | netfilter: conntrack: tag conntracks picked up in local out hookFlorian Westphal2021-12-231-0/+1
| | * | | | | | | netfilter: nf_tables: make counter support built-inPablo Neira Ayuso2021-12-231-0/+6
| * | | | | | | | Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-01-091-5/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz2022-01-061-5/+1
| * | | | | | | | | net: dsa: felix: add port fast age supportVladimir Oltean2022-01-081-0/+1
| * | | | | | | | | Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2022-01-071-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net/mlx5: Introduce API for bulk request and release of IRQsShay Drory2022-01-071-2/+2
| | |/ / / / / / / /
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-075-12/+27
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-071-0/+1