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-12
genirq: Provide irq_request/release_resources chip callbacks
Thomas Gleixner
1
-1
/
+27
2014-03-12
locking/mutex: Fix debug checks
Peter Zijlstra
2
-0
/
+13
2014-03-12
sched: Clean up the task_hot() function
Alex Shi
1
-2
/
+2
2014-03-12
sched: Remove double calculation in fix_small_imbalance()
Vincent Guittot
1
-4
/
+2
2014-03-12
sched: Fix broken setscheduler()
Steven Rostedt
1
-1
/
+9
2014-03-11
ftrace: Constify ftrace_text_reserved
Sasha Levin
1
-1
/
+1
2014-03-11
tracepoints: API doc update to tracepoint_probe_register() return value
Mathieu Desnoyers
1
-1
/
+11
2014-03-11
tracepoints: API doc update to data argument
Mathieu Desnoyers
1
-0
/
+4
2014-03-12
PM: Add missing "freeze" state
Geert Uytterhoeven
1
-2
/
+2
2014-03-12
PM / Hibernate: Spelling s/anonymouns/anonymous/
Geert Uytterhoeven
1
-1
/
+1
2014-03-11
ftrace: Fix compilation warning about control_ops_free
Jiri Slaby
1
-5
/
+5
2014-03-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
3
-19
/
+24
2014-03-11
locking/mutexes: Add extra reschedule point
Peter Zijlstra
1
-0
/
+7
2014-03-11
locking/mutexes: Introduce cancelable MCS lock for adaptive spinning
Peter Zijlstra
4
-5
/
+200
2014-03-11
locking/mutexes: Unlock the mutex without the wait_lock
Jason Low
1
-4
/
+4
2014-03-11
locking/mutexes: Modify the way optimistic spinners are queued
Jason Low
1
-9
/
+6
2014-03-11
locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_owner()
Jason Low
1
-0
/
+3
2014-03-11
locking: Move mcs_spinlock.h into kernel/locking/
Peter Zijlstra
2
-1
/
+115
2014-03-11
sched/numa: Move task_numa_free() to __put_task_struct()
Mike Galbraith
2
-2
/
+1
2014-03-11
sched/fair: Fix endless loop in idle_balance()
Kirill Tkhai
1
-1
/
+1
2014-03-11
sched/core: Fix endless loop in pick_next_task()
Kirill Tkhai
3
-11
/
+15
2014-03-11
sched/fair: Push down check for high priority class task into idle_balance()
Kirill Tkhai
2
-6
/
+10
2014-03-11
sched/rt: Fix picking RT and DL tasks from empty queue
Kirill Tkhai
2
-2
/
+15
2014-03-11
perf: Disallow user-space stack dumps for function trace events
Jiri Olsa
1
-0
/
+7
2014-03-11
perf: Disallow user-space callchains for function trace events
Jiri Olsa
1
-3
/
+12
2014-03-11
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
12
-24
/
+45
2014-03-11
sched/idle: Add more comments to the code
Daniel Lezcano
1
-2
/
+57
2014-03-11
sched/idle: Move idle conditions in cpuidle_idle main function
Daniel Lezcano
1
-34
/
+44
2014-03-11
sched/idle: Reorganize the idle loop
Daniel Lezcano
1
-18
/
+15
2014-03-11
cpuidle/idle: Move the cpuidle_idle_call function to idle.c
Daniel Lezcano
1
-0
/
+56
2014-03-11
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
18
-71
/
+114
2014-03-11
sched/clock: Prevent tracing recursion in sched_clock_cpu()
Fernando Luis Vazquez Cao
1
-2
/
+2
2014-03-11
stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()
Peter Zijlstra
1
-1
/
+1
2014-03-11
sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policy
Juri Lelli
1
-0
/
+9
2014-03-11
PM / suspend: Remove unnecessary !!
Viresh Kumar
1
-1
/
+1
2014-03-10
mm: fix GFP_THISNODE callers and clarify
Johannes Weiner
1
-2
/
+2
2014-03-10
Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/linux into timers/core
Thomas Gleixner
1
-0
/
+2
2014-03-08
audit: Update kdoc for audit_send_reply and audit_list_rules_send
Eric W. Biederman
2
-2
/
+2
2014-03-08
Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-7
/
+3
2014-03-07
Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-1
/
+16
2014-03-07
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2014-03-07
audit: Use more current logging style again
Richard Guy Briggs
2
-21
/
+22
2014-03-07
Merge tag 'v3.13' into for-3.15
Eric Paris
147
-2587
/
+6383
2014-03-07
ftrace: Warn on error when modifying ftrace function
Petr Mladek
1
-5
/
+12
2014-03-07
ftrace: Do not pass data to ftrace_dyn_arch_init
Jiri Slaby
1
-5
/
+2
2014-03-07
ftrace: Pass retval through return in ftrace_dyn_arch_init()
Jiri Slaby
1
-4
/
+2
2014-03-07
ftrace: Inline the code from ftrace_dyn_table_alloc()
Jiri Slaby
1
-19
/
+6
2014-03-07
ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cnt
Jiri Slaby
1
-17
/
+8
2014-03-07
tracing: Warn if a tracepoint is not set via debugfs
Steven Rostedt
1
-1
/
+10
2014-03-07
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
1
-0
/
+30
[prev]
[next]