All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-25 03:20:02 to 2019-11-25 04:22:01 UTC [more...]

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25  4:20 UTC  (62+ messages)
` [PATCH 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
  ` [PATCH 09/19] IB/{core, hw, umem}: "
` [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 13/19] net/xdp: "
` [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 16/19] vfio, mm: "
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH] usb: gadget: f_ncm: fix wrong usb_ep
 2019-11-25  4:20 UTC  (2+ messages)

PCIPOCALYPSE
 2019-11-25  4:17 UTC  (6+ messages)
` [Very RFC 21/46] powernv/eeh: Rework finding an existing edev in probe_pdev()
` [Very RFC 22/46] powernv/eeh: Allocate eeh_dev's when needed

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-11-25  4:17 UTC  (4+ messages)
` [PATCH bpf-next 5/8] bpf: Allow selecting reuseport socket from a SOCKMAP

[PATCH 0/1] submodule: Fix 'submodule status' when called from a subdirectory
 2019-11-25  4:15 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] submodule: fix "
  ` [PATCH v3 0/1] submodule: Fix "
    ` [PATCH v3 1/1] submodule: fix "

[PATCHv2 1/1] RDMA/core: avoid kernel NULL pointer error
 2019-11-25  4:24 UTC 

[U-Boot] [PATCH v5 000/101] x86: Add initial support for apollolake
 2019-11-25  4:10 UTC  (102+ messages)
` [U-Boot] [PATCH v5 001/101] binman: Add a library to access binman entries
` [U-Boot] [PATCH v5 002/101] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v5 003/101] dm: core: Fix offset_to_ofnode() with invalid offset
` [U-Boot] [PATCH v5 004/101] dm: pci: Allow delaying auto-config until after relocation
` [U-Boot] [PATCH v5 005/101] dm: pci: Move pci_get_devfn() into a common file
` [U-Boot] [PATCH v5 006/101] net: Move the checksum functions to lib/
` [U-Boot] [PATCH v5 007/101] i2c: designware: Tidy up PCI support
` [U-Boot] [PATCH v5 008/101] i2c: designware: Avoid using static data
` [U-Boot] [PATCH v5 009/101] i2c: designware: Support use in SPL
` [U-Boot] [PATCH v5 010/101] x86: spi: Add helper functions for Intel Fast SPI
` [U-Boot] [PATCH v5 011/101] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH v5 012/101] board_r: Move early-timer init later
` [U-Boot] [PATCH v5 013/101] RFC: sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH v5 014/101] Revert "RFC: sandbox: net: Suppress the MAC-address warnings"
` [U-Boot] [PATCH v5 015/101] x86: timer: use a timer base of 0
` [U-Boot] [PATCH v5 016/101] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH v5 017/101] x86: Drop unnecessary cpu code for TPL
` [U-Boot] [PATCH v5 018/101] x86: Drop unnecessary interrupt "
` [U-Boot] [PATCH v5 019/101] x86: power: Add an ACPI PMC uclass
` [U-Boot] [PATCH v5 020/101] x86: sandbox: Add a PMC emulator and test
` [U-Boot] [PATCH v5 021/101] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v5 022/101] pci: Add support for p2sb uclass
` [U-Boot] [PATCH v5 023/101] sandbox: Disable mmio by default in tests
` [U-Boot] [PATCH v5 024/101] sandbox: Add PCI driver and test for p2sb
` [U-Boot] [PATCH v5 025/101] x86: Move UCLASS_IRQ into a separate file
` [U-Boot] [PATCH v5 026/101] sandbox: Add a test for IRQ
` [U-Boot] [PATCH v5 027/101] x86: Define the SPL image start
` [U-Boot] [PATCH v5 028/101] x86: Reduce mrccache record alignment size
` [U-Boot] [PATCH v5 029/101] x86: Correct mrccache find_next_mrc_cache() calculation
` [U-Boot] [PATCH v5 030/101] x86: Adjust mrccache_get_region() to use livetree
` [U-Boot] [PATCH v5 031/101] x86: Adjust mrccache_get_region() to support get_mmap()
` [U-Boot] [PATCH v5 032/101] x86: Add a new global_data member for the cache record
` [U-Boot] [PATCH v5 033/101] x86: Tidy up error handling in mrccache_save()
` [U-Boot] [PATCH v5 034/101] x86: Update mrccache to support multiple caches
` [U-Boot] [PATCH v5 035/101] x86: Add mrccache support for a 'variable' cache
` [U-Boot] [PATCH v5 036/101] x86: Don't export mrccache_update()
` [U-Boot] [PATCH v5 037/101] x86: Move fsp_prepare_mrc_cache() to fsp1 directory
` [U-Boot] [PATCH v5 038/101] x86: Set the DRAM banks to reflect real location
` [U-Boot] [PATCH v5 039/101] x86: Set up the MTRR for SDRAM
` [U-Boot] [PATCH v5 040/101] x86: Don't imply libfdt or SPI flash in TPL
` [U-Boot] [PATCH v5 041/101] x86: Allow removal of standard PCH drivers
` [U-Boot] [PATCH v5 042/101] x86: Allow interrupt to happen once
` [U-Boot] [PATCH v5 043/101] x86: fsp: Make graphics support common to FSP1/2
` [U-Boot] [PATCH v5 044/101] x86: fsp: Correct wrong header inlude in fsp_support.c
` [U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support
` [U-Boot] [PATCH v5 046/101] x86: fsp: Set up an MTRR for the graphics frame buffer
` [U-Boot] [PATCH v5 047/101] x86: fsp: Add a new arch_fsp_init_r() hook
` [U-Boot] [PATCH v5 048/101] x86: fsp: Allow remembering the location of FSP-S
` [U-Boot] [PATCH v5 049/101] x86: fsp: Make the notify API call common
` [U-Boot] [PATCH v5 050/101] x86: Don't include the BIOS emulator in TPL
` [U-Boot] [PATCH v5 051/101] x86: Add an option to include a FIT
` [U-Boot] [PATCH v5 052/101] x86: Add support for newer CAR schemes
` [U-Boot] [PATCH v5 053/101] x86: Disable microcode section for FSP2
` [U-Boot] [PATCH v5 054/101] x86: Update the fsp command "
` [U-Boot] [PATCH v5 055/101] x86: Update .dtsi file "
` [U-Boot] [PATCH v5 056/101] x86: Add an option to control the position of U-Boot
` [U-Boot] [PATCH v5 057/101] x86: Add an option to control the position of SPL
` [U-Boot] [PATCH v5 058/101] x86: Add an fdtmap and image-header
` [U-Boot] [PATCH v5 059/101] x86: Don't repeat microcode in U-Boot if not needed
` [U-Boot] [PATCH v5 060/101] x86: Separate out U-Boot and device tree in ROM image
` [U-Boot] [PATCH v5 061/101] x86: Make MSR_PKG_POWER_SKU common
` [U-Boot] [PATCH v5 062/101] spi: Correct operations check in dm_spi_xfer()
` [U-Boot] [PATCH v5 063/101] x86: spi: Don't enable SPI_FLASH_BAR by default
` [U-Boot] [PATCH v5 064/101] spi: ich: Move init function just above probe()
` [U-Boot] [PATCH v5 065/101] spi: ich: Move the protection/lockdown code into a function
` [U-Boot] [PATCH v5 066/101] spi: ich: Convert to livetree
` [U-Boot] [PATCH v5 067/101] spi: ich: Fix header order
` [U-Boot] [PATCH v5 068/101] spi: ich: Various small tidy-ups
` [U-Boot] [PATCH v5 069/101] spi: ich: Add mmio_base to struct ich_spi_platdata
` [U-Boot] [PATCH v5 070/101] dm: doc: Add a note about of-platdata and header files
` [U-Boot] [PATCH v5 071/101] spi: ich: Correct max-size bug in ich_spi_adjust_size()
` [U-Boot] [PATCH v5 072/101] spi: ich: Support of-platdata for fast-spi
` [U-Boot] [PATCH v5 073/101] spi: ich: Support hardware sequencing
` [U-Boot] [PATCH v5 074/101] spi: ich: Add support for get_mmap() method
` [U-Boot] [PATCH v5 075/101] spi: ich: Add TPL support
` [U-Boot] [PATCH v5 076/101] spi: ich: Add Apollo Lake support
` [U-Boot] [PATCH v5 077/101] mtd: spi: Export spi_flash_std_probe()
` [U-Boot] [PATCH v5 078/101] x86: Enable pinctrl in SPL and TPL
` [U-Boot] [PATCH v5 079/101] x86: Add low-power subsystem (lpss) support
` [U-Boot] [PATCH v5 080/101] x86: Add a generic Intel pinctrl driver
` [U-Boot] [PATCH v5 081/101] x86: Add a generic Intel GPIO driver
` [U-Boot] [PATCH v5 082/101] x86: Move qemu CPU fixup function into its own file
` [U-Boot] [PATCH v5 083/101] x86: apl: Add basic IO addresses
` [U-Boot] [PATCH v5 084/101] x86: apl: Add PMC driver
` [U-Boot] [PATCH v5 085/101] x86: apl: Add UART driver
` [U-Boot] [PATCH v5 086/101] x86: apl: Add pinctrl driver
` [U-Boot] [PATCH v5 087/101] i2c: designware: Add Apollo Lake support
` [U-Boot] [PATCH v5 088/101] x86: apl: Add systemagent driver
` [U-Boot] [PATCH v5 089/101] x86: apl: Add hostbridge driver
` [U-Boot] [PATCH v5 090/101] x86: apl: Add ITSS driver
` [U-Boot] [PATCH v5 091/101] x86: apl: Add LPC driver
` [U-Boot] [PATCH v5 092/101] x86: apl: Add PCH driver
` [U-Boot] [PATCH v5 093/101] x86: apl: Add PUNIT driver
` [U-Boot] [PATCH v5 094/101] x86: apl: Add SPL loaders
` [U-Boot] [PATCH v5 095/101] x86: apl: Add a CPU driver
` [U-Boot] [PATCH v5 096/101] x86: apl: Add SPL/TPL init
` [U-Boot] [PATCH v5 097/101] x86: apl: Add P2SB driver
` [U-Boot] [PATCH v5 098/101] x86: apl: Add Kconfig and Makefile
` [U-Boot] [PATCH v5 099/101] x86: apl: Add FSP structures
` [U-Boot] [PATCH v5 100/101] x86: apl: Add FSP support
` [U-Boot] [PATCH v5 101/101] x86: Add chromebook_coral

[linux-next:master] BUILD REGRESSION b9d3d01405061bb42358fe53f824e894a1922ced
 2019-11-25  4:05 UTC 

stable/linux-4.19.y boot: 74 boots: 0 failed, 74 passed (v4.19.86)
 2019-11-25  4:01 UTC 

null_handle_cmd() doesn't initialize data when reading
 2019-11-25  4:01 UTC  (4+ messages)

[PATCH net] sctp: get netns from asoc and ep base
 2019-11-25  3:59 UTC  (2+ messages)

[PATCH 0/2] can: xilinx_can: Bug fixes on can driver
 2019-11-25  3:58 UTC  (5+ messages)
` [PATCH 1/2] can: xilinx_can: skip error message on deferred probe

[PATCH -v5 00/17] Rewrite x86/ftrace to use text_poke (and more)
 2019-11-25  3:55 UTC  (2+ messages)

Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-11-25  3:54 UTC  (10+ messages)

[U-Boot] [PATCH v4] armv8: Add workaround for USB erratum A-050106
 2019-11-25  3:54 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/3] spi: nxp_fspi: new driver for the FlexSPI controller
 2019-11-25  3:50 UTC  (3+ messages)

[PATCH][v5] x86/resctrl: Add task resctrl information display
 2019-11-25  4:00 UTC 

[PATCH v2] io_uring: fix dead-hung for non-iter fixed rw
 2019-11-25  3:47 UTC  (7+ messages)

[PATCH] PCI: increase D3 delay for AMD Ryzen5/7 XHCI controllers
 2019-11-25  3:45 UTC  (5+ messages)

[GIT PULL] Crypto Update for 5.4
 2019-11-25  3:45 UTC  (2+ messages)
` [GIT PULL] Crypto Update for 5.5

[meta-oe][PATCH] googletest: move to release 1.10.0
 2019-11-25  3:41 UTC  (3+ messages)

[meta-oe][PATCH v2] googletest: move to release 1.10.0
 2019-11-25  3:40 UTC 

Help me fix a regression caused by 56b9918490 (PM: sleep: Simplify suspend-to-idle control flow)
 2019-11-25  3:40 UTC  (6+ messages)

[dpdk-dev] [PATCH v3 1/3] test/rcu: fix the compiling error for armv8.2
 2019-11-25  3:36 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] test/rcu: fix build for small number of cores

[PATCH 01/13] python: update to 2.7.17
 2019-11-25  3:36 UTC  (11+ messages)

[PATCH v6 0/2] add performance reporting support to FPGA DFL drivers
 2019-11-25  3:34 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project()
 2019-11-25  3:32 UTC  (2+ messages)

[virtio-comment] Re: [PATCH] virtio-net: Add equal-sized receive buffers feature
 2019-11-25  3:31 UTC  (12+ messages)
    ` [virtio-comment] RE: [EXT] "
      ` [virtio-comment] "

[PATCH] filter-partitiond: ignore invalid partitions of loop devices
 2019-11-25  3:30 UTC 

[PATCH][v4] x86/resctrl: Add task resctrl information display
 2019-11-25  3:39 UTC  (3+ messages)

[U-Boot] [PATCH] board: ti: am43xx: remove net platform code
 2019-11-25  3:25 UTC  (2+ messages)

[U-Boot] [PATCH] board: ti: dra7-evm: remove net platform code
 2019-11-25  3:25 UTC  (2+ messages)

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-11-25  3:21 UTC  (6+ messages)
` [PATCH v11 6/7] KVM: PPC: Support reset "
` [PATCH v11 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option
` [PATCH v11 1/7] mm: ksm: Export ksm_madvise()

Debugging usb core/xhci issue
 2019-11-25  3:22 UTC  (2+ messages)

[Fuego] [PATCH v3] logrotate: Add test cases for command logrotate
 2019-11-25  3:21 UTC  (4+ messages)
` [Fuego] [PATCH] samba: Add test case to access the target from host using samba

[PATCH] Documentation: riscv: add patch acceptance guidelines
 2019-11-25  3:20 UTC  (11+ messages)

[PATCH 00/15] btrfs: sysfs, cleanups
 2019-11-25  3:18 UTC  (7+ messages)
` [PATCH 05/15] btrfs: sysfs, move /sys/fs/btrfs/UUID related functions together


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.