summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-1211-38/+113
|\
| * Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-101-0/+9
| |\
| | * mm: fix cache mode of dax pmd mappingsDan Williams2016-09-091-0/+9
| * | PM / QoS: avoid calling cancel_delayed_work_sync() during early bootTejun Heo2016-09-051-1/+10
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-09-041-1/+2
| |\ \
| | * | tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
| | |/
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-09-015-27/+39
| |\ \
| | * | kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-09-011-6/+4
| | * | mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-011-6/+1
| | * | printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky2016-09-011-15/+23
| | * | kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2016-09-011-0/+8
| | * | kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann2016-09-011-0/+3
| * | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-012-3/+28
| |\ \ \ | | |/ / | |/| |
| | * | audit: fix exe_file access in audit_exe_compareMateusz Guzik2016-08-311-3/+5
| | * | mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-0/+23
| * | | Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-301-4/+8
| |\ \ \
| | * | | seccomp: Fix tracer exit notifications during fatal signalsKees Cook2016-08-301-4/+8
| * | | | Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-302-2/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh2016-08-171-2/+2
| | * | | cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-08-091-0/+15
* | | | | bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-094-77/+51
* | | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-6/+6
* | | | | bpf: minor cleanups in helpersDaniel Borkmann2016-09-091-3/+3
* | | | | bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-081-15/+40
* | | | | perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann2016-09-061-1/+1
* | | | | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-021-1/+88
* | | | | bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov2016-09-021-1/+21
* | | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+61
* | | | | bpf: support 8-byte metafield accessAlexei Starovoitov2016-09-021-3/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-3012-53/+178
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-281-1/+1
| |\ \ \ \
| | * | | | perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon2016-08-241-1/+1
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-283-2/+19
| |\ \ \ \ \
| | * | | | | genirq/affinity: Use get/put_online_cpus around cpumask operationsChristoph Hellwig2016-08-221-0/+2
| | * | | | | genirq: Fix potential memleak when failing to get irq pmShawn Lin2016-08-221-2/+6
| | * | | | | genirq: Correctly configure the trigger on chained interruptsMarc Zyngier2016-08-171-0/+11
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-282-3/+11
| |\ \ \ \ \ \
| | * | | | | | timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-08-241-2/+7
| | * | | | | | timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-08-241-1/+4
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-262-4/+45
| |\ \ \ \ \ \
| | * | | | | | printk: fix parsing of "brl=" optionNicolas Iooss2016-08-261-2/+2
| | * | | | | | sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-261-2/+43
| | |/ / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-261-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | block: Fix secure eraseAdrian Hunter2016-08-161-1/+1
| | |/ / / /
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-08-181-8/+25
| |\ \ \ \ \
| | * | | | | sched/cputime: Resync steal time when guest & host lose syncWanpeng Li2016-08-181-3/+15
| | * | | | | sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-08-181-5/+10
| | |/ / / /
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-182-29/+71
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros2016-08-181-3/+4
| | * | | | perf/core: Enable mapping of the stop filtersMathieu Poirier2016-08-181-10/+5
OpenPOWER on IntegriCloud