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
2015-12-03
livepatch: add sympos as disambiguator field to klp_reloc
Chris J Arges
1
-65
/
+19
2015-12-03
livepatch: add old_sympos as disambiguator field to klp_func
Chris J Arges
1
-41
/
+31
2015-12-03
cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends
Oleg Nesterov
5
-31
/
+14
2015-12-03
Merge branch 'for-4.4-fixes' into for-4.5
Tejun Heo
7
-110
/
+107
2015-12-03
cgroup_pids: don't account for the root cgroup
Tejun Heo
1
-3
/
+4
2015-12-03
cgroup: fix handling of multi-destination migration from subtree_control enab...
Tejun Heo
6
-41
/
+75
2015-12-03
cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...
Tejun Heo
1
-10
/
+7
2015-12-02
bpf: fix allocation warnings in bpf maps and integer overflow
Alexei Starovoitov
3
-12
/
+34
2015-12-01
bpf, array: fix heap out-of-bounds access when updating elements
Daniel Borkmann
1
-1
/
+1
2015-12-01
tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter
Steven Rostedt (Red Hat)
1
-0
/
+16
2015-12-01
vfs: add copy_file_range syscall and vfs helper
Zach Brown
1
-0
/
+1
2015-11-30
Merge tag 'trace-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-8
/
+9
2015-12-01
Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org...
Dave Airlie
1
-0
/
+1
2015-11-30
cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()
Oleg Nesterov
1
-31
/
+10
2015-11-30
cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()
Oleg Nesterov
2
-25
/
+5
2015-11-30
cgroup: make css_set pin its css's to avoid use-afer-free
Tejun Heo
1
-4
/
+10
2015-11-25
nohz: Clarify magic in tick_nohz_stop_sched_tick()
Peter Zijlstra
1
-2
/
+18
2015-11-25
ftrace: Show all tramps registered to a record on ftrace_bug()
Steven Rostedt (Red Hat)
1
-9
/
+37
2015-11-25
ftrace: Add variable ftrace_expected for archs to show expected code
Steven Rostedt (Red Hat)
1
-2
/
+7
2015-11-25
ftrace: Add new type to distinguish what kind of ftrace_bug()
Steven Rostedt (Red Hat)
1
-1
/
+36
2015-11-25
tracing: Update cond flag when enabling or disabling a trigger
Tom Zanussi
1
-4
/
+6
2015-11-25
ring-buffer: Process commits whenever moving to a new page.
Steven Rostedt (Red Hat)
1
-0
/
+7
2015-11-25
cpuset: Replace all instances of time_t with time64_t
Arnd Bergmann
1
-4
/
+8
2015-11-25
bpf: fix clearing on persistent program array maps
Daniel Borkmann
3
-16
/
+29
2015-11-24
pidns: fix NULL dereference in __task_pid_nr_ns()
Eric Dumazet
1
-2
/
+2
2015-11-24
ring-buffer: Remove redundant update of page timestamp
Steven Rostedt (Red Hat)
1
-24
/
+8
2015-11-24
ring-buffer: Use READ_ONCE() for most tail_page access
Steven Rostedt (Red Hat)
1
-7
/
+11
2015-11-24
ring-buffer: Put back the length if crossed page with add_timestamp
Steven Rostedt (Red Hat)
1
-1
/
+4
2015-11-24
ring-buffer: Update read stamp with first real commit on page
Steven Rostedt (Red Hat)
1
-7
/
+5
2015-11-24
context_tracking: Switch to new static_branch API
Andy Lutomirski
1
-2
/
+2
2015-11-23
rcu: Add transitivity to remaining rcu_node ->lock acquisitions
Paul E. McKenney
3
-14
/
+14
2015-11-23
rcu: Create transitive rnp->lock acquisition functions
Peter Zijlstra
3
-64
/
+71
2015-11-23
locking/pvqspinlock, x86: Optimize the PV unlock code path
Waiman Long
1
-16
/
+27
2015-11-23
locking/qspinlock: Avoid redundant read of next pointer
Waiman Long
1
-3
/
+6
2015-11-23
locking/qspinlock: Prefetch the next node cacheline
Waiman Long
1
-0
/
+10
2015-11-23
locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()
Waiman Long
1
-5
/
+24
2015-11-23
sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()
Byungchul Park
1
-2
/
+1
2015-11-23
stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...
Oleg Nesterov
1
-10
/
+5
2015-11-23
stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...
Oleg Nesterov
1
-10
/
+8
2015-11-23
stop_machine: Kill cpu_stop_done->executed
Oleg Nesterov
1
-9
/
+3
2015-11-23
stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()
Oleg Nesterov
1
-4
/
+10
2015-11-23
stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()
Oleg Nesterov
1
-2
/
+4
2015-11-23
stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return bool
Oleg Nesterov
1
-4
/
+12
2015-11-23
stop_machine: Don't disable preemption in stop_two_cpus()
Oleg Nesterov
1
-8
/
+3
2015-11-23
stop_machine: Fix possible cpu_stopper_thread() crash
Oleg Nesterov
1
-1
/
+1
2015-11-23
sched/core: Use list_is_singular() in sched_can_stop_tick()
Geliang Tang
1
-1
/
+1
2015-11-23
sched/core: Fix incorrect wait time and wait count statistics
Joonwoo Park
2
-22
/
+60
2015-11-23
treewide: Remove old email address
Peter Zijlstra
11
-11
/
+11
2015-11-23
sched/numa: Cap PTE scanning overhead to 3% of run time
Rik van Riel
1
-0
/
+12
2015-11-23
sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()
Byungchul Park
2
-8
/
+10
[prev]
[next]