All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-23 09:09:07 to 2017-09-23 14:25:53 UTC [more...]

[PULL REQUEST] Please pull rdma.git
 2017-09-23 14:25 UTC  (3+ messages)

[PATCH 0/3] soc: amlogic: Add Meson6/8/8b SoC Information driver
 2017-09-23 14:14 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: Amlogic: add documentation for the SoC info register areas
` [PATCH 2/3] soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driver
` [PATCH 3/3] ARM: dts: meson: add SoC information nodes

Excluding audit for BIND daemon
 2017-09-23 14:08 UTC  (4+ messages)

[git:media_tree/master] media: dvb-frontends: delete jump targets
 2017-09-23 14:01 UTC 

[PATCH] coccinelle: boolconv: improve script to handle more cases
 2017-09-23 13:55 UTC 

KNI module on FreeBSD
 2017-09-23 13:54 UTC  (2+ messages)

[Buildroot] [pull request v2] package/grub: drop grub-legacy
 2017-09-23 13:53 UTC  (2+ messages)

[PATCH 1/1] Travis-CI: fix configuration after September's update
 2017-09-23 13:45 UTC 

[PATCHSET for-4.14] cgroup, sched: cgroup2 basic resource accounting
 2017-09-23 13:44 UTC  (6+ messages)

[patch 0/3] KVM KVM_HC_RT_PRIO hypercall support
 2017-09-23 13:41 UTC  (11+ messages)
` [patch 3/3] x86: kvm guest side support for KVM_HC_RT_PRIO hypercall

potential deadlock in r4k_flush_cache_sigtramp()
 2017-09-23 13:40 UTC 

[git:media_tree/master] media: drivers: improve size determinations
 2017-09-23 13:36 UTC 

[PATCH v2 2/2] x86/asm: Fix inline asm call constraints for clang
 2017-09-23 13:28 UTC  (2+ messages)
` [tip:x86/urgent] x86/asm: Fix inline asm call constraints for Clang

[PATCH v2 1/2] objtool: Handle another GCC stack pointer adjustment bug
 2017-09-23 13:28 UTC  (2+ messages)
` [tip:x86/urgent] "

[ovmf test] 113767: all pass - PUSHED
 2017-09-23 13:33 UTC 

debian-installer: please default to grub-ieee1275 on powerpc instead of yaboot
 2017-09-23 12:25 UTC  (10+ messages)

[PATCH 00/27 v10] SBSA UART emulation support in Xen
 2017-09-23 13:25 UTC  (4+ messages)
` [PATCH 01/27 v10] xen/arm: vpl011: Define common ring buffer helper functions in console.h

[PATCH] ARM: dts: meson: fixing USB support on Meson6, Meson8 and Meson8b
 2017-09-23 13:15 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2017-09-23 13:14 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2017-09-23 13:14 UTC 

[git:media_tree/master] media: drivers: delete error messages for failed memory allocation
 2017-09-23 13:10 UTC 

[PATCH 00/33] x86 FPU fixes and cleanups for v4.14
 2017-09-23 13:02 UTC  (35+ messages)
` [PATCH 01/33] x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xstate()/copy_xstate_to_user()
` [PATCH 02/33] x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user()
` [PATCH 03/33] x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
` [PATCH 04/33] x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
` [PATCH 05/33] x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
` [PATCH 06/33] x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
` [PATCH 07/33] x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions
` [PATCH 08/33] x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
` [PATCH 09/33] x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*()
` [PATCH 10/33] x86/fpu: Simplify __copy_xstate_to_kernel() return values
` [PATCH 11/33] x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate()
` [PATCH 12/33] x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
` [PATCH 13/33] x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
` [PATCH 14/33] x86/fpu: Flip the parameter order in copy_*_to_xstate()
` [PATCH 15/33] x86/fpu: Simplify fpu->fpregs_active use
` [PATCH 16/33] x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
` [PATCH 17/33] x86/fpu: Split the state handling in fpu__drop()
` [PATCH 18/33] x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
` [PATCH 19/33] x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
` [PATCH 20/33] x86/fpu: Remove struct fpu::fpregs_active
` [PATCH 21/33] x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs
` [PATCH 22/33] x86/fpu: Fix boolreturn.cocci warnings
` [PATCH 23/33] x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()
` [PATCH 24/33] x86/fpu: Don't let userspace set bogus xcomp_bv
` [PATCH 25/33] x86/fpu: Tighten validation of user-supplied xstate_header
` [PATCH 26/33] x86/fpu: Reinitialize FPU registers if restoring FPU state fails
` [PATCH 27/33] x86/fpu: Simplify fpu__activate_fpstate_read()
` [PATCH 28/33] x86/fpu: Remove fpu__current_fpstate_write_begin/end()
` [PATCH 29/33] x86/fpu: Rename fpu::fpstate_active to fpu::initialized
` [PATCH 30/33] x86/fpu: Fix stale comments about lazy FPU logic
` [PATCH 31/33] x86/fpu: Simplify and speed up fpu__copy()
` [PATCH 32/33] x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
` [PATCH 33/33] x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__read/write()

[PATCH v2 0/2] x86: Fix inline asm call constraints for clang
 2017-09-23 13:05 UTC  (4+ messages)

[U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3
 2017-09-23 13:04 UTC  (5+ messages)
` [U-Boot] "

[Qemu-devel] nbd structured reply
 2017-09-23 13:00 UTC  (6+ messages)

[U-Boot] [PATCH 1/6] mx6sabresd: Avoid calling setup_display() from SPL code
 2017-09-23 13:01 UTC  (4+ messages)
` [U-Boot] [PATCH 5/6] apalis_imx6: "

[PATCH 1/2] i2c: designware: switch to suspend_late/resume_early
 2017-09-23 12:55 UTC  (5+ messages)

Change in output as a result of patch
 2017-09-23 12:52 UTC  (16+ messages)
` [RFC PATCH 0/5] branch: improve error messages of branch renaming
  ` [RFC PATCH 1/5] builtin/checkout: avoid usage of '!!'
  ` [RFC PATCH 3/5] branch: cleanup branch name validation
  ` [RFC PATCH 5/5] builtin/branch: give more useful error messages when renaming

usb dvb device doesn't works
 2017-09-23 12:51 UTC 

[PATCH] f2fs: allow readpages with NULL file pointer
 2017-09-23 12:49 UTC  (4+ messages)

Urgent: dvb_usb_rtl28xxu not tuning "Leadtek Winfast DTV2000 DS PLUS TV"
 2017-09-23 12:48 UTC  (2+ messages)
` f26: "

[PATCH v7 0/8] GEM/GuC Suspend/Resume/Reset fixes and restructuring
 2017-09-23 12:46 UTC  (10+ messages)
` [PATCH v7 1/8] drm/i915: Create GEM runtime resume helper and handle GEM suspend/resume errors
` [PATCH v7 2/8] drm/i915: Update GEM suspend/resume flows considering GuC and GEM fences
` [PATCH v7 3/8] drm/i915: Create uC runtime and system suspend/resume helpers
` [PATCH v7 4/8] drm/i915/guc: Introduce intel_guc_sanitize
` [PATCH v7 5/8] drm/i915/guc: Update GuC ggtt.invalidate/interrupts/communication across RPM suspend/resume
` [PATCH v7 6/8] drm/i915/guc: Update GuC suspend functionality in intel_uc_suspend
` [PATCH v7 7/8] drm/i915/guc: Disable GuC submission and suspend it prior to i915 reset
` [PATCH v7 8/8] drm/i915/guc: Fix GuC cleanup in unload path
` ✗ Fi.CI.BAT: warning for GEM/GuC Suspend/Resume/Reset fixes and restructuring

[GIT PULL FOR v4.15] Cleanup fixes
 2017-09-23 12:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v9 00/20] make dirty-bitmap byte-based
 2017-09-23 12:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH v9 05/20] dirty-bitmap: Avoid size query failure during truncate
` [Qemu-devel] [PATCH v9 18/20] qcow2: Switch store_bitmap_data() to byte-based iteration

[Buildroot] [Bug 10256] New: Kodi-inputstream-adaptive: download fails (patch included)
 2017-09-23 12:03 UTC  (2+ messages)
` [Buildroot] [Bug 10256] "

[Buildroot] [PATCH v2 1/4] package/kodi-inputstream-adaptive: bump version to 2.0.18
 2017-09-23 12:02 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/4] package/kodi-inputstream-rtmp: bump version to 1.0.6
` [Buildroot] [PATCH v2 3/4] package/kodi-pvr-hts: bump version to 3.4.28
` [Buildroot] [PATCH v2 4/4] package/kodi-skin-confluence: bump version to 3.1.4

[HEADS UP] ipset git tree is rebased
 2017-09-23 11:56 UTC 

[PATCH net] sctp: Fix a big endian bug in sctp_for_each_transport()
 2017-09-23 11:37 UTC  (4+ messages)

[git:media_tree/fixes] media: dvb: i2c transfers over usb cannot be done from stack
 2017-09-23 11:21 UTC 

[git:media_tree/fixes] media: s5p-cec: add NACK detection support
 2017-09-23 11:29 UTC 

[git:media_tree/fixes] media: cec: Respond to unregistered initiators, when applicable
 2017-09-23 11:30 UTC 

[PATCH v4 0/4] eventdev: cover letter: ethernet Rx queue event adapter
 2017-09-23 11:35 UTC  (4+ messages)
` [PATCH v4 3/4] eventdev: Add eventdev ethernet Rx adapter

is there a "symlink" option for cloning a repo in a separate filesystem?
 2017-09-23 11:32 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: glamor support needs egl
 2017-09-23 11:30 UTC 

[PATCH v3 0/3] x86/fpu: prevent leaking FPU registers via invalid FPU state
 2017-09-23 11:29 UTC  (7+ messages)
    ` [PATCH] x86/fpu: Simplify fpu__activate_fpstate_read()
      ` [kernel-hardening] "
        ` [kernel-hardening] "

tools: selftests: psock_tpacket: skip un-supported tpacket_v3 test
 2017-09-23 11:27 UTC  (3+ messages)

[PATCH v2] thermal: enable broadcom menu for arm64 bcm2835
 2017-09-23 11:22 UTC  (2+ messages)

[PATCH 0/4] rcu/tracing/extable: Fix stack dump when RCU is not watching
 2017-09-23 11:22 UTC  (6+ messages)
` [PATCH 4/4] tracing: Remove RCU work arounds from stack tracer

[PATCH] build: make PREFIX overwritable on the commandline
 2017-09-23 11:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/3] add bdrv_co_drain_begin/end BlockDriver callbacks
 2017-09-23 11:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] block: add bdrv_co_drain_end callback
` [Qemu-devel] [PATCH v3 2/3] block: rename bdrv_co_drain to bdrv_co_drain_begin
` [Qemu-devel] [PATCH v3 3/3] block/throttle.c: add bdrv_co_drain_begin/end callbacks

[libvirt test] 113763: tolerable all pass - PUSHED
 2017-09-23 11:12 UTC 

[PATCH] auxdisplay: change PANEL to menuconfig
 2017-09-23 11:07 UTC  (2+ messages)

[PATCH] arm64: defconfig: enable R8A77970 SoC
 2017-09-23 11:05 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/qcow2-bitmap: fix use of uninitialized pointer
 2017-09-23 11:04 UTC  (2+ messages)

[PATCH v2] staging: bcm2835-audio: Fix memory corruption
 2017-09-23 10:57 UTC  (2+ messages)

[U-Boot] FAT filesystems and mtools-created filesystems
 2017-09-23 10:51 UTC  (2+ messages)

[PATCH] firmware: dmi_scan: Drop dmi_initialized
 2017-09-23 10:50 UTC  (2+ messages)

[PATCH v3 00/40] Introduce NXP DPAA Bus, Mempool and PMD
 2017-09-23 10:39 UTC  (5+ messages)
` [PATCH v4 00/41] "

[PATCH net-next] cxgb4: do DCB state reset in couple of places
 2017-09-23 10:37 UTC 

[PATCH] systemd: move org.freedesktop.machine1.conf to systemd-container
 2017-09-23 10:37 UTC 

[PATCH v4] net/i40e: fix mirror rule reset when port is stopped
 2017-09-23 10:37 UTC  (7+ messages)
` [PATCH v5] "

[PATCH] wireless: iwlwifi: fix minor code style issues
 2017-09-23 10:31 UTC 

btrfs_extref_hash 64-bit vs. btrfs_crc32c 32-bit
 2017-09-23 10:35 UTC 

[Qemu-devel] [PATCH v11 0/6] fsdev: qmp interface for io throttling
 2017-09-23 10:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v11 1/6] throttle: factor out duplicate code

[GIT PULL FOR v4.15] RC cleanup fixes
 2017-09-23 10:33 UTC 

[U-Boot] [PATCH v2 0/6] Board for QEMU's '-machine virt' on ARM
 2017-09-23 10:32 UTC  (4+ messages)
` [U-Boot] [PATCH v2 5/6] ARM: Add a new arch + board for QEMU's 'virt' machine

[writeback] e0530257f5: INFO:trying_to_register_non-static_key
 2017-09-23 10:20 UTC 

[distros-debian-stretch test] 72147: tolerable trouble: blocked/broken/fail/pass
 2017-09-23 10:18 UTC 

[PATCH] kfifo: Fix some typo
 2017-09-23 10:08 UTC 

[PATCH v4 00/15] Enable Memory Bandwidth Allocation in Xen
 2017-09-23  9:48 UTC  (16+ messages)
` [PATCH v4 01/15] docs: create Memory Bandwidth Allocation (MBA) feature document
` [PATCH v4 02/15] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v4 03/15] x86: rename 'cbm_type' to 'psr_type' to make it general
` [PATCH v4 04/15] x86: implement data structure and CPU init flow for MBA
` [PATCH v4 05/15] x86: implement get hw info "
` [PATCH v4 06/15] x86: implement get value interface "
` [PATCH v4 07/15] x86: implement set value flow "
` [PATCH v4 08/15] tools: create general interfaces to support psr allocation features
` [PATCH v4 09/15] tools: implement the new libxc get hw info interface
` [PATCH v4 10/15] tools: implement the new libxl "
` [PATCH v4 11/15] tools: implement the new xl "
` [PATCH v4 12/15] tools: rename 'xc_psr_cat_type' to 'xc_psr_type'
` [PATCH v4 13/15] tools: implement new generic get value interface and MBA get value command
` [PATCH v4 14/15] tools: implement new generic set value interface and MBA set "
` [PATCH v4 15/15] docs: add MBA description in docs

x86: PIE support and option to extend KASLR randomization
 2017-09-23 10:00 UTC  (12+ messages)
                ` [kernel-hardening] "

[PATCH net-next 0/2] lan9303: Add basic offloading of unicast traffic
 2017-09-23  9:58 UTC  (6+ messages)
` [PATCH net-next 2/2] net: dsa: "

[PATCH] diff-lib: clear `pending` object-array in `index_differs_from()`
 2017-09-23  9:54 UTC  (10+ messages)
` [PATCH v2 0/6] reroll ma/plugleaks; more `object_array`-fixes
  ` [PATCH v2 4/6] object_array: use `object_array_clear()`, not `free()`
  ` [PATCH v2 5/6] object_array: add and use `object_array_pop()`

x86: PIE support and option to extend KASLR randomization
 2017-09-23  9:49 UTC  (17+ messages)
                  ` [kernel-hardening] "

[PATCH v2] scripts/package/builddeb: split generating packaging and build
 2017-09-23  9:39 UTC 

[PATCH 1/3] refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
 2017-09-23  9:45 UTC  (3+ messages)
` [PATCH 2/3] refs: pass NULL to refs_resolve_ref_unsafe() if hash is not needed
` [PATCH 3/3] refs: pass NULL to resolve_ref_unsafe() "

[Buildroot] [PATCH 1/1] package/poppler: include ctype.h to fix build error
 2017-09-23  9:44 UTC 

[patch net-next 00/12] mlxsw: Add support for offloading IPv4 multicast routes
 2017-09-23  9:32 UTC  (6+ messages)
` [patch net-next 07/12] mlxsw: spectrum: Add the multicast routing offloading logic

possible HighPoint RocketRAID 2720SGL failure
 2017-09-23  9:29 UTC  (7+ messages)

[Buildroot] [PATCH-2017.02.x] tor: security bump to version 0.2.9.12
 2017-09-23  9:23 UTC 

[Buildroot] [PATCH 1/1] package/libshout: enable optional dependency for libressl
 2017-09-23  9:19 UTC 

[PATCH 0/2] Add missing BXT/CNL DPLL debugging/checking code
 2017-09-23  9:19 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[seabios baseline-only test] 72145: tolerable FAIL
 2017-09-23  9:18 UTC 

[qemu-mainline test] 113743: regressions - FAIL
 2017-09-23  9:18 UTC 

[PATCH] drm/tinydrm: Replace dev_error with DRM_DEV_ERROR
 2017-09-23  9:10 UTC 

[PATCH] include: remove outdated comment
 2017-09-23  9:11 UTC 

[PATCH] netfilter: nf_tables: fix update chain error
 2017-09-23  9:10 UTC 

[PATCH] platform/x86: fujitsu-laptop: Don't oops when FUJ02E3 is not presnt
 2017-09-23  9:08 UTC  (3+ messages)

[PATCH v4 0/3] x86/fpu: prevent leaking FPU registers via invalid FPU state
 2017-09-23  9:09 UTC  (3+ messages)
  ` [kernel-hardening] "


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.