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-30
exit: Move preemption fixup up, move blocking operations down
Jann Horn
1
-9
/
+16
2020-04-30
sched/fair: Simplify the code of should_we_balance()
Peng Wang
1
-11
/
+5
2020-04-30
sched/fair: Remove distribute_running from CFS bandwidth
Josh Don
2
-13
/
+1
2020-04-30
sched/fair: Eliminate bandwidth race between throttling and distribution
Paul Turner
1
-32
/
+47
2020-04-30
sched/debug: Fix trival print_task() format
Xie XiuQi
1
-3
/
+3
2020-04-30
perf: Add cond_resched() to task_function_call()
Barret Rhoden
1
-9
/
+14
2020-04-30
bpf: Fix error return code in map_lookup_and_delete_elem()
Wei Yongjun
1
-1
/
+3
2020-04-30
posix-cpu-timers: Use pids not tasks in lookup
Eric W. Biederman
1
-57
/
+45
2020-04-30
remove the no longer needed pid_alive() check in __task_pid_nr_ns()
Oleg Nesterov
1
-2
/
+1
2020-04-30
padata: add separate cpuhp node for CPUHP_PADATA_DEAD
Daniel Jordan
1
-6
/
+8
2020-04-30
bpf: Fix unused variable warning
Arnd Bergmann
1
-1
/
+1
2020-04-29
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
1
-10
/
+35
2020-04-29
posix-cpu-timers: Replace __get_task_for_clock with pid_for_clock
Eric W. Biederman
1
-45
/
+30
2020-04-29
posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type
Eric W. Biederman
1
-4
/
+4
2020-04-29
posix-cpu-timers: Extend rcu_read_lock removing task_struct references
Eric W. Biederman
1
-20
/
+23
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
4
-21
/
+181
2020-04-28
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
1
-0
/
+49
2020-04-28
bpf: Allocate ID for bpf_link
Andrii Nakryiko
2
-53
/
+104
2020-04-28
bpf: Refactor bpf_link update handling
Andrii Nakryiko
3
-36
/
+32
2020-04-28
netfilter: add audit table unregister actions
Richard Guy Briggs
1
-2
/
+3
2020-04-28
audit: tidy and extend netfilter_cfg x_tables
Richard Guy Briggs
1
-0
/
+24
2020-04-28
posix-cpu-timer: Unify the now redundant code in lookup_task
Eric W. Biederman
1
-8
/
+7
2020-04-28
posix-cpu-timer: Tidy up group_leader logic in lookup_task
Eric W. Biederman
1
-6
/
+2
2020-04-28
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
1
-0
/
+19
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Daniel Borkmann
18
-1636
/
+1485
2020-04-28
coredump: fix crash when umh is disabled
Luis Chamberlain
1
-0
/
+5
2020-04-27
audit: log audit netlink multicast bind and unbind
Richard Guy Briggs
1
-4
/
+44
2020-04-27
cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"
Ethon Paul
1
-1
/
+1
2020-04-27
bpf, cgroup: Remove unused exports
Christoph Hellwig
1
-4
/
+0
2020-04-27
kcsan: Use GFP_ATOMIC under spin lock
Wei Yongjun
1
-2
/
+2
2020-04-27
rcutorture: Mark data-race potential for rcu_barrier() test statistics
Paul E. McKenney
1
-3
/
+3
2020-04-27
rcutorture: Add KCSAN stubs
Paul E. McKenney
1
-0
/
+12
2020-04-27
rcu: Remove self-stack-trace when all quiescent states seen
Paul E. McKenney
1
-2
/
+0
2020-04-27
rcu: When GP kthread is starved, tag idle threads as false positives
Paul E. McKenney
1
-5
/
+19
2020-04-27
rcu: Use data_race() for RCU expedited CPU stall-warning prints
Paul E. McKenney
1
-4
/
+4
2020-04-27
ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()
Paul E. McKenney
2
-14
/
+4
2020-04-27
rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCU
Paul E. McKenney
1
-24
/
+30
2020-04-27
rcu-tasks: Add IPI failure count to statistics
Paul E. McKenney
1
-4
/
+7
2020-04-27
rcu-tasks: Add count for idle tasks on offline CPUs
Paul E. McKenney
1
-1
/
+5
2020-04-27
rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statistics
Paul E. McKenney
1
-2
/
+11
2020-04-27
rcu-tasks: Make RCU tasks trace also wait for idle tasks
Paul E. McKenney
1
-5
/
+13
2020-04-27
rcu-tasks: Handle the running-offline idle-task special case
Paul E. McKenney
1
-2
/
+6
2020-04-27
rcu-tasks: Disable CPU hotplug across RCU tasks trace scans
Paul E. McKenney
1
-4
/
+14
2020-04-27
rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks
Paul E. McKenney
2
-1
/
+12
2020-04-27
rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built
Paul E. McKenney
5
-10
/
+72
2020-04-27
rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPI
Paul E. McKenney
2
-1
/
+20
2020-04-27
rcu-tasks: Add grace-period and IPI counts to statistics
Paul E. McKenney
1
-1
/
+9
2020-04-27
rcu-tasks: Split ->trc_reader_need_end
Paul E. McKenney
2
-13
/
+21
2020-04-27
rcu-tasks: Provide boot parameter to delay IPIs until late in grace period
Paul E. McKenney
1
-4
/
+9
2020-04-27
rcu-tasks: Add a grace-period start time for throttling and debug
Paul E. McKenney
1
-0
/
+2
[prev]
[next]