summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet
2020-05-07netpoll: netpoll_send_skb() returns transmit statusEric Dumazet
2020-05-07netpoll: move netpoll_send_skb() out of lineEric Dumazet
2020-05-07netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet
2020-05-08module: Make module_enable_ro() static againJosh Poimboeuf
2020-05-08module: Remove module_disable_ro()Josh Poimboeuf
2020-05-08livepatch: Remove .klp.archPeter Zijlstra
2020-05-08livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman
2020-05-07exec: Make unlocking exec_update_mutex explictEric W. Biederman
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller
2020-05-07rpmsg: glink: Integrate glink_ssr in qcom_glinkBjorn Andersson
2020-05-07soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig
2020-05-07kgdb: Return true in kgdb_nmi_poll_knock()Jason Yan
2020-05-07kgdb: Fix spurious true from in_dbg_master()Daniel Thompson
2020-05-07cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-05-07Merge 'x86/urgent' into x86/cpuBorislav Petkov
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel
2020-05-06net: stricter validation of untrusted gso packetsWillem de Bruijn
2020-05-06Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov
2020-05-06timer: add fsleep for flexible sleepingHeiner Kallweit
2020-05-06Merge tag 'tag-chrome-platform-fixes-for-v5.7-rc5' of git://git.kernel.org/pu...Linus Torvalds
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle
2020-05-06kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver
2020-05-06firmware: tf: Different way of L2 cache enabling after LP2 suspendDmitry Osipenko
2020-05-06iopoll: Introduce read_poll_timeout_atomic macroKai-Heng Feng
2020-05-06usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue layer usePeter Chen
2020-05-05Input: lm8333 - update contact emailWolfram Sang
2020-05-06bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman
2020-05-05signal: refactor copy_siginfo_to_user32Christoph Hellwig
2020-05-05ARM: vexpress: Move vexpress_flags_set() into arch codeRob Herring
2020-05-05docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: convert mount_api.txt to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab
2020-05-05bus: mhi: core: Fix typo in commentJeffrey Hugo
2020-05-05bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo
2020-05-05bus: mhi: core: Remove link_status() callbackJeffrey Hugo
2020-05-05bus: mhi: Fix parsing of mhi_flagsManivannan Sadhasivam
2020-05-05i2c: use my kernel.org address from now onWolfram Sang
2020-05-05Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon