kernel_samsung_a53x/include/uapi/linux
Yu-Ting Tseng 8e9a3808d7 BACKPORT: FROMGIT: binder: frozen notification
Frozen processes present a significant challenge in binder transactions.
When a process is frozen, it cannot, by design, accept and/or respond to
binder transactions. As a result, the sender needs to adjust its
behavior, such as postponing transactions until the peer process
unfreezes. However, there is currently no way to subscribe to these
state change events, making it impossible to implement frozen-aware
behaviors efficiently.

Introduce a binder API for subscribing to frozen state change events.
This allows programs to react to changes in peer process state,
mitigating issues related to binder transactions sent to frozen
processes.

Implementation details:
For a given binder_ref, the state of frozen notification can be one of
the followings:
1. Userspace doesn't want a notification. binder_ref->freeze is null.
2. Userspace wants a notification but none is in flight.
   list_empty(&binder_ref->freeze->work.entry) = true
3. A notification is in flight and waiting to be read by userspace.
   binder_ref_freeze.sent is false.
4. A notification was read by userspace and kernel is waiting for an ack.
   binder_ref_freeze.sent is true.

When a notification is in flight, new state change events are coalesced into
the existing binder_ref_freeze struct. If userspace hasn't picked up the
notification yet, the driver simply rewrites the state. Otherwise, the
notification is flagged as requiring a resend, which will be performed
once userspace acks the original notification that's inflight.

See https://r.android.com/3070045 for how userspace is going to use this
feature.

Signed-off-by: Yu-Ting Tseng <yutingtseng@google.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20240709070047.4055369-4-yutingtseng@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Bug: 363013421
(cherry picked from commit d579b04a52a183db47dfcb7a44304d7747d551e1
 git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
 char-misc-next)
Change-Id: I5dd32abba932ca7d03ae58660143e075ed778b81
[cmllamas: fix merge conflicts due to missing 0567461a7a6e]
Signed-off-by: Carlos Llamas <cmllamas@google.com>
2025-01-19 14:57:12 +01:00
..
android BACKPORT: FROMGIT: binder: frozen notification 2025-01-19 14:57:12 +01:00
byteorder Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
caif Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
can can: isotp: add local echo tx processing and tx without FC 2024-11-18 10:58:47 +01:00
cifs Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dvb Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
genwqe Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdlc Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hsi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iio Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isdn Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mmc Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter Revert "netfilter: nf_tables: rise cap on SELinux secmark context" 2024-11-24 00:23:56 +01:00
netfilter_arp Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter_bridge Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter_ipv4 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter_ipv6 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfsd NFSD: remove vanity comments 2024-11-19 12:27:44 +01:00
raid Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sched Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
spi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sunrpc Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tc_act Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tc_ematch Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
usb Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wimax Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
a.out.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
acct.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adfs_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
affs_hardblocks.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
agpgart.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aio_abi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
am437x-vpfe.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
apm_bios.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
arcfb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
arm_sdei.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aspeed-lpc-ctrl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aspeed-p2a-ctrl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atalk.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atm_eni.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atm_he.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atm_idt77105.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atm_nicstar.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atm_tcp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atm_zatm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmapi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmarp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmbr2684.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmclip.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmioc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmlec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmmpc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmppp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmsap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atmsvc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
audit.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
auto_dev-ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
auto_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
auto_fs4.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
auxvec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ax25.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
batadv_packet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
batman_adv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
baycom.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcache.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm933xx_hcs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bfs_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
binfmts.h binfmt_misc: pass binfmt_misc flags to the interpreter 2024-11-23 23:20:49 +01:00
blkpg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
blktrace_api.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
blkzoned.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bpf.h bpf: Add crosstask check to __bpf_get_stack 2024-11-18 12:12:28 +01:00
bpf_common.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bpf_perf_event.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bpfilter.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bpqether.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bsg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bt-bmc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btrfs.h btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args 2024-11-18 12:13:02 +01:00
btrfs_tree.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
can.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
capability.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
capi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cciss_defs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cciss_ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cdrom.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cec-funcs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cec.h Revert "media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags" 2024-11-24 00:23:02 +01:00
cgroupstats.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
chio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
close_range.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cm4000_cs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cn_proc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
coda.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
coff.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
connector.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
const.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
coresight-stm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cramfs_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cryptouser.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cuda.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cyclades.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cycx_cfm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dcbnl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dccp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
devlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dlm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dlm_device.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dlm_netlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dlm_plock.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dlmconstants.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dm-ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dm-log-userspace.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dm-user.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dma-buf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dma-heap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dns_resolver.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dqblk_xfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
edd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
efs_fs_sb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
elf-em.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
elf-fdpic.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
elf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
errno.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
errqueue.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
erspan.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ethtool.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ethtool_netlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
eventpoll.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
f2fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fadvise.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
falloc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fanotify.h fanotify: introduce FAN_MARK_IGNORE 2024-11-19 12:27:59 +01:00
fb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fcntl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fdreg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fib_rules.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fiemap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
filter.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
firewire-cdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
firewire-constants.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fou.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fpga-dfl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fscrypt.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fsi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fsl_hypervisor.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fsmap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fsverity.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fuse.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
futex.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gameport.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gen_stats.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
genetlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gfs2_ondisk.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gpio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gsmmux.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gtp.h gtp: uapi: fix GTPA_MAX 2024-11-18 10:58:30 +01:00
hash_info.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdlc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdlcdrv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdreg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hid.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hiddev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hidraw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hpet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hsr_netlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw_breakpoint.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hyperv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
i2c-dev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
i2c.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
i2o-dev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
i8k.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
icmp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
icmpv6.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
idxd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_addr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_addrlabel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_alg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_arcnet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_arp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_bonding.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_bridge.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_cablemodem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_eql.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_ether.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_fc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_fddi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_frad.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_hippi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_infiniband.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_link.h Revert "net: geneve: support IPv4/IPv6 as inner protocol" 2024-11-24 00:23:29 +01:00
if_ltalk.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_macsec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_packet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_phonet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_plip.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_ppp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_pppol2tp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_pppox.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_slip.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_team.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_tun.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_tunnel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_vlan.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_x25.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
if_xdp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ife.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
igmp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ila.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
in.h net/ipv4/ipv6: Replace one-element arraya with flexible-array members 2024-11-19 08:44:49 +01:00
in6.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
in_route.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
incrementalfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inet_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inotify.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
input-event-codes.h Input: allocate keycode for Display refresh rate toggle 2024-11-19 09:23:14 +01:00
input.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
io_uring.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iommu.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ion.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ip.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ip6_tunnel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ip_vs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ipc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ipmi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ipmi_bmc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ipmi_msgdefs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ipsec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ipv6.h net: change accept_ra_min_rtr_lft to affect all RA lifetimes 2024-11-08 11:25:47 +01:00
ipv6_route.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ipx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
irqnr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iso_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isst_if.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ivtv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ivtvfb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
jffs2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
joystick.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kcm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kcmp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kcov.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kdev_t.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kernel-page-flags.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kernel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kernelcapi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kexec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
keyboard.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
keyctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kfd_ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kvm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kvm_para.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
l2tp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
libc-compat.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lightnvm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
limits.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lirc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
llc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
loop.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lwtunnel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
magic.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
major.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
map_to_7segment.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
matroxfb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max2175.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mdio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
media-bus-format.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
media.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mei.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
membarrier.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
memfd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mempolicy.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
meye.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mii.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
minix_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mman.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mmtimer.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
module.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mount.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mpls.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mpls_iptunnel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mptcp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mqueue.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mroute.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mroute6.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mrp_bridge.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
msdos_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
msg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mtio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
n_r3964.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nbd-netlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nbd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ncsi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ndctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
neighbour.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
net.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
net_dropmon.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
net_namespace.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
net_tstamp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netconf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netdevice.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter_arp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter_bridge.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter_ipv4.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netfilter_ipv6.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netlink_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
netrom.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nexthop.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfs2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfs3.h NFSD: Update the SETATTR3args decoder to use struct xdr_stream 2024-11-19 12:27:29 +01:00
nfs4.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfs4_mount.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfs_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfs_idmap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfs_mount.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nfsacl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nilfs2_api.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nilfs2_ondisk.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nitro_enclaves.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nl80211.h Backport mac80211 patches from linux-6.1.y 2024-06-15 16:29:20 -03:00
nsfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nubus.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nvme_ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nvram.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omap3isp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
omapfb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
oom.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
openat2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
openvswitch.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
packet_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
param.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
parport.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
patchkey.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pci.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pci_regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcitest.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
perf_event.h perf/core: Add a new read format to get a number of lost samples 2024-11-18 12:11:45 +01:00
personality.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pfkeyv2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
phantom.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
phonet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pidfd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pkt_cls.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pkt_sched.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pktcdvd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pmu.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
poll.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
posix_acl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
posix_acl_xattr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
posix_types.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ppdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ppp-comp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ppp-ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ppp_defs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pps.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
prctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
psample.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
psci.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
psp-sev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ptp_clock.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ptrace.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qemu_fw_cfg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qnx4_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qnxtypes.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qrtr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
quota.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
radeonfb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
random.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
raw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rds.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
reboot.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
reiserfs_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
reiserfs_xattr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
remoteproc_cdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
resource.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rfkill.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rio_cm_cdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rio_mport_cdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
romfs_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rose.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
route.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rpl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rpl_iptunnel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rpmsg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rseq.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtnetlink.h Revert "tcp: introduce per-route feature RTAX_FEATURE_ECN_LOW" 2024-12-18 15:36:29 +01:00
rxrpc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
scc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sched.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
scif_ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
screen_info.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sctp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sdla.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seccomp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
securebits.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sed-opal.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seg6.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seg6_genl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seg6_hmac.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seg6_iptunnel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seg6_local.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
selinux_netlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serial.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serial_core.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serial_reg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
serio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
shm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
signal.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
signalfd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
smc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
smc_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
smiapp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
snmp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sock_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
socket.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sockios.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sonet.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sonypi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sound.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
soundcard.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stat.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stddef.h uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ 2024-11-18 12:13:23 +01:00
stm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
string.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
suspend_ioctls.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
swab.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
switchtec_ioctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sync_file.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
synclink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sysctl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sysinfo.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
target_core_user.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
taskstats.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tcp.h Revert "tcp: add rcv_wnd and plb_rehash to TCP_INFO" 2024-12-18 15:32:40 +01:00
tcp_metrics.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tee.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
termios.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
thermal.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
time.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
time_types.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
timerfd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
times.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
timex.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tiocl.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tipc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tipc_config.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tipc_netlink.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tipc_sockets_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tls.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
toshiba.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tty.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tty_flags.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
types.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
udf_fs_i.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
udmabuf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
udp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uhid.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uinput.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uleds.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ultrasound.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
um_timetravel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
un.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
unistd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
unix_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
usbdevice_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
usbip.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
userfaultfd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
userio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
utime.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
utsname.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uuid.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uvcvideo.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
v4l2-common.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
v4l2-controls.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
v4l2-dv-timings.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
v4l2-mediabus.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
v4l2-subdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vbox_err.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vbox_vmmdev_types.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vboxguest.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
veth.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vfio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vfio_ccw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vfio_zdev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhost.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhost_types.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
videodev2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
videodev2_exynos_camera.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
videodev2_exynos_media.h include: Move videodev2_exynos_media.h to uapi/linux 2025-01-16 23:07:16 +01:00
virtio_9p.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_balloon.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_blk.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_config.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_console.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_crypto.h virtio-crypto: introduce akcipher service 2024-11-18 12:12:25 +01:00
virtio_fs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_gpu.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_ids.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_input.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_iommu.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_mem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_mmio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_net.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_pci.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_pmem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_ring.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_rng.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_scsi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_types.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
virtio_vsock.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vm_sockets.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vm_sockets_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vmcore.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vsockmon.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vt.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vtpm_proxy.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wait.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
watch_queue.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
watchdog.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wimax.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wireguard.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wireless.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wmi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
x25.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xattr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xdp_diag.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xilinx-v4l2-controls.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zorro.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zorro_ids.h m68k: amiga: Turn off Warp1260 interrupts during boot 2024-11-23 23:20:13 +01:00