All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-07 01:26:14 to 2019-08-07 01:34:43 UTC [more...]

[Xen-devel] [PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  1:33 UTC  (166+ messages)
`  "
` [Xen-devel] [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
  `  "
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
  ` [Xen-devel] "
` [Xen-devel] [PATCH v3 03/41] net/xdp: "
  `  "
` [Xen-devel] [PATCH v3 04/41] net/rds: "
  `  "
` [Xen-devel] [PATCH v3 05/41] net/ceph: "
  `  "
` [Xen-devel] [PATCH v3 06/41] x86/kvm: "
  `  "
` [Xen-devel] [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
  `  "
` [Xen-devel] [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
  `  "
` [Xen-devel] [PATCH v3 09/41] drm/radeon: "
  `  "
` [Xen-devel] [PATCH v3 10/41] media/ivtv: "
  `  "
` [Xen-devel] [PATCH v3 11/41] media/v4l2-core/mm: "
  `  "
` [Xen-devel] [PATCH v3 12/41] genwqe: "
  `  "
` [Xen-devel] [PATCH v3 13/41] scif: "
  `  "
` [Xen-devel] [PATCH v3 14/41] vmci: "
  `  "
` [Xen-devel] [PATCH v3 15/41] rapidio: "
  `  "
` [Xen-devel] [PATCH v3 16/41] oradax: "
  `  "
` [Xen-devel] [PATCH v3 17/41] staging/vc04_services: "
  `  "
` [Xen-devel] [PATCH v3 18/41] drivers/tee: "
  `  "
` [Xen-devel] [PATCH v3 19/41] vfio: "
  `  "
` [Xen-devel] [PATCH v3 20/41] fbdev/pvr2fb: "
  `  "
` [Xen-devel] [PATCH v3 21/41] fsl_hypervisor: "
  `  "
` [Xen-devel] [PATCH v3 22/41] xen: "
  `  "
` [Xen-devel] [PATCH v3 23/41] fs/exec.c: "
  `  "
` [Xen-devel] [PATCH v3 24/41] orangefs: "
  `  "
` [Xen-devel] [PATCH v3 25/41] uprobes: "
  `  "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[PATCH v2 0/3] arm/arm64: Add support for function error injection
 2019-08-07  1:31 UTC  (6+ messages)

[PATCH v2 00/25] ASoC: cleanup patches for soc-core
 2019-08-07  1:32 UTC  (26+ messages)
` [PATCH v2 01/25] ASoC: soc-core: use device_register()
` [PATCH v2 02/25] ASoC: soc-core: set component->debugfs_root NULL
` [PATCH v2 03/25] ASoC: soc-core: add comment for for_each_xxx
` [PATCH v2 04/25] ASoC: soc-core: check return value of snd_soc_add_dai_link()
` [PATCH v2 05/25] ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link()
` [PATCH v2 06/25] ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add()
` [PATCH v2 07/25] ASoC: soc-core: tidyup for snd_soc_dapm_new_controls()
` [PATCH v2 08/25] ASoC: soc-core: tidyup for snd_soc_add_component_controls()
` [PATCH v2 09/25] ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()
` [PATCH v2 10/25] ASoC: soc-core: tidyup for snd_soc_add_card_controls()
` [PATCH v2 11/25] ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs()
` [PATCH v2 12/25] ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card()
` [PATCH v2 13/25] ASoC: soc-core: tidyup for card->deferred_resume_work
` [PATCH v2 14/25] ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FS
` [PATCH v2 15/25] ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()
` [PATCH v2 16/25] ASoC: soc-core: merge snd_soc_initialize_card_lists()
` [PATCH v2 17/25] ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()
` [PATCH v2 18/25] ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()
` [PATCH v2 19/25] ASoC: soc-core: don't call snd_soc_component_set_jack()
` [PATCH v2 20/25] ASoC: soc-core: don't alloc memory carelessly when creating debugfs
` [PATCH v2 21/25] ASoC: soc-core: soc_cleanup_card_resources() become void
` [PATCH v2 22/25] ASoC: soc-core: initialize component list
` [PATCH v2 23/25] ASoC: soc-core: initialize list at one place
` [PATCH v2 24/25] ASoC: soc-dai: use bit field for bus_control
` [PATCH v2 25/25] ASoC: soc-topology: use for_each_component_dais() at remove_dai()

[PATCH] Use CSR numbers instead of names
 2019-08-07  1:31 UTC  (4+ messages)

[meta-oe] [PATCH] mcelog: upgrade 162 -> 164
 2019-08-07  1:30 UTC 

[Virtio-fs] [PATCH RFC] virtiofs: improve io bandwidth by replacing pwrite with pwritev
 2019-08-07  1:30 UTC  (3+ messages)

[PATCH v3 0/5] Miscellaneous fixes
 2019-08-07  1:26 UTC  (5+ messages)
` [PATCH v3 3/5] RISC-V: Fix unsupported isa string info


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.