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
2016-05-05
sched/fair: Remove stale power aware scheduling comments
Dietmar Eggemann
1
-10
/
+3
2016-05-05
sched/fair: Update rq clock before updating nohz CPU load
Matt Fleming
1
-0
/
+1
2016-05-05
sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernels
Wanpeng Li
1
-5
/
+5
2016-05-05
sched/fair: Optimize sum computation with a lookup table
Yuyang Du
1
-8
/
+13
2016-05-05
sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...
Yuyang Du
2
-13
/
+13
2016-05-05
sched/fair: Generalize the load/util averages resolution definition
Yuyang Du
2
-9
/
+10
2016-05-05
sched/core: Enable increased load resolution on 64-bit kernels
Peter Zijlstra
1
-4
/
+6
2016-05-05
locking/lockdep, sched/core: Implement a better lock pinning scheme
Peter Zijlstra
8
-62
/
+123
2016-05-05
sched/core: Introduce 'struct rq_flags'
Peter Zijlstra
3
-56
/
+62
2016-05-05
sched/core: Move task_rq_lock() out of line
Peter Zijlstra
2
-63
/
+69
2016-05-05
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
6
-27
/
+72
2016-05-04
seccomp: Fix comment typo
Mickaël Salaün
1
-1
/
+1
2016-05-04
signals/sigaltstack: Report current flag bits in sigaltstack()
Andy Lutomirski
1
-1
/
+2
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-63
/
+188
2016-05-03
Merge tag 'trace-fixes-v4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+7
2016-05-03
tracing: Use temp buffer when filtering events
Steven Rostedt (Red Hat)
4
-8
/
+185
2016-05-03
tracing: Don't display trigger file for events that can't be enabled
Chunyu Hu
1
-2
/
+7
2016-05-03
signals/sigaltstack: Implement SS_AUTODISARM flag
Stas Sergeev
2
-3
/
+9
2016-05-03
signals/sigaltstack: Prepare to add new SS_xxx flags
Stas Sergeev
1
-10
/
+6
2016-05-02
tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logic
Steven Rostedt (Red Hat)
1
-61
/
+10
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
1
-1
/
+1
2016-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-36
/
+71
2016-05-02
genirq: Allow the affinity of a percpu interrupt to be set/retrieved
Marc Zyngier
1
-1
/
+25
2016-05-02
irqdomain: Allow domain matching on irq_fwspec
Marc Zyngier
1
-9
/
+10
2016-05-02
genirq: Add error code reporting to irq_{reserve,destroy}_ipi
Matt Redfearn
1
-14
/
+17
2016-05-02
genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy
Matt Redfearn
1
-4
/
+14
2016-04-29
tracing: Remove unused function trace_current_buffer_lock_reserve()
Steven Rostedt (Red Hat)
1
-10
/
+0
2016-04-29
tracing: Remove one use of trace_current_buffer_lock_reserve()
Steven Rostedt (Red Hat)
1
-8
/
+10
2016-04-30
livepatch: make object/func-walking helpers more robust
Miroslav Benes
1
-0
/
+3
2016-04-29
tracing: Have trace_buffer_unlock_commit() call the _regs version with NULL
Steven Rostedt (Red Hat)
2
-15
/
+9
2016-04-29
tracing: Remove unused function trace_current_buffer_discard_commit()
Steven Rostedt (Red Hat)
1
-8
/
+0
2016-04-29
tracing: Move trace_buffer_unlock_commit{_regs}() to local header
Steven Rostedt (Red Hat)
2
-2
/
+10
2016-04-29
tracing: Fold filter_check_discard() into its only user
Steven Rostedt (Red Hat)
2
-20
/
+6
2016-04-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+7
2016-04-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-17
/
+38
2016-04-28
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-3
/
+36
2016-04-28
kcov: don't profile branches in kcov
Andrey Ryabinin
1
-0
/
+1
2016-04-28
kcov: don't trace the code coverage code
James Morse
1
-1
/
+1
2016-04-28
kexec: export OFFSET(page.compound_head) to find out compound tail page
Atsushi Kumagai
1
-0
/
+1
2016-04-28
kexec: update VMCOREINFO for compound_order/dtor
Atsushi Kumagai
1
-2
/
+4
2016-04-28
bpf: fix check_map_func_compatibility logic
Alexei Starovoitov
1
-25
/
+40
2016-04-28
bpf: fix refcnt overflow
Alexei Starovoitov
3
-11
/
+31
2016-04-28
Merge back earlier cpufreq material for v4.7.
Rafael J. Wysocki
5
-11
/
+577
2016-04-28
PM / Hibernate: Call flush_icache_range() on pages restored in-place
James Morse
1
-0
/
+18
2016-04-28
sched/core: Add switch_mm_irqs_off() and use it in the scheduler
Andy Lutomirski
1
-3
/
+3
2016-04-28
lcoking/locktorture: Simplify the torture_runnable computation
Paul E. McKenney
1
-6
/
+1
2016-04-28
sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times
Wanpeng Li
2
-8
/
+8
2016-04-28
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
1
-16
/
+36
2016-04-28
perf/core: Fix perf_event_open() vs. execve() race
Peter Zijlstra
1
-16
/
+36
2016-04-28
nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()
Peter Zijlstra
1
-13
/
+16
[prev]
[next]