index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-27
Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+15
2014-08-27
param: check for tainting before calling set op.
Rusty Russell
1
-11
/
+11
2014-08-27
module: make it possible to have unsafe, tainting module params
Jani Nikula
1
-0
/
+11
2014-08-27
module: rename KERNEL_PARAM_FL_NOARG to avoid confusion
Jani Nikula
2
-4
/
+4
2014-08-26
Merge branch 'nohz/drop-double-write-v3' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
1
-0
/
+8
2014-08-26
irqchips: Replace __this_cpu_ptr uses
Christoph Lameter
1
-1
/
+1
2014-08-26
watchdog: Replace __raw_get_cpu_var uses
Christoph Lameter
1
-6
/
+6
2014-08-26
scheduler: Replace __get_cpu_var with this_cpu_ptr
Christoph Lameter
6
-21
/
+21
2014-08-26
time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge period
Christoph Lameter
1
-8
/
+8
2014-08-26
time: Replace __get_cpu_var uses
Christoph Lameter
9
-28
/
+28
2014-08-26
kernel misc: Replace __get_cpu_var uses
Christoph Lameter
2
-5
/
+5
2014-08-25
trace: Fix epoll hang when we race with new entries
Josef Bacik
1
-1
/
+15
2014-08-25
crash_dump: Make is_kdump_kernel() accessible from modules
Amir Vadai
1
-0
/
+1
2014-08-25
Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-89
/
+157
2014-08-25
irq: Export handle_fasteoi_irq
Vincent Stehlé
1
-0
/
+1
2014-08-25
cgroup: fix a typo in comment.
Dongsheng Yang
1
-2
/
+2
2014-08-25
sched: Add function single_task_running to let a task check if it is the only...
Tim Chen
1
-0
/
+12
2014-08-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+34
2014-08-24
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
67
-1717
/
+4265
2014-08-24
perf: Add PERF_EVENT_STATE_EXIT state for events with exited task
Jiri Olsa
1
-1
/
+9
2014-08-24
perf: Fix perf_poll to return proper POLLHUP value
Jiri Olsa
1
-1
/
+1
2014-08-22
ftrace: Use current addr when converting to nop in __ftrace_replace_code()
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-08-22
ftrace: Fix function_profiler and function tracer together
Steven Rostedt (Red Hat)
1
-22
/
+38
2014-08-22
ftrace: Fix up trampoline accounting with looping on hash ops
Steven Rostedt (Red Hat)
1
-15
/
+28
2014-08-22
ftrace: Update all ftrace_ops for a ftrace_hash_ops update
Steven Rostedt (Red Hat)
1
-4
/
+39
2014-08-22
cgroup: Display legacy cgroup files on default hierarchy
Vivek Goyal
1
-2
/
+11
2014-08-22
ftrace: Allow ftrace_ops to use the hashes from other ops
Steven Rostedt (Red Hat)
1
-48
/
+52
2014-08-22
nohz: Avoid tick's double reprogramming in highres mode
Viresh Kumar
1
-0
/
+4
2014-08-22
nohz: Fix spurious periodic tick behaviour in low-res dynticks mode
Viresh Kumar
1
-0
/
+4
2014-08-20
sched/fair: Remove double_lock_balance() from load_balance()
Kirill Tkhai
1
-52
/
+99
2014-08-20
sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()
Kirill Tkhai
1
-16
/
+44
2014-08-20
sched: Remove double_rq_lock() from __migrate_task()
Kirill Tkhai
1
-8
/
+15
2014-08-20
sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING state
Kirill Tkhai
2
-3
/
+15
2014-08-20
sched: Add wrapper for checking task_struct::on_rq
Kirill Tkhai
6
-68
/
+76
2014-08-20
sched/fair: Fix reschedule which is generated on throttled cfs_rq
Kirill Tkhai
1
-3
/
+3
2014-08-20
sched: Match declaration with definition
Pranith Kumar
1
-1
/
+1
2014-08-20
sched: Change autogroup_move_group() to use for_each_thread()
Oleg Nesterov
1
-4
/
+1
2014-08-20
sched: Change thread_group_cputime() to use for_each_thread()
Oleg Nesterov
1
-8
/
+2
2014-08-20
sched: s/do_each_thread/for_each_process_thread/ in debug.c
Oleg Nesterov
1
-4
/
+2
2014-08-20
sched: s/do_each_thread/for_each_process_thread/ in core.c
Oleg Nesterov
1
-7
/
+6
2014-08-20
perf: Handle compat ioctl
Pawel Moll
1
-1
/
+22
2014-08-18
cgroup: reject cgroup names with '\n'
Alban Crequy
1
-0
/
+5
2014-08-18
watchdog: Fix print-once on enable
Ulrich Obergfell
1
-1
/
+4
2014-08-18
watchdog: Remove unnecessary header files
chai wen
1
-5
/
+0
2014-08-17
mm: Support compiling out madvise and fadvise
Josh Triplett
1
-0
/
+3
2014-08-16
module: Clean up ro/nx after early module load failures
Andy Lutomirski
1
-0
/
+5
2014-08-14
Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-8
/
+27
2014-08-14
timekeeping: Another fix to the VSYSCALL_OLD update_vsyscall
John Stultz
1
-2
/
+3
2014-08-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+12
2014-08-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-6
/
+6
[prev]
[next]