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
2014-06-05
uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()
Oleg Nesterov
1
-3
/
+3
2014-06-05
perf: Disable sampled events if no PMU interrupt
Vince Weaver
1
-0
/
+7
2014-06-05
perf: Fix use after free in perf_remove_from_context()
Peter Zijlstra
1
-2
/
+2
2014-06-05
Merge branch 'perf/kprobes' into perf/core
Ingo Molnar
8
-254
/
+343
2014-06-05
Merge branch 'perf/uprobes' into perf/core
Ingo Molnar
2
-34
/
+47
2014-06-05
sched/idle: Optimize try-to-wake-up IPI
Peter Zijlstra
3
-9
/
+61
2014-06-05
sched/idle: Simplify wake_up_idle_cpu()
Andy Lutomirski
1
-20
/
+1
2014-06-05
sched/idle: Clear polling before descheduling the idle thread
Andy Lutomirski
1
-1
/
+25
2014-06-05
sched, trace: Add a tracepoint for IPI-less remote wakeups
Andy Lutomirski
1
-0
/
+4
2014-06-05
sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)
Giedrius Rekasius
1
-2
/
+1
2014-06-05
sched: Rename capacity related flags
Nicolas Pitre
3
-15
/
+15
2014-06-05
sched: Final power vs. capacity cleanups
Nicolas Pitre
2
-32
/
+33
2014-06-05
sched: Remove remaining dubious usage of "power"
Nicolas Pitre
3
-55
/
+55
2014-06-05
sched: Let 'struct sched_group_power' care about CPU capacity
Nicolas Pitre
3
-114
/
+114
2014-06-05
sched/fair: Disambiguate existing/remaining "capacity" usage
Nicolas Pitre
1
-21
/
+21
2014-06-05
sched/fair: Change "has_capacity" to "has_free_capacity"
Nicolas Pitre
1
-13
/
+13
2014-06-05
sched/fair: Remove "power" from 'struct numa_stats'
Nicolas Pitre
1
-6
/
+7
2014-06-05
sched: Fix signedness bug in yield_to()
Dan Carpenter
1
-1
/
+1
2014-06-05
sched/fair: Use time_after() in record_wakee()
Manuel Schölling
1
-1
/
+1
2014-06-05
sched/balancing: Reduce the rate of needless idle load balancing
Tim Chen
1
-6
/
+11
2014-06-05
sched/fair: Fix unlocked reads of some cfs_b->quota/period
Ben Segall
1
-19
/
+21
2014-06-05
sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock
Roman Gushchin
3
-7
/
+6
2014-06-05
sched/dl: Fix race in dl_task_timer()
Kirill Tkhai
1
-1
/
+9
2014-06-05
sched: Fix sched_policy < 0 comparison
Richard Weinberger
1
-1
/
+1
2014-06-05
sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabled
Steven Rostedt
1
-3
/
+4
2014-06-05
locking/rwsem: Fix checkpatch.pl warnings
Andrew Morton
1
-3
/
+3
2014-06-05
locking/rwsem: Support optimistic spinning
Davidlohr Bueso
2
-30
/
+226
2014-06-04
cgroup: don't destroy the default root
Li Zefan
1
-1
/
+4
2014-06-04
Merge branch 'akpm' (patchbomb from Andrew) into next
Linus Torvalds
28
-229
/
+337
2014-06-04
kernel/compat.c: use sizeof() instead of sizeof
Fabian Frederick
1
-4
/
+4
2014-06-04
kernel/printk: use symbolic defines for console loglevels
Borislav Petkov
4
-13
/
+6
2014-06-04
printk: report dropping of messages from logbuf
Will Deacon
1
-2
/
+7
2014-06-04
timekeeping: use printk_deferred when holding timekeeping seqlock
John Stultz
2
-9
/
+13
2014-06-04
printk: Add printk_deferred_once
John Stultz
2
-13
/
+2
2014-06-04
printk: rename printk_sched to printk_deferred
John Stultz
4
-4
/
+4
2014-06-04
printk: disable preemption for printk_sched
John Stultz
1
-0
/
+2
2014-06-04
printk: remove separate printk_sched buffers and use printk buf instead
Steven Rostedt
1
-18
/
+29
2014-06-04
printk: enable interrupts before calling console_trylock_for_printk()
Jan Kara
1
-11
/
+18
2014-06-04
printk: fix lockdep instrumentation of console_sem
Jan Kara
1
-14
/
+32
2014-06-04
printk: release lockbuf_lock before calling console_trylock_for_printk()
Jan Kara
1
-33
/
+21
2014-06-04
printk: remove outdated comment
Jan Kara
1
-2
/
+1
2014-06-04
printk: return really stored message length
Petr Mladek
1
-15
/
+21
2014-06-04
printk: shrink too long messages
Petr Mladek
1
-3
/
+39
2014-06-04
printk: split message size computation
Petr Mladek
1
-3
/
+13
2014-06-04
printk: ignore too long messages
Petr Mladek
1
-7
/
+23
2014-06-04
printk: split code for making free space in the log buffer
Petr Mladek
1
-15
/
+29
2014-06-04
kernel/user.c: drop unused field 'files' from user_struct
Kirill A. Shutemov
1
-1
/
+0
2014-06-04
kernel/hung_task.c: convert simple_strtoul to kstrtouint
Fabian Frederick
1
-1
/
+3
2014-06-04
kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall
Fabian Frederick
1
-2
/
+2
2014-06-04
kernel/reboot.c: convert simple_strtoul to kstrtoint
Fabian Frederick
1
-7
/
+14
[prev]
[next]