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-02-21
bonding: add extra field for bond_opt_value
Hangbin Liu
1
-9
/
+18
2022-02-21
ipv6: separate ndisc_ns_create() from ndisc_send_ns()
Hangbin Liu
1
-0
/
+5
2022-02-21
ipv4: Invalidate neighbour for broadcast address upon address addition
Ido Schimmel
1
-0
/
+1
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
67
-199
/
+496
2022-02-21
firmware: arm_scmi: Add support for clock_enable_latency
Cristian Marussi
1
-0
/
+1
2022-02-21
firmware: arm_scmi: Add atomic support to clock protocol
Cristian Marussi
1
-0
/
+3
2022-02-21
firmware: arm_scmi: Support optional system wide atomic-threshold-us
Cristian Marussi
1
-1
/
+4
2022-02-21
slab: remove __alloc_size attribute from __kmalloc_track_caller
Greg Kroah-Hartman
1
-2
/
+1
2022-02-21
genirq: Provide generic_handle_irq_safe()
Sebastian Andrzej Siewior
1
-0
/
+1
2022-02-21
ALSA: hda: Expose codec cleanup and power-save functions
Cezary Rojewski
1
-0
/
+3
2022-02-21
ALSA: hda: Update and expose codec register procedures
Cezary Rojewski
1
-1
/
+4
2022-02-21
ALSA: hda: Update and expose snd_hda_codec_device_init()
Cezary Rojewski
1
-0
/
+3
2022-02-21
ALSA: hda: Add snd_hdac_ext_bus_link_at() helper
Cezary Rojewski
1
-0
/
+1
2022-02-21
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...
Josh Poimboeuf
1
-0
/
+11
2022-02-21
fsi: Add trace events in initialization path
Eddie James
2
-0
/
+98
2022-02-21
fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl
Amitay Isaacs
1
-0
/
+14
2022-02-20
Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
Menglong Dong
2
-0
/
+5
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_data_queue()
Menglong Dong
2
-0
/
+16
2022-02-20
net: tcp: use tcp_drop_reason() for tcp_rcv_established()
Menglong Dong
2
-0
/
+2
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
3
-1
/
+7
2022-02-20
net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
Menglong Dong
2
-0
/
+16
2022-02-19
drm/i915/uapi: document behaviour for DG2 64K support
Matthew Auld
1
-5
/
+40
2022-02-19
iosys-map: Add a few more helpers
Lucas De Marchi
1
-0
/
+201
2022-02-19
iosys-map: Add offset to iosys_map_memcpy_to()
Lucas De Marchi
1
-8
/
+9
2022-02-20
netfilter: nf_tables_offload: incorrect flow offload action array size
Pablo Neira Ayuso
2
-3
/
+1
2022-02-20
ata: add/use ata_taskfile::{error|status} fields
Sergey Shtylyov
1
-2
/
+8
2022-02-19
scsi: libsas: Add sas_abort_task()
John Garry
1
-0
/
+1
2022-02-19
scsi: libsas: Add sas_query_task()
John Garry
1
-0
/
+1
2022-02-19
scsi: libsas: Add sas_lu_reset()
John Garry
1
-0
/
+1
2022-02-19
scsi: libsas: Add sas_clear_task_set()
John Garry
1
-0
/
+1
2022-02-19
scsi: libsas: Add sas_abort_task_set()
John Garry
1
-0
/
+2
2022-02-19
scsi: libsas: Add TMF handler aborted callback
John Garry
1
-0
/
+1
2022-02-19
scsi: libsas: Add TMF handler exec complete callback
John Garry
1
-0
/
+3
2022-02-19
scsi: libsas: Add sas_task.tmf
John Garry
1
-0
/
+1
2022-02-19
scsi: libsas: Add struct sas_tmf_task
John Garry
1
-0
/
+9
2022-02-19
scsi: libsas: Delete SAS_SG_ERR
John Garry
1
-1
/
+0
2022-02-19
scsi: libsas: Delete lldd_clear_aca callback
John Garry
1
-1
/
+0
2022-02-19
scsi: libsas: Use enum for response frame DATAPRES field
John Garry
1
-0
/
+7
2022-02-19
net: phylink: remove phylink_config's pcs_poll
Russell King (Oracle)
1
-2
/
+0
2022-02-19
net: dsa: remove pcs_poll
Russell King (Oracle)
1
-5
/
+0
2022-02-19
net: Force inlining of checksum functions in net/checksum.h
Christophe Leroy
1
-23
/
+24
2022-02-19
net: ip6mr: add support for passing full packet on wrong mif
Mobashshera Rasool
1
-0
/
+1
2022-02-19
sched/preempt: Add PREEMPT_DYNAMIC using static keys
Mark Rutland
3
-4
/
+23
2022-02-19
sched/preempt: Simplify irqentry_exit_cond_resched() callers
Mark Rutland
1
-3
/
+6
2022-02-19
sched/preempt: Refactor sched_dynamic_update()
Mark Rutland
1
-0
/
+2
2022-02-19
sched: Fix yet more sched_fork() races
Peter Zijlstra
1
-2
/
+2
2022-02-18
mctp: replace mctp_address_ok with more fine-grained helpers
Jeremy Kerr
1
-1
/
+11
2022-02-18
net: Add new protocol attribute to IP addresses
Jacques de Laval
4
-1
/
+13
2022-02-19
ata: libata: make ata_host_suspend() *void*
Sergey Shtylyov
1
-1
/
+1
[prev]
[next]