All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-24 15:21:29 to 2018-04-24 15:45:38 UTC [more...]

[PATCH v1 0/4] add Mali-450 support to MT7623 SoC
 2018-04-24 15:45 UTC  (11+ messages)
` [PATCH v1 2/4] dt-bindings: clock: mediatek: add g3dsys bindings
` [PATCH v1 3/4] clk: mediatek: add g3dsys support for MT2701 and MT7623

[PATCH] drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
 2018-04-24 15:45 UTC  (4+ messages)

[PATCH] arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
 2018-04-24 15:44 UTC  (3+ messages)

[PATCH net-next v2 0/5] ipv6: sr: introduce seg6local End.BPF action
 2018-04-24 17:44 UTC  (6+ messages)
` [PATCH net-next v2 1/5] ipv6: sr: export function lookup_nexthop
` [PATCH net-next v2 2/5] bpf: Add IPv6 Segment Routing helpers
` [PATCH net-next v2 3/5] bpf: Split lwt inout verifier structures
` [PATCH net-next v2 4/5] ipv6: sr: Add seg6local action End.BPF
` [PATCH net-next v2 5/5] selftests/bpf: test for seg6local End.BPF action

[PATCH v3 0/5] Use of_clk_get_parent_count() instead of open coding
 2018-04-24 15:44 UTC  (7+ messages)
` [PATCH v3 1/5] clk: Extract OF clock helpers in <linux/of_clk.h>

Proof-of-concept: better(?) page-table manipulation API
 2018-04-24 15:43 UTC 

[Qemu-devel] [PATCH v3 00/46] fix building of tests/tcg
 2018-04-24 15:24 UTC  (46+ messages)
` [Qemu-devel] [PATCH v3 01/46] docker: add "probe" command for configure
` [Qemu-devel] [PATCH v3 02/46] configure: add test for docker availability
` [Qemu-devel] [PATCH v3 03/46] configure: add support for --cross-cc-FOO
` [Qemu-devel] [PATCH v3 04/46] configure: move i386_cc to cross_cc_i386
` [Qemu-devel] [PATCH v3 05/46] configure: allow user to specify --cross-cc-cflags-foo=
` [Qemu-devel] [PATCH v3 06/46] configure: set cross_cc_FOO for host compiler
` [Qemu-devel] [PATCH v3 07/46] Makefile: Rename TARGET_DIRS to TARGET_LIST
` [Qemu-devel] [PATCH v3 08/46] docker: Add "cc" subcommand
` [Qemu-devel] [PATCH v3 09/46] docker: extend "cc" command to accept compiler
` [Qemu-devel] [PATCH v3 10/46] docker: allow "cc" command to run in user context
` [Qemu-devel] [PATCH v3 11/46] docker: Makefile.include introduce DOCKER_SCRIPT
` [Qemu-devel] [PATCH v3 12/46] tests/tcg: move architecture independent tests into subdir
` [Qemu-devel] [PATCH v3 13/46] tests/tcg/multiarch: Build fix for linux-test
` [Qemu-devel] [PATCH v3 14/46] tests/tcg/multiarch: enable additional linux-test tests
` [Qemu-devel] [PATCH v3 15/46] tests/tcg/multiarch: move most output to stdout
` [Qemu-devel] [PATCH v3 16/46] tests/tcg: move i386 specific tests into subdir
` [Qemu-devel] [PATCH v3 17/46] docker: Add fedora-i386-cross image
` [Qemu-devel] [PATCH v3 18/46] tests/tcg: enable building for i386
` [Qemu-devel] [PATCH v3 19/46] tests/tcg/i386: Build fix for hello-i386
` [Qemu-devel] [PATCH v3 20/46] tests/tcg/i386: fix test-i386
` [Qemu-devel] [PATCH v3 21/46] tests/tcg/i386: fix test-i386-fprem
` [Qemu-devel] [PATCH v3 22/46] tests/tcg/i386: disable i386 version of test-i386-ssse
` [Qemu-devel] [PATCH v3 23/46] tests/tcg/x86_64: add Makefile.target
` [Qemu-devel] [PATCH v3 24/46] tests/tcg/i386/test-i386: use modern vector_size attributes
` [Qemu-devel] [PATCH v3 25/46] tests/tcg/i386/test-i386: fix printf format
` [Qemu-devel] [PATCH v3 26/46] tests/tcg: move ARM specific tests into subdir
` [Qemu-devel] [PATCH v3 27/46] tests/tcg/arm: fix up test-arm-iwmmxt test
` [Qemu-devel] [PATCH v3 28/46] tests/tcg/aarch64: add Makefile.target
` [Qemu-devel] [PATCH v3 29/46] tests/tcg/aarch64: add fcvt test cases for AArch64
` [Qemu-devel] [PATCH v3 30/46] tests/tcg: move MIPS specific tests into subdir
` [Qemu-devel] [PATCH v3 31/46] tests/tcg: enable building for MIPS
` [Qemu-devel] [PATCH v3 33/46] tests/tcg: enable building for s390x
` [Qemu-devel] [PATCH v3 34/46] tests/tcg: enable building for ppc64
` [Qemu-devel] [PATCH v3 35/46] tests/tcg: enable building for Alpha
` [Qemu-devel] [PATCH v3 36/46] tests/tcg/alpha: add Alpha specific tests
` [Qemu-devel] [PATCH v3 37/46] tests/tcg/alpha: fix warnings about write()
` [Qemu-devel] [PATCH v3 38/46] tests/tcg: enable building for HPPA
` [Qemu-devel] [PATCH v3 39/46] tests/tcg: enable building for m68k
` [Qemu-devel] [PATCH v3 40/46] tests/tcg: enable building for sh4
` [Qemu-devel] [PATCH v3 41/46] tests/tcg: enable building for sparc64
` [Qemu-devel] [PATCH v3 42/46] tests/tcg: enable building for mips64
` [Qemu-devel] [PATCH v3 43/46] tests/tcg/Makefile: update to be called from Makefile.target
` [Qemu-devel] [PATCH v3 44/46] Makefile.target: add (clean-)guest-tests targets
` [Qemu-devel] [PATCH v3 45/46] tests/Makefile.include: add [build|clean|check]-tcg targets
` [Qemu-devel] [PATCH v3 46/46] tests/tcg: override runners for broken tests (!UPSTREAM)

[PATCH] ext4: fix bitmap position validation
 2018-04-24 15:43 UTC  (2+ messages)

[PATCH v7 00/16] xen: xen-domid-restrict improvements
 2018-04-24 15:43 UTC  (9+ messages)
` [PATCH 15/16] os-posix: cleanup: Replace perror with error_report
  ` [Qemu-devel] "

[PATCH] video: fbdev: savage: Replace mdelay with usleep_range in savage_init_hw
 2018-04-24 15:42 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/3] pc-dimm: factor out MemoryDevice
 2018-04-24 15:42 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 3/3] pc-dimm: factor out address space logic into MemoryDevice code

[PATCH 5/5] procfs: share fd/fdinfo with thread group leader when files are shared
 2018-04-24 15:41 UTC  (3+ messages)
` [RFC PATCH] procfs: proc_pid_files_link_dentry_operations can be static

[PATCH net-next 0/3] Add Common Applications Kept Enhanced (cake) qdisc
 2018-04-24 15:41 UTC  (5+ messages)
` [PATCH net-next v2] "
  ` [Cake] "

[Cocci] award for Coccinelle paper
 2018-04-24 15:41 UTC  (5+ messages)

[PATCH] doc: update bbdev library documentation
 2018-04-24 15:41 UTC  (4+ messages)
` [PATCH] app/bbdev: update test vectors

[PATCH] arm64: export tishift functions to modules
 2018-04-24 15:40 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/6] block: byte-based AIO read/write
 2018-04-24 15:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/6] block: Support byte-based aio callbacks

[PATCH 0/6] PCI: leak fixes, removable generic PCI host, assorted stuff
 2018-04-24 15:13 UTC  (5+ messages)
` [PATCH 1/6] PCI: Make pci_get_new_domain_nr static
` [PATCH 2/6] PCI: Fix memory leak of devm_pci_alloc_host_bridge
` [PATCH 4/6] PCI: Convert of_pci_get_host_bridge_resources users to devm variant
` [PATCH 5/6] PCI: Add support for unbinding the generic PCI host controller

[PATCH v3 0/2] clk: qcom: clk-rpmh: Add QCOM RPMh clock driver
 2018-04-24 15:40 UTC  (6+ messages)
` [PATCH v3 2/2] "

[MODERATED] [PATCH v3 03/10] [PATCH v3 3/9] Linux Patch #3
 2018-04-24 15:39 UTC  (6+ messages)
` [MODERATED] "

[PATCH] drm: rcar-du: Use NULL for table initialisation
 2018-04-24 15:40 UTC 

[PATCH] drm: rcar-du: of: Include header to define prototypes
 2018-04-24 15:39 UTC 

[PATCH 0/8] net: ethernet: stmmac: add support for stm32mp1
 2018-04-24 15:39 UTC  (4+ messages)
` [PATCH 1/8] net: ethernet: stmmac: add adaptation for stm32mp157c

[PATCH] perf tools: set kernel end address properly
 2018-04-24 15:39 UTC  (20+ messages)
                              ` [PATCH] arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrp
                                  ` [PATCH v2] "

[PATCH 1/3] ASoC: compress: Only call free for components which have been opened
 2018-04-24 15:39 UTC  (3+ messages)
` [PATCH 2/3] ASoC: Remove platform code now everything is componentised
` [PATCH 3/3] ASoC: compress: Add helper functions for component open/free

[v2 resend 00/10] arm/arm64: mediatek: Fix mmsys device probing
 2018-04-24 15:39 UTC  (5+ messages)
` [v2 resend 03/10] mfd: mtk-mmsys: Add mmsys driver

[PATCH iproute2-next v2] Add support for cake qdisc
 2018-04-24 15:38 UTC  (6+ messages)
` [PATCH iproute2-next v3] "
  ` [Cake] "

[MODERATED] [PATCH v4 04/10] [PATCH v4 4/9] Linux Patch #4
 2018-04-24 15:37 UTC  (3+ messages)
` [MODERATED] "

[PATCH 0/2] Add EtherAVB support
 2018-04-24 15:37 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: r8a77470: "
` [PATCH 2/2] ARM: dts: iwg23s-sbc: "

Supporting insecure protocols in RMCP+
 2018-04-24 15:37 UTC  (6+ messages)

[PATCH v1 0/6] net/mlx5: add Multi-Packet Rx support
 2018-04-24 15:36 UTC  (5+ messages)
` [PATCH v3 1/2] mbuf: support attaching external buffer to mbuf

[PATCH v2] drm/amdgpu: fix the ib test hang when gfx is in "idle" state
 2018-04-24 15:36 UTC  (2+ messages)

[Qemu-devel] [RFC for-2.13 0/7] spapr: Clean up pagesize handling
 2018-04-24 15:35 UTC  (6+ messages)

Attention Please,
 2018-04-24 15:30 UTC 

[PATCH 1/2] drm/rect: Add midpoint to scale calculation functions
 2018-04-24 15:34 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Do not adjust scale when out of bounds

[RFC 00/13] arm64: allwinner: Add A64 DE2 pipeline support
 2018-04-24 15:32 UTC  (8+ messages)
` [RFC 09/13] arm64: dts: allwinner: a64: Add HDMI support

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-04-24 15:32 UTC  (14+ messages)

[igt-dev] [PATCH i-g-t 01/20] tests/psr: Print the reason for skipping when sink lacks PSR support
 2018-04-24 15:32 UTC  (10+ messages)
` [igt-dev] [PATCH i-g-t 20/20] tests/psr: Add more PSR subtests to fast feedback list

Avoid uninterruptible sleep during process exit
 2018-04-24 15:30 UTC  (8+ messages)
` [PATCH 1/3] signals: Allow generation of SIGKILL to exiting task
` [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process
` [PATCH 3/3] drm/amdgpu: Switch to interrupted wait to recover from ring hang

[Qemu-devel] [PATCH v2 0/2] ipmi: Fix vmstate transfer
 2018-04-24 15:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] ipmi: Use proper struct reference for KCS vmstate

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-04-24 15:31 UTC  (5+ messages)
` [REVIEW][PATCH 14/22] signal/riscv: Use force_sig_fault where appropriate
    ` [REVIEW][PATCH 23/22] signal/riscv: Replace do_trap_siginfo with force_sig_fault

[PATCH] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
 2018-04-24 15:30 UTC  (2+ messages)

[Bug 106199] Cannot get back into DM after logoff (Linux 4.16.2+)
 2018-04-24 15:30 UTC  (2+ messages)

[PATCH] net: don't use kvzalloc for DMA memory
 2018-04-24 15:30 UTC  (13+ messages)
` [PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM

[PATCH] baseband/turbo_sw: splitting Queue Groups
 2018-04-24 15:30 UTC  (3+ messages)
` [PATCH v2] "

Cephalocon APAC 2018 report, videos and slides
 2018-04-24 15:30 UTC 

[Qemu-arm] [RFC 0/5] arm: Exclude reserved memory regions of iommu to avoid
 2018-04-24 15:29 UTC  (5+ messages)
` [Qemu-devel] [RFC 3/5] hw/arm: add scattered RAM memory region support
  ` [Qemu-arm] "

simplify procfs code for seq_file instances
 2018-04-24 15:19 UTC  (4+ messages)
    ` [Drbd-dev] "

[RFC PATCH v23 0/6] mm: security: write protection for dynamic data
 2018-04-24 15:29 UTC  (7+ messages)
` [PATCH 7/9] Pmalloc Rare Write: modify selected pools

[PATCH 0/4] add additional required properties for UniPhier ethernet nodes
 2018-04-24 15:28 UTC  (3+ messages)

[REVIEW][PATCH 14/22] signal/riscv: Use force_sig_fault where appropriate
 2018-04-24 15:28 UTC  (3+ messages)

Applied "spi: pxa2xx: Allow 64-bit DMA" to the spi tree
 2018-04-24 15:28 UTC 

[PATCH v3 0/2] Enable Bluetooth functionality for WCN3990
 2018-04-24 15:28 UTC  (3+ messages)
` [PATCH v3 2/2] Bluetooth: Add support for wcn3990 soc

[PATCH] drm/amd/display: fix return value of dm_dp_aux_transfer() (V2)
 2018-04-24 15:27 UTC  (2+ messages)
  ` [PATCH] drm/amd/display: Don't return ddc result and read_bytes in same return value

[PATCH] clk: Remove clk_init_cb typedef
 2018-04-24 15:26 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/33] Generic background jobs
 2018-04-24 15:25 UTC  (34+ messages)
` [Qemu-devel] [RFC PATCH 01/33] blockjob: Wrappers for progress counter access
` [Qemu-devel] [RFC PATCH 02/33] blockjob: Move RateLimit to BlockJob
` [Qemu-devel] [RFC PATCH 03/33] blockjob: Implement block_job_set_speed() centrally
` [Qemu-devel] [RFC PATCH 04/33] blockjob: Introduce block_job_ratelimit_get_delay()
` [Qemu-devel] [RFC PATCH 05/33] blockjob: Add block_job_driver()
` [Qemu-devel] [RFC PATCH 06/33] blockjob: Remove block_job_pause/resume_all()
` [Qemu-devel] [RFC PATCH 07/33] job: Create Job, JobDriver and job_create()
` [Qemu-devel] [RFC PATCH 08/33] job: Rename BlockJobType into JobType
` [Qemu-devel] [RFC PATCH 09/33] job: Add JobDriver.job_type
` [Qemu-devel] [RFC PATCH 10/33] job: Add job_delete()
` [Qemu-devel] [RFC PATCH 11/33] job: Maintain a list of all jobs
` [Qemu-devel] [RFC PATCH 12/33] job: Move state transitions to Job
` [Qemu-devel] [RFC PATCH 13/33] job: Add reference counting
` [Qemu-devel] [RFC PATCH 14/33] job: Move cancelled to Job
` [Qemu-devel] [RFC PATCH 15/33] job: Add Job.aio_context
` [Qemu-devel] [RFC PATCH 16/33] job: Move defer_to_main_loop to Job
` [Qemu-devel] [RFC PATCH 17/33] job: Move coroutine and related code "
` [Qemu-devel] [RFC PATCH 18/33] job: Add job_sleep_ns()
` [Qemu-devel] [RFC PATCH 19/33] job: Move pause/resume functions to Job
` [Qemu-devel] [RFC PATCH 20/33] job: Replace BlockJob.completed with job_is_completed()
` [Qemu-devel] [RFC PATCH 21/33] job: Move BlockJobCreateFlags to Job
` [Qemu-devel] [RFC PATCH 22/33] blockjob: Split block_job_event_pending()
` [Qemu-devel] [RFC PATCH 23/33] job: Add job_event_*()
` [Qemu-devel] [RFC PATCH 24/33] job: Move single job finalisation to Job
` [Qemu-devel] [RFC PATCH 25/33] job: Convert block_job_cancel_async() "
` [Qemu-devel] [RFC PATCH 26/33] job: Add job_drain()
` [Qemu-devel] [RFC PATCH 27/33] job: Move .complete callback to Job
` [Qemu-devel] [RFC PATCH 28/33] job: Move job_finish_sync() "
` [Qemu-devel] [RFC PATCH 29/33] job: Switch transactions to JobTxn
` [Qemu-devel] [RFC PATCH 30/33] job: Move transactions to Job
` [Qemu-devel] [RFC PATCH 31/33] job: Move completion and cancellation "
` [Qemu-devel] [RFC PATCH 32/33] job: Add job_yield()
` [Qemu-devel] [RFC PATCH 33/33] job: Add job_dismiss()

[RFC PATCH v3 0/2] fs: add AT_REPLACE flag for linkat()
 2018-04-24 15:26 UTC  (3+ messages)

[Bug 199493] New: no audio over HDMI with amdgpu.dc=1 (on R9 380X)
 2018-04-24 15:26 UTC 

[PATCH] drm/i915/selftests: Fix uninitialized variable
 2018-04-24 15:26 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] arm64: Select ARCH_HAS_FAST_MULTIPLIER
 2018-04-24 15:25 UTC 

[Qemu-devel] [ANNOUNCE] QEMU 2.12.0-rc4 is now available
 2018-04-24 15:24 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 0/5] Simplify qobject refcount
 2018-04-24 15:24 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 1/5] qobject: ensure base is at offset 0

[Buildroot] 'make foo-menuconfig' broken when host-ncurses was built
 2018-04-24 15:24 UTC 

per-NUMA memory limits in mem cgroup?
 2018-04-24 15:23 UTC  (6+ messages)

[PATCH 04/24] VFS: Add LSM hooks for filesystem context [ver #7]
 2018-04-24 15:22 UTC  (7+ messages)
` [PATCH 00/24] VFS: Introduce "

Clang and X86-EFlags (was Re: [PATCH] usbhid: Fix lockdep unannotated irqs-off warning)
 2018-04-24 15:22 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/20] More support for Armada 37xx boards (for Turris Mox)
 2018-04-24 15:21 UTC  (4+ messages)
` [U-Boot] [PATCH v2 18/20] net: mvneta: Fix fault when wrong device tree
` [U-Boot] [PATCH v2 19/20] watchdog: Add support for Armada 37xx CPU watchdog
` [U-Boot] [PATCH v2 20/20] arm64: mvebu: Add basic support for the Turris Mox board


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.