All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-26 09:05:14 to 2017-11-26 13:05:18 UTC [more...]

[U-Boot] [PATCH v3 00/18] efi_loader: manage protocols in a linked list (v3)
 2017-11-26 13:05 UTC  (14+ messages)
` [U-Boot] [PATCH v3 01/18] efi_loader: helloworld.c: remove superfluous include
` [U-Boot] [PATCH v3 02/18] efi_loader: size of media device path node represenation
` [U-Boot] [PATCH v3 03/18] efi_loader: efi_dp_str should print path not node
` [U-Boot] [PATCH v3 04/18] efi_loader: fix efi_convert_device_node_to_text
` [U-Boot] [PATCH v3 05/18] efi_loader: reimplement LocateDevicePath
` [U-Boot] [PATCH v3 06/18] efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
` [U-Boot] [PATCH v3 07/18] efi_loader: efi_disk: use efi_add_protocol
` [U-Boot] [PATCH v3 08/18] efi_loader: efi_net: "
` [U-Boot] [PATCH v3 09/18] efi_loader: efi_gop: "
` [U-Boot] [PATCH v3 10/18] efi_loader: simplify efi_open_protocol
` [U-Boot] [PATCH v3 11/18] efi_loader: simplify find_obj
` [U-Boot] [PATCH v3 12/18] efi_loader: manage protocols in a linked list
` [U-Boot] [PATCH v3 13/18] efi_selftest: compile without special compiler flags

Greetings
 2017-11-26 13:05 UTC 

[Buildroot] [git commit] package/freerdp: fix dependency on walyand
 2017-11-26 13:04 UTC 

[PATCH] video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocation in two funct
 2017-11-26 13:00 UTC  (3+ messages)
` [PATCH] video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocation in two functions

[PATCH 0/7] stv0910+stv6111 updates/fixes/improvements
 2017-11-26 13:00 UTC  (8+ messages)
` [PATCH 1/7] [media] frontends/stv0910: add field offsets to field defines
` [PATCH 2/7] [media] dvb-frontends/stv0910: WARN_ON() on consecutive mutex_unlock()
` [PATCH 3/7] [media] dvb-frontends/stv6111: handle gate_ctrl errors
` [PATCH 4/7] [media] dvb-frontends/stv0910: remove unneeded check/call to get_if_freq
` [PATCH 5/7] [media] dvb-frontends/stv0910: read symbolrate in get_frontend()
` [PATCH 6/7] [media] dvb-frontends/stv0910: remove unneeded symbol rate inquiry
` [PATCH 7/7] [media] dvb-frontends/stv0910: remove unneeded dvb_math.h include

[PATCH net] sctp: use right member as the param of list_for_each_entry
 2017-11-26 12:56 UTC  (2+ messages)

[PATCH] [RFT] drm: adv7511/33: fix adv7511_cec_init() failure handling
 2017-11-26 12:56 UTC  (3+ messages)
` [RFC][PATCH] drm: adv7511/33: Fix "

[qemu-mainline baseline-only test] 72495: regressions - FAIL
 2017-11-26 12:54 UTC 

[Bug 103915] Undertale crashes on startup (compiling shaders?)
 2017-11-26 12:52 UTC  (2+ messages)

[PATCH] lib: memmove: Use optimised memcpy if possible
 2017-11-26 12:51 UTC  (4+ messages)

[GIT pull] irq updates for 4.15
 2017-11-26 12:50 UTC 

[PATCH] drm/i915/fbdev: Serialise early hotplug events with async fbdev config
 2017-11-26 12:48 UTC  (10+ messages)

[GIT PULL] x86 fixes
 2017-11-26 12:48 UTC 

[PATCH v4] drm: bridge: synopsys/dw-hdmi: Enable cec clock
 2017-11-26 12:46 UTC  (3+ messages)

[PATCH v4] drm: drm_vblank_cleanup: WARN when refcount > 0
 2017-11-26 12:46 UTC 

[GIT PULL] scheduler fixes
 2017-11-26 12:43 UTC 

[PATCH v3 1/2] drm/i915: Expose the busyspin durations for i915_wait_request
 2017-11-26 12:41 UTC  (3+ messages)
` [PATCH v3 2/2] drm/i915: Increase busyspin limit before a context-switch
` ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915: Expose the busyspin durations for i915_wait_request

[GIT PULL] perf fixes
 2017-11-26 12:40 UTC 

d8738d57ab9ab976a1899e73d955d38317f44486 not building with 4.15.0-0.rc0.git6
 2017-11-26 12:45 UTC  (4+ messages)

[PATCH 0/2] Microchip mcp2517fd can controller driver
 2017-11-26 12:38 UTC  (4+ messages)

[GIT PULL] static keys fix
 2017-11-26 12:37 UTC 

[Qemu-devel] [PATCHv2 00/15] sun4u: tidy-up CPU, APB and ebus
 2017-11-26 12:34 UTC  (16+ messages)
` [Qemu-devel] [PATCHv2 01/15] apb: move QOM macros and typedefs from apb.c to apb.h
` [Qemu-devel] [PATCHv2 02/15] sun4u: ebus QOMify tidy-up
` [Qemu-devel] [PATCHv2 03/15] sun4u: move ISABus inside of EBusState
` [Qemu-devel] [PATCHv2 04/15] sun4u: remove pci_ebus_init() function
` [Qemu-devel] [PATCHv2 05/15] sun4u: move initialisation of all ISABus devices into ebus_realize()
` [Qemu-devel] [PATCHv2 06/15] apb: APB QOMify tidy-up
` [Qemu-devel] [PATCHv2 07/15] apb: return APBState from pci_apb_init() rather than PCIBus
` [Qemu-devel] [PATCHv2 08/15] apb: use gpios to wire up the apb device to the SPARC CPU IRQs
` [Qemu-devel] [PATCHv2 09/15] apb: move the two secondary PCI bridges objects into APBState
` [Qemu-devel] [PATCHv2 10/15] apb: remove pci_apb_init() and instantiate APB device using qdev
` [Qemu-devel] [PATCHv2 11/15] apb: split pci_pbm_map_irq() into separate functions for bus A and bus B
` [Qemu-devel] [PATCHv2 12/15] ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs
` [Qemu-devel] [PATCHv2 13/15] apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants
` [Qemu-devel] [PATCHv2 14/15] sparc64: introduce trace-events for hw/sparc64
` [Qemu-devel] [PATCHv2 15/15] sun4u: switch from EBUS_DPRINTF() macro to trace-events

[GIT PULL] objtool fixes
 2017-11-26 12:34 UTC 

[PATCH] arm: l2c: unlock ways when in non-secure mode
 2017-11-26 12:25 UTC  (2+ messages)

possible isert bug in tear down sequence
 2017-11-26 12:23 UTC  (8+ messages)

Changing encoding of a file : What should happen to CRLF in file ?
 2017-11-26 12:20 UTC  (2+ messages)
` [PATCH v2 1/1] convert: tighten the safe autocrlf handling

[PATCH] video: sh_mobile_meram: Delete an error message for a failed memory allocation in sh_mobile_
 2017-11-26 12:19 UTC  (3+ messages)
` [PATCH] video: sh_mobile_meram: Delete an error message for a failed memory allocation in sh_mobile_meram_probe()

[PATCH v3] nvme-rdma: Use mr pool
 2017-11-26 12:18 UTC  (2+ messages)

[PATCH net 0/3] sctp: fix some other sparse errors
 2017-11-26 12:16 UTC  (8+ messages)
` [PATCH net 1/3] sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
  ` [PATCH net 2/3] sctp: force the params with right types for sctp csum apis
    ` [PATCH net 3/3] sctp: remove extern from stream sched

Problem installing Git
 2017-11-26 12:15 UTC  (4+ messages)

[PATCH v6 14/17] ASoC: madera: Add common support for Cirrus Logic Madera codecs
 2017-11-26 12:13 UTC  (3+ messages)

do page fault in atomic bug on arm
 2017-11-26 12:07 UTC  (5+ messages)

RAID5 devices assemble into RAID0 array
 2017-11-26 12:04 UTC  (2+ messages)

[git pull] amdkfd fixes 4.15
 2017-11-26 12:00 UTC 

[PATCH v3 00/14] NFS: add AF_VSOCK support
 2017-11-26 11:58 UTC  (8+ messages)
` [PATCH v3 08/14] SUNRPC: add AF_VSOCK support to svc_xprt.c

[PATCH] RDMA/vmw_pvrdma: Do not re-calculate npages
 2017-11-26 11:51 UTC 

[PATCH 00/43] x86 entry-stack and Kaiser series, 2017/11/24, v2 version
 2017-11-26 11:50 UTC  (3+ messages)
` [PATCH 22/43] x86/mm/kaiser: Prepare assembly for entry/exit CR3 switching

2f47e7e19f ("x86/mm/kaiser: Use PCID feature to make user and .."): WARNING: CPU: 0 PID: 1 at mm/early_ioremap.c:114 __early_ioremap
 2017-11-26 11:49 UTC  (2+ messages)

[PATCH] HID: holtekff: move MODULE_* parameters out of #ifdef block
 2017-11-26 11:33 UTC  (2+ messages)

[U-Boot] [PATCH] power: pmic/regulator: Add basic support for TPS65910
 2017-11-26 11:39 UTC  (6+ messages)

[PATCH v2 0/5] Add support for Amlogic GXL Based SBCs
 2017-11-26 11:39 UTC  (8+ messages)
` [PATCH v2 1/5] ARM: arch-meson: add ethernet common init function
        ` [U-Boot] "

[U-Boot] [PATCH 1/1] vsprintf.c: add EFI device path printing
 2017-11-26 11:39 UTC  (10+ messages)

[U-Boot] [PATCH 1/1] distro bootcmd: define bootloader name for x86
 2017-11-26 11:39 UTC  (2+ messages)

[U-Boot] [PATCH] dm: reset: have the reset-command perform a COLD reset
 2017-11-26 11:39 UTC  (2+ messages)

[U-Boot] [PATCH v2] drivers: core: Add translation in live tree case
 2017-11-26 11:39 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] power: regulator: add driver for the FAN53555 family
 2017-11-26 11:38 UTC  (2+ messages)

[U-Boot] [PATCH] lib: sha1: Change uint8_t to unsigned char for sha1_der_prefix array
 2017-11-26 11:38 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/3] ae3xx: timer: Rename AE3XX to ATCPIT100
 2017-11-26 11:38 UTC  (2+ messages)

[U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep
 2017-11-26 11:38 UTC  (2+ messages)

[U-Boot] U-Boot proper(not SPL) relocate option
 2017-11-26 11:38 UTC  (7+ messages)

misc/021-image-multi-devices fails on latest btrfs-devel/misc-next
 2017-11-26 11:36 UTC  (13+ messages)

[PATCH v4 0/4] make git worktree add dwim more
 2017-11-26 11:37 UTC  (6+ messages)
  ` [PATCH v4 4/4] worktree: make add <path> dwim

[PATCH v3 0/2] R-Car DU: Clip planes to screen boundaries
 2017-11-26 11:30 UTC  (3+ messages)
` [PATCH v3 1/2] drm: rcar-du: Share plane atomic check code between Gen2 and Gen3
` [PATCH v3 2/2] drm: rcar-du: Clip planes to screen boundaries

[kernel-hardening] [PATCH v3 0/2] Restrict dangerous open in sticky directories
 2017-11-26 11:29 UTC  (8+ messages)
` [kernel-hardening] [PATCH v3 2/2] Protected O_CREAT "
  ` [kernel-hardening] "
    ` [kernel-hardening] "
            `  "

[PATCH] input: pegasus_notetaker: add license information
 2017-11-26 11:28 UTC  (4+ messages)

About GPL license compliance of Tesla Model S, Linux kernel 4.4
 2017-11-26 11:23 UTC  (2+ messages)

[Buildroot] [pull request] arch/arm: add some new armv8a cores
 2017-11-26 11:18 UTC  (7+ messages)
` [Buildroot] [PATCH 4/9] arch/arm: do not allow soft-float for armv8a

[PATCH v2 0/2] R-Car DU: Clip planes to screen boundaries
 2017-11-26 11:18 UTC  (4+ messages)
` [PATCH v2 2/2] drm: rcar-du: "

[Bug 103913] DRM/Radeon driver not resilient to poor monitor connections
 2017-11-26 11:15 UTC 

LADSPA ALSA plugin
 2017-11-26 11:10 UTC  (2+ messages)

[xen-unstable test] 116542: tolerable FAIL
 2017-11-26 11:08 UTC 

Synaptics touchpad intertouch on Galago Pro
 2017-11-26 11:05 UTC 

[Bug 100726] [REGRESSION][BISECTED] Severe flickering with an R9 290
 2017-11-26 10:57 UTC  (3+ messages)

Sparse warnings from sched.h
 2017-11-26 10:46 UTC  (3+ messages)

general protection fault in dst_destroy() - 4.13.9
 2017-11-26 10:43 UTC  (3+ messages)

[PATCH v6 00/11] Intel SGX Driver
 2017-11-26 10:41 UTC  (4+ messages)
` [PATCH v6 01/11] intel_sgx: updated MAINTAINERS

[PATCH] mm: print a warning once the vm dirtiness settings is illogical
 2017-11-26 10:38 UTC  (6+ messages)

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-11-26 10:29 UTC  (5+ messages)
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code

[PATCH 0/2] rcar-csi2: enable support for r8a77970
 2017-11-26 10:25 UTC  (3+ messages)
` [PATCH 1/2] rcar-csi2: split Mbps calculation to separate function

[PATCH 0/4] video: sm501fb: Adjustments for seven function implementations
 2017-11-26 10:22 UTC  (14+ messages)
` [PATCH 1/4] video: sm501fb: Delete error messages for a failed memory allocation in two functions
` [PATCH 2/4] video: sm501fb: Improve a size determination in sm501fb_probe()
` [PATCH 3/4] video: sm501fb: Combine substrings for four messages
` [PATCH 4/4] video: sm501fb: Adjust 15 checks for null pointers

HELLO!
 2017-11-26 10:12 UTC 

[xen-unstable-coverity test] 116552: all pass - PUSHED
 2017-11-26 10:17 UTC 

Silo on RAID 1
 2017-11-26  9:49 UTC 

Need support for Intel new wifi module 9462NGW
 2017-11-26  9:49 UTC  (12+ messages)
                    ` [linuxwifi] "

[Bug 103911] r600/eg: egd_tables.h missing from 17.2.x tarballs
 2017-11-26  9:41 UTC 

[U-Boot] [PATCH v2 1/1] add support for Raspberry Pi Zero W
 2017-11-26  9:38 UTC  (2+ messages)
` [U-Boot] [PATCH v3 "

[PATCH v5 0/2] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2017-11-26  9:38 UTC  (5+ messages)
` [PATCH v5 1/2] "

git status always modifies index?
 2017-11-26  9:35 UTC  (11+ messages)

[Buildroot] [PATCH 1/2] linux: bump default to version 4.13.11
 2017-11-26  9:34 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 13}.x series

[Buildroot] [git commit branch/2017.02.x] linux-headers: bump 4.{4, 9, 13}.x series
 2017-11-26  9:33 UTC 

[Buildroot] [git commit branch/2017.08.x] linux-headers: bump 4.{4, 9, 13}.x series
 2017-11-26  9:31 UTC 

[Buildroot] [PATCH] azure-iot-sdk-c: use github for homepage
 2017-11-26  9:30 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.08.x] azure-iot-sdk-c: use github for homepage
 2017-11-26  9:30 UTC 

[PATCH] x86/orc: Don't bail on stack overflow
 2017-11-26  9:27 UTC  (9+ messages)

[PATCH v2 1/2] ALSA: pcm: add SNDRV_PCM_FORMAT_{S,U}20
 2017-11-26  9:27 UTC  (2+ messages)
` [PATCH v2 1/2] ALSA: pcm: add SNDRV_PCM_FORMAT_{S, U}20

[dm-crypt] kernel: CONFIG_KEYS
 2017-11-26  9:23 UTC  (2+ messages)

[Buildroot] [git commit] libidn: fix build with gcc 7.x
 2017-11-26  9:21 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.08.x] libidn: fix build with gcc 7.x
 2017-11-26  9:20 UTC 

[Buildroot] [PATCH] argp-standalone: fix build with > GCC5.1
 2017-11-26  9:17 UTC  (3+ messages)

[Buildroot] [git commit branch/2017.02.x] argp-standalone: fix build with gcc 7.x
 2017-11-26  9:16 UTC 

[Buildroot] [git commit branch/2017.08.x] argp-standalone: fix build with gcc 7.x
 2017-11-26  9:16 UTC 

[Buildroot] [PATCH] quagga: add upstream security fix for CVE-2017-16227
 2017-11-26  9:13 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.08.x] quagga: add upstream security fix for CVE-2017-16227
 2017-11-26  9:13 UTC 

[Buildroot] [git commit branch/2017.02.x] quagga: add upstream security fix for CVE-2017-16227
 2017-11-26  9:12 UTC 

[Buildroot] [PATCH/next 1/1] package/{mesa3d, mesa3d-headers}: bump version to 17.2.6
 2017-11-26  9:12 UTC 

[Buildroot] [PATCH] openssh: fix getpagesize() related static linking issue
 2017-11-26  9:12 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.02.x] openssh: fix getpagesize() related static linking issue
 2017-11-26  9:11 UTC 

[Buildroot] [git commit branch/2017.08.x] openssh: fix getpagesize() related static linking issue
 2017-11-26  9:11 UTC 

[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
 2017-11-26  9:11 UTC  (9+ messages)
` [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl

Why can GDB mask tracee's SIGKILL after attaching
 2017-11-26  9:07 UTC 

[Buildroot] [PATCH] swupdate: Fix SHA256 hash verification
 2017-11-26  9:06 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.08.x] swupdate: Fix SHA256 hash verification
 2017-11-26  9:06 UTC 

[Buildroot] [PATCH 1/2] apr: security bump to version 1.6.3
 2017-11-26  9:05 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] apr-util: security bump to version 1.6.1


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.