summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-04-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2016-04-26tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann
2016-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-26bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-04-26audit: add tty field to LOGIN eventRichard Guy Briggs
2016-04-26tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang
2016-04-26workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi
2016-04-26tracing: Add check for NULL event field when creating hist fieldTom Zanussi
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong
2016-04-25tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-04-23taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds
2016-04-23Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-04-23sched/deadline: Fix a bug in dl_overflow()Xunlei Pang
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker
2016-04-23sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker
2016-04-23sched/fair: Call cpufreq hook in additional pathsSteve Muckle
2016-04-23sched/fair: Do not call cpufreq hook unless util changedSteve Muckle
2016-04-23sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle
2016-04-23sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju
2016-04-23Merge tag 'v4.6-rc4' into sched/core, to refresh the treeIngo Molnar
2016-04-23perf/core: Add ::write_backward attribute to perf eventWang Nan
2016-04-23Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra
2016-04-23locking/lockdep: Fix ->irq_context calculationBoqun Feng
2016-04-23perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra
2016-04-22time: Introduce do_sys_settimeofday64()Baolin Wang
2016-04-22cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior
2016-04-22locking/rwsem: Provide down_write_killable()Michal Hocko
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Paul E. McKenney
2016-04-21rcutorture: Add irqs-disabled test for call_rcu()Paul E. McKenney
2016-04-21rcutorture: Dump trace buffer upon shutdownPaul E. McKenney
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-21perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov
2016-04-21genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn
2016-04-21futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso
2016-04-20futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior