summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2016-03-031-5/+17
* cpuset: make mm migration asynchronousTejun Heo2016-03-032-23/+51
* Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-03-031-4/+4
* workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo2016-03-031-0/+10
* tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-03-031-2/+2
* seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2016-03-031-11/+11
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-03-031-2/+1
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-03-031-2/+2
* genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner2016-03-031-2/+3
* devm_memremap: Fix error value when memremap failedToshi Kani2016-03-031-1/+3
* bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann2016-03-031-1/+1
* modules: fix modparam async_probe requestLuis R. Rodriguez2016-02-251-1/+1
* module: wrapper for symbol name.Rusty Russell2016-02-251-11/+15
* itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* prctl: take mmap sem for writing to protect against othersMateusz Guzik2016-02-251-10/+10
* futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner2016-02-251-0/+5
* devm_memremap_release(): fix memremap'd addr handlingToshi Kani2016-02-251-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-255-13/+36
* sched: Fix crash in sched_init_numa()Raghavendra K T2016-02-171-1/+1
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-02-172-19/+38
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-02-172-3/+35
* tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt2016-02-171-0/+7
* tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)2016-02-171-1/+1
* net: bpf: reject invalid shiftsRabin Vincent2016-01-311-0/+10
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-082-1/+2
|\
| * sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior2016-01-061-0/+1
| * sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin2016-01-061-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-081-29/+6
|\ \
| * | perf: Fix race in swevent hashPeter Zijlstra2016-01-061-19/+1
| * | perf: Fix race in perf_event_exec()Peter Zijlstra2016-01-061-10/+5
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-081-3/+3
|\ \ \
| * | | genirq: Prevent chip buslock deadlockThomas Gleixner2015-12-141-3/+3
* | | | Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-071-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)2016-01-071-0/+6
* | | | Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-051-0/+1
|\| | |
| * | | tracing: Fix setting of start_index in find_next()Qiu Peiyang2016-01-041-0/+1
| |/ /
* / / locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon2015-12-171-3/+5
|/ /
* | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-10/+10
* | kernel: remove stop_machine() Kconfig dependencyChris Wilson2015-12-121-2/+2
* | Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-087-118/+141
|\ \
| * \ Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-0716-56/+147
| |\ \
| * | | cgroup_pids: don't account for the root cgroupTejun Heo2015-12-031-3/+4
| * | | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-036-41/+75
| * | | cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Tejun Heo2015-12-031-10/+7
| * | | cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov2015-11-301-31/+10
| * | | cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov2015-11-302-25/+5
| * | | cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo2015-11-301-4/+10
OpenPOWER on IntegriCloud