linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-03 01:05:08 to 2019-06-03 07:16:12 UTC [more...]

[RFCv2 0/6] introduce memory hinting API for external process
 2019-06-03  7:16 UTC  (7+ messages)
` [RFCv2 1/6] mm: introduce MADV_COLD

[PATCH] treewide: fix typos of SPDX-License-Identifier
 2019-06-03  7:07 UTC  (2+ messages)

[RFC PATCH] powerpc/book3e: KASAN Full support for 64bit
 2019-06-03  7:06 UTC  (3+ messages)

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-03  7:05 UTC  (4+ messages)
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout

[PATCH 0/2] Add support for Amazon's Annapurna Labs EDAC for L1/L2
 2019-06-03  6:56 UTC  (5+ messages)
` [PATCH 2/2] edac: add support for Amazon's Annapurna Labs EDAC

KASAN: user-memory-access Read in ip6_hold_safe (3)
 2019-06-03  6:56 UTC  (3+ messages)

[PATCH v6 0/7] RMRR related fixes and enhancements
 2019-06-03  6:53 UTC  (8+ messages)
` [PATCH v6 1/7] iommu: Fix a leak in iommu_insert_resv_region
` [PATCH v6 2/7] iommu/vt-d: Duplicate iommu_resv_region objects per device list
` [PATCH v6 3/7] iommu/vt-d: Introduce is_downstream_to_pci_bridge helper
` [PATCH v6 4/7] iommu/vt-d: Handle RMRR with PCI bridge device scopes
` [PATCH v6 5/7] iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions
` [PATCH v6 6/7] iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions
` [PATCH v6 7/7] iommu/vt-d: Differentiate relaxable and non relaxable RMRRs

switch nios2 and microblaze to use the generic uncached segement support
 2019-06-03  6:53 UTC  (3+ messages)
` [PATCH 1/2] nios2: use the generic uncached segment support in dma-direct
` [PATCH 2/2] microblaze: "

[RFC] printk/sysrq: Don't play with console_loglevel
 2019-06-03  6:51 UTC  (5+ messages)

[PATCH v2 0/7] perf diff: diff cycles at basic block level
 2019-06-03 14:36 UTC  (9+ messages)
` [PATCH v2 1/7] perf util: Create block_info structure
` [PATCH v2 2/7] perf util: Add block_info in hist_entry
` [PATCH v2 3/7] perf diff: Check if all data files with branch stacks
` [PATCH v2 4/7] perf diff: Use hists to manage basic blocks per symbol
` [PATCH v2 5/7] perf diff: Link same basic blocks among different data files
` [PATCH v2 6/7] perf diff: Print the basic block cycles diff
` [PATCH v2 7/7] perf diff: Documentation -c cycles option

provide generic support for uncached segements in dma-direct
 2019-06-03  6:49 UTC  (11+ messages)
` [PATCH 5/7] MIPS: use the generic uncached segment support "
        ` [PATCH 5/7 v2] "
  ` [PATCH 2/7] au1100fb: fix DMA API abuse

[PATCH V3 0/6] csky: Add pmu hardware sampling support
 2019-06-03  6:46 UTC  (7+ messages)
` [PATCH V3 1/6] csky: Init pmu as a device
` [PATCH V3 2/6] csky: Add reg-io-width property for csky pmu
` [PATCH V3 3/6] csky: Add pmu interrupt support
` [PATCH V3 4/6] dt-bindings: csky: Add csky PMU bindings
` [PATCH V3 5/6] csky: Fixup some error count in 810 & 860
` [PATCH V3 6/6] csky: Fix perf record in kernel/user space

[PATCH V2 0/4] arm64/mm: Clean ups for do_page_fault()
 2019-06-03  6:41 UTC  (5+ messages)
` [PATCH V2 1/4] arm64/mm: Drop mmap_sem before calling __do_kernel_fault()
` [PATCH V2 2/4] arm64/mm: Drop task_struct argument from __do_page_fault()
` [PATCH V2 3/4] arm64/mm: Consolidate page fault information capture
` [PATCH V2 4/4] arm64/mm: Drop local variable vm_fault_t from __do_page_fault()

[RFC 0/6] Harden list_for_each_entry_rcu() and family
 2019-06-03  6:42 UTC  (6+ messages)
` [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry

[rcu] kernel BUG at include/linux/pagemap.h:149!
 2019-06-03  6:42 UTC  (16+ messages)
          ` rcu_read_lock lost its compiler barrier

linux-next: Tree for Jun 3
 2019-06-03  6:38 UTC 

[PATCHv2 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-03  6:34 UTC  (2+ messages)
` [PATCHv2 2/2] mm/gup: rename nr as nr_pinned "

[PATCH v1 0/2] Adds slave pipeline support
 2019-06-03  6:31 UTC  (3+ messages)
` [PATCH v1 1/2] drm/komeda: Add "
` [PATCH v1 2/2] drm/komeda: Adds komeda_kms_drop_master

[PATCH] ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefix
 2019-06-03  6:31 UTC 

[RFC PATCH 0/9] security: x86/sgx: SGX vs. LSM
 2019-06-03  6:29 UTC  (13+ messages)
` [RFC PATCH 3/9] x86/sgx: Allow userspace to add multiple pages in single ioctl()
` [RFC PATCH 4/9] mm: Introduce vm_ops->mprotect()
` [RFC PATCH 5/9] x86/sgx: Restrict mapping without an enclave page to PROT_NONE
` [RFC PATCH 6/9] x86/sgx: Require userspace to provide allowed prots to ADD_PAGES
` [RFC PATCH 7/9] x86/sgx: Enforce noexec filesystem restriction for enclaves
` [RFC PATCH 8/9] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX

[PATCH] of/device: add blacklist for iommu dma_ops
 2019-06-03  6:20 UTC  (5+ messages)

[PATCH 0/7] NCR5380 drivers: fixes and improvements
 2019-06-03  6:23 UTC  (5+ messages)
` [PATCH 5/7] scsi: mac_scsi: Fix pseudo DMA implementation, take 2

[PATCH v4 5/8] mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdevice
 2019-06-03  6:22 UTC  (11+ messages)
` [PATCH v5] "

linux-next: runtime failure of next-20190603
 2019-06-03  6:22 UTC 

[v4 0/7] Support dsi for mt8183
 2019-06-03  6:12 UTC  (10+ messages)
` [v4 1/7] drm/mediatek: move mipi_dsi_host_register to probe
` [v4 2/7] drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701
` [v4 3/7] drm/mediatek: add dsi reg commit disable control
` [v4 6/7] drm/mediatek: change the dsi phytiming calculate method

[PATCH 1/2] staging: rtl8188eu: remove redundant definition of ETH_ALEN
 2019-06-03  6:10 UTC  (3+ messages)

[PATCH v3 1/2] mt76: mt7615: enable support for mesh
 2019-06-03  6:08 UTC  (2+ messages)
` [PATCH v3 2/2] mt76: mt7615: fix slow performance when enable encryption

linux kernel page allocation failure and tuning of page cache
 2019-06-03  5:37 UTC  (5+ messages)
  ` [External] "

[PATCH 00/22] perf intel-pt: Add support for instructions-per-cycle (IPC)
 2019-06-03  5:50 UTC  (4+ messages)
` [PATCH 18/22] perf scripts python: exported-sql-viewer.py: Add IPC information to the Branch reports

[PATCH v2 0/8] EFI Specific Purpose Memory Support
 2019-06-03  5:41 UTC  (3+ messages)
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-03  5:36 UTC  (5+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD
` [PATCH v1 2/4] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v1 3/4] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v1 4/4] mm: introduce MADV_PAGEOUT

[PATCH] regulator: bd718x7: Drop unused include
 2019-06-03  5:32 UTC  (2+ messages)

[PATCH] regulator: bd70528: Drop unused include
 2019-06-03  5:31 UTC  (2+ messages)

[GIT] Sparc
 2019-06-03  5:21 UTC 

INFO: trying to register non-static key in del_timer_sync (2)
 2019-06-03  5:20 UTC  (3+ messages)
` [EXT] "

[PATCH] sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD
 2019-06-03  5:16 UTC  (2+ messages)

[PATCH] mdesc: fix a missing-check bug in get_vdev_port_node_info()
 2019-06-03  5:15 UTC  (2+ messages)

[PATCHv6 0/6] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-06-03  5:12 UTC  (3+ messages)
` [PATCHv6 5/6] arm64: dts: lx2160a: Add PCIe controller DT nodes

[PATCH v3 0/3] Allow custom PCI resource alignment on pseries
 2019-06-03  5:02 UTC  (10+ messages)
` [PATCH v3 1/3] PCI: Introduce pcibios_ignore_alignment_request

linux-next: manual merge of the akpm-current tree with the dma-mapping tree
 2019-06-03  5:01 UTC 

[RFC] mm: Generalize notify_page_fault()
 2019-06-03  4:53 UTC  (7+ messages)

[PATCH] sched/fair: don't restart enqueued cfs quota slack timer
 2019-06-03  4:43 UTC 

[PATCH] PCI: endpoint: Add DMA to Linux PCI EP Framework
 2019-06-03  4:42 UTC  (17+ messages)

[PATCH 0/7] Add HDMI audio support on RK3288 veyron board
 2019-06-03  4:32 UTC  (8+ messages)
` [PATCH 1/7] video: add HDMI state notifier support
` [PATCH 2/7] ASoC: hdmi-codec: use HDMI state notifier to add jack support
` [PATCH 3/7] drm/bridge/synopsys: dw-hdmi: Add HDMI notifier support
` [PATCH 4/7] ASoC: rockchip_max98090: Add dai_link for HDMI
` [PATCH 5/7] ASoC: rockchip: rockchip-max98090: Add node "
` [PATCH 6/7] ASoC: rockchip_max98090: Add HDMI jack support
` [PATCH 7/7] ARM: dts: rockchip: Specify HDMI node to sound card node

[PATCH] cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending
 2019-06-03  4:31 UTC 

[PATCH 00/15] Slab Movable Objects (SMO)
 2019-06-03  4:26 UTC  (16+ messages)
` [PATCH 01/15] slub: Add isolate() and migrate() methods
` [PATCH 02/15] tools/vm/slabinfo: Add support for -C and -M options
` [PATCH 03/15] slub: Sort slab cache list
` [PATCH 04/15] slub: Slab defrag core
` [PATCH 05/15] tools/vm/slabinfo: Add remote node defrag ratio output
` [PATCH 06/15] tools/vm/slabinfo: Add defrag_used_ratio output
` [PATCH 07/15] tools/testing/slab: Add object migration test module
` [PATCH 08/15] tools/testing/slab: Add object migration test suite
` [PATCH 09/15] lib: Separate radix_tree_node and xa_node slab cache
` [PATCH 10/15] xarray: Implement migration function for xa_node objects
` [PATCH 11/15] tools/testing/slab: Add XArray movable objects tests
` [PATCH 12/15] dcache: Provide a dentry constructor
` [PATCH 13/15] dcache: Implement partial shrink via Slab Movable Objects
` [PATCH 14/15] slub: Enable moving objects to/from specific nodes
` [PATCH 15/15] slub: Enable balancing slabs across nodes

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-06-03  4:26 UTC  (8+ messages)
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO

[PATCH] sched/core: add __sched tag for io_schedule()
 2019-06-03  4:25 UTC  (3+ messages)

[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-06-03  4:17 UTC  (12+ messages)

[PATCH] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-03  4:06 UTC  (6+ messages)

[PATCH 0/2] Add MediaTek I3C master controller driver
 2019-06-03  3:51 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: i3c: Document MediaTek I3C master bindings
` [PATCH 2/2] i3c: master: Add driver for MediaTek IP

[PATCH v10 0/7] Add support for mt8183 SCP
 2019-06-03  3:45 UTC  (8+ messages)
` [PATCH v10 1/7] dt-bindings: Add a binding for Mediatek SCP
` [PATCH v10 2/7] remoteproc/mediatek: add SCP support for mt8183
` [PATCH v10 3/7] remoteproc: mt8183: add reserved memory manager API
` [PATCH v10 4/7] rpmsg: add rpmsg support for mt8183 SCP
` [PATCH v10 5/7] dt-bindings: Add binding for cros-ec-rpmsg
` [PATCH v10 6/7] mfd: cros_ec: differentiate SCP from EC by feature bit
` [PATCH v10 7/7] arm64: dts: mt8183: add scp node

[PATCH v7 1/1] f2fs: ioctl for removing a range from F2FS
 2019-06-03  3:42 UTC 

[PATCH] scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_work
 2019-06-03  3:23 UTC  (3+ messages)

[PATCH] ipvlan: Don't propagate IFF_ALLMULTI changes on down interfaces
 2019-06-03  3:23 UTC 

[PATCH] drm/radeon: avoid a possible arrary overflow
 2019-06-03  3:02 UTC 

[v4 0/3] Support mipitx for mt8183
 2019-06-03  2:53 UTC  (3+ messages)
` [v4 3/3] drm/mediatek: add mipi_tx driver "

[PATCH] arm64: dts: imx8mm: Fix build warnings
 2019-06-03  2:51 UTC  (3+ messages)

[PATCH 0/3] ACPI: New eject flow to remove devices cautiously
 2019-06-03  2:48 UTC  (4+ messages)
` [PATCH 3/3] ACPI / device_sysfs: Add eject show attr to monitor eject status

[PATCH v2 0/3] MediaTek Security random number generator support
 2019-06-03  2:39 UTC  (10+ messages)
` [PATCH v2 1/3] soc: mediatek: add SMC fid table for SIP interface
` [PATCH v2 2/3] dt-bindings: rng: update bindings for MediaTek ARMv8 SoCs
` [PATCH v2 3/3] hwrng: add mtk-sec-rng driver

[cgroup] c03cd7738a: BUG:KASAN:slab-out-of-bounds_in_c
 2019-06-03  2:35 UTC 

[netdevsim] 5fc494225c: kernel_selftests.net.psock_snd.sh.fail
 2019-06-03  2:34 UTC 

[PATCH] usb: dwc3: Enable the USB snooping
 2019-06-03  2:33 UTC  (8+ messages)

[KVM] 2ee567d31a: kernel_selftests.kvm.make_fail
 2019-06-03  2:31 UTC 

[PATCH] unicore32: check stack pointer in get_wchan
 2019-06-03  2:30 UTC 

[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-06-03  2:24 UTC  (4+ messages)

[PATCH v3] mtd: rawnand: Add Macronix NAND read retry support
 2019-06-03  2:42 UTC 

linux-next: build failure after merge of the clockevents tree
 2019-06-03  2:13 UTC 

[PATCH V2 net-next 00/10] code optimizations & bugfixes for HNS3 driver
 2019-06-03  2:09 UTC  (11+ messages)
` [PATCH V2 net-next 01/10] net: hns3: remove redundant core reset
` [PATCH V2 net-next 02/10] net: hns3: don't configure new VLAN ID into VF VLAN table when it's full
` [PATCH V2 net-next 03/10] net: hns3: fix VLAN filter restore issue after reset
` [PATCH V2 net-next 04/10] net: hns3: set the port shaper according to MAC speed
` [PATCH V2 net-next 05/10] net: hns3: add a check to pointer in error_detected and slot_reset
` [PATCH V2 net-next 06/10] net: hns3: set ops to null when unregister ad_dev
` [PATCH V2 net-next 07/10] net: hns3: add handling of two bits in MAC tunnel interrupts
` [PATCH V2 net-next 08/10] net: hns3: remove setting bit of reset_requests when handling mac "
` [PATCH V2 net-next 09/10] net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
` [PATCH V2 net-next 10/10] net: hns3: delay and separate enabling of NIC and ROCE HW errors

[PATCH v2 net-next] net: link_watch: prevent starvation when processing linkwatch wq
 2019-06-03  2:11 UTC  (5+ messages)

[v2, PATCH 0/4] complete dwmac-mediatek driver and fix flow control issue
 2019-06-03  1:58 UTC  (5+ messages)
` [v2, PATCH 1/4] net: stmmac: dwmac-mediatek: enable Ethernet power domain
` [v2, PATCH 2/4] net: stmmac: dwmac-mediatek: disable rx watchdog
` [v2, PATCH 3/4] net: stmmac: modify default value of tx-frames
` [v2, PATCH 4/4] net: stmmac: dwmac4: fix flow control issue

[PATCH] arm64: dts: imx8mm: Move gic node into soc node
 2019-06-03  1:50 UTC 

[PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver
 2019-06-03  1:42 UTC  (4+ messages)

[PATCH V2 1/3] dt-bindings: imx: Add clock binding doc for i.MX8MN
 2019-06-03  1:35 UTC  (3+ messages)
` [PATCH V2 2/3] clk: imx: Add support for i.MX8MN clock driver
` [PATCH V2 3/3] arm64: defconfig: Select CONFIG_CLK_IMX8MN by default

[PATCH v4] ARM: dts: aspeed: Add YADRO VESNIN BMC
 2019-06-03  1:28 UTC  (2+ messages)

[PATCH V2 1/3] dt-bindings: arm: imx: Add the soc binding for i.MX8MN
 2019-06-03  1:27 UTC  (3+ messages)
` [PATCH V2 2/3] arm64: dts: freescale: Add i.MX8MN dtsi support
` [PATCH V2 3/3] arm64: dts: freescale: Add i.MX8MN DDR4 EVK board support

[PATCH v4 0/9] iommu: Bounce page for untrusted devices
 2019-06-03  1:16 UTC  (10+ messages)
` [PATCH v4 1/9] PCI: Add dev_is_untrusted helper
` [PATCH v4 2/9] swiotlb: Split size parameter to map/unmap APIs
` [PATCH v4 3/9] swiotlb: Zero out bounce buffer for untrusted device
` [PATCH v4 4/9] iommu: Add bounce page APIs
` [PATCH v4 5/9] iommu/vt-d: Don't switch off swiotlb if use direct dma
` [PATCH v4 6/9] iommu/vt-d: Check whether device requires bounce buffer
` [PATCH v4 7/9] iommu/vt-d: Add trace events for domain map/unmap
` [PATCH v4 8/9] iommu/vt-d: Code refactoring for bounce map and unmap
` [PATCH v4 9/9] iommu/vt-d: Use bounce buffer for untrusted devices

[PATCH v2 net-next 00/10] PTP support for the SJA1105 DSA driver
 2019-06-03  1:07 UTC  (3+ messages)
` [PATCH v2 net-next 02/10] net: dsa: Add teardown callback for drivers

[PATCH 1/2] ARM: dts: qcom: msm8974-hammerhead: add touchscreen support
 2019-06-03  1:04 UTC  (2+ messages)
` [PATCH 2/2] ARM: qcom_defconfig: add support for USB networking


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).