summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-07-121-1/+6
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-07-121-2/+4
* cgroup: remove redundant cleanup in css_createWenwei Tao2016-07-111-4/+1
* locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson2016-06-191-3/+6
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-06-061-9/+20
* ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2016-06-061-5/+4
* ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)2016-06-061-12/+14
* ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)2016-06-061-18/+19
* ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)2016-06-061-4/+1
* ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)2016-06-061-5/+5
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin2016-06-061-4/+7
* workqueue: fix rebind bound workers warningWanpeng Li2016-05-171-0/+11
* tracing: Don't display trigger file for events that can't be enabledChunyu Hu2016-05-171-2/+7
* workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-05-171-0/+29
* timers: Use proper base migration in add_timer_on()Tejun Heo2016-05-161-3/+17
* futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-05-101-3/+22
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-181-1/+1
* tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-04-181-0/+3
* tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-04-181-1/+4
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-04-181-7/+7
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-04-131-42/+69
* kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-04-131-2/+3
* module: wrapper for symbol name.Rusty Russell2016-04-121-11/+15
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-04-125-13/+36
* sched: Fix crash in sched_init_numa()Raghavendra K T2016-04-121-1/+1
* tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-03-101-1/+2
* net: bpf: reject invalid shiftsRabin Vincent2016-02-151-0/+10
* seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2016-02-151-11/+11
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-02-092-3/+35
* kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov2016-02-091-1/+4
* panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2016-02-091-0/+10
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-02-091-2/+2
* futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner2016-02-021-0/+5
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-02-021-2/+1
* Revert "workqueue: make sure delayed work run in local cpu"Sasha Levin2016-01-251-4/+4
* audit: create private file name copies when auditing inodesPaul Moore2015-12-031-9/+40
* audit: correctly record file names with different path name typesPaul Moore2015-12-031-4/+10
* sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-12-021-0/+8
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-11-151-2/+6
* workqueue: make sure delayed work run in local cpuShaohua Li2015-11-131-4/+4
* genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-271-2/+17
* sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-10-271-11/+14
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-272-7/+8
* sched: access local runqueue directly in single_task_runningDominik Dingel2015-10-271-4/+11
* time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz2015-10-271-1/+1
* unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-10-071-10/+18
* cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy2015-09-171-1/+1
* perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-09-151-20/+55
* perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-09-151-2/+10
* kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-08-271-1/+1