summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: fix parsing of "brl=" optionNicolas Iooss2016-10-071-2/+2
* sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2016-10-071-0/+19
* kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-10-061-6/+4
* clockevents: export clockevents_unbind_device instead of clockevents_unbindVitaly Kuznetsov2016-10-061-1/+1
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-10-061-0/+22
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-10-061-7/+8
* fix memory leaks in tracing_buffers_splice_read()Al Viro2016-10-061-8/+9
* Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2016-10-061-0/+4
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-09-291-2/+7
* timers: Use proper base migration in add_timer_on()Tejun Heo2016-09-291-3/+16
* module: Invalidate signatures on force-loaded modulesBen Hutchings2016-08-191-4/+9
* tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-08-191-1/+6
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-07-212-3/+35
* panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2016-07-211-0/+10
* signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfoVladimir Davydov2016-07-211-9/+5
* ktime: export ktime_divnsJiri Slaby2016-07-211-0/+1
* ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2016-06-151-5/+4
* ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)2016-06-151-12/+14
* sched: Remove lockdep check in sched_move_task()Kirill Tkhai2016-05-191-2/+6
* workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-05-021-0/+29
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-04-211-0/+14
* perf: Cure event->pending_disable racePeter Zijlstra2016-04-201-3/+3
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-04-112-0/+14
* tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-04-111-0/+3
* tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-04-111-1/+4
* tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-04-111-2/+6
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-111-1/+1
* sched: Fix race between task_group and sched_task_groupKirill Tkhai2016-04-111-0/+6
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-03-141-42/+69
* kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-03-031-2/+3
* tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-03-031-1/+2
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-03-031-2/+2
* sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2016-03-031-1/+0
* sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2016-03-031-3/+3
* ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)2016-03-031-7/+5
* genirq: Prevent chip buslock deadlockThomas Gleixner2016-03-031-3/+3
* sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2016-03-031-16/+19
* sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2016-03-031-7/+8
* sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2016-03-031-1/+23
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2016-03-033-25/+57
* sched: Clean up idle task SMP logicPeter Zijlstra2016-03-031-8/+1
* module: wrapper for symbol name.Rusty Russell2016-02-251-11/+15
* futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner2016-02-251-0/+5
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-245-13/+36
* perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2016-02-241-0/+4
* tracing: Fix setting of start_index in find_next()Qiu Peiyang2016-02-151-0/+1
* kernel/signal.c: unexport sigsuspend()Richard Weinberger2016-02-151-1/+1
* Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-02-121-4/+4
* ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()Corey Minyard2016-01-091-20/+4
* module: Call module notifier on failure after complete_formation()Steven Rostedt2016-01-051-0/+3