summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-301-3/+4
|\
| * mm, tracing: Print symbol name for call_site in trace eventsChangbin Du2019-09-281-3/+4
* | Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-292-1/+7
|\ \
| * | libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-0/+1
| * | libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V2019-09-241-1/+6
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-09-291-29/+0
|\ \ \
| * | | thermal: db8500: Finalize device tree conversionLinus Walleij2019-09-241-29/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2811-34/+65
|\ \ \ \
| * | | | sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-271-0/+9
| * | | | ptp: correctly disable flags on old ioctlsJacob Keller2019-09-271-0/+22
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-272-3/+9
| |\ \ \ \
| | * | | | netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-251-0/+4
| | * | | | netfilter: ebtables: use __u8 instead of uint8_t in uapi headerMasahiro Yamada2019-09-251-3/+3
| | * | | | netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-271-2/+2
| |\ \ \ \ \
| | * | | | | bpf: fix BTF limitsAlexei Starovoitov2019-09-191-2/+2
| | |/ / / /
| * | | | | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-0/+1
| * | | | | ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-1/+1
| * | | | | sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-271-0/+5
| * | | | | net/mlx5: DR, Fix SW steering HW bits and definitionsYevgeny Kliteynik2019-09-241-14/+14
| * | | | | net: remove netx ethernet driverArnd Bergmann2019-09-211-13/+0
| * | | | | ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+2
| |/ / / /
* | | | | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-282-6/+8
|\ \ \ \ \
| * | | | | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes2019-09-281-4/+8
| * | | | | Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes2019-09-281-2/+0
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-285-27/+29
|\ \ \ \ \ \
| * | | | | | sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-252-8/+14
| * | | | | | sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers2019-09-251-0/+2
| * | | | | | tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2019-09-252-17/+4
| * | | | | | tasks: Add a count of task RCU usersEric W. Biederman2019-09-252-1/+5
| * | | | | | sched/core: Convert vcpu_is_preempted() from macro to an inline functionQian Cai2019-09-181-1/+4
* | | | | | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-286-3/+96
|\ \ \ \ \ \ \
| * | | | | | | tracefs: Restrict tracefs when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * | | | | | | debugfs: Restrict debugfs when the kernel is locked downDavid Howells2019-08-191-0/+1
| * | | | | | | kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett2019-08-191-0/+9
| * | | | | | | lockdown: Lock down perf when in confidentiality modeDavid Howells2019-08-191-0/+1
| * | | | | | | bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells2019-08-191-0/+1
| * | | | | | | lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells2019-08-191-0/+1
| * | | | | | | lockdown: Lock down /proc/kcoreDavid Howells2019-08-191-0/+1
| * | | | | | | x86/mmiotrace: Lock down the testmmiotrace moduleDavid Howells2019-08-191-0/+1
| * | | | | | | lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells2019-08-191-0/+1
| * | | | | | | lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+1
| * | | | | | | lockdown: Prohibit PCMCIA CIS storage when the kernel is locked downDavid Howells2019-08-191-0/+1
| * | | | | | | acpi: Ignore acpi_rsdp kernel param when the kernel has been locked downJosh Boyer2019-08-191-0/+6
| * | | | | | | ACPI: Limit access to custom_method when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * | | | | | | x86/msr: Restrict MSR access when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * | | | | | | x86: Lock down IO port access when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * | | | | | | PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-191-0/+1
| * | | | | | | hibernate: Disable when the kernel is locked downJosh Boyer2019-08-191-0/+1
| * | | | | | | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-2/+2