summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+23
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-18/+22
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+21
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-6/+65
2020-10-12libceph: fix ENTITY_NAME format suggestionIlya Dryomov1-1/+1
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2-2/+2
2020-10-12libceph: multiple workspaces for CRUSH computationsIlya Dryomov2-2/+15
2020-10-12Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar1-0/+1
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek3-2/+15
2020-10-12thermal: cooling: Remove unused variable *tzzhuguangqing1-6/+3
2020-10-12thermal: core: Add new event for sending keep alive notificationsSrinivas Pandruvada1-0/+1
2020-10-12thermal/idle_inject: Fix comment of idle_duration_us and name of latency_nszhuguangqing1-1/+1
2020-10-12can: remove obsolete version stringsOliver Hartkopp1-7/+0
2020-10-12bpf, sockmap: Allow skipping sk_skb parser programJohn Fastabend1-0/+2
2020-10-11Merge tag 'cfi/for-5.10' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/...Richard Weinberger1-0/+13
2020-10-11Merge tag 'spi-nor/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Richard Weinberger41-165/+326
2020-10-11Merge tag 'nand/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger4-38/+195
2020-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+7
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2020-10-11Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2-20/+43
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-0/+5
2020-10-11mm: validate inode in mapping_set_error()Minchan Kim1-1/+2
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-1/+1
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-0/+4
2020-10-10Merge branch 'irq/tegra-pmc' into irq/irqchip-nextMarc Zyngier1-0/+3
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier1-0/+3
2020-10-10netlink: export policy in extended ACKJohannes Berg1-10/+20
2020-10-10Merge tag 'linux-can-next-for-5.10-20201007' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-3/+18
2020-10-09net/mlx5: Add support for fw live patch eventMoshe Shemesh1-0/+1
2020-10-09net/mlx5: Handle sync reset request eventMoshe Shemesh1-0/+2
2020-10-09Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown1-79/+86
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2-15/+60
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar62-175/+814
2020-10-09lockdep: Revert "lockdep: Use raw_cpu_*() for per-cpu variables"Peter Zijlstra1-17/+9
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra1-5/+8
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra1-2/+6
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar6-8/+67
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+390
2020-10-08ftrace: ftrace_global_list is renamed to ftrace_ops_listWei Yang1-2/+2
2020-10-08ftrace: Simplify the dyn_ftrace->flags macroWei Yang1-5/+2
2020-10-08PNP: remove the now unused pnp_find_card() functionChristoph Hellwig1-6/+0
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2-3/+10
2020-10-08XArray: Fix xas_for_each_conflict documentationMatthew Wilcox (Oracle)1-7/+6
2020-10-08usb: typec: tcpm: Add support for Sink Fast Role SWAP(FRS)Badhri Jagan Sridharan2-9/+18
2020-10-08dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer1-1/+0
2020-10-08platform_data/mlxreg: Extend core platform structureVadim Pasternak1-0/+2
2020-10-08platform_data/mlxreg: Update module licenseVadim Pasternak1-30/+2
2020-10-08can: dev: add a helper function to calculate the duration of one bitVincent Mailhol1-0/+15
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+1