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-02-28
Merge branch 'timers/core' into sched/idle
Ingo Molnar
8
-31
/
+262
2014-02-28
audit: Use struct net not pid_t to remember the network namespce to reply in
Eric W. Biederman
3
-6
/
+9
2014-02-28
Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...
Thomas Gleixner
1
-2
/
+28
2014-02-28
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
17
-824
/
+1433
2014-02-28
kernel: Mark function as static in kernel/seccomp.c
Rashika Kheria
1
-1
/
+1
2014-02-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-2
/
+2
2014-02-27
cpuset: fix a race condition in __cpuset_node_allowed_softwall()
Li Zefan
1
-1
/
+1
2014-02-27
cpuset: fix a locking issue in cpuset_migrate_mm()
Li Zefan
1
-6
/
+2
2014-02-27
genirq: Include missing header file in irqdomain.c
Rashika Kheria
1
-0
/
+1
2014-02-27
perf: Optimize group_sched_in()
Peter Zijlstra
1
-1
/
+1
2014-02-27
perf: Remove redundant PMU assignment
Mark Rutland
1
-2
/
+0
2014-02-27
perf: Fix prototype of find_pmu_context()
Mark Rutland
1
-1
/
+1
2014-02-27
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
17
-77
/
+160
2014-02-27
trace: Replace hardcoding of 19 with MAX_NICE
Dongsheng Yang
1
-3
/
+3
2014-02-27
sched: Guarantee task priority in pick_next_task()
Peter Zijlstra
4
-6
/
+34
2014-02-27
sched/idle: Remove stale old file
Peter Zijlstra
2
-154
/
+10
2014-02-27
sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED
Dietmar Eggemann
2
-8
/
+9
2014-02-27
perf: Fix hotplug splat
Peter Zijlstra
1
-6
/
+6
2014-02-27
sched/deadline: Prevent rt_time growth to infinity
Juri Lelli
2
-2
/
+14
2014-02-27
sched/deadline: Switch CPU's presence test order
Juri Lelli
1
-2
/
+2
2014-02-27
sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migration
Kirill Tkhai
1
-2
/
+0
2014-02-27
sched: Fix double normalization of vruntime
George McCollister
1
-4
/
+4
2014-02-27
genirq: Remove racy waitqueue_active check
Chuansheng Liu
1
-2
/
+1
2014-02-26
resource: Add resource_contains()
Bjorn Helgaas
1
-6
/
+2
2014-02-26
Merge branch 'torture.2014.02.23a' into HEAD
Paul E. McKenney
6
-780
/
+1387
2014-02-26
Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...
Paul E. McKenney
12
-46
/
+48
2014-02-26
rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alone
Paul Gortmaker
5
-9
/
+1
2014-02-26
rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.c
Paul Gortmaker
2
-2
/
+2
2014-02-26
notifier: Substitute rcu_access_pointer() for rcu_dereference_raw()
Paul E. McKenney
1
-1
/
+1
2014-02-26
KGDB: make kgdb_breakpoint() as noinline
Vijaya Kumar K
1
-1
/
+1
2014-02-25
timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0
Oleg Nesterov
1
-2
/
+2
2014-02-25
timers: Reduce future __run_timers() latency for first add to empty list
Paul E. McKenney
1
-0
/
+1
2014-02-25
timers: Reduce future __run_timers() latency for newly emptied list
Paul E. McKenney
1
-0
/
+2
2014-02-25
timers: Reduce __run_timers() latency for empty list
Paul E. McKenney
1
-0
/
+18
2014-02-25
timers: Track total number of timers in list
Paul E. McKenney
1
-0
/
+5
2014-02-25
cgroup_freezer: document freezer_fork() subtleties
Tejun Heo
1
-3
/
+25
2014-02-25
cgroup: update cgroup_transfer_tasks() to either succeed or fail
Tejun Heo
1
-5
/
+23
2014-02-25
cgroup: drop task_lock() protection around task->cgroups
Tejun Heo
1
-73
/
+24
2014-02-25
cgroup: update how a newly forked task gets associated with css_set
Tejun Heo
1
-31
/
+55
2014-02-25
cgroup: split process / task migration into four steps
Tejun Heo
1
-59
/
+181
2014-02-25
cgroup: separate out cset_group_from_root() from task_cgroup_from_root()
Tejun Heo
1
-12
/
+17
2014-02-25
cgroup: use css_set->mg_tasks to track target tasks during migration
Tejun Heo
1
-108
/
+115
2014-02-25
cgroup: add css_set->mg_tasks
Tejun Heo
1
-19
/
+37
2014-02-25
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
Tejun Heo
1
-6
/
+6
2014-02-24
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
Frederic Weisbecker
3
-9
/
+16
2014-02-24
smp: Remove wait argument from __smp_call_function_single()
Frederic Weisbecker
3
-18
/
+6
2014-02-24
watchdog: Simplify a little the IPI call
Frederic Weisbecker
1
-2
/
+1
2014-02-24
smp: Move __smp_call_function_single() below its safe version
Frederic Weisbecker
1
-32
/
+32
2014-02-24
smp: Consolidate the various smp_call_function_single() declensions
Frederic Weisbecker
1
-41
/
+39
2014-02-24
smp: Teach __smp_call_function_single() to check for offline cpus
Jan Kara
2
-6
/
+10
[prev]
[next]