All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-13 22:31:57 to 2016-06-14 00:02:28 UTC [more...]

[PATCH v2] powercap/rapl: add support for denverton
 2016-06-14  0:02 UTC 

[PATCH 0/6] Support DAX for device-mapper dm-linear devices
 2016-06-13 23:59 UTC  (19+ messages)
` [PATCH 1/6] genhd: Add GENHD_FL_DAX to gendisk flags
` [PATCH 2/6] block: Check GENHD_FL_DAX for DAX capability
` [PATCH 3/6] dm: Add dm_blk_direct_access() for mapped device
` [PATCH 4/6] dm-linear: Add linear_direct_access()
` [PATCH 5/6] dm, dm-linear: Add dax_supported to dm_target
` [PATCH 6/6] dm: Enable DAX support for mapper device

[Qemu-devel] [PATCH 00/25] target-openrisc improvements
 2016-06-13 23:58 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/25] target-openrisc: Always enable OPENRISC_DISAS
` [Qemu-devel] [PATCH 02/25] target-openrisc: Streamline arithmetic and OVE
` [Qemu-devel] [PATCH 03/25] target-openrisc: Invert the decoding in dec_calc
` [Qemu-devel] [PATCH 04/25] target-openrisc: Keep SR_F in a separate variable
` [Qemu-devel] [PATCH 05/25] target-openrisc: Use movcond where appropriate
` [Qemu-devel] [PATCH 06/25] target-openrisc: Put SR[OVE] in TB flags
` [Qemu-devel] [PATCH 07/25] target-openrisc: Keep SR_CY and SR_OV in a separate variables
` [Qemu-devel] [PATCH 08/25] target-openrisc: Set flags on helpers
` [Qemu-devel] [PATCH 09/25] target-openrisc: Implement ff1 and fl1 for 64-bit
` [Qemu-devel] [PATCH 10/25] target-openrisc: Represent MACHI:MACLO as a single unit
` [Qemu-devel] [PATCH 11/25] target-openrisc: Rationalize immediate extraction
` [Qemu-devel] [PATCH 12/25] target-openrisc: Enable m[tf]spr from user mode
` [Qemu-devel] [PATCH 13/25] target-openrisc: Enable trap, csync, msync, psync for "
` [Qemu-devel] [PATCH 14/25] target-openrisc: Implement muld, muldu, macu, msbu
` [Qemu-devel] [PATCH 15/25] target-openrisc: Fix madd
` [Qemu-devel] [PATCH 16/25] target-openrisc: Write back result before FPE exception
` [Qemu-devel] [PATCH 17/25] target-openrisc: Implement lwa, swa
` [Qemu-devel] [PATCH 18/25] target-openrisc: Implement l.adrp
` [Qemu-devel] [PATCH 19/25] target-openrisc: Tidy ppc/npc implementation
` [Qemu-devel] [PATCH 20/25] target-openrisc: Optimize l.jal to next
` [Qemu-devel] [PATCH 21/25] target-openrisc: Tidy insn dumping
` [Qemu-devel] [PATCH 22/25] target-openrisc: Tidy handling of delayed branches
` [Qemu-devel] [PATCH 23/25] target-openrisc: Optimize for r0 being zero
` [Qemu-devel] [PATCH 24/25] target-openrisc: Generate goto_tb for direct branches
` [Qemu-devel] [PATCH 25/25] target-openrisc: Generate goto_tb for conditional branches

[PATCH] fetch: document that pruning happens before fetching
 2016-06-13 23:58 UTC 

linux-next: duplicate patches in the kspp and kbuild trees
 2016-06-13 23:57 UTC  (3+ messages)

[Qemu-devel] Determining interest in PPC e500spin, yield, and openpic patches
 2016-06-13 23:08 UTC 

[mel:mm-vmscan-node-lru-v7r3 38/200] slub.c:undefined reference to `cache_random_seq_create'
 2016-06-13 23:51 UTC  (3+ messages)

[PATCH] clk: rockchip: add pclk_vio_grf to critical clock on the RK3399
 2016-06-13 23:46 UTC  (6+ messages)

[PATCH v3 00/13] sunxi spi fixes
 2016-06-13 23:45 UTC  (16+ messages)
` [PATCH v3 07/13] spi: sunxi: rename constants to match between sun4i and sun6i
  ` [linux-sunxi] "
` [PATCH v3 10/13] spi: sunxi: merge sun4i and sun6i SPI driver
  ` [linux-sunxi] "
` [PATCH v3 11/13] dt: spi: sun4i: merge sun4i and sun6i binding doc
  ` [linux-sunxi] "

[PATCH] Add kernel parameter to blacklist modules
 2016-06-13 21:23 UTC  (2+ messages)

[PATCH] drm/i915: Fix missing unlock on error in i915_ppgtt_info()
 2016-06-13 23:42 UTC 

[PATCH] phy: rockchip-dp: fix return value check in rockchip_dp_phy_probe()
 2016-06-13 23:31 UTC  (3+ messages)

[RESEND PATCHv2 00/28] clk: ti: hwmod clock type support
 2016-06-13 23:31 UTC  (5+ messages)
` [RESEND PATCHv2 08/28] ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIs

[[PATCH][error-report-web] 0/8] Allow other type of errors and django 1.8
 2016-06-13 23:32 UTC  (9+ messages)
` [[PATCH][error-report-web] 1/8] requirements.txt: Update requeriments for use 1.8 LTS Django version
` [[PATCH][error-report-web] 2/8] urls.py: RedirectView, fix warnings about change of default value in django 1.9
` [[PATCH][error-report-web] 3/8] Post/models.py: Increase the TASK field length
` [[PATCH][error-report-web] 4/8] Post/migrations/0003_auto_20150603_0913.py: Replace tabs for spaces
` [[PATCH][error-report-web] 5/8] Post/models.py: Build model add support for Error type
` [[PATCH][error-report-web] 6/8] Post/{models, parser}.py: Add support for receive/store error_type
` [[PATCH][error-report-web] 7/8] views/templates: Add support for display different type of errors
` [[PATCH][error-report-web] 8/8] Post/{models, views}.py: Add FAILURE field on BuildFailure model

[PATCH] drm/nouveau/iccsense: fix memory leak
 2016-06-13 23:31 UTC  (2+ messages)

[ethtool PATCH v1 2/2] ethtool:QSFP Plus/QSFP28 Diagnostics Information Support
 2016-06-13 23:27 UTC 

[ethtool PATCH v1 1/2] ethtool-copy.h:sync with net
 2016-06-13 23:27 UTC 

[ethtool PATCH v1 0/2] Add support for QSFP+/QSFP28 Diagnostics
 2016-06-13 23:27 UTC 

[U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices
 2016-06-13 23:25 UTC 

[PATCH 0/2] iio: humidity: sht31: add Sensirion SHT31 support
 2016-06-13 23:23 UTC  (3+ messages)

[libvirt test] 95577: regressions - FAIL
 2016-06-13 23:22 UTC  (2+ messages)

[PATCH babeltrace] configure: fix uuid support detection on static build
 2016-06-13 23:21 UTC 

[PATCH tip/master] [BUGFIX] kprobes/x86: Fix to clear TF bit in fault-on-single-stepping
 2016-06-13 23:20 UTC  (3+ messages)

fstab format
 2016-06-13 23:18 UTC 

[PATCH] ARM: mm: fix location of _etext
 2016-06-13 23:17 UTC  (5+ messages)

[Intel-wired-lan] [net-next PATCH 00/15] Future-proof tunnel offload handlers
 2016-06-13 23:12 UTC  (9+ messages)
` [Intel-wired-lan] [net-next PATCH 01/15] net: Combine GENEVE and VXLAN port offload notifiers into single functions
            `  "

[PATCH v2 0/11] Changes to support 150 MHz eMMC on rk3399
 2016-06-13 23:04 UTC  (31+ messages)
` [PATCH v2 01/11] phy: rockchip-emmc: Increase lock time allowance
` [PATCH v2 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes
` [PATCH v2 03/11] Documentation: mmc: sdhci-of-arasan: Add soc-ctl-syscon for corecfg regs
` [PATCH v2 04/11] mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399
` [PATCH v2 05/11] arm64: dts: rockchip: Add soc-ctl-syscon to sdhci for rk3399
` [PATCH v2 06/11] Documentation: mmc: sdhci-of-arasan: Add ability to export card clock
` [PATCH v2 07/11] "
` [PATCH v2 08/11] Documentation: phy: Let the rockchip eMMC PHY get an exported "
` [PATCH v2 09/11] phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_on/off()
` [PATCH v2 10/11] phy: rockchip-emmc: Set phyctrl_frqsel based on card clock
` [PATCH v2 11/11] arm64: dts: rockchip: Provide emmcclk to PHY for rk3399

[PATCH 0/11] Changes to support 150 MHz eMMC on rk3399
 2016-06-13 23:07 UTC  (36+ messages)
` [PATCH 01/11] phy: rockchip-emmc: Increase lock time allowance
` [PATCH 02/11] mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes
` [PATCH 03/11] Documentation: mmc: sdhci-of-arasan: Add soc-ctl-syscon for corecfg regs
` [PATCH 04/11] mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399
` [PATCH 06/11] Documentation: mmc: sdhci-of-arasan: Add ability to export card clock
` [PATCH 08/11] Documentation: phy: Let the rockchip eMMC PHY get an exported "
` [PATCH 09/11] phy: rockchip-emmc: Set phyctrl_frqsel based on "
` [PATCH 10/11] phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_off()

[Qemu-devel] [PATCH v3 0/3] coccinelle: Clean up error checks and return value variables
 2016-06-13 23:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/3] error: Remove unnecessary local_err variables

[PATCH v2 0/4] ACPI 2.0: Enable TermList interpretion for table loading
 2016-06-13 22:59 UTC  (7+ messages)

[PATCH net 1/1] net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONE
 2016-06-13 22:58 UTC  (2+ messages)

[PATCH v7 00/40] libify apply and use lib in am, part 2
 2016-06-13 22:55 UTC  (5+ messages)
` [PATCH v7 01/40] apply: move 'struct apply_state' to apply.h
` [PATCH v7 02/40] builtin/apply: make apply_patch() return -1 instead of die()ing

[PATCH 3.16 000/114] 3.16.36-rc1 review
 2016-06-13 22:55 UTC  (2+ messages)

Question about sharing spinlock_t among VMs in Xen
 2016-06-13 22:54 UTC  (2+ messages)

[GIT FIXES FOR v4.7] Fix videobuf2 plane validation
 2016-06-13 22:54 UTC 

linux-next boots then hangs
 2016-06-13 22:54 UTC  (10+ messages)

[GIT PULL] ARM: dts: exynos: Fixes for v4.7
 2016-06-13 22:54 UTC  (3+ messages)

[PATCH] x86 / hibernate: Fix 64-bit code passing control to image kernel
 2016-06-13 22:53 UTC  (4+ messages)

[PATCH 3.16 046/114] batman-adv: Fix broadcast/ogm queue limit on a removed interface
 2016-06-13 22:53 UTC  (3+ messages)

linux-4.7-rc3/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:4836: wierd condition ?
 2016-06-13 22:52 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add myself as reviewer of ARM FSL/NXP
 2016-06-13 22:52 UTC  (3+ messages)

[U-Boot] [PATCH] net: Allow setenv to set net global variables
 2016-06-13 22:52 UTC  (7+ messages)

[PATCH v3 1/5] cipher: Update for current kernel akcipher interface
 2016-06-13 22:51 UTC  (2+ messages)

[GIT PULL] SoCFPGA DTS updates for v4.8
 2016-06-13 22:49 UTC  (4+ messages)
` [GIT PULL] SoCFPGA DTS fix for v4.7

(unknown),
 2016-06-13 22:47 UTC  (11+ messages)
` [PATCH v4 4/6] send-email: create email parser subroutine

[PATCH 2/3] Kbuild: don't add obj tree in additional includes
 2016-06-13 22:51 UTC  (5+ messages)

[PATCH] multipath-tools: add INFINIDAT devices to hardware table
 2016-06-13 22:46 UTC 

[PATCH net-next] tcp: use RFC6298 compliant TCP RTO calculation
 2016-06-13 22:38 UTC  (2+ messages)

[PATCH] clk: rockchip: add flag CLK_SET_RATE_PARENT for dclk_vop0_div on RK3399
 2016-06-13 22:46 UTC  (3+ messages)

[xen-4.4-testing test] 95615: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2016-06-13 22:46 UTC 

[GIT PULL] Ux500 DT updates for v4.8
 2016-06-13 22:45 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Updates for v4.8
 2016-06-13 22:44 UTC  (2+ messages)

[Buildroot] [PATCH] package/php: fix date.timezone
 2016-06-13 22:42 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC R-Car SYSC Updates for v4.8
 2016-06-13 22:41 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] linux-user: safe_syscall updates
 2016-06-13 22:40 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/6] linux-user: Provide safe_syscall for aarch64

[PATCH RFC 0/3] ipv4: preparation work for making ipv4 routing ecn robust
 2016-06-13 22:40 UTC  (3+ messages)
` [PATCH RFC 3/3] ipv4: kill RTO_ONLINK, RT_CONN_FLAGS and RT_CONN_FLAGS_TOS

[PATCH] gpio: add Intel WhiskeyCove GPIO driver
 2016-06-13 22:40 UTC  (3+ messages)

Boot iMX6 from IRAM on new Variscite SOM
 2016-06-13 22:38 UTC 

[GIT PULL] Renesas ARM Based SoC DT Updates for v4.8
 2016-06-13 22:38 UTC  (2+ messages)

[PATCH] writeback: inode cgroup wb switch should skip inode with zero i_count
 2016-06-13 22:37 UTC 

[PATCH 00/30] DRBD updates
 2016-06-13 22:26 UTC  (11+ messages)
` [PATCH 01/30] drbd: bitmap bulk IO: do not always suspend IO
` [PATCH 04/30] drbd: Implement handling of thinly provisioned storage on resync target nodes
` [PATCH 05/30] drbd: Introduce new disk config option rs-discard-granularity
` [PATCH 06/30] drbd: Create the protocol feature THIN_RESYNC
` [PATCH 07/30] drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWED
` [PATCH 08/30] drbd: fix regression: protocol A sometimes synchronous, C sometimes double-latency
` [PATCH 09/30] drbd: fix for truncated minor number in callback command line
` [PATCH 10/30] drbd: allow parallel flushes for multi-volume resources
` [PATCH 11/30] drbd: when receiving P_TRIM, zero-out partial unaligned chunks
` [PATCH 12/30] drbd: possibly disable discard support, if backend has discard_zeroes_data=0

[PATCH 1/2] pci: Error disabling SR-IOV if in VFs assigned
 2016-06-13 22:35 UTC  (7+ messages)

[PATCH] clocksource: kona: avoid bogus warning
 2016-06-13 22:34 UTC  (2+ messages)


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.