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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
2
-0
/
+2
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
2
-0
/
+2
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
2
-0
/
+7
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
2
-0
/
+5
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
1
-1
/
+7
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
2
-0
/
+2
2022-03-04
i3c: remove i2c board info from i2c_dev_desc
Jamie Iles
1
-1
/
+0
2022-03-04
drm/exynos: fimd: add BGR support for exynos4/5
Martin Jücker
1
-0
/
+4
2022-03-04
media: m5mols: Convert to use GPIO descriptors
Linus Walleij
1
-4
/
+0
2022-03-04
media: noon010p30: Convert to use GPIO descriptors
Linus Walleij
1
-4
/
+0
2022-03-04
Merge tag 'drm-intel-gt-next-2022-03-03' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-5
/
+40
2022-03-04
Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
4
-3
/
+24
2022-03-03
HID: add mapping for KEY_ALL_APPLICATIONS
William Mahon
1
-1
/
+2
2022-03-03
HID: add mapping for KEY_DICTATE
William Mahon
1
-0
/
+1
2022-03-04
media: i2c: isl7998x: Add driver for Intersil ISL7998x
Marek Vasut
1
-0
/
+6
2022-03-04
media: media-entity: Clarify media_entity_cleanup() usage
Laurent Pinchart
1
-0
/
+4
2022-03-04
media: media-entity: Simplify media_pipeline_start()
Laurent Pinchart
1
-7
/
+4
2022-03-04
media: media-entity: Add media_pad_is_streaming() helper function
Laurent Pinchart
1
-0
/
+12
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-25
/
+71
2022-03-03
ACPI: APEI: rename ghes_init() with an "acpi_" prefix
Shuai Xue
1
-2
/
+2
2022-03-03
ACPI: APEI: explicit init of HEST and GHES in apci_init()
Shuai Xue
2
-1
/
+5
2022-03-03
Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
9
-9
/
+35
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
2
-10
/
+8
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2
-20
/
+18
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
1
-24
/
+10
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
1
-1
/
+0
2022-03-03
mm: remove pointless includes from <linux/hmm.h>
Christoph Hellwig
1
-7
/
+2
2022-03-03
mm: remove the __KERNEL__ guard from <linux/mm.h>
Christoph Hellwig
1
-4
/
+0
2022-03-03
ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
Eric Dumazet
1
-2
/
+2
2022-03-03
Merge branches 'v5.18/vfio/next/mlx5-migration-v10', 'v5.18/vfio/next/pm-fixe...
Alex Williamson
1
-0
/
+9
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
2
-2
/
+42
2022-03-03
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
1
-6
/
+12
2022-03-03
net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
Martin KaFai Lau
1
-0
/
+11
2022-03-03
net: ip: Handle delivery_time in ip defrag
Martin KaFai Lau
1
-0
/
+2
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
1
-2
/
+1
2022-03-03
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
1
-0
/
+1
2022-03-03
net: Handle delivery_time in skb->tstamp during network tapping with af_packet
Martin KaFai Lau
1
-0
/
+24
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
1
-1
/
+9
2022-03-03
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...
Martin KaFai Lau
1
-0
/
+13
2022-03-03
net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
Vladimir Oltean
1
-0
/
+7
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2022-03-03
vfio/pci: Expose vfio_pci_core_aer_err_detected()
Yishai Hadas
1
-0
/
+2
2022-03-03
vfio: Remove migration protocol v1 documentation
Jason Gunthorpe
1
-198
/
+2
2022-03-03
vfio: Extend the device migration protocol with RUNNING_P2P
Jason Gunthorpe
2
-2
/
+35
2022-03-03
vfio: Define device migration protocol v2
Jason Gunthorpe
2
-13
/
+181
2022-03-03
vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
Jason Gunthorpe
2
-0
/
+34
2022-03-03
net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS
Petr Machata
3
-0
/
+6
2022-03-03
net: rtnetlink: Add RTM_SETSTATS
Petr Machata
1
-0
/
+2
2022-03-03
net: rtnetlink: Add UAPI for obtaining L3 offload xstats
Petr Machata
1
-0
/
+11
2022-03-03
net: dev: Add hardware stats support
Petr Machata
2
-0
/
+57
[prev]
[next]