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-11-19
rcu,ftrace: Fix ftrace recursion
Peter Zijlstra
1
-1
/
+4
2020-11-19
rcu/tree: Make struct kernel_param_ops definitions const
Joe Perches
1
-2
/
+2
2020-11-19
rcu/tree: Add a warning if CPU being onlined did not report QS already
Joel Fernandes (Google)
1
-1
/
+3
2020-11-19
rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config
Neeraj Upadhyay
1
-8
/
+12
2020-11-19
rcu: Fix single-CPU check in rcu_blocking_is_gp()
Neeraj Upadhyay
2
-2
/
+18
2020-11-19
rcu: Implement rcu_segcblist_is_offloaded() config dependent
Frederic Weisbecker
2
-15
/
+8
2020-11-19
rcu: Panic after fixed number of stalls
chao
2
-0
/
+17
2020-11-19
rcu: Allow rcu_irq_enter_check_tick() from NMI
Peter Zijlstra
1
-2
/
+2
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-123
/
+170
2020-11-19
Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-6
/
+29
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-6
/
+29
2020-11-19
fail_function: Remove a redundant mutex unlock
Luo Meng
1
-2
/
+3
2020-11-19
lib/strncpy_from_user.c: Mask out bytes after NUL terminator.
Daniel Xu
1
-0
/
+10
2020-11-19
sched/topology: Condition EAS enablement on FIE support
Ionela Voinescu
1
-0
/
+9
2020-11-19
sched/topology,schedutil: Wrap sched domains rebuild
Ionela Voinescu
2
-15
/
+12
2020-11-19
sched/uclamp: Allow to reset a task uclamp constraint value
Dietmar Eggemann
1
-19
/
+51
2020-11-19
sched/core: Fix typos in comments
Tal Zussman
1
-15
/
+15
2020-11-19
sched/topology: Warn when NUMA diameter > 2
Valentin Schneider
1
-0
/
+33
2020-11-19
cpuset: fix race between hotplug work and later CPU offline
Daniel Jordan
1
-5
/
+28
2020-11-19
sched: Fix migration_cpu_stop() WARN
Peter Zijlstra
1
-2
/
+2
2020-11-19
sched/core: Add missing completion for affine_move_task() waiters
Valentin Schneider
1
-1
/
+12
2020-11-19
context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...
Frederic Weisbecker
1
-1
/
+1
2020-11-19
sched: Detect call to schedule from critical entry code
Frederic Weisbecker
1
-0
/
+1
2020-11-19
nsproxy: use put_nsproxy() in switch_task_namespaces()
Hui Su
1
-3
/
+3
2020-11-19
tick: Get rid of tick_period
Thomas Gleixner
4
-18
/
+15
2020-11-19
tick/sched: Release seqcount before invoking calc_load_global()
Yunfeng Ye
1
-1
/
+11
2020-11-19
tick/sched: Optimize tick_do_update_jiffies64() further
Thomas Gleixner
1
-5
/
+6
2020-11-19
tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()
Yunfeng Ye
1
-25
/
+22
2020-11-19
tick/sched: Use tick_next_period for lockless quick check
Thomas Gleixner
1
-13
/
+33
2020-11-19
tick: Document protections for tick related data
Thomas Gleixner
2
-2
/
+6
2020-11-19
tick/broadcast: Serialize access to tick_next_period
Thomas Gleixner
1
-3
/
+20
2020-11-18
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
3
-0
/
+16
2020-11-18
namespace: make timens_on_fork() return nothing
Hui Su
2
-10
/
+3
2020-11-18
dma-mapping: remove the dma_direct_set_offset export
Christoph Hellwig
1
-1
/
+0
2020-11-18
bpf: Add bpf_bprm_opts_set helper
KP Singh
1
-0
/
+26
2020-11-17
seccomp: Set PF_SUPERPRIV when checking capability
Mickaël Salaün
1
-3
/
+2
2020-11-17
ptrace: Set PF_SUPERPRIV when checking capability
Mickaël Salaün
1
-11
/
+5
2020-11-17
dma-mapping: remove dma_virt_ops
Christoph Hellwig
3
-67
/
+0
2020-11-17
Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+17
2020-11-17
resource: Add test cases for new resource API
Andy Shevchenko
2
-0
/
+151
2020-11-17
resource: Simplify region_intersects() by reducing conditionals
Andy Shevchenko
1
-5
/
+5
2020-11-17
lockdep: Put graph lock/unlock under lock_recursion protection
Boqun Feng
1
-2
/
+4
2020-11-17
sched/deadline: Fix priority inheritance with multiple scheduling classes
Juri Lelli
2
-49
/
+59
2020-11-17
sched: Fix rq->nr_iowait ordering
Peter Zijlstra
1
-5
/
+10
2020-11-17
sched/fair: Fix overutilized update in enqueue_task_fair()
Quentin Perret
1
-1
/
+2
2020-11-16
entry: Drop usage of TIF flags in the generic syscall code
Gabriel Krisman Bertazi
1
-10
/
+7
2020-11-16
audit: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
1
-2
/
+2
2020-11-16
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
3
-16
/
+17
2020-11-16
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
3
-6
/
+6
2020-11-16
tracepoints: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
3
-8
/
+8
[prev]
[next]