summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-04-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-04-29Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-04-29kcov: don't profile branches in kcovAndrey Ryabinin
2016-04-29kcov: don't trace the code coverage codeJames Morse
2016-04-29kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai
2016-04-29kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai
2016-04-28bpf: fix check_map_func_compatibility logicAlexei Starovoitov
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov
2016-04-28perf/core: Fix perf_event_open() vs. execve() racePeter 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-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-26workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-04-24taskstats: 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-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-22cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior
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
2016-04-20bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-20bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann
2016-04-19locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso
2016-04-19bpf: avoid warning for wrong pointer castArnd Bergmann
2016-04-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-04-15bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-04-15bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann
2016-04-15bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann
2016-04-14/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds
2016-04-14bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov
2016-04-11bpf: simplify verifier register state assignmentsAlexei Starovoitov
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-08bpf, verifier: further improve search pruningDaniel Borkmann
2016-04-08bpf: sanitize bpf tracepoint accessAlexei Starovoitov
2016-04-08bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov
2016-04-08bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov
2016-04-08perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov