summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: fix parsing of "brl=" optionNicolas Iooss2016-11-201-2/+2
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-11-201-2/+7
* PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier2016-11-201-2/+2
* cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-11-201-0/+15
* module: Invalidate signatures on force-loaded modulesBen Hutchings2016-11-201-4/+9
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-11-201-0/+1
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-11-202-14/+0
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-08-221-170/+165
* tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-08-221-1/+6
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-221-2/+4
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-08-221-9/+20
* ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2016-08-221-5/+4
* ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)2016-08-221-12/+14
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-08-221-4/+7
* sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2016-06-151-15/+21
* sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2016-06-151-8/+9
* sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2016-06-151-16/+19
* sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2016-06-151-10/+10
* sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2016-06-151-1/+23
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2016-06-154-38/+63
* tracing: Don't display trigger file for events that can't be enabledChunyu Hu2016-06-151-2/+7
* workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-06-151-0/+29
* futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-06-151-1/+1
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-05-011-1/+1
* tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-05-011-0/+3
* tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-05-011-1/+4
* tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-05-011-2/+6
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-05-011-7/+7
* perf/core: Fix perf_sched_count derailmentAlexander Shishkin2016-05-011-4/+3
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-05-012-0/+14
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2016-03-301-3/+31
* tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-03-081-1/+2
* kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-03-041-2/+3
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-02-251-0/+14
* workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo2016-02-251-0/+10
* module: wrapper for symbol name.Rusty Russell2016-02-251-11/+15
* cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2016-02-251-5/+17
* Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-02-241-4/+4
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-02-022-3/+35
* kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov2016-02-021-1/+4
* panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2016-02-021-0/+10
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-02-021-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
* ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)2016-01-251-0/+6
* tracing: Fix setting of start_index in find_next()Qiu Peiyang2016-01-251-0/+1
* genirq: Prevent chip buslock deadlockThomas Gleixner2016-01-251-3/+3
* perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2016-01-111-1/+8
* sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2016-01-051-1/+0
* sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2016-01-051-4/+4