summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-10-081-9/+6
|\
| * xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich2021-10-051-9/+6
* | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-083-72/+11
|\ \
| * | asm-generic/io.h: give stub iounmap() on !MMU same prototype as elsewhereAdam Borowski2021-10-081-1/+1
| * | qcom_scm: hide Kconfig symbolArnd Bergmann2021-10-072-71/+10
* | | Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-071-0/+2
|\ \ \
| * | | ARM: omap1: move omap15xx local bus handling to usb.cArnd Bergmann2021-10-051-0/+2
| |/ /
* | | Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-071-2/+2
|\ \ \
| * | | cachefiles: Fix oops with cachefiles_cull() due to NULL objectDave Wysochanski2021-10-051-2/+2
* | | | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-077-11/+20
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-10-071-6/+9
| |\ \ \ \
| | * | | | xfrm: make user policy API completeNicolas Dichtel2021-09-151-3/+6
| | * | | | include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageEugene Syromiatnikov2021-09-141-3/+3
| * | | | | etherdevice: use __dev_addr_set()Jakub Kicinski2021-10-051-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-023-2/+7
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2021-10-021-1/+1
| | * | | | | netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-282-1/+6
| * | | | | | net: mscc: ocelot: fix VCAP filters remaining active after being deletedVladimir Oltean2021-10-011-2/+2
| * | | | | | net: add kerneldoc comment for sk_peer_lockEric Dumazet2021-10-011-0/+1
* | | | | | | Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-071-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | hyper-v: Replace uuid.h with types.hAndy Shevchenko2021-10-061-1/+1
* | | | | | | Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-032-6/+12
|\ \ \ \ \ \ \
| * | | | | | | driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADDSaravana Kannan2021-09-231-3/+8
| * | | | | | | cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_bufTobias Klauser2021-09-211-3/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-10-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | sched: Always inline is_percpu_thread()Peter Zijlstra2021-10-011-1/+1
* | | | | | | | Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-031-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/core: fix userpage->time_enabled of inactive eventsSong Liu2021-10-011-1/+3
| |/ / / / / / /
* | | | / / / / cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski2021-10-021-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-306-8/+41
|\ \ \ \ \ \ \
| * | | | | | | af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-301-0/+2
| * | | | | | | net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-301-1/+30
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-281-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao2021-09-141-1/+2
| * | | | | | | Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-09-271-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: Fix Ptk0 rekey documentationAlexander Wetzel2021-09-271-4/+4
| * | | | | | | | net: prevent user from passing illegal stab size王贇2021-09-261-0/+1
| * | | | | | | | net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-242-2/+2
* | | | | | | | | Merge tag 'sound-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-292-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela2021-09-232-0/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-273-9/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-09-242-3/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: arm64: Fix PMU probe orderingMarc Zyngier2021-09-202-3/+6
| | |/ / / / / / / /
| * | | | | | | | | KVM: Remove tlbs_dirtyLai Jiangshan2021-09-231-1/+0
| * | | | | | | | | KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson2021-09-221-5/+0
* | | | | | | | | | Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-261-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang2021-09-201-0/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-261-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-09-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui2021-09-221-1/+1