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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-27
sysctl: avoid forward declarations
Christoph Hellwig
1
-1534
/
+1497
2020-04-27
sysctl: remove all extern declaration from sysctl.c
Christoph Hellwig
1
-42
/
+3
2020-04-27
mm: remove watermark_boost_factor_sysctl_handler
Christoph Hellwig
1
-1
/
+1
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
1
-4
/
+25
2020-04-26
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
3
-0
/
+17
2020-04-26
net: bpf: Make bpf_ktime_get_ns() available to non GPL programs
Maciej Żenczykowski
1
-1
/
+1
2020-04-26
bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n
Stanislav Fomichev
2
-0
/
+78
2020-04-26
bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}
Stanislav Fomichev
1
-17
/
+3
2020-04-26
bpf: Remove set but not used variable 'dst_known'
Mao Wenan
1
-3
/
+1
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
17
-88
/
+122
2020-04-25
compat sysinfo(2): don't bother with field-by-field copyout
Al Viro
1
-16
/
+17
2020-04-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+1
2020-04-25
Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+2
2020-04-25
Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+10
2020-04-25
dma-contiguous: fix comment for dma_release_from_contiguous
Peter Collingbourne
1
-2
/
+2
2020-04-25
dma-pool: scale the default DMA coherent pool size with memory capacity
David Rientjes
1
-2
/
+12
2020-04-25
dma-pool: add pool sizes to debugfs
David Rientjes
1
-0
/
+30
2020-04-25
dma-direct: atomic allocations must come from atomic coherent pools
David Rientjes
2
-10
/
+63
2020-04-25
dma-pool: dynamically expanding atomic pools
David Rientjes
1
-38
/
+84
2020-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-14
/
+39
2020-04-24
bpf: Make bpf_link_fops static
Zou Wei
1
-1
/
+1
2020-04-24
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
1
-0
/
+8
2020-04-24
bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd
Andrii Nakryiko
1
-2
/
+9
2020-04-24
proc: Put thread_pid in release_task not proc_flush_pid
Eric W. Biederman
1
-0
/
+1
2020-04-24
Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
3
-3
/
+11
2020-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+5
2020-04-22
xdp: export the DEV_MAP_BULK_SIZE macro
Ioana Ciornei
1
-1
/
+0
2020-04-22
tracing: Convert local functions in tracing_map.c to static
Jason Yan
1
-3
/
+3
2020-04-22
ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...
Steven Rostedt (VMware)
1
-0
/
+1
2020-04-22
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
1
-0
/
+7
2020-04-22
perf/core: fix parent pid/tid in task exit events
Ian Rogers
1
-3
/
+10
2020-04-22
sched/core: Fix reset-on-fork from RT with uclamp
Quentin Perret
1
-7
/
+2
2020-04-22
audit: fix a net reference leak in audit_list_rules_send()
Paul Moore
3
-11
/
+9
2020-04-22
Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2
-4
/
+4
2020-04-21
kernel/module: Hide vermagic header file from general use
Leon Romanovsky
1
-0
/
+3
2020-04-21
module: Harden STRICT_MODULE_RWX
Peter Zijlstra
1
-0
/
+24
2020-04-21
signal: Avoid corrupting si_pid and si_uid in do_notify_parent
Eric W. Biederman
1
-1
/
+5
2020-04-20
bpf: Fix handling of XADD on BTF memory
Jann Horn
1
-1
/
+1
2020-04-20
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-20
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-20
audit: fix a net reference leak in audit_send_reply()
Paul Moore
1
-21
/
+29
2020-04-20
futex: get rid of a kernel-docs build warning
Mauro Carvalho Chehab
1
-0
/
+3
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-20
audit: check the length of userspace generated audit records
Paul Moore
1
-0
/
+3
2020-04-20
dma-pool: add additional coherent pools to map to gfp mask
David Rientjes
2
-49
/
+83
2020-04-20
dma-remap: separate DMA atomic pools from direct remap code
David Rientjes
4
-121
/
+130
2020-04-20
dma-debug: make __dma_entry_alloc_check_leak() static
Jason Yan
1
-1
/
+1
2020-04-19
Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+14
2020-04-19
Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-44
/
+0
2020-04-19
Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+21
[prev]
[next]