linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 21:29:36 to 2020-05-29 01:05:48 UTC [more...]

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-29  1:05 UTC  (4+ messages)
` [RFC PATCH v12 05/11] time: Add mechanism to recognize clocksource in time_get_snapshot

[PATCH] scsi: esas2r: Replace kzalloc with kmalloc in the log message
 2020-05-29  1:02 UTC 

[PATCH] powerpc/nvram: Replace kmalloc with kzalloc in the error message
 2020-05-29  1:02 UTC 

[PATCH v7 0/4] MIPS: page fault handling optimization
 2020-05-29  0:59 UTC  (4+ messages)
` [PATCH v7 2/4] mm/memory.c: Update local TLB if PTE entry exists

[PATCH] PCI: Replace kmalloc with kzalloc in the comment/message
 2020-05-29  1:01 UTC 

[PATCH] net: atm: Replace kmalloc with kzalloc in the error message
 2020-05-29  1:01 UTC 

linux-next: manual merge of the nfsd tree with the nfs-anna tree
 2020-05-29  0:59 UTC 

[PATCH v5] mm: Proactive compaction
 2020-05-29  0:55 UTC  (5+ messages)

[PATCH v6] support gce on mt6779 platform
 2020-05-29  0:53 UTC  (4+ messages)
` [PATCH v6 08/16] soc: mediatek: cmdq: add write_s function

[PATCH -V3] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-29  0:43 UTC  (5+ messages)

[PATCHES] uaccess base
 2020-05-29  0:41 UTC  (34+ messages)
` [PATCHES] uaccess readdir
  ` [PATCH 4/6] switch readdir(2) to unsafe_copy_dirent_name()
    ` [PATCH 5/6] readdir.c: get compat_filldir() more or less in sync with filldir()
    ` [PATCH 6/6] readdir.c: get rid of the last __put_user(), drop now-useless access_ok()
` [PATCH 1/6] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
  ` [PATCH 2/6] uaccess: Selectively open read or write user access
  ` [PATCH 3/6] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCHES] uaccess __copy_from_user()
  ` [PATCH 1/2] firewire: switch ioctl_queue_iso to use of copy_from_user()
    ` [PATCH 2/2] pstore: switch to copy_from_user()
` [PATCHES] uaccess __copy_to_user()
  ` [PATCH 1/2] esas2r: don't bother with __copy_to_user()
    ` [PATCH 2/2] dlmfs: convert dlmfs_file_read() to copy_to_user()
` [PATCHES] uaccess __put_user()
  ` [PATCH 1/3] compat sysinfo(2): don't bother with field-by-field copyout
    ` [PATCH 2/3] scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()
    ` [PATCH 3/3] pcm_native: result of put_user() needs to be checked
` [PATCHES] uaccess comedi compat
  ` [PATCH 01/10] comedi: move compat ioctl handling to native fops
    ` [PATCH 02/10] comedi: get rid of indirection via translated_ioctl()
    ` [PATCH 03/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compat
    ` [PATCH 04/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compat
    ` [PATCH 05/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compat
    ` [PATCH 06/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compat
    ` [PATCH 07/10] comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()
    ` [PATCH 08/10] comedi: do_cmdtest_ioctl(): lift copyin/copyout into the caller
    ` [PATCH 09/10] comedi: do_cmd_ioctl(): "
` [PATCHES] uaccess i915
` [PATCH 1/5] i915: switch query_{topology,engine}_info() to copy_to_user()
  ` [PATCH 2/5] i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()
  ` [PATCH 3/5] i915 compat ioctl(): just use drm_ioctl_kernel()
  ` [PATCH 4/5] i915: alloc_oa_regs(): get rid of pointless access_ok()
  ` [PATCH 5/5] i915:get_engines(): "

[PATCH v5 0/6] New RISC-V Local Interrupt Controller Driver
 2020-05-29  0:33 UTC  (9+ messages)
` [PATCH v5 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v5 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v5 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v5 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH] [net-next] sfc: avoid an unused-variable warning
 2020-05-29  0:30 UTC  (3+ messages)

[PATCH] twist: allow converting pr_devel()/pr_debug() into printk(KERN_DEBUG)
 2020-05-29  0:28 UTC  (8+ messages)
` [PATCH v2] twist: allow converting pr_devel()/pr_debug() into snprintf()

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-05-29  0:00 UTC  (2+ messages)

[PATCH v2 0/4] TI K3 DSP remoteproc driver for C66x DSPs
 2020-05-29  0:23 UTC  (5+ messages)
` [PATCH v2 2/4] dt-bindings: remoteproc: Add bindings for C66x DSPs on TI K3 SoCs

[git pull] drm fixes for 5.7-rc8/final
 2020-05-29  0:21 UTC 

linux-next: manual merge of the s390 tree with Linus' tree
 2020-05-29  0:10 UTC 

[PATCH] powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc again
 2020-05-29  0:05 UTC  (6+ messages)

[PATCH v4 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-28 23:28 UTC  (3+ messages)
` [PATCH v4 16/16] dt-bindings: spi: Convert DW SPI binding to DT schema

[RFC, WIP, v6 00/10] media: vidtv: implement a virtual DVB driver
 2020-05-28 23:57 UTC  (9+ messages)
` [RFC, WIP, v6 01/10] media: vidtv: add Kconfig entry
` [RFC, WIP, v6 02/10] media: vidtv: implement a tuner driver
` [RFC, WIP, v6 03/10] media: vidtv: implement a demodulator driver

[PATCH v1 1/7] Bluetooth: Add definitions for advertisement monitor features
 2020-05-28 23:54 UTC  (7+ messages)
` [PATCH v1 2/7] Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES
` [PATCH v1 3/7] Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR
` [PATCH v1 4/7] Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR
` [PATCH v1 5/7] Bluetooth: Notify adv monitor added event
` [PATCH v1 6/7] Bluetooth: Notify adv monitor removed event
` [PATCH v1 7/7] Bluetooth: Update background scan and report device based on advertisement monitors

[PATCH] clk: qcom: Add missing msm8998 ufs_unipro_core_clk_src
 2020-05-28 23:54 UTC  (2+ messages)

[PATCH] nvmem: Enforce nvmem stride in the sysfs interface
 2020-05-28 23:53 UTC 

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-05-28 23:31 UTC  (10+ messages)

[PATCH v2 1/2] seccomp: notify user trap about unused filter
 2020-05-28 23:32 UTC  (3+ messages)

[PATCH v1 0/2] pwm: intel: Add PWM driver for new SoC
 2020-05-28 23:31 UTC  (3+ messages)
` [PATCH v1 1/2] Add YAML schema for a new PWM driver

[PATCH v3 0/2] Add cold interrupt support to tsens driver
 2020-05-28 23:32 UTC  (3+ messages)
` [PATCH v3 2/2] dt-bindings: thermal: tsens: Add cold interrupt support in yaml

[PATCH v2 0/9] sunxi: Support IRQ wakeup from deep sleep
 2020-05-28 23:50 UTC  (3+ messages)
` [PATCH v2 3/9] dt-bindings: irq: Add a compatible for the H3 R_INTC

[PATCH] trace/ftrace: fix maybe-uninitialized compiler warning
 2020-05-28 23:49 UTC  (2+ messages)

[PATCH net-next 00/12] net: hns3: misc updates for -next
 2020-05-28 23:39 UTC  (2+ messages)

[PATCH] clk: ingenic: Mark ingenic_tcu_of_match as __maybe_unused
 2020-05-28 23:47 UTC  (2+ messages)

[PATCH V2 net-next 0/2] net: hns3: adds two VLAN feature
 2020-05-28 23:46 UTC  (7+ messages)

[PATCH 0/8] R8A7742 add support for HSUSB and USB2.0/3.0
 2020-05-28 23:46 UTC  (11+ messages)
` [PATCH 1/8] dt-bindings: phy: rcar-gen2: Add r8a7742 support
` [PATCH 2/8] dt-bindings: PCI: pci-rcar-gen2: Add device tree support for r8a7742
` [PATCH 3/8] dt-bindings: usb: renesas,usbhs: Add "
` [PATCH 4/8] dt-bindings: dmaengine: renesas,usb-dmac: Add binding "
` [PATCH 5/8] dt-bindings: usb: usb-xhci: Document r8a7742 support

[PATCH 00/10] Enable GPU for SM8150 and SM8250
 2020-05-28 23:41 UTC  (3+ messages)
` [PATCH 05/10] dt-bindings: clock: Introduce SM8150 QCOM Graphics clock bindings

[PATCH v12 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-05-28 23:34 UTC  (6+ messages)
` [PATCH v12 1/4] power_supply: Add additional health properties to the header
` [PATCH v12 2/4] dt-bindings: power: Convert battery.txt to battery.yaml
` [PATCH v12 3/4] dt-bindings: power: Add the bindings for the bq2515x family of chargers
` [PATCH v12 4/4] power: supply: bq25150 introduce the bq25150

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2020-05-28 23:40 UTC  (3+ messages)
` [RFC][PATCH 5/7] irq_work, smp: Allow irq_work on call_single_queue

[PATCH] dt-bindings: dma: uart: mtk: fix example
 2020-05-28 23:40 UTC  (2+ messages)

[Patch 0/2] media: ti-vpe: Add the VIP driver
 2020-05-28 23:39 UTC  (3+ messages)
` [Patch 1/2] dt-binbings: media: ti-vpe: Document "

[PATCHv8 0/6] n_gsm serdev support and GNSS driver for droid4
 2020-05-28 23:38 UTC  (4+ messages)
` [PATCH 5/6] gnss: motmdm: Add support for Motorola Mapphone MDM6600 modem

[PATCH v4 net-next 0/4] vmxnet3: upgrade to version 4
 2020-05-28 23:27 UTC  (6+ messages)
` [PATCH v4 net-next 1/4] vmxnet3: prepare for version 4 changes
` [PATCH v4 net-next 2/4] vmxnet3: add support to get/set rx flow hash
` [PATCH v4 net-next 3/4] vmxnet3: add geneve and vxlan tunnel offload support
` [PATCH v4 net-next 4/4] vmxnet3: update to version 4

[PATCH V1 0/3] Internal voltage control for qcom SDHC
 2020-05-28 23:23 UTC  (4+ messages)
` [PATCH V2 "
  ` [PATCH V2 1/3] dt-bindings: mmc: Supply max load for mmc supplies

[PATCH] sched/headers: Fix sched_setattr userspace compilation breakage
 2020-05-28 23:23 UTC  (4+ messages)

[PATCH 5/5] dt-bindings: timer: Add CLINT bindings
 2020-05-28 23:18 UTC  (3+ messages)

[PATCH v4 1/2] clk: hisilicon: Use correct return value about hisi_reset_init()
 2020-05-28 23:15 UTC  (4+ messages)

[PATCH] iommu/vt-d: Fix compile warning
 2020-05-28 23:11 UTC  (2+ messages)

[PATCH v2 0/2] drivers: clk: zynqmp: Update fraction clock check from custom type flags
 2020-05-28 23:12 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH 0/6] x86/entry: disallow #DB more
 2020-05-28 23:05 UTC  (12+ messages)
` [PATCH 1/6] x86/entry: Introduce local_db_{save,restore}()
` [RFC][PATCH 6/6] x86/entry: Remove DBn stacks

[PATCH] net: qrtr: Allocate workqueue before kernel_bind
 2020-05-28 23:05 UTC 

[PATCH 0/9] DT: Improve validation for Marvell SoCs
 2020-05-28 23:05 UTC  (13+ messages)
` [PATCH v2 1/9] dt-bindings: mmc: Convert sdhci-pxa to json-schema
` [PATCH v2 3/9] dt-bindings: i2c: Convert i2c-pxa "
` [PATCH v2 5/9] dt-bindings: media: Convert marvell,mmp2-ccic "
` [PATCH v2 7/9] dt-bindings: spi: Convert spi-pxa2xx "
` [PATCH v2 9/9] dt-bindings: usb: Convert ehci-mv "

[PATCH] clk: add api to get clk consummer from clk_hw
 2020-05-28 23:03 UTC  (4+ messages)

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-28 23:02 UTC  (6+ messages)
` [PATCH RFCv2 9/9] arm64: Support async page fault

[PATCH][next] clk: intel: remove redundant initialization of variable rate64
 2020-05-28 23:00 UTC  (2+ messages)

[PATCH linux-rcu] docs/litmus-tests: add BPF ringbuf MPSC litmus tests
 2020-05-28 22:54 UTC 

[PATCH] Fix typo in the comment
 2020-05-28 22:53 UTC  (2+ messages)

[RFC PATCH 0/6] drm/bridge: Add mux input selection bridge
 2020-05-28 22:48 UTC  (4+ messages)
` [RFC PATCH 1/6] dt-bindings: display/bridge: Add binding for input mux bridge

[PATCH] soc: qcom: rpmh-rsc: Don't use ktime for timeout in write_tcs_reg_sync()
 2020-05-28 22:44 UTC  (2+ messages)

[PATCHv1 00/19] Improve SBS battery support
 2020-05-28 22:44 UTC  (2+ messages)

[PATCH 1/2] soc: sifive: l2 cache: Eliminate an unsigned zero compare warning
 2020-05-28 22:43 UTC  (2+ messages)
` [PATCH 2/2] soc: sifive: l2 cache: Mark l2_get_priv_group as static

[PATCH v11 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-05-28 22:42 UTC  (7+ messages)
` [PATCH v11 1/4] power_supply: Add additional health properties to the header
` [PATCH v11 4/4] power: supply: bq25150 introduce the bq25150

[PATCH] ASoC: dt-bindings: simple-card: care missing address #address-cells
 2020-05-28 22:39 UTC  (2+ messages)

[GIT PULL] sh: remove sh5 support
 2020-05-28 22:37 UTC  (8+ messages)

[PATCH 0/2] phy: qcom-usb-hs: Add DT controlled VBUS pullup waggle
 2020-05-28 22:34 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy-qcom-usb-hs-phy: Add qcom,enable-vbus-pullup

[PATCH] PM: runtime: Replace pm_runtime_callbacks_present()
 2020-05-28 22:33 UTC  (2+ messages)

[PATCH] nvme-tcp: constify static struct blk_mq_ops
 2020-05-28 22:33 UTC  (2+ messages)

linux-next: build failure after merge of the drm-intel-fixes tree
 2020-05-28 22:30 UTC 

[PATCH v4 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-28 22:24 UTC  (12+ messages)
` [PATCH v4 01/11] dt-bindings: dma: dw: Convert DW DMAC to DT binding
` [PATCH v4 02/11] dt-bindings: dma: dw: Add max burst transaction length property
` [PATCH v4 03/11] dmaengine: Introduce min burst length capability
` [PATCH v4 04/11] dmaengine: Introduce max SG list entries capability
` [PATCH v4 05/11] dmaengine: Introduce DMA-device device_caps callback
` [PATCH v4 06/11] dmaengine: dw: Take HC_LLP flag into account for noLLP auto-config
` [PATCH v4 07/11] dmaengine: dw: Set DMA device max segment size parameter
` [PATCH v4 08/11] dmaengine: dw: Add dummy device_caps callback
` [PATCH v4 09/11] dmaengine: dw: Initialize min_burst capability
` [PATCH v4 10/11] dmaengine: dw: Introduce max burst length hw config
` [PATCH v4 11/11] dmaengine: dw: Initialize max_sg_nents capability

[PATCH][next] drm/amdkfd: fix a dereference of pdd before it is null checked
 2020-05-28 22:24 UTC 

[PATCH v8 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-05-28 22:20 UTC  (3+ messages)

[PATCH v2 0/4] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-05-28 22:22 UTC  (8+ messages)
` [PATCH v2 1/4] gpio: gpiolib: Allow GPIO IRQs to lazy disable

[PATCHv2 0/6] Add initial genpd support for omap PRM driver
 2020-05-28 22:20 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: omap: Update PRM binding for genpd

[v1] drm/msm: add shutdown support for display platform_driver
 2020-05-28 22:20 UTC  (2+ messages)

[PATCH] tpm_tis_spi: Don't send anything during flow control
 2020-05-28 22:19 UTC 

[PATCH] bitops: simplify get_count_order_long()
 2020-05-28 22:18 UTC  (10+ messages)

Some -serious- BPF-related litmus tests
 2020-05-28 22:16 UTC  (14+ messages)

[PATCH] staging: tegra-video: fix V4L2 dependency
 2020-05-28 22:16 UTC  (2+ messages)

[PATCH V4] dt-bindings: thermal: Convert i.MX to json-schema
 2020-05-28 22:05 UTC  (2+ messages)

[PATCH net] net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
 2020-05-28 22:04 UTC  (8+ messages)

[PATCH v3 0/3] Add Qualcomm IPCC driver support
 2020-05-28 22:03 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: mailbox: Add devicetree binding for Qcom IPCC

[PATCH] dt-bindings: input: touchscreen: edt-ft5x06: change reg property
 2020-05-28 22:02 UTC  (5+ messages)

[PATCH v2 net-next 3/4] vmxnet3: add geneve and vxlan tunnel offload support
 2020-05-28 21:57 UTC  (5+ messages)

[RFC 00/17] dma-fence lockdep annotations
 2020-05-28 21:54 UTC  (3+ messages)
` [RFC 02/17] dma-fence: basic "

[PATCH] PCI: Relax ACS requirement for Intel RCiEP devices
 2020-05-28 21:54 UTC  (3+ messages)

[PATCH v2 1/3] dt-bindings: pinctrl: Convert ingenic,pinctrl.txt to YAML
 2020-05-28 21:45 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: memory: Convert ingenic,jz4780-nemc.txt "
` [PATCH v2 3/3] dt-bindings: mtd: Convert ingenic,jz4780-nand.txt "

[PATCH v3 12/14] spi: mxic: patch for octal DTR mode support
 2020-05-28 21:44 UTC  (2+ messages)

[PATCH v3 net-next 0/4] vmxnet3: upgrade to version 4
 2020-05-28 21:43 UTC  (6+ messages)
` [PATCH v3 net-next 1/4] vmxnet3: prepare for version 4 changes
` [PATCH v3 net-next 2/4] vmxnet3: add support to get/set rx flow hash
` [PATCH v3 net-next 3/4] vmxnet3: add geneve and vxlan tunnel offload support
` [PATCH v3 net-next 4/4] vmxnet3: update to version 4

[v1] drm/bridge: ensure bridge suspend happens during PM sleep
 2020-05-28 21:37 UTC  (3+ messages)

[PATCH] drm: pl111: add CONFIG_VEXPRESS_CONFIG dependency
 2020-05-28 21:36 UTC  (2+ messages)

[PATCH] perf/x86/rapl: fix rapl config variable bug
 2020-05-28 21:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).