linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-20 15:19:03 to 2019-06-20 17:58:14 UTC [more...]

[PATCH] x86/build: Move _etext to actual end of .text
 2019-06-20 17:58 UTC  (4+ messages)

[PATCH 00/14] Add support to generate ABI documentation at admin-guide
 2019-06-20 17:55 UTC  (11+ messages)
` [PATCH 04/14] ABI: better identificate tables

[PATCH 1/1] dm: Update comment
 2019-06-20 17:50 UTC 

[PATCH] usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
 2019-06-20 17:50 UTC 

[PATCH 0/2] coresight: Set affinity to invalid for missing CPU phandle
 2019-06-20 17:43 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] coresight: Abort probe "

[PATCH v4 0/6] [PATCH v3 0/6] Enable THP for text section of non-shmem files
 2019-06-20 17:42 UTC  (9+ messages)
` [PATCH v4 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v4 2/6] filemap: update offset check "
` [PATCH v4 3/6] mm,thp: stats for file backed THP
` [PATCH v4 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v4 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v4 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH] mips: Remove q-accessors from non-64bit platforms
 2019-06-20 17:40 UTC  (2+ messages)

[PATCH] Coccinelle: Add a SmPL script for the reconsideration of redundant dev_err() calls
 2019-06-20 17:30 UTC 

[PATCH] structleak: disable BYREF_ALL in combination with KASAN_STACK
 2019-06-20 17:35 UTC  (2+ messages)

[PATCH 1/3] usb: musb: dma: Correct parameter passed to IRQ handler
 2019-06-20 17:34 UTC  (3+ messages)
` [PATCH 2/3] usb: musb: dma: Add support for shared IRQ
` [PATCH 3/3] usb: musb: jz4740: Add support for DMA

[PATCH v2 00/22] Add ABI and features docs to the Kernel documentation
 2019-06-20 17:23 UTC  (23+ messages)
` [PATCH v2 01/22] ABI: sysfs-bus-pci-devices-aer_stats uses an invalid tag
` [PATCH v2 02/22] ABI: Fix KernelVersion tags
` [PATCH v2 03/22] scripts: add an script to parse the ABI files
` [PATCH v2 04/22] scripts/get_abi.pl: parse files with text at beginning
` [PATCH v2 05/22] scripts/get_abi.pl: avoid use literal blocks when not needed
` [PATCH v2 06/22] scripts/get_abi.pl: split label naming from xref logic
` [PATCH v2 07/22] scripts/get_abi.pl: add support for searching for ABI symbols
` [PATCH v2 08/22] scripts/get_abi.pl: represent what in tables
` [PATCH v2 09/22] scripts/get_abi.pl: fix parse issues with some files
` [PATCH v2 10/22] scripts/get_abi.pl: avoid creating duplicate names
` [PATCH v2 11/22] scripts/get_abi.pl: add a handler for invalid "where" tag
` [PATCH v2 12/22] scripts/get_abi.pl: add a validate command
` [PATCH v2 13/22] doc-rst: add ABI documentation to the admin-guide book
` [PATCH v2 14/22] docs: sphinx/kernel_abi.py: fix UTF-8 support
` [PATCH v2 15/22] sphinx/kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH v2 16/22] docs: Kconfig/Makefile: add a check for broken ABI files
` [PATCH v2 17/22] docs: kernel_abi.py: Update copyrights
` [PATCH v2 18/22] doc: ABI scripts: add a SPDX header file
` [PATCH v2 19/22] scripts: add a script to handle Documentation/features
` [PATCH v2 20/22] docs: admin-guide, x86: add a features list
` [PATCH v2 21/22] scripts/get_feat.pl: handle ".." special case
` [PATCH v2 22/22] scripts/get_abi.pl: change script to allow parsing in ReST mode

[PATCH 0/3] RK3288 Gamma LUT
 2019-06-20 17:25 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: display: rockchip: document VOP gamma LUT address
` [PATCH 2/3] drm/rockchip: Add optional support for CRTC gamma LUT

[PATCH v7 0/5] MTD: Add Initial HyperBus support
 2019-06-20 17:22 UTC  (6+ messages)
` [PATCH v7 1/5] mtd: cfi_cmdset_0002: Add support for polling status register
` [PATCH v7 2/5] dt-bindings: mtd: Add binding documentation for HyperFlash
` [PATCH v7 3/5] mtd: Add support for HyperBus memory devices
` [PATCH v7 4/5] dt-bindings: mtd: Add bindings for TI's AM654 HyperBus memory controller
` [PATCH v7 5/5] mtd: hyperbus: Add driver for TI's "

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-06-20 17:23 UTC  (33+ messages)
` [RFC PATCH 01/28] block: Introduce DMA direct request type
` [RFC PATCH 02/28] block: Add dma_vec structure
` [RFC PATCH 03/28] block: Warn on mis-use of dma-direct bios
` [RFC PATCH 04/28] block: Never bounce "
` [RFC PATCH 05/28] block: Skip dma-direct bios in bio_integrity_prep()
` [RFC PATCH 06/28] block: Support dma-direct bios in bio_advance_iter()
` [RFC PATCH 07/28] block: Use dma_vec length in bio_cur_bytes() for dma-direct bios
` [RFC PATCH 08/28] block: Introduce dmavec_phys_mergeable()
` [RFC PATCH 09/28] block: Introduce vec_gap_to_prev()
` [RFC PATCH 10/28] block: Create generic vec_split_segs() from bvec_split_segs()
` [RFC PATCH 11/28] block: Create blk_segment_split_ctx
` [RFC PATCH 12/28] block: Create helper for bvec_should_split()
` [RFC PATCH 13/28] block: Generalize bvec_should_split()
` [RFC PATCH 14/28] block: Support splitting dma-direct bios
` [RFC PATCH 15/28] block: Support counting dma-direct bio segments
` [RFC PATCH 16/28] block: Implement mapping dma-direct requests to SGs in blk_rq_map_sg()
` [RFC PATCH 17/28] block: Introduce queue flag to indicate support for dma-direct bios
` [RFC PATCH 18/28] block: Introduce bio_add_dma_addr()
` [RFC PATCH 19/28] nvme-pci: Support dma-direct bios
` [RFC PATCH 20/28] IB/core: Introduce API for initializing a RW ctx from a DMA address
` [RFC PATCH 21/28] nvmet: Split nvmet_bdev_execute_rw() into a helper function
` [RFC PATCH 22/28] nvmet: Use DMA addresses instead of struct pages for P2P
` [RFC PATCH 23/28] nvme-pci: Remove support for PCI_P2PDMA requests
` [RFC PATCH 24/28] block: Remove PCI_P2PDMA queue flag
` [RFC PATCH 25/28] IB/core: Remove P2PDMA mapping support in rdma_rw_ctx
` [RFC PATCH 26/28] PCI/P2PDMA: Remove SGL helpers
` [RFC PATCH 27/28] PCI/P2PDMA: Remove struct pages that back P2PDMA memory
` [RFC PATCH 28/28] memremap: Remove PCI P2PDMA page memory type

[PATCH 0/3] Add dirty range scoping to jbd2
 2019-06-20 17:22 UTC  (5+ messages)
` [PATCH 2/3] jbd2: introduce jbd2_inode dirty range scoping

switch the remaining architectures to use generic GUP v3
 2019-06-20 17:21 UTC  (6+ messages)
` [PATCH 16/16] mm: pass get_user_pages_fast iterator arguments in a structure

[PATCH 0/2] Fix misuse of blk_rq_stats in blk-iolatency
 2019-06-20 17:18 UTC  (3+ messages)

[PATCH 1/3] drm/stm: drv: fix suspend/resume
 2019-06-20 17:12 UTC  (2+ messages)

[PATCH] regulator: qcom_spmi: Do NULL check for lvs
 2019-06-20 17:13 UTC  (2+ messages)

[PATCH 0/5] usb: xhci: Add support for Renesas USB controllers
 2019-06-20 17:07 UTC  (7+ messages)
` [PATCH 1/5] usb: xhci: add firmware loader for uPD720201 and uPD720202 w/o ROM
` [PATCH 5/5] usb: xhci: allow multiple firmware versions

[PATCH] watchdog: convert remaining drivers to use SPDX license identifier
 2019-06-20 17:07 UTC  (2+ messages)

[PATCH net-next v1] net: stmmac: initialize the reset delay array
 2019-06-20 17:07 UTC  (3+ messages)

[PATCH] arm64: dts: fsl: librem5: enable the SNVS power key
 2019-06-20 17:05 UTC 

[PATCH] arm64: dts: fsl: librem5: Limit the USB to 5V
 2019-06-20 17:04 UTC 

[PATCHSET v2 btrfs/for-next] blkcg, btrfs: fix cgroup writeback support
 2019-06-20 17:02 UTC  (8+ messages)
` [PATCH 2/9] blkcg, writeback: Add wbc->no_wbc_acct
` [PATCH 4/9] blkcg: implement REQ_CGROUP_PUNT

[PATCH v10 00/13] mm: Sub-section memory hotplug support
 2019-06-20 17:00 UTC  (9+ messages)
` [PATCH v10 08/13] mm/sparsemem: Prepare for sub-section ranges

[GIT PULL] arm64: fixes for -rc6
 2019-06-20 16:59 UTC 

[PATCH V4 1/2] PCI: dwc: Add API support to de-initialize host
 2019-06-20 16:52 UTC  (11+ messages)

[PATCH V2 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-06-20 16:50 UTC  (7+ messages)
` [PATCH V2 1/2] DT: mailbox: add binding doc for the ARM SMC mailbox
` [PATCH V2 2/2] mailbox: introduce ARM SMC based mailbox

mmotm 2019-06-19-20-32 uploaded
 2019-06-20 16:44 UTC  (3+ messages)
` mmotm 2019-06-19-20-32 uploaded (drivers/base/memory.c)

[PATCH] dmaengine: tegra210-adma: fix transfer failure
 2019-06-20 16:43 UTC  (3+ messages)

[RFC PATCH v2 01/11] KVM: SVM: Add KVM_SEV SEND_START command
 2019-06-20 16:38 UTC  (11+ messages)
` [RFC PATCH v2 02/11] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [RFC PATCH v2 03/11] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [RFC PATCH v2 04/11] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [RFC PATCH v2 05/11] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [RFC PATCH v2 07/11] KVM: x86: Add AMD SEV specific Hypercall3
` [RFC PATCH v2 06/11] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [RFC PATCH v2 08/11] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [RFC PATCH v2 09/11] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl
` [RFC PATCH v2 10/11] mm: x86: Invoke hypercall when page encryption status is changed
` [RFC PATCH v2 11/11] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl

[PATCH] kexec: fix warnig of crash_zero_bytes in crash.c
 2019-06-20 16:39 UTC  (2+ messages)

[GIT PULL] KVM changes for 5.2-rc6
 2019-06-20 16:38 UTC 

[PATCH 1/3] tools: memory-model: Expand definition of barrier
 2019-06-20 16:37 UTC  (2+ messages)

[PATCH v2 0/6] mm: Further memory block device cleanups
 2019-06-20 16:37 UTC  (4+ messages)
` [PATCH v2 4/6] mm/memory_hotplug: Rename walk_memory_range() and pass start+size instead of pfns

[PATCH v7 0/6] Add support for Orange Pi 3
 2019-06-20 16:34 UTC  (5+ messages)
` [PATCH v7 5/6] drm: sun4i: Add support for enabling DDC I2C bus to sun8i_dw_hdmi glue
  ` [linux-sunxi] "
` [linux-sunxi] [PATCH v7 0/6] Add support for Orange Pi 3

blk-cgroup cleanups
 2019-06-20 16:32 UTC  (2+ messages)

[PATCH v2 1/3] x86/cpu: Create Zhaoxin processors architecture support file
 2019-06-20 16:29 UTC  (2+ messages)

[RFC] sched,cfs: flatten CPU controller runqueues
 2019-06-20 16:29 UTC  (4+ messages)
` [PATCH 5/8] sched,cfs: use explicit cfs_rq of parent se helper

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-20 16:27 UTC  (2+ messages)

[PATCH v5 0/5] x86/umwait: Enable user wait instructions
 2019-06-20 16:25 UTC  (2+ messages)

[PATCH v2 0/9] drm/sun4i: Allwinner R40 MIPI-DSI support
 2019-06-20 16:24 UTC  (10+ messages)
` [PATCH v2 5/9] drm/sun4i: tcon_top: Register clock gates in probe
  ` [linux-sunxi] "

[PATCH 0/3] rtc: pcf8563: Fix unhandled interrupt storm
 2019-06-20 16:22 UTC  (2+ messages)

linux-next: build failure after merge of the akpm-current tree
 2019-06-20 16:20 UTC  (2+ messages)

[PATCH v2 0/3] DCMI bridge support
 2019-06-20 16:17 UTC  (8+ messages)
` [PATCH v2 1/3] media: stm32-dcmi: improve sensor subdev naming
` [PATCH v2 2/3] media: stm32-dcmi: add media controller support
` [PATCH v2 3/3] media: stm32-dcmi: add support of several sub-devices

[PATCH] mm: fix regression with deferred struct page init
 2019-06-20 16:10 UTC  (2+ messages)

[PATCH v3 0/9] Multicolor Framework update
 2019-06-20 16:10 UTC  (3+ messages)
` [PATCH v3 6/9] leds: multicolor: Introduce a multicolor class definition

[PATCH v2 0/8] staging: erofs: decompression inplace approach
 2019-06-20 16:07 UTC  (9+ messages)
` [PATCH v2 1/8] staging: erofs: add compacted ondisk compression indexes
` [PATCH v2 2/8] staging: erofs: add compacted compression indexes support
` [PATCH v2 3/8] staging: erofs: move per-CPU buffers implementation to utils.c
` [PATCH v2 4/8] staging: erofs: move stagingpage operations to compress.h
` [PATCH v2 5/8] staging: erofs: introduce generic decompression backend
` [PATCH v2 6/8] staging: erofs: introduce LZ4 decompression inplace
` [PATCH v2 7/8] staging: erofs: switch to new decompression backend
` [PATCH v2 8/8] staging: erofs: integrate decompression inplace

[PATCH] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind
 2019-06-20 16:08 UTC  (11+ messages)

[PATCH] ASoC: rk3399_gru_sound: Support 32, 44.1 and 88.2 kHz sample rates
 2019-06-20 16:08 UTC  (3+ messages)

[PATCH] irqchip/gic-pm: remove PM_CLK dependency
 2019-06-20 16:03 UTC  (2+ messages)

[PATCH] dmaengine: tegra210-adma: remove PM_CLK dependency
 2019-06-20 16:02 UTC  (2+ messages)

[PATCH] bus: tegra-aconnect: remove PM_CLK dependency
 2019-06-20 16:02 UTC  (2+ messages)

[PATCH] time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
 2019-06-20 16:01 UTC  (3+ messages)

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-20 15:57 UTC  (9+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD

[PATCH 1/2] lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o
 2019-06-20 15:55 UTC  (4+ messages)
` [PATCH 2/2] lib/raid6: refactor unroll rules with pattern rules

[PATCH 3/3] tools: memory-model: Improve data-race detection
 2019-06-20 15:55 UTC 

[PATCH 2/3] tools: memory-model: Change definition of rcu-fence
 2019-06-20 15:55 UTC 

[PATCH] mtd: mtd-abi: Don't use C++ comments
 2019-06-20 15:55 UTC 

[PATCH] kbuild: Remove unnecessary -Wno-unused-value
 2019-06-20 15:52 UTC  (2+ messages)

[PATCH net-next] netfilter: ipv6: Fix build error without CONFIG_IPV6
 2019-06-20 15:50 UTC  (3+ messages)

[PATCH] mm: memcg/slab: properly handle kmem_caches reparented to root_mem_cgroup
 2019-06-20 15:48 UTC 

[PATCH] kbuild: Enable -Wuninitialized
 2019-06-20 15:45 UTC  (2+ messages)

[PATCH RESEND] mmc: core: try to use an id from the devicetree
 2019-06-20 15:37 UTC  (2+ messages)

[PATCH] slub: Don't panic for memcg kmem cache creation failure
 2019-06-20 15:35 UTC  (4+ messages)

[PATCH 0/6] Add minimal boot support for IPQ6018
 2019-06-20 15:32 UTC  (4+ messages)
` [PATCH 5/6] arm64: dts: Add ipq6018 SoC and CP01 board support

[PATCH] irqchip/mmp: do not use of_address_to_resource() to get mux regs
 2019-06-20 15:21 UTC 

[PATCH -next] inet: fix compilation warnings in fqdir_pre_exit()
 2019-06-20 15:21 UTC  (2+ messages)

[PATCH RFC] mm: fix regression with deferred struct page init
 2019-06-20 15:20 UTC  (3+ messages)

[PATCH v2 00/12] Clean up "mediatek,larb" after adding device_link
 2019-06-20 15:20 UTC  (3+ messages)
` [PATCH v2 05/12] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put

[PATCH v2 0/3] Add dirty range scoping to jbd2
 2019-06-20 15:18 UTC  (3+ messages)
` [PATCH v2 2/3] jbd2: introduce jbd2_inode dirty range scoping
` [PATCH v2 3/3] ext4: use "

[GIT PULL] MFD fixes for v5.2
 2019-06-20 15:18 UTC  (6+ messages)
` [PATCH] mfd: stmfx: Fix an endian bug in stmfx_irq_handler()


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