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-07-10
seccomp: Use -1 marker for end of mode 1 syscall list
Kees Cook
1
-5
/
+5
2020-07-10
seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
Kees Cook
1
-0
/
+9
2020-07-10
seccomp: Use pr_fmt
Kees Cook
1
-1
/
+2
2020-07-10
seccomp: notify about unused filter
Christian Brauner
1
-5
/
+39
2020-07-10
seccomp: Lift wait_queue into struct seccomp_filter
Christian Brauner
1
-6
/
+6
2020-07-10
seccomp: release filter after task is fully dead
Christian Brauner
3
-26
/
+38
2020-07-10
seccomp: rename "usage" to "refs" and document
Christian Brauner
1
-9
/
+10
2020-07-10
seccomp: Add find_notification helper
Sargun Dhillon
1
-26
/
+27
2020-07-10
seccomp: Report number of loaded filters in /proc/$pid/status
Kees Cook
1
-0
/
+3
2020-07-10
Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+5
2020-07-10
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
2
-16
/
+16
2020-07-10
lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
Peter Zijlstra
3
-18
/
+22
2020-07-10
lockdep: Prepare for NMI IRQ state tracking
Peter Zijlstra
1
-4
/
+42
2020-07-10
kcsan: Make KCSAN compatible with new IRQ state tracking
Marco Elver
2
-7
/
+7
2020-07-10
printk: use the lockless ringbuffer
John Ogness
1
-447
/
+493
2020-07-10
Revert "printk: lock/unlock console only for new logbuf entries"
John Ogness
1
-7
/
+3
2020-07-10
printk: add lockless ringbuffer
John Ogness
3
-0
/
+2087
2020-07-09
kgdb: enable arch to support XML packet.
Vincent Chen
1
-0
/
+13
2020-07-09
tracing: Save one trace_event->type by using __TRACE_LAST_TYPE
Wei Yang
1
-2
/
+2
2020-07-09
tracing: Simplify defining of the next event id
Wei Yang
1
-6
/
+6
2020-07-09
Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-48
/
+61
2020-07-09
bpf: net: Avoid incorrect bpf_sk_reuseport_detach call
Martin KaFai Lau
1
-2
/
+3
2020-07-09
bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
Martin KaFai Lau
1
-4
/
+9
2020-07-09
timer: Prevent base->clk from moving backward
Frederic Weisbecker
1
-3
/
+14
2020-07-08
audit: issue CWD record to accompany LSM_AUDIT_DATA_* records
Richard Guy Briggs
1
-2
/
+15
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-16
/
+21
2020-07-08
kprobes: Do not expose probe addresses to non-CAP_SYSLOG
Kees Cook
1
-2
/
+2
2020-07-08
module: Do not expose section addresses to non-CAP_SYSLOG
Kees Cook
1
-3
/
+3
2020-07-08
module: Refactor section attr into bin attribute
Kees Cook
1
-21
/
+24
2020-07-08
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
3
-9
/
+14
2020-07-08
x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
Zhenzhong Duan
1
-0
/
+7
2020-07-08
sched: Add a tracepoint to track rq->nr_running
Phil Auld
4
-8
/
+25
2020-07-08
sched/uclamp: Protect uclamp fast path code with static key
Qais Yousef
3
-4
/
+119
2020-07-08
sched/uclamp: Fix initialization of struct uclamp_rq
Qais Yousef
1
-5
/
+16
2020-07-08
sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9
Peter Zijlstra
1
-1
/
+2
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
44
-263
/
+455
2020-07-08
perf/x86: Remove task_ctx_size
Kan Liang
1
-3
/
+1
2020-07-08
perf/core: Use kmem_cache to allocate the PMU specific data
Kan Liang
1
-1
/
+7
2020-07-08
perf/core: Factor out functions to allocate/free the task_ctx_data
Kan Liang
1
-6
/
+15
2020-07-08
sched: Fix unreliable rseq cpu_id for new tasks
Mathieu Desnoyers
1
-0
/
+2
2020-07-08
sched: Fix loadavg accounting race
Peter Zijlstra
1
-16
/
+51
2020-07-08
nsproxy: support CLONE_NEWTIME with setns()
Christian Brauner
2
-6
/
+20
2020-07-08
timens: add timens_commit() helper
Christian Brauner
1
-6
/
+9
2020-07-08
timens: make vdso_join_timens() always succeed
Christian Brauner
1
-8
/
+2
2020-07-08
bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook
Stanislav Fomichev
1
-0
/
+3
2020-07-07
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
1
-12
/
+19
2020-07-07
umd: Stop using split_argv
Eric W. Biederman
1
-9
/
+3
2020-07-07
umd: Remove exit_umh
Eric W. Biederman
2
-31
/
+0
2020-07-07
exit: Factor thread_group_exited out of pidfd_poll
Eric W. Biederman
2
-5
/
+25
2020-07-05
Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
[prev]
[next]