All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-11 21:58:01 to 2016-08-11 23:29:43 UTC [more...]

[PATCH v2 00/20] Consistent TM structures
 2016-08-11 23:28 UTC  (21+ messages)
` [PATCH v2 01/20] selftests/powerpc: Compile selftests against headers without AT_HWCAP2
` [PATCH v2 02/20] powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use
` [PATCH v2 03/20] powerpc: Add check_if_tm_restore_required() to giveup_all()
` [PATCH v2 04/20] powerpc: Return the new MSR from msr_check_and_set()
` [PATCH v2 05/20] powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}
` [PATCH v2 06/20] selftests/powerpc: Check for VSX preservation across userspace preemption
` [PATCH v2 07/20] selftests/powerpc: Rework FPU stack placement macros and move to header file
` [PATCH v2 08/20] selftests/powerpc: Move VMX stack frame macros "
` [PATCH v2 09/20] selftests/powerpc: Introduce GPR asm helper "
` [PATCH v2 10/20] selftests/powerpc: Add transactional memory defines
` [PATCH v2 11/20] selftests/powerpc: Allow tests to extend their kill timeout
` [PATCH v2 12/20] selftests/powerpc: Add TM tcheck helpers in C
` [PATCH v2 13/20] selftests/powerpc: Check that signals always get delivered
` [PATCH v2 14/20] selftests/powerpc: Add checks for transactional GPRs in signal contexts
` [PATCH v2 15/20] selftests/powerpc: Add checks for transactional FPUs "
` [PATCH v2 16/20] selftests/powerpc: Add checks for transactional VMXs "
` [PATCH v2 17/20] selftests/powerpc: Add checks for transactional VSXs "
` [PATCH v2 18/20] powerpc: tm: Always use fp_state and vr_state to store live registers
` [PATCH v2 19/20] powerpc: tm: Rename transct_(*) to ck(\1)_state
` [PATCH v2 20/20] powerpc: Remove do_load_up_transact_{fpu,altivec}

[RFC PATCH v7 0/7] Restartable sequences system call
 2016-08-11 23:26 UTC  (5+ messages)
` [RFC PATCH v7 7/7] Restartable sequences: self-tests

[PATCH 1/2, libnftnl] tests: Consolidate printing error utilities
 2016-08-11 23:26 UTC  (2+ messages)

[PATCH RFC 0/4] sqsize zero-based fixes
 2016-08-11 23:24 UTC  (4+ messages)
` [PATCH RFC 2/4] nvme-rdma: fix sqsize/hsqsize/hrqsize per spec

[RFT GIT PULL] Makefile: Add ".fig -> .eps" rule
 2016-08-11 23:24 UTC  (4+ messages)

[Bug 90481] Radeon R9 270X gpu lockup in game spec ops: the line
 2016-08-11 23:22 UTC  (2+ messages)
` [Bug 90481] Radeonsi driver, X crash while playing "Spec ops: the line"

[RESEND PATCH v4] x86/hpet: Reduce HPET counter read contention
 2016-08-11 23:22 UTC  (3+ messages)

[ovmf baseline-only test] 66965: regressions - FAIL
 2016-08-11 23:19 UTC 

[iproute PATCH] man: ip-link.8: Document missing geneve options
 2016-08-11 23:17 UTC 

[PATCHv4 0/6] git clone: Marry --recursive and --reference
 2016-08-11 23:14 UTC  (9+ messages)
` [PATCHv4 1/8] t7408: modernize style
` [PATCHv4 2/8] t7408: merge short tests, factor out testing method
` [PATCHv4 3/8] submodule--helper module-clone: allow multiple references
` [PATCHv4 4/8] submodule--helper update-clone: "
` [PATCHv4 5/8] clone: factor out checking for an alternate path
` [PATCHv4 6/8] clone: clarify option_reference as required
` [PATCHv4 7/8] clone: implement optional references
` [PATCHv4 8/8] clone: recursive and reference option triggers submodule alternates

[PATCH] nf-next: x_tables: Replace kmalloc(s*n) with kmalloc_array(n,s)
 2016-08-11 23:13 UTC  (2+ messages)

[PATCH 1/3] Code motion changes to make real patches easier to read
 2016-08-11 23:13 UTC  (3+ messages)
` [PATCH 2/3] Added comment sections to highight problem areas
` [PATCH 3/3] Significant changes to decision making; some new roles and minor changes

[PATCH 0/3] Significant changes to Xen Project Governance (governance.html)
 2016-08-11 23:13 UTC 

[PATCH 1/3] mem-hotplug: introduce movablenode option
 2016-08-11 23:13 UTC  (3+ messages)

Weird writev() behaviour on EFAULT - also successfully modifying the file
 2016-08-11 23:13 UTC  (6+ messages)

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] 9bdecc6714ffcd762f93dbc8df71f616653a3092 BUILD SUCCESS
 2016-08-11 23:13 UTC 

[Ocfs2-devel] [PATCH] ocfs2: Fix start offset to ocfs2_zero_range_for_truncate()
 2016-08-11 23:12 UTC 

[PATCH libnftnl] expr: hash: Jenkins hash expression support
 2016-08-11 23:11 UTC  (2+ messages)

[PATCH v5 00/13] kexec_file_load implementation for PowerPC
 2016-08-11 23:08 UTC  (28+ messages)
` [PATCH v5 01/13] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v5 02/13] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v5 03/13] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer
` [PATCH v5 04/13] powerpc: Factor out relocation code from module_64.c to elf_util_64.c
` [PATCH v5 05/13] powerpc: Generalize elf64_apply_relocate_add
` [PATCH v5 06/13] powerpc: Adapt elf64_apply_relocate_add for kexec_file_load
` [PATCH v5 07/13] powerpc: Add functions to read ELF files of any endianness
` [PATCH v5 08/13] powerpc: Implement kexec_file_load
` [PATCH v5 09/13] powerpc: Add code to work with device trees in kexec_file_load
` [PATCH v5 10/13] powerpc: Add support for loading ELF kernels with kexec_file_load
` [PATCH v5 11/13] powerpc: Allow userspace to set device tree properties in kexec_file_load
` [PATCH v5 12/13] powerpc: Add purgatory for kexec_file_load implementation
` [PATCH v5 13/13] powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs

[PATCH] packagegroup-arago-test*: move omapdrmtest from main test group to addons
 2016-08-11 23:09 UTC 

[Very RFC PATCH] Livepatch - initial ARM64/32 support
 2016-08-11 23:08 UTC  (4+ messages)

[Bug 97305] Wrong values returned by GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT & GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT randomly breaks stuff
 2016-08-11 23:08 UTC  (10+ messages)

[U-Boot] [PATCH v3 00/27] spi/sf: Updates on flash detection
 2016-08-11 23:07 UTC  (7+ messages)

fsck.reiser4-1.1.0 doesn't remove corrupted files
 2016-08-11 23:06 UTC  (2+ messages)

[PATCH v2 0/2] extend kexec_file_load system call
 2016-08-11 23:03 UTC  (9+ messages)
` [PATCH v2 1/2] kexec: add dtb info to struct kimage
` [PATCH v2 2/2] kexec: extend kexec_file_load system call

[PATCH v4 0/8] Name for A..B ranges?
 2016-08-11 23:03 UTC  (5+ messages)
` [PATCH v5 00/12] Update git revisions
  ` [PATCH v5 01/12] doc: use 'symmetric difference' consistently

[PATCH, RFC] Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checks
 2016-08-11 23:02 UTC 

[PATCH v13 00/12] support "task_isolation" mode
 2016-08-11 23:02 UTC  (11+ messages)
          ` clocksource_watchdog causing scheduling of timers every second (was [v13] support "task_isolation" mode)

[PATCH v5 1/3] diff.c: remove output_prefix_length field
 2016-08-11 22:59 UTC  (3+ messages)
` [PATCH v5 2/3] diff: add --diff-line-prefix option for passing in a prefix
` [PATCH v5 3/3] diff: add SUBMODULE_DIFF format to display submodule diff

*RE: Deposit|Charitable Gesture
 2016-08-11 22:58 UTC 

[PATCH] Staging: rtl8723au: os_intfs: fixed case statement is variable issue
 2016-08-11 22:50 UTC  (3+ messages)

[LKP] [lkp] [f2fs] ec795418c4: fsmark.files_per_sec -36.3% regression
 2016-08-11 22:49 UTC  (4+ messages)
`  "

[PATCH V4 0/2] smartpqi: initial commit of Microsemi smartpqi driver
 2016-08-11 21:13 UTC  (7+ messages)

[PATCH] sched: fix the intention to re-evalute tick dependency for offline cpu
 2016-08-11 22:35 UTC  (4+ messages)

+ get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking.patch added to -mm tree
 2016-08-11 22:47 UTC 

[PATCH 00/10] Extensible SDK fixes
 2016-08-11 22:47 UTC  (3+ messages)
` [PATCH 09/10] classes/populate_sdk_ext: add some pre-install checks

[PATCH] get_maintainer: Quiet noisy implicit -f vcs_file_exists checking
 2016-08-11 22:46 UTC 

[PATCH] [v8] net: emac: emac gigabit ethernet controller driver
 2016-08-11 22:45 UTC  (2+ messages)

Issue with global config defaults "user.useConfigOnly = true" + "pull.rebase = preserve" - "user.email"
 2016-08-11 22:44 UTC  (6+ messages)

[U-Boot] pull request: u-boot-uniphier/master
 2016-08-11 22:44 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2016-08-11 22:44 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] bcm2835_gpio: Implement GPIOF_FUNC
 2016-08-11 22:38 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] serial: bcm283x_mu: Detect disabled serial device

[U-Boot] [PATCH v2] serial: bcm283x_mu: Detect disabled serial device
 2016-08-11 22:38 UTC  (6+ messages)

[xen-unstable test] 100419: regressions - FAIL
 2016-08-11 22:37 UTC 

[Qemu-devel] [Bug 1490611] [NEW] Using qemu >=2.2.1 to convert raw->VHD (fixed) adds extra padding to the result file, which Microsoft Azure rejects as invalid
 2016-08-11 22:27 UTC  (2+ messages)
` [Qemu-devel] [Bug 1490611] "

[PATCH 0/2] cpufreq / sched: Rework of cpufreq_update_util() arguments
 2016-08-11 22:34 UTC  (3+ messages)
` [PATCH 2/2] cpufreq / sched: Check cpu_of(rq) in cpufreq_update_util()

master - raid: Avoid double suffix on rmeta LV name paired with rimage LV
 2016-08-11 22:33 UTC 

[patch 7/7] mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats
 2016-08-11 22:33 UTC 

[patch 6/7] mm, oom: fix uninitialized ret in task_will_free_mem()
 2016-08-11 22:33 UTC 

[patch 5/7] kasan: remove the unnecessary WARN_ONCE from quarantine.c
 2016-08-11 22:33 UTC 

[patch 4/7] mm: memcontrol: fix memcg id ref counter on swap charge move
 2016-08-11 22:33 UTC 

[patch 3/7] mm: memcontrol: fix swap counter leak on swapout from offline cgroup
 2016-08-11 22:33 UTC 

[patch 2/7] proc, meminfo: use correct helpers for calculating LRU sizes in meminfo
 2016-08-11 22:32 UTC 

[patch 1/7] mm/hugetlb: fix incorrect hugepages count during mem hotplug
 2016-08-11 22:32 UTC 

public-inbox.org/git updates
 2016-08-11 22:32 UTC  (3+ messages)

incoming
 2016-08-11 22:32 UTC 

Bluestore assert
 2016-08-11 22:32 UTC  (8+ messages)

[Qemu-devel] [PATCH v1 00/10] POWER9 TCG enablements - part4
 2016-08-11 22:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 01/10] target-ppc: add xxspltib instruction
` [Qemu-devel] [PATCH v1 02/10] target-ppc: consolidate load operations

[folded-merged] mm-memcontrol-fix-swap-counter-leak-on-swapout-from-offline-cgroup-fix.patch removed from -mm tree
 2016-08-11 22:31 UTC 

mmotm 2016-08-11-15-29 uploaded
 2016-08-11 22:30 UTC  (2+ messages)

[LKP] [lkp] [xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression
 2016-08-11 22:30 UTC  (5+ messages)
`  "

[RFC] sd: dynamically adjust SD_MAX_WS16_BLOCKS as per the actual logical block size
 2016-08-11 22:29 UTC 

[PATCH memory-barriers.txt v2 0/5] Fixes and Korean translation
 2016-08-11 18:17 UTC  (5+ messages)
` [PATCH memory-barriers.txt 1/4] memory-barriers.txt: Maintain consistent blank line
  ` [PATCH memory-barriers.txt 2/4] memory-barriers.txt: Fix wrong section reference
  ` [PATCH memory-barriers.txt 3/4] Doc/memory-barriers: Fix a typo of example result
  ` [PATCH memory-barriers.txt 4/4] Doc/memory-barriers: Add Korean translation

[PATCH] clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRC
 2016-08-11 22:28 UTC  (4+ messages)

[PATCH 0/1] [krogoth] Fix for Eclipse Qemu debug
 2016-08-11 22:29 UTC  (2+ messages)
` [PATCH 1/1] base-files: restrict resize to run on serial consoles only in profile │·

[U-Boot] [PATCH 1/2] ARM: tegra: reduce CSITE clock from 204M to 136M
 2016-08-11 22:28 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra: set vdd_core for Jetson TK1

[PATCH 1/2] Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference"
 2016-08-11 18:26 UTC  (3+ messages)

4.8.0-rc1: page allocation failure: order:3, mode:0x2084020(GFP_ATOMIC|__GFP_COMP)
 2016-08-11 22:28 UTC  (3+ messages)

[meta-freescale-layer][PATCH 00/50] QorIQ patches
 2016-08-11 14:52 UTC  (5+ messages)

Mapping old gmane numbers to existing amil servers?
 2016-08-11 22:26 UTC  (4+ messages)

[linux-3.18 baseline-only test] 66964: regressions - FAIL
 2016-08-11 22:23 UTC 

[Qemu-devel] [PATCH v4 0/9] UUID clean ups for 2.8
 2016-08-11 22:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/9] util: Add UUID API

[PATCH v2] arm64: dts: qcom: Fix broken interrupt trigger settings
 2016-08-11 22:19 UTC  (3+ messages)

[U-Boot] [PATCH 1/2 V4] misc: add "call" uclass op
 2016-08-11 22:17 UTC  (7+ messages)

[v2 PATCH] clk: rockchip: mark rk3399 hdcp_noc and vio_noc as critical
 2016-08-11 22:17 UTC  (3+ messages)

[PATCH 1/2] USB: mos7720: fix non-atomic allocation in write path
 2016-08-11 22:05 UTC  (2+ messages)
` [PATCH 2/2] USB: mos7840: "

[PATCH 0/2] expand use of __ro_after_init
 2016-08-11 22:16 UTC  (8+ messages)
` [PATCH 2/2] arm: apply more __ro_after_init
        ` [kernel-hardening] "

[PATCH] uprobes/x86: fix rip-relative handling of EVEX-encoded insns
 2016-08-11 22:13 UTC  (2+ messages)

[PATCH] powerpc/32: Remove one insn in __bswapdi2
 2016-08-11 22:11 UTC  (5+ messages)

What's cooking in git.git (Aug 2016, #04; Thu, 11)
 2016-08-11 22:11 UTC 

json output and normal output in different files?
 2016-08-11 22:11 UTC  (2+ messages)

[PATCH v2] drm/i915: intel_dp_link_is_valid() should only return status of link
 2016-08-11 22:23 UTC 

[LKP] [lkp] [xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression
 2016-08-11 22:08 UTC  (3+ messages)
`  "

[PATCH V6 0/6] iommu/msm: Add DT adaptation and generic bindings support
 2016-08-11 22:06 UTC  (4+ messages)

[Buildroot] [PATCH 1/2] fwup: bump version to v0.8.2
 2016-08-11 22:06 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] fwup: link in pthreads for static builds

[refpolicy] [PATCH] Update the pulseaudio module for usability and ORC support
 2016-08-11 22:04 UTC 

[Buildroot] [PATCH v1] raspberrypi3: fix serial console (add enable_uart=1)
 2016-08-11 22:03 UTC 

[Buildroot] [PATCH v2] raspberrypi3: fix serial console (load pi3-miniuart-bt overlay)
 2016-08-11 22:02 UTC  (7+ messages)

[Intel-wired-lan] [PATCH] ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
 2016-08-11 21:59 UTC  (2+ messages)

[PATCH net-next v3 1/2] bpf: Add bpf_current_task_in_cgroup helper
 2016-08-11 21:47 UTC  (2+ messages)

[PATCH] proc: faster /proc/*/status
 2016-08-11 21:57 UTC  (4+ messages)
` [RFC PATCH] meminfo: Break apart a very long seq_printf with #ifdefs


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.