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
2018-08-13
Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()
Ravi Bangoria
1
-4
/
+5
2018-08-13
Uprobes: Simplify uprobe_register() body
Ravi Bangoria
1
-33
/
+36
2018-08-13
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+9
2018-08-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
18
-137
/
+342
2018-08-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-288
/
+105
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-74
/
+64
2018-08-13
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2018-08-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
23
-819
/
+966
2018-08-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2018-08-13
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-810
/
+1201
2018-08-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-36
/
+47
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
14
-25
/
+478
2018-08-13
parisc: Drop architecture-specific ENOTSUP define
Helge Deller
1
-11
/
+2
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
11
-40
/
+66
2018-08-12
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
1
-1
/
+1
2018-08-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-14
/
+24
2018-08-11
sys: don't hold uts_sem while accessing userspace memory
Jann Horn
2
-66
/
+70
2018-08-11
userns: move user access out of the mutex
Jann Horn
1
-14
/
+10
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
1
-0
/
+9
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
4
-1
/
+373
2018-08-10
tracepoints: Free early tracepoints after RCU is initialized
Steven Rostedt (VMware)
1
-0
/
+32
2018-08-10
uprobes: Use synchronize_rcu() not synchronize_sched()
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-10
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...
Steven Rostedt (VMware)
4
-14
/
+17
2018-08-10
ftrace: Remove unused pointer ftrace_swapper_pid
Colin Ian King
1
-2
/
+0
2018-08-10
tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...
Steven Rostedt (VMware)
3
-50
/
+38
2018-08-10
tracing/irqsoff: Handle preempt_count for different configs
Steven Rostedt (VMware)
1
-29
/
+37
2018-08-10
tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...
Steven Rostedt (VMware)
2
-28
/
+22
2018-08-10
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
1
-0
/
+44
2018-08-10
bpf: fix bpffs non-array map seq_show issue
Yonghong Song
1
-3
/
+5
2018-08-09
xdp: fix bug in devmap teardown code path
Jesper Dangaard Brouer
1
-5
/
+9
2018-08-09
xdp: fix bug in cpumap teardown code path
Jesper Dangaard Brouer
1
-6
/
+9
2018-08-09
signal: Don't restart fork when signals come in.
Eric W. Biederman
2
-18
/
+40
2018-08-08
bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
Daniel Borkmann
1
-2
/
+5
2018-08-08
bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
Daniel Borkmann
1
-1
/
+1
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-124
/
+617
2018-08-07
bpf: introduce update_effective_progs()
Roman Gushchin
1
-54
/
+45
2018-08-07
cpu/hotplug: Fix SMT supported evaluation
Thomas Gleixner
2
-13
/
+30
2018-08-06
tracing: irqsoff: Account for additional preempt_disable
Joel Fernandes (Google)
1
-0
/
+26
2018-08-06
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
41
-303
/
+4843
2018-08-06
PM / reboot: Eliminate race between reboot and suspend
Pingfan Liu
6
-21
/
+24
2018-08-06
PM / hibernate: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-06
Merge back cpufreq changes for 4.19.
Rafael J. Wysocki
1
-0
/
+6
2018-08-05
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
15
-78
/
+160
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+10
2018-08-05
stop_machine: Atomically queue and wake stopper threads
Prasad Sodagudi
1
-0
/
+2
2018-08-05
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
50
-372
/
+5046
2018-08-03
fork: Have new threads join on-going signal group stops
Eric W. Biederman
2
-12
/
+29
2018-08-03
signal: Add calculate_sigpending()
Eric W. Biederman
2
-0
/
+13
2018-08-03
nohz: Fix missing tick reprogram when interrupting an inline softirq
Frederic Weisbecker
1
-1
/
+1
[prev]
[next]