summaryrefslogtreecommitdiff
path: root/include/linux/qed
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2017-11-27 09:11:45 +0100
committerThomas Gleixner <tglx@linutronix.de>2018-01-14 21:11:54 +0100
commita09c5ec00a120dae52eceef3eebff93ed729bb43 (patch)
treec594a45b38b579f647a2279cd7774b00324495d4 /include/linux/qed
parente348caef8b4a161cc27bec8f7500b7e100370ef1 (diff)
downloadkernel-a09c5ec00a120dae52eceef3eebff93ed729bb43.tar.gz
x86: Introduce and use MP IRQ trigger and polarity defines
MP_IRQDIR_* constants pointed in the right direction but remained unused so far: It's cleaner to use symbolic values for the IRQ flags in the MP config table. That also saves some comments. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: jailhouse-dev@googlegroups.com Link: https://lkml.kernel.org/r/60809926663a1d38e2a5db47d020d6e2e7a70019.1511770314.git.jan.kiszka@siemens.com
Diffstat (limited to 'include/linux/qed')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/net/ipv4/ip_output.c?h=linux-6.12.y&id=5af68891dc16e1c8216705034a5e0144fd47779a'>net: clean up codestyleMiaohe Lin 2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin 2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin 2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro 2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro 2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn 2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet 2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu 2020-03-12inet: Use fallthrough;Joe Perches 2020-01-14net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld 2019-12-07inet: protect against too small mtu values.Eric Dumazet 2019-11-15netfilter: Support iif matches in POSTROUTINGPhil Sutter 2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet 2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet 2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet 2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern 2019-09-13ip: support SO_MARK cmsgWillem de Bruijn