index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-07
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
3
-14
/
+25
2014-03-07
tracing: Move raw output code from macro to standalone function
Steven Rostedt
1
-0
/
+31
2014-03-06
mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-5
/
+5
2014-03-06
kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-4
/
+4
2014-03-06
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
2
-47
/
+47
2014-03-05
blktrace: fix accounting of partially completed requests
Roman Pen
1
-9
/
+11
2014-03-04
genirq: Move kstat_incr_irqs_this_cpu() to core
Thomas Gleixner
1
-0
/
+7
2014-03-04
genirq: Add a kstat helper to increment irq stats
Thomas Gleixner
1
-0
/
+5
2014-03-04
timer: Make sure TIMER_FLAG_MASK bits are free in allocated base
Viresh Kumar
1
-3
/
+2
2014-03-04
timer: Check failure of timer_cpu_notify() before calling init_timer_stats()
Viresh Kumar
1
-2
/
+2
2014-03-03
tracepoint: Do not waste memory on mods with no tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-03-03
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
2
-1
/
+16
2014-03-03
cpuset: use rcu_read_lock() to protect task_cs()
Li Zefan
1
-11
/
+13
2014-03-03
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-10
/
+20
2014-03-03
futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() test
Heiko Carstens
1
-13
/
+24
2014-03-02
kernel: Include appropriate header file in time/timekeeping_debug.c
Rashika Kheria
1
-0
/
+2
2014-03-02
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+6
2014-02-28
audit: Send replies in the proper network namespace.
Eric W. Biederman
2
-13
/
+15
2014-03-01
PM / hibernate: use name_to_dev_t to parse resume
Sebastian Capella
1
-10
/
+12
2014-03-01
PM / wakeup: Include appropriate header file in kernel/power/wakelock.c
Rashika Kheria
1
-0
/
+2
2014-03-01
PM / sleep: Move prototype declaration to header file kernel/power/power.h
Rashika Kheria
1
-0
/
+2
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/kernel/git/paulmck/linux-rcu into timers/core
Thomas Gleixner
1
-2
/
+28
2014-02-28
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
17
-823
/
+1432
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/jack/linux-fs
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
-779
/
+1386
2014-02-26
Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' into HEAD
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
[prev]
[next]