All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-18 16:40:31 to 2018-05-18 17:00:24 UTC [more...]

[PATCH] PM / devfreq: Add support for QCOM devfreq FW
 2018-05-18 16:59 UTC  (2+ messages)

[PATCH v4 0/2] locking/rwsem: Fix DEBUG_RWSEM warning from thaw_super()
 2018-05-18 17:00 UTC  (8+ messages)
` [PATCH v4 1/2] locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
          ` [PATCH] locking/rwsem: simplify the is-owner-spinnable checks

[PATCH 2/2] kselftests: ftrace: Add tests for the preemptoff and irqsoff tracers
 2018-05-18 17:00 UTC  (3+ messages)

[PATCH libdrm v2 1/3] amdgpu: Take lock before removing devices from fd_tab hash table
 2018-05-18 17:00 UTC  (3+ messages)
  ` [PATCH libdrm 2/3] amdgpu/util_hash_table: Add helper function to count the number of entries in "
  ` [PATCH libdrm 3/3] amdgpu: Destroy fd_hash table when the last device is removed

[PATCH v11 00/27] ARM: davinci: convert to common clock framework​
 2018-05-18 16:48 UTC  (62+ messages)
` [PATCH v11 01/27] clk: davinci: pll: allow dev == NULL
` [PATCH v11 02/27] clk: davinci: da850-pll: change PLL0 to CLK_OF_DECLARE
` [PATCH v11 03/27] clk: davinci: psc: allow for dev == NULL
` [PATCH v11 04/27] ARM: davinci: pass clock as parameter to davinci_timer_init()
` [PATCH v11 05/27] ARM: davinci: da830: add new clock init using common clock framework
` [PATCH v11 06/27] ARM: davinci: da850: "
` [PATCH v11 07/27] ARM: davinci: dm355: "
` [PATCH v11 08/27] ARM: davinci: dm365: "
` [PATCH v11 09/27] ARM: davinci: dm644x: "
` [PATCH v11 10/27] ARM: davinci: dm646x: "
` [PATCH v11 11/27] ARM: davinci: da8xx: add new USB PHY "
` [PATCH v11 12/27] ARM: davinci: da8xx: add new sata_refclk "
` [PATCH v11 13/27] ARM: davinci: remove CONFIG_DAVINCI_RESET_CLOCKS
` [PATCH v11 14/27] ARM: davinci_all_defconfig: "
` [PATCH v11 15/27] ARM: davinci: switch to common clock framework
` [PATCH v11 16/27] ARM: davinci: da830: Remove legacy clock init
` [PATCH v11 17/27] ARM: davinci: da850: "
` [PATCH v11 18/27] ARM: davinci: dm355: "
` [PATCH v11 19/27] ARM: davinci: dm365: "
` [PATCH v11 20/27] ARM: davinci: dm644x: "
` [PATCH v11 21/27] ARM: davinci: dm646x: "
` [PATCH v11 22/27] ARM: davinci: da8xx: Remove legacy USB and SATA "
` [PATCH v11 23/27] ARM: davinci: remove legacy clocks
` [PATCH v11 24/27] dt-bindings: timer: new bindings for TI DaVinci timer
` [PATCH v11 25/27] ARM: davinci: add device tree support to timer
` [PATCH v11 26/27] ARM: davinci: da8xx-dt: switch to device tree clocks
` [PATCH v11 27/27] ARM: dts: da850: Add clocks

[PATCH V6 00/11] nvme: pci: fix & improve timeout handling
 2018-05-18 16:58 UTC  (9+ messages)
` [PATCH V6 11/11] nvme: pci: support nested EH

[PATCHv4 0/1] Do not use command in profile
 2018-05-18 16:58 UTC  (2+ messages)
` [PATCHv4 1/1] base-files: profile: Avoid using "command" to determine if programs exist

[net-next 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2018-05-18
 2018-05-18 16:59 UTC  (3+ messages)
` [net-next 1/2] ethtool: stop the line wrapping madness
` [net-next 2/2] ena: Fix settings/advertising for ethtool

[PATCH] PCI: Prevent users from disabling devices in use
 2018-05-18 16:59 UTC 

[PATCH 1/8] xfce4-clipman-plugin/DEPENDS: replace deprecated xproto by xorgproto
 2018-05-18 16:57 UTC  (2+ messages)

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-18 16:56 UTC  (36+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 18/34] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 19/34] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 20/34] xfs: simplify xfs_aops_discard_page
` [PATCH 21/34] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric
` [PATCH 23/34] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 24/34] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 25/34] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 26/34] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 27/34] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 28/34] xfs: remove the imap_valid flag
` [PATCH 29/34] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 30/34] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 31/34] xfs: remove xfs_start_page_writeback
` [PATCH 32/34] xfs: refactor the tail of xfs_writepage_map
` [PATCH 33/34] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 34/34] xfs: allow writeback on pages without buffer heads

[PATCH 0/2] Fix STM32 PWM capture build with COMPILE_TEST
 2018-05-18 16:56 UTC  (7+ messages)
` [PATCH 1/2] mfd: stm32-timers: fix pwm-stm32 linker issue "
` [PATCH 2/2] pwm: stm32: initialize raw local variables

[PATCH] PCI/sysfs: do not allow enabling/disabling a device with a driver
 2018-05-18 16:56 UTC  (2+ messages)

[PATCH v2 00/26] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2018-05-18 16:56 UTC  (3+ messages)
` [PATCH v2 01/26] rculist: introduce list_next_or_null_rr_rcu()

[PATCH v1] libxl: always call qemus xen-save-devices-state in suspend/resume
 2018-05-18 16:55 UTC  (3+ messages)

[PATCHv3 0/1] Do not use command in profile
 2018-05-18 16:55 UTC  (2+ messages)
` [PATCHv3 1/1] base-files: profile: Avoid using "command" to determine if programs exist

[PATCH bpf-next 0/5] fix test_sockmap
 2018-05-18 16:54 UTC  (13+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: test_sockmap, join cgroup in selftest mode
` [PATCH bpf-next 3/5] selftests/bpf: test_sockmap, fix test timeout
` [PATCH bpf-next 4/5] selftests/bpf: test_sockmap, fix data verification
` [PATCH bpf-next 5/5] selftests/bpf: test_sockmap, print additional test options

[PATCH v4 1/2] dt-bindings: input: Add Add Spreadtrum SC27xx vibrator documentation
 2018-05-18 16:54 UTC  (2+ messages)

[RFC PATCH 00/11] vfs: have syncfs return an error when inode writeback fails
 2018-05-18 16:50 UTC  (4+ messages)
` [RFC PATCH 07/11] ext4: have sync_fs op report writeback errors when passed a since pointer

[PATCH v4 0/9] Overlayfs create object related fixes
 2018-05-18 16:53 UTC  (7+ messages)
` [PATCH v4 9/9] ovl: use iget5_prealloc() to hash a newly created inode

[Cocci] Matching function pointer typedef
 2018-05-18 16:53 UTC  (2+ messages)

[PATCH RFC 0/4] Use correct NFSv4.0 callback credential
 2018-05-18 16:53 UTC  (3+ messages)

sub-page blocksize support in iomap non-buffer head path
 2018-05-18 16:52 UTC  (3+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

[PATCH] Revert "drm/i915/edp: Do not do link training fallback or prune modes on EDP"
 2018-05-18 16:52 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Revert "drm/i915/edp: Do not do link training fallback or prune modes on EDP" (rev2)

[PATCH 1/2] base-files: profile: Do not assume that the 'command' command exists
 2018-05-18 16:51 UTC  (10+ messages)

[PATCH v5 00/12] media: staging/imx7: add i.MX7 media driver
 2018-05-18 16:51 UTC  (10+ messages)
` [PATCH v5 06/12] media: dt-bindings: add bindings for "
` [PATCH v5 07/12] ARM: dts: imx7s: add mipi phy power domain
` [PATCH v5 08/12] ARM: dts: imx7s: add multiplexer controls

[PATCH] drm/nouveau/kms/nv50-: fix drm-get-put.cocci warnings
 2018-05-18 16:51 UTC  (2+ messages)

[PATCH] audit: add containerid support for IMA-audit
 2018-05-18 16:50 UTC  (19+ messages)

arc dma mapping cleanups/fixes and generic noncohernt dma code
 2018-05-18 16:50 UTC  (4+ messages)

[GIT PULL] ARM: mvebu: dt64 for v4.18 (#1)
 2018-05-18 16:50 UTC 

[Qemu-devel] [PATCH v3 0/7] RISC-V: SoCify SiFive boards and connect GEM
 2018-05-18 16:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 4/7] hw/riscv/sifive_u: Set the soc device tree node as a simple-bus

[GIT PULL] ARM: mvebu: dt for v4.18 (#1)
 2018-05-18 16:50 UTC 

[PATCH v7 0/2] Base enablement of IOMMU debugfs support
 2018-05-18 16:49 UTC  (8+ messages)
` [PATCH v7 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU

[Cocci] exists do not work if file group is too big
 2018-05-18 16:49 UTC  (3+ messages)
  ` [Cocci] Checking run times for transformation of Linux source code with SmPL

[PATCH] kvm: rename HINTS_DEDICATED to KVM_HINTS_REALTIME
 2018-05-18 16:04 UTC  (5+ messages)
      ` [Qemu-devel] "

[Qemu-devel] storing machine data in qcow images?
 2018-05-18 16:49 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: arm64 for v4.18 (#1)
 2018-05-18 16:49 UTC 

[PATCH] drm/i915: Promote .format_mod_supported() to the lead role
 2018-05-18 16:48 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Promote .format_mod_supported() to the lead role (rev2)

[PATCH] cfg80211: Fix support for flushing old scan results
 2018-05-18 16:47 UTC  (3+ messages)

[LSFMM] RDMA data corruption potential during FS writeback
 2018-05-18 16:47 UTC  (3+ messages)

[Qemu-devel] [PPC64] P5020DS: Booting from img possible (-drive)?
 2018-05-18 16:47 UTC  (11+ messages)

DPDK Release Status Meeting 17/05/2018
 2018-05-18 16:47 UTC 

Conflict tcp port between rpcinfo and other applications
 2018-05-18 16:46 UTC  (2+ messages)

[PATCH] ASoC: pcm512x: Add ACPI support
 2018-05-18 16:46 UTC  (2+ messages)
` Applied "ASoC: pcm512x: Add ACPI support" to the asoc tree

[PATCH 001/262] drm/i915: Move request->ctx aside
 2018-05-18 16:45 UTC  (4+ messages)
` [PATCH 031/262] drm/i915: Report all objects with allocated pages to the shrinker

[PATCH] drm/amd/amdgpu: Convert comments for amdgpu_ttm.c
 2018-05-18 16:45 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] spapr: generic IRQ frontend
 2018-05-18 16:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] spapr: remove irq_hint parameter from spapr_irq_alloc()
` [Qemu-devel] [PATCH 2/4] sparp_pci: simplify how the PCI LSIs are allocated
` [Qemu-devel] [PATCH 3/4] spapr: introduce a generic IRQ frontend to the machine
` [Qemu-devel] [PATCH 4/4] spapr: introduce a new IRQ backend using fixed IRQ number ranges

Should new code have forward declarations of static functions or not?
 2018-05-18 16:44 UTC 

[PATCH] drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit panel's native mode
 2018-05-18 16:43 UTC  (3+ messages)

AArch64 memory
 2018-05-18 16:43 UTC  (3+ messages)

xdp and fragments with virtio
 2018-05-18 16:42 UTC  (5+ messages)

[PATCH 00/11] coresight: tmc-etr Transparent buffer management
 2018-05-18 16:39 UTC  (6+ messages)
` [PATCH 01/11] coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35
` [PATCH 04/11] coresight: tmc-etr: Disallow perf mode
` [PATCH 05/11] coresight: Add helper for inserting synchronization packets
` [PATCH 07/11] dts: juno: Add scatter-gather support for all revisions
` [PATCH 09/11] coresight: Add support for TMC ETR SG unit

[PATCH -mm] mm, huge page: Copy to access sub-page last when copy huge page
 2018-05-18 16:41 UTC  (3+ messages)

[PATCH] cryptodev: extend feature flags description
 2018-05-18 16:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/5]
 2018-05-18 16:41 UTC  (4+ messages)

[PATCH v5 1/4] drm/rockchip: add transfer function for cdn-dp
 2018-05-18 16:41 UTC  (5+ messages)
` [PATCH v5 2/4] Documentation: bindings: add phy_config for Rockchip USB Type-C PHY


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.