aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+15
2014-08-27param: check for tainting before calling set op.Rusty Russell1-11/+11
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula1-0/+11
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula2-4/+4
2014-08-26Merge branch 'nohz/drop-double-write-v3' of git://git.kernel.org/pub/scm/linu...Ingo Molnar1-0/+8
2014-08-26irqchips: Replace __this_cpu_ptr usesChristoph Lameter1-1/+1
2014-08-26watchdog: Replace __raw_get_cpu_var usesChristoph Lameter1-6/+6
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter6-21/+21
2014-08-26time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter1-8/+8
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter9-28/+28
2014-08-26kernel misc: Replace __get_cpu_var usesChristoph Lameter2-5/+5
2014-08-25trace: Fix epoll hang when we race with new entriesJosef Bacik1-1/+15
2014-08-25crash_dump: Make is_kdump_kernel() accessible from modulesAmir Vadai1-0/+1
2014-08-25Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-89/+157
2014-08-25irq: Export handle_fasteoi_irqVincent Stehlé1-0/+1
2014-08-25cgroup: fix a typo in comment.Dongsheng Yang1-2/+2
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen1-0/+12
2014-08-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+34
2014-08-24Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar67-1717/+4265
2014-08-24perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa1-1/+9
2014-08-24perf: Fix perf_poll to return proper POLLHUP valueJiri Olsa1-1/+1
2014-08-22ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)1-1/+1
2014-08-22ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)1-22/+38
2014-08-22ftrace: Fix up trampoline accounting with looping on hash opsSteven Rostedt (Red Hat)1-15/+28
2014-08-22ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)1-4/+39
2014-08-22cgroup: Display legacy cgroup files on default hierarchyVivek Goyal1-2/+11
2014-08-22ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)1-48/+52
2014-08-22nohz: Avoid tick's double reprogramming in highres modeViresh Kumar1-0/+4
2014-08-22nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar1-0/+4
2014-08-20sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai1-52/+99
2014-08-20sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai1-16/+44
2014-08-20sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai1-8/+15
2014-08-20sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai2-3/+15
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai6-68/+76
2014-08-20sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai1-3/+3
2014-08-20sched: Match declaration with definitionPranith Kumar1-1/+1
2014-08-20sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov1-4/+1
2014-08-20sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov1-8/+2
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov1-4/+2
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov1-7/+6
2014-08-20perf: Handle compat ioctlPawel Moll1-1/+22
2014-08-18cgroup: reject cgroup names with '\n'Alban Crequy1-0/+5
2014-08-18watchdog: Fix print-once on enableUlrich Obergfell1-1/+4
2014-08-18watchdog: Remove unnecessary header fileschai wen1-5/+0
2014-08-17mm: Support compiling out madvise and fadviseJosh Triplett1-0/+3
2014-08-16module: Clean up ro/nx after early module load failuresAndy Lutomirski1-0/+5
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+27
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz1-2/+3
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+12
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-6/+6