aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov1-1/+88
2016-09-02bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov1-1/+21
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov1-0/+61
2016-09-02bpf: support 8-byte metafield accessAlexei Starovoitov1-3/+6
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-53/+178
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-08-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+19
2016-08-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+11
2016-08-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+45
2016-08-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-2/+43
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon1-1/+1
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-08-22genirq/affinity: Use get/put_online_cpus around cpumask operationsChristoph Hellwig1-0/+2
2016-08-22genirq: Fix potential memleak when failing to get irq pmShawn Lin1-2/+6
2016-08-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+25
2016-08-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-29/+71
2016-08-18Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+5
2016-08-18sched/cputime: Resync steal time when guest & host lose syncWanpeng Li1-3/+15
2016-08-18sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra1-5/+10
2016-08-18perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros1-3/+4
2016-08-18perf/core: Enable mapping of the stop filtersMathieu Poirier1-10/+5
2016-08-18perf/core: Update filters only on executable mmapMathieu Poirier1-0/+7
2016-08-18perf/core: Fix file name handling for start/stop filtersMathieu Poirier1-2/+4
2016-08-18perf/core: Fix event_function_local()Peter Zijlstra1-12/+48
2016-08-18uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-112/+311
2016-08-18Merge branch 'pm-sleep'Rafael J. Wysocki1-5/+5
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-14/+77
2016-08-17genirq: Correctly configure the trigger on chained interruptsMarc Zyngier1-0/+11
2016-08-16block: Fix secure eraseAdrian Hunter1-1/+1
2016-08-16PM / hibernate: Fix rtree_next_node() to avoid walking off list endsJames Morse1-5/+5
2016-08-12bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov1-0/+2
2016-08-12bpf: allow helpers access the packet directlyAlexei Starovoitov1-18/+43
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann1-2/+2
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon3-2/+34
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2016-08-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-2/+2
2016-08-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-4/+34
2016-08-12PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier1-2/+2
2016-08-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+54
2016-08-12Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+23
2016-08-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2016-08-11sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker1-1/+2
2016-08-11sched/cputime: Fix steal time accountingWanpeng Li1-2/+9
2016-08-10Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar20-99/+709
2016-08-10locking/pvqspinlock: Fix a bug in qstat_read()Pan Xinhui1-1/+0