summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nsfs' into for-nextAl Viro2014-12-106-54/+55
|\
| * bury struct proc_ns in fs/procAl Viro2014-12-041-3/+1
| * copy address of proc_ns_ops into ns_commonAl Viro2014-12-046-4/+14
| * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-043-6/+6
| * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-043-27/+9
| * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-043-16/+27
| * common object embedded into various struct ....nsAl Viro2014-12-045-11/+11
* | Merge branch 'iov_iter' into for-nextAl Viro2014-12-0835-260/+410
|\ \
| * | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-231-1/+0
| * | sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2014-11-232-0/+10
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-11-216-43/+42
| |\ \
| | * | sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka2014-11-165-27/+24
| | * | sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2014-11-162-14/+1
| | * | sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra2014-11-161-0/+7
| | * | sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin2014-11-101-0/+4
| | * | sched: Remove lockdep check in sched_move_task()Kirill Tkhai2014-11-041-2/+6
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-11-211-3/+5
| |\ \ \
| | * | | perf: Fix corruption of sibling list with hotplugMark Rutland2014-11-161-3/+5
| | |/ /
| * | | Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-11-141-2/+2
| |\ \ \
| | * | | PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is setDmitry Eremin-Solenikov2014-11-081-2/+2
| | |/ /
| * | | kernel/panic.c: update comments for print_taintedXie XiuQi2014-11-131-0/+1
| * | | Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-11-132-1/+2
| |\ \ \
| | * | | audit: keep inode pinnedMiklos Szeredi2014-11-111-0/+1
| | * | | audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs2014-10-301-1/+1
| * | | | tracing: Do not risk busy looping in buffer spliceRabin Vincent2014-11-101-2/+8
| * | | | tracing: Do not busy wait in buffer spliceRabin Vincent2014-11-102-43/+61
| | |/ / | |/| |
| * | | Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-311-1/+7
| |\ \ \
| | * | | PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-10-271-1/+7
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-314-5/+15
| |\ \ \
| | * | | bpf: split eBPF out of NETAlexei Starovoitov2014-10-273-4/+13
| | * | | bpf: fix bug in eBPF verifierAlexei Starovoitov2014-10-211-1/+2
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-315-55/+97
| |\ \ \ \
| | * | | | sched/dl: Fix preemption checksKirill Tkhai2014-10-281-3/+7
| | * | | | sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-282-40/+41
| | * | | | sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2014-10-282-3/+5
| | * | | | sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu2014-10-281-1/+1
| | * | | | sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai2014-10-281-2/+12
| | * | | | sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli2014-10-281-5/+13
| | * | | | sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli2014-10-281-1/+12
| | * | | | sched: Fix race between task_group and sched_task_groupKirill Tkhai2014-10-281-0/+6
| | | |/ / | | |/| |
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-312-21/+1
| |\ \ \ \
| | * | | | perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra2014-10-282-21/+1
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-311-15/+21
| |\ \ \ \ \
| | * | | | | futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman2014-10-261-11/+11
| | * | | | | futex: Mention key referencing differences between shared and private futexesDavidlohr Bueso2014-10-261-4/+10
| | |/ / / /
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-314-6/+57
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-10-304-6/+57
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney2014-10-283-5/+44
| | | * | | | rcu: More on deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-10-231-1/+13
| | | |/ / /
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-312-1/+2
| |\ \ \ \ \
OpenPOWER on IntegriCloud