index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-12
ELF, uapi: fixup ELF_ST_TYPE definition
Alexey Dobriyan
1
-1
/
+1
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-8
/
+8
2022-05-12
Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
1
-0
/
+9
2022-05-11
Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-1
/
+1
2022-05-11
nvme: add vectored-io support for uring-cmd
Anuj Gupta
1
-0
/
+1
2022-05-11
nvme: wire-up uring-cmd support for io-passthru on char-device.
Kanchan Joshi
1
-0
/
+25
2022-05-11
fs,io_uring: add infrastructure for uring-cmd
Jens Axboe
1
-8
/
+13
2022-05-11
HID: amd_sfh: Move bus declaration outside of amd-sfh
Basavaraj Natikar
1
-0
/
+1
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
1
-0
/
+9
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
1
-0
/
+1
2022-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+7
2022-05-10
bpf: Add source ip in "struct bpf_tunnel_key"
Kaixi Fan
1
-0
/
+4
2022-05-10
loop: remove most the top-of-file boilerplate comment from the UAPI header
Christoph Hellwig
1
-6
/
+1
2022-05-10
virtio: fix virtio transitional ids
Shunsuke Mie
1
-7
/
+7
2022-05-09
binder: add BINDER_GET_EXTENDED_ERROR ioctl
Carlos Llamas
1
-0
/
+16
2022-05-09
io_uring: support CQE32 in io_uring_cqe
Stefan Roesch
1
-0
/
+7
2022-05-09
io_uring: add support for 128-byte SQEs
Jens Axboe
1
-0
/
+8
2022-05-09
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthrough
Jens Axboe
1
-2
/
+9
2022-05-09
Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthrough
Jens Axboe
1
-0
/
+37
2022-05-09
rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition
Gleb Fotengauer-Malinovskiy
1
-1
/
+1
2022-05-09
landlock: Add clang-format exceptions
Mickaël Salaün
1
-0
/
+4
2022-05-06
Merge tag 'tee-cleanup-for-v5.19' of https://git.linaro.org/people/jens.wikla...
Arnd Bergmann
1
-4
/
+0
2022-05-05
io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
Jens Axboe
1
-0
/
+10
2022-05-05
Revert "Merge branch 'mlxsw-line-card-model'"
Jakub Kicinski
1
-5
/
+0
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+10
2022-05-04
cfg80211: support disabling EHT mode
Muna Sinada
1
-0
/
+2
2022-05-04
mptcp: netlink: allow userspace-driven subflow establishment
Florian Westphal
1
-0
/
+3
2022-05-04
mptcp: netlink: Add MPTCP_PM_CMD_REMOVE
Kishen Maloor
1
-0
/
+2
2022-05-04
mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCE
Kishen Maloor
1
-0
/
+2
2022-05-04
gpiolib: cdev: Add hardware timestamp clock type
Dipen Patel
1
-0
/
+3
2022-05-04
Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/next
Marc Zyngier
2
-0
/
+11
2022-05-04
KVM: arm64: Implement PSCI SYSTEM_SUSPEND
Oliver Upton
1
-0
/
+2
2022-05-04
KVM: arm64: Add support for userspace to suspend a vCPU
Oliver Upton
1
-0
/
+2
2022-05-03
mptcp: expose server_side attribute in MPTCP netlink events
Kishen Maloor
1
-0
/
+1
2022-05-03
seccomp: Add wait_killable semantic to seccomp user notifier
Sargun Dhillon
1
-0
/
+2
2022-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+9
2022-05-01
net: phy: Add 10BASE-T1L support in phy-c45
Alexandru Tachici
1
-0
/
+10
2022-05-01
net: phy: Add BaseT1 auto-negotiation registers
Alexandru Tachici
1
-0
/
+40
2022-05-01
net: phy: Add 10-BaseT1L registers
Alexandru Tachici
1
-0
/
+25
2022-05-01
ethtool: Add 10base-T1L link mode entry
Alexandru Tachici
1
-0
/
+1
2022-04-30
io_uring: add IORING_SETUP_TASKRUN_FLAG
Jens Axboe
1
-0
/
+7
2022-04-30
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
Jens Axboe
1
-0
/
+8
2022-04-29
io_uring: return hint on whether more data is available after receive
Jens Axboe
1
-0
/
+2
2022-04-29
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net
Jens Axboe
1
-2
/
+21
2022-04-29
taskstats: version 12 with thread group and exe info
Dr. Thomas Orgis
2
-4
/
+23
2022-04-29
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
1
-2
/
+7
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
1
-1
/
+9
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
1
-1
/
+9
[prev]
[next]