summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.18.37' into v3.18-rtSteven Rostedt (Red Hat)2016-08-136-9/+26
|\
| * pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-07-121-0/+14
| * bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-07-121-1/+0
| * futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-07-121-1/+1
| * 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
* | trace: correct off by one while recording the trace-eventSebastian Andrzej Siewior2016-07-121-0/+8
* | kernel/printk: Don't try to print from IRQ/NMI regionSebastian Andrzej Siewior2016-07-121-0/+10
* | Merge tag 'v3.18.36' into v3.18-rtSteven Rostedt (Red Hat)2016-06-231-3/+6
|\ \ | |/
| * locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson2016-06-191-3/+6
* | Merge tag 'v3.18.35' into v3.18-rtSteven Rostedt (Red Hat)2016-06-233-55/+68
|\ \ | |/
| * 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
* | Merge tag 'v3.18.34' into v3.18-rtSteven Rostedt (Red Hat)2016-06-233-5/+64
|\ \ | |/
| * 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
* | Merge tag 'v3.18.33' into v3.18-rtSteven Rostedt (Red Hat)2016-06-231-3/+22
|\ \ | |/
| * futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-05-101-3/+22
* | Merge tag 'v3.18.31' into v3.18-rtSteven Rostedt (Red Hat)2016-06-2312-68/+129
|\ \ | |/
| * 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
* | Merge tag 'v3.18.29' into v3.18-rtSteven Rostedt (Red Hat)2016-03-281-1/+2
|\ \ | |/
| * tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-03-101-1/+2
* | tracing: Fix probe_wakeup_latency_hist_start() prototypeMike Galbraith2016-03-071-2/+2
* | kernel: sched: Fix preempt_disable_ip recodring for preempt_disable()Sebastian Andrzej Siewior2016-03-022-13/+3
* | rcu/torture: Comment out rcu_bh ops on PREEMPT_RT_FULLClark Williams2016-03-021-0/+7
* | trace: Use rcuidle version for preemptoff_hist trace pointYang Shi2016-03-021-4/+4
* | sched,rt: __always_inline preemptible_lazy()Mike Galbraith2016-03-021-1/+1
* | tick/broadcast: Make broadcast hrtimer irqsafeThomas Gleixner2016-03-021-0/+1
* | kernel/stop_machine: partly revert "stop_machine: Use raw spinlocks"Sebastian Andrzej Siewior2016-03-021-32/+8
* | kernel: softirq: unlock with irqs onSebastian Andrzej Siewior2016-03-021-1/+3
* | kernel: migrate_disable() do fastpath in atomic & irqs-offSebastian Andrzej Siewior2016-03-021-2/+2
* | net: provide a way to delegate processing a softirq to ksoftirqdSebastian Andrzej Siewior2016-03-021-0/+21
* | softirq: split timer softirqs out of ksoftirqdSebastian Andrzej Siewior2016-03-021-11/+74
* | preempt-lazy: Add the lazy-preemption check to preempt_schedule()Sebastian Andrzej Siewior2016-03-021-8/+26