summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.9-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2020-10-021-0/+1
|\
| * memstick: Skip allocating card when removing hostKai-Heng Feng2020-09-281-0/+1
* | mm: memcg/slab: fix slab statistics in !SMP configurationRoman Gushchin2020-10-021-0/+5
* | pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2020-10-011-2/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-10-011-1/+1
|\ \
| * | arm64: permit ACPI core to map kernel memory used for table overridesArd Biesheuvel2020-09-301-1/+1
* | | Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-281-2/+2
|\ \ \
| * | | pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust2020-09-181-2/+2
* | | | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-1/+1
* | | | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-271-0/+10
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-261-0/+2
|\ \ \ \
| * | | | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-151-0/+2
* | | | | Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-261-2/+1
|\ \ \ \ \
| * | | | | block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu2020-09-251-2/+1
* | | | | | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-4/+7
* | | | | | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-262-4/+9
* | | | | | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-0/+10
* | | | | | Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-242-16/+4
|\ \ \ \ \ \
| * | | | | | media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-09-142-16/+4
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-09-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fs: fix cast in fsparam_u32hex() macroAlexey Dobriyan2020-09-161-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-2211-9/+21
|\ \ \ \ \ \ \
| * | | | | | | net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-3/+5
| * | | | | | | net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean2020-09-181-0/+1
| * | | | | | | net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-181-0/+1
| * | | | | | | ethtool: add and use message type for tunnel info replyMichal Kubecek2020-09-171-0/+1
| * | | | | | | net: sched: only keep the available bits when setting vxlan md->gbpXin Long2020-09-141-0/+3
| * | | | | | | ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-141-0/+1
| * | | | | | | netlink: fix doc about nlmsg_parse/nla_validateNicolas Dichtel2020-09-101-2/+0
| * | | | | | | net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.hMiaohe Lin2020-09-101-1/+1
| * | | | | | | net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov2020-09-091-0/+1
| * | | | | | | net: add __must_check to skb_put_padto()Eric Dumazet2020-09-091-3/+4
| * | | | | | | netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso2020-09-081-0/+1
| * | | | | | | netdevice.h: fix xdp_state kernel-doc warningRandy Dunlap2020-09-071-0/+1
| * | | | | | | netdevice.h: fix proto_down_reason kernel-doc warningRandy Dunlap2020-09-071-0/+1
* | | | | | | | Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-09-221-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-09-181-0/+5
| * | | | | | | | ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-181-2/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara2020-09-211-9/+8
* | | | | | | | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-201-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-161-4/+4
* | | | | | | | | Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-201-2/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dm: Call proper helper to determine dax supportJan Kara2020-09-201-2/+20
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-201-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | serial: core: fix console port-lock regressionJohan Hovold2020-09-161-0/+1
* | | | | | | | | | stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-1/+1
* | | | | | | | | | ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-2/+1
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-09-181-1/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones2020-09-171-1/+0
| |/ / / / / / / /
* | | | | | | | | Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-09-181-0/+1
|\ \ \ \ \ \ \ \ \