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-11-22
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
Eric W. Biederman
2
-18
/
+17
2016-11-22
locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...
Pan Xinhui
2
-5
/
+22
2016-11-22
locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...
Pan Xinhui
1
-1
/
+8
2016-11-22
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
9
-56
/
+103
2016-11-22
sched/autogroup: Do not use autogroup->tg in zombie threads
Oleg Nesterov
2
-0
/
+20
2016-11-22
sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()
Oleg Nesterov
1
-11
/
+12
2016-11-22
genirq/msi: Drop artificial PCI dependency
Marc Zyngier
1
-3
/
+1
2016-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-3
/
+17
2016-11-21
PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag
Rafael J. Wysocki
1
-2
/
+2
2016-11-21
PM / sleep: System sleep state selection interface rework
Rafael J. Wysocki
3
-31
/
+132
2016-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-23
/
+47
2016-11-21
bpf, mlx5: fix mlx5e_create_rq taking reference on prog
Daniel Borkmann
1
-0
/
+1
2016-11-21
perf/core: Fix address filter parser
Alexander Shishkin
1
-0
/
+2
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
4
-11
/
+11
2016-11-20
audit: fix formatting of AUDIT_CONFIG_CHANGE events
Steve Grubb
4
-10
/
+6
2016-11-20
audit: skip sessionid sentinel value when auto-incrementing
Richard Guy Briggs
1
-1
/
+4
2016-11-18
lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined
Babu Moger
1
-3
/
+17
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-17
kernel/printk: Block cpuhotplug callback when tasks are frozen
Thomas Gleixner
1
-2
/
+4
2016-11-17
Merge branch 'x86/cpufeature' into x86/asm, to pick up dependency
Ingo Molnar
4
-22
/
+11
2016-11-16
cpufreq: schedutil: irq-work and mutex are only used in slow path
Viresh Kumar
1
-5
/
+8
2016-11-16
cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task
Viresh Kumar
1
-7
/
+78
2016-11-16
cpufreq: schedutil: enable fast switch earlier
Viresh Kumar
1
-6
/
+11
2016-11-16
cpufreq: schedutil: Avoid indented labels
Viresh Kumar
1
-3
/
+3
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-23
/
+47
2016-11-16
genirq/affinity: Use default affinity mask for reserved vectors
Thomas Gleixner
1
-2
/
+2
2016-11-16
genirq/affinity: Take reserved vectors into account when spreading irqs
Christoph Hellwig
1
-3
/
+5
2016-11-16
bpf: Fix compilation warning in __bpf_lru_list_rotate_inactive
Martin KaFai Lau
1
-1
/
+1
2016-11-16
sched/fair: Fix task group initialization
Vincent Guittot
1
-1
/
+1
2016-11-16
sched/fair: Propagate asynchrous detach
Vincent Guittot
1
-0
/
+6
2016-11-16
sched/fair: Propagate load during synchronous attach/detach
Vincent Guittot
2
-1
/
+188
2016-11-16
sched/fair: Factorize PELT update
Vincent Guittot
1
-51
/
+25
2016-11-16
sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_list
Vincent Guittot
3
-7
/
+49
2016-11-16
sched/fair: Factorize attach/detach entity
Vincent Guittot
1
-22
/
+31
2016-11-16
sched/fair: Fix incorrect comment for capacity_margin
Morten Rasmussen
1
-1
/
+1
2016-11-16
sched/fair: Avoid pulling tasks from non-overloaded higher capacity groups
Morten Rasmussen
1
-0
/
+25
2016-11-16
sched/fair: Add per-CPU min capacity to sched_group_capacity
Morten Rasmussen
3
-7
/
+16
2016-11-16
sched/fair: Consider spare capacity in find_idlest_group()
Morten Rasmussen
1
-5
/
+45
2016-11-16
sched/fair: Compute task/cpu utilization at wake-up correctly
Morten Rasmussen
1
-4
/
+35
2016-11-16
sched/cpuacct: Avoid %lld seq_printf warning
Martin Schwidefsky
1
-1
/
+1
2016-11-16
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
7
-30
/
+39
2016-11-16
locking/core: Remove cpu_relax_lowlatency() users
Christian Borntraeger
5
-12
/
+12
2016-11-16
locking/core, stop_machine: Yield the CPU during stop machine()
Christian Borntraeger
1
-1
/
+1
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
9
-8
/
+164
2016-11-16
posix_cpu_timers: Move the add_device_randomness() call to a proper place
Nicolas Pitre
2
-4
/
+4
2016-11-16
timer: Move sys_alarm from timer.c to itimer.c
Nicolas Pitre
2
-14
/
+14
2016-11-15
ftrace: Provide API to use global filtering for ftrace ops
Joel Fernandes
1
-0
/
+17
2016-11-15
tracing: Add new trace_marker_raw
Steven Rostedt
4
-31
/
+181
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2
-8
/
+129
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
1
-14
/
+252
[prev]
[next]