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-03
trace: Use rcu_dereference_raw for hooks from trace-event subsystem
Joel Fernandes (Google)
1
-2
/
+2
2018-08-03
genirq: Make force irq threading setup more robust
Thomas Gleixner
1
-1
/
+8
2018-08-03
watchdog: Reduce message verbosity
Sinan Kaya
1
-2
/
+2
2018-08-03
genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete
Palmer Dabbelt
1
-1
/
+0
2018-08-03
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
4
-0
/
+41
2018-08-03
bpf: don't allow create maps of cgroup local storages
Roman Gushchin
1
-1
/
+2
2018-08-03
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
1
-2
/
+6
2018-08-03
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
2
-46
/
+51
2018-08-03
bpf: allocate cgroup storage entries on attaching bpf programs
Roman Gushchin
1
-4
/
+31
2018-08-03
bpf: pass a pointer to a cgroup storage using pcpu variable
Roman Gushchin
1
-0
/
+2
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
4
-0
/
+392
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
1
-15
/
+43
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-30
/
+151
2018-08-02
tracing/kprobes: Fix within_notrace_func() to check only notrace functions
Masami Hiramatsu
1
-3
/
+5
2018-08-02
kernel/module: Use kmemdup to replace kmalloc+memcpy
zhong jiang
1
-4
/
+2
2018-08-02
stop_machine: Reflow cpu_stop_queue_two_works()
Peter Zijlstra
1
-18
/
+23
2018-08-02
clockevents: Warn if cpu_all_mask is used as cpumask
Sudeep Holla
1
-0
/
+6
2018-08-02
tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer
Sudeep Holla
1
-1
/
+1
2018-08-02
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
1
-13
/
+16
2018-08-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
13
-28
/
+130
2018-08-01
ftrace: Use true and false for boolean values in ops_references_rec()
Gustavo A. R. Silva
1
-5
/
+5
2018-08-01
ring-buffer: Make ring_buffer_record_is_set_on() return bool
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-01
ring-buffer: Make ring_buffer_record_is_on() return bool
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
1
-0
/
+2
2018-08-01
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
2
-2
/
+2
2018-08-01
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-01
ftrace: Add missing check for existing hwlat thread
Erica Bugden
1
-0
/
+3
2018-08-01
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
1
-1
/
+3
2018-08-01
blk-cgroup: clear the throttle queue on fork
Josef Bacik
1
-0
/
+5
2018-07-31
Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+9
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
1
-2
/
+4
2018-07-31
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
1
-1
/
+1
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
6
-202
/
+162
2018-07-31
console: Replace #if 0 with atomic var 'ignore_console_lock_warning'
Thomas Zimmermann
1
-0
/
+3
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
1
-2
/
+2
2018-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-2
/
+14
2018-07-30
tracepoint: Make rcuidle tracepoint callers use SRCU
Joel Fernandes (Google)
1
-1
/
+15
2018-07-30
lockdep: Use this_cpu_ptr instead of get_cpu_var stats
Joel Fernandes (Google)
1
-9
/
+1
2018-07-30
selftest/ftrace: Move kprobe selftest function to separate compile unit
Francis Deslauriers
4
-11
/
+23
2018-07-30
tracing: kprobes: Prohibit probing on notrace function
Masami Hiramatsu
2
-9
/
+58
2018-07-30
audit: fix potential null dereference 'context->module.name'
Yi Wang
1
-4
/
+9
2018-07-30
cpu/hotplug: Clarify CPU hotplug step name for timers
Mukesh Ojha
1
-1
/
+1
2018-07-30
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-3
/
+19
2018-07-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+8
2018-07-30
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+25
2018-07-30
sched/clock: Disable interrupts when calling generic_sched_clock_init()
Pavel Tatashin
1
-0
/
+2
2018-07-30
timekeeping: Prevent false warning when persistent clock is not available
Pavel Tatashin
1
-1
/
+1
2018-07-30
Merge back cpufreq material for 4.19.
Rafael J. Wysocki
1
-0
/
+6
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
31
-362
/
+617
2018-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-2
/
+14
[prev]
[next]