All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-10 20:37:44 to 2019-01-10 21:28:04 UTC [more...]

[PATCH RFC 0/5] Add support for PDC timer for wake-ups
 2019-01-10 21:27 UTC  (12+ messages)
` [PATCH RFC 3/5] dt-bindings: Add PDC timer bindings for Qualcomm SoCs

[PATCH v15 0/6] x86/boot/KASLR: Parse ACPI table and limit KASLR to choosing immovable memory
 2019-01-10 21:27 UTC  (5+ messages)
` [PATCH v15 3/6] x86/boot: Introduce efi_get_rsdp_addr() to find RSDP from EFI table
` [PATCH v15 4/6] x86/boot: Introduce bios_get_rsdp_addr() to search RSDP in memory

[PATCH i-g-t] i915/gem_ctx_isolation: Ignore the low bits of BB_OFFSET
 2019-01-10 21:27 UTC  (5+ messages)
` [igt-dev] "

[PATCH] vgacon: unconfuse vc_origin when using soft scrollback
 2019-01-10 21:27 UTC  (2+ messages)

[Buildroot] [PATCH] package/sunxi-mali-mainline-driver: bump version
 2019-01-10 21:27 UTC  (3+ messages)

[PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031
 2019-01-10 21:27 UTC  (5+ messages)

[PATCH] rtc: isl1208: fix negative digital trim reporting
 2019-01-10 21:26 UTC  (2+ messages)

[PATCH] drm/amd/display: Don't fail atomic check in MST S3 topology change
 2019-01-10 21:26 UTC  (2+ messages)

[Buildroot] [PATCH next v6 00/10] Per-package host/target directory support
 2019-01-10 21:25 UTC  (11+ messages)
` [Buildroot] [PATCH next v6 07/10] core: implement per-package SDK and target

[PATCH 0/4] drm/atmel-hlcdc: fix plane clipping/rotation issues
 2019-01-10 21:24 UTC  (5+ messages)

[PATCH 0/5] travis-ci: build with the right compiler
 2019-01-10 21:22 UTC  (4+ messages)
` [PATCH 1/5] compat/obstack: fix -Wcast-function-type warnings

[GIT PULL] blob-stacking updates for security-next
 2019-01-10 21:21 UTC  (3+ messages)

[U-Boot] [PATCH] mmc: fsl_esdhc: Move ifdef to CONFIG_IS_ENABLED
 2019-01-10 21:21 UTC 

[PATCH 00/10] Add support for DRM bridge and additional pixel formats
 2019-01-10 21:19 UTC  (3+ messages)
` [PATCH 08/10] drm/mxsfb: Update mxsfb to support LCD reset

[Buildroot] [git commit] package/libcpprestsdk: remove use of align_union
 2019-01-10 21:18 UTC 

[PATCH] drm/amd/display: Remove error message in stream create routine
 2019-01-10 21:18 UTC 

[Qemu-devel] [PATCH v1] s390x/pci: Send correct event on hotplug
 2019-01-10 21:03 UTC 

[Qemu-devel] [PATCH v2 0/3] Fix virtio-*(-non)-transitional crash on 2.6 machine-types
 2019-01-10 21:06 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 3/3] virtio: Make disable-legacy/disable-modern compat properties optional

[PATCH] RTC: fix erroneous kerneldoc comment
 2019-01-10 21:15 UTC  (2+ messages)

[PATCH v2 00/10] drm/i915: Infoframe precompute/check
 2019-01-10 21:14 UTC  (12+ messages)
` [PATCH v2 01/10] video/hdmi: Add an enum for HDMI packet types
` [PATCH v2 02/10] drm/i915: Add the missing HDMI gamut metadata packet stuff
` [PATCH v2 03/10] drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()
` [PATCH v2 04/10] drm/i915: Store mask of enabled infoframes in the crtc state
` [PATCH v2 05/10] drm/i915: Precompute HDMI infoframes
` [PATCH v2 06/10] drm/i915: Read out "
` [PATCH v2 07/10] drm/i915/sdvo: Precompute "
` [PATCH v2 08/10] drm/i915/sdvo: Read out "
` [PATCH v2 09/10] drm/i915: Check infoframe state in intel_pipe_config_compare()
` [PATCH v2 10/10] drm/i915: Include infoframes in the crtc state dump

[Buildroot] [PATCH 0/3] Fix pkg-kconfig packages with ccache enabled
 2019-01-10 21:15 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] package/pkg-kconfig: pass HOSTCC during kconfig steps
` [Buildroot] [PATCH 2/3] boot/uboot: use HOSTCC_NOCCACHE as kconfig HOSTCC
` [Buildroot] [PATCH 3/3] linux: "

[RFC PATCH v7 00/16] Add support for eXclusive Page Frame Ownership
 2019-01-10 21:09 UTC  (21+ messages)
` [RFC PATCH v7 01/16] mm: add MAP_HUGETLB support to vm_mmap
` [RFC PATCH v7 02/16] x86: always set IF before oopsing from page fault
` [RFC PATCH v7 03/16] mm, x86: Add support for eXclusive Page Frame Ownership (XPFO)
` [RFC PATCH v7 04/16] swiotlb: Map the buffer if it was unmapped by XPFO
` [RFC PATCH v7 05/16] arm64/mm: Add support for XPFO
` [RFC PATCH v7 06/16] xpfo: add primitives for mapping underlying memory
` [RFC PATCH v7 07/16] arm64/mm, xpfo: temporarily map dcache regions
` [RFC PATCH v7 08/16] arm64/mm: disable section/contiguous mappings if XPFO is enabled
` [RFC PATCH v7 09/16] mm: add a user_virt_to_phys symbol
` [RFC PATCH v7 10/16] lkdtm: Add test for XPFO
` [RFC PATCH v7 11/16] mm, x86: omit TLB flushing by default for XPFO page table modifications
` [RFC PATCH v7 12/16] xpfo, mm: remove dependency on CONFIG_PAGE_EXTENSION
` [RFC PATCH v7 13/16] xpfo, mm: optimize spinlock usage in xpfo_kunmap
` [RFC PATCH v7 14/16] EXPERIMENTAL: xpfo, mm: optimize spin lock usage in xpfo_kmap
` [RFC PATCH v7 15/16] xpfo, mm: Fix hang when booting with "xpfotlbflush"
` [RFC PATCH v7 16/16] xpfo, mm: Defer TLB flushes for non-current CPUs (x86 only)

ppc64le reliable stack unwinder and scheduled tasks
 2019-01-10 21:14 UTC 

[Buildroot] [PATCH] checkpackagelib: fix Python3 execution
 2019-01-10 21:13 UTC  (2+ messages)

[PATCH] perf: replace automatic const char[] variables by statics
 2019-01-10 21:12 UTC  (3+ messages)

[linux-3.18 test] 131882: regressions - trouble: broken/fail/pass
 2019-01-10 21:12 UTC 

[PATCH v3 1/3] t5323: test cases for git-pack-redundant
 2019-01-10 21:11 UTC  (3+ messages)
` [PATCH v5 1/5] "

PROBLEM: syzkaller found / pool corruption-overwrite / page in user-area or NULL
 2019-01-10 21:10 UTC  (10+ messages)

[PATCH] powerpc/pseries: Split CPU readd for single CPU systems
 2019-01-10 21:08 UTC 

[PATCH v7 01/10] examples/ipsec-secgw: allow user to disable some RX/TX offloads
 2019-01-10 21:09 UTC  (12+ messages)
` [PATCH v8 00/10] examples/ipsec-secgw: make app to use ipsec library
` [PATCH v8 01/10] examples/ipsec-secgw: allow user to disable some Rx/Tx offloads
` [PATCH v8 02/10] examples/ipsec-secgw: allow to specify neighbour MAC address
` [PATCH v8 03/10] examples/ipsec-secgw: fix crypto-op might never get dequeued
` [PATCH v8 04/10] examples/ipsec-secgw: fix outbound codepath for single SA
` [PATCH v8 05/10] examples/ipsec-secgw: make local variables static
` [PATCH v8 06/10] examples/ipsec-secgw: fix inbound SA checking
` [PATCH v8 07/10] examples/ipsec-secgw: make app to use ipsec library
` [PATCH v8 08/10] examples/ipsec-secgw: make data-path "
` [PATCH v8 09/10] examples/ipsec-secgw: add scripts for functional test
` [PATCH v8 10/10] doc: update ipsec-secgw guide and relelase notes

[PATCH 2/2] leds: lp5024: Add the LP5024/18 RGB LED driver
 2019-01-10 21:07 UTC  (23+ messages)
                  ` Generic RGB LED support was "

[PATCH v7 01/10] cryptodev: add opaque userdata pointer into crypto sym session
 2019-01-10 21:06 UTC  (11+ messages)
` [PATCH v8 0/9] ipsec: new library for IPsec data-path processing
` [PATCH v8 1/9] security: add opaque userdata pointer into security session
` [PATCH v8 2/9] net: add ESP trailer structure definition
` [PATCH v8 3/9] lib: introduce ipsec library
` [PATCH v8 4/9] ipsec: add SA data-path API
` [PATCH v8 5/9] ipsec: implement "
` [PATCH v8 6/9] ipsec: rework SA replay window/SQN for MT environment
` [PATCH v8 7/9] ipsec: helper functions to group completed crypto-ops
` [PATCH v8 8/9] test/ipsec: introduce functional test
` [PATCH v8 9/9] doc: add IPsec library guide

[PATCH v2 1/3] media: imx: add capture compose rectangle
 2019-01-10 21:05 UTC  (5+ messages)
` [PATCH v2 3/3] media: imx: lift CSI and PRP ENC/VF width alignment restriction

[PATCH v2 0/5] Fix incorrectly created uuid tree
 2019-01-10 21:04 UTC  (2+ messages)

[PATCH] rtc: Fix UBSAN overflow warning
 2019-01-10 21:03 UTC  (2+ messages)

[PATCH 0/3] RFC/RFT: CAN FD support for can-gw
 2019-01-10 21:02 UTC  (4+ messages)
` [PATCH 1/3] can: gw: ensure DLC boundaries after CAN frame modification
` [PATCH 2/3] can: gw: use struct canfd_frame as internal data structure
` [PATCH 3/3] can: gw: add support for CAN FD frames

[PATCH 1/2] spi: spi-geni-qcom: Don't initialize completion for normal message
 2019-01-10 21:02 UTC  (2+ messages)
` [PATCH 2/2] spi: spi-geni-qcom: Get rid of forward declaration

[PATCH 0/6] Add non-blocking ring
 2019-01-10 21:01 UTC  (7+ messages)
` [PATCH 1/6] ring: change head and tail to pointer-width size
` [PATCH 2/6] ring: add a non-blocking implementation
` [PATCH 3/6] test_ring: add non-blocking ring autotest
` [PATCH 4/6] test_ring_perf: add non-blocking ring perf test
` [PATCH 5/6] mempool/ring: add non-blocking ring handlers
` [PATCH 6/6] doc: add NB ring comment to EAL "known issues"

[PATCH 1/2] Bluetooth: check message types in l2cap_get_conf_opt
 2019-01-10 21:02 UTC  (2+ messages)

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2019-01-10 21:01 UTC  (8+ messages)
` [PATCH v7 10/25] ACPI / APEI: Tell firmware the estatus queue consumed the records

[PATCH 0/1] gc/repack: release packs when needed
 2019-01-10 21:01 UTC  (3+ messages)
` [PATCH 1/1] "

[Bug 109290] [CI][SHARDS] igt@gem_pwrite@huge-cpu - skip - Estimated that we need \d+ objects and \d+ MiB for the test, but only have \d+ MiB available \(RAM\) and a maximum of \d+ objects
 2019-01-10 21:01 UTC  (3+ messages)
` [Bug 109290] [CI][SHARDS] igt@gem_pwrite@huge-cpu - skip - Estimated that we need 1 objects and 268435457 MiB for the test, but only have 15378 MiB available (RAM) and a maximum of 1617252 objects

[Qemu-devel] Help needed: test-qht-par hangs on Travis
 2019-01-10 20:58 UTC  (7+ messages)

[PATCH v3 0/6] Static calls
 2019-01-10 20:57 UTC  (13+ messages)

[PATCH 3/3] [media] allegro: add SPS/PPS nal unit writer
 2019-01-10 20:56 UTC  (3+ messages)

[PATCH 00/11] y2038: add time64 syscalls
 2019-01-10 20:55 UTC  (8+ messages)
` [PATCH 07/11] y2038: syscalls: rename y2038 compat syscalls

[PATCH 1/3] dt-bindings: define vendor prefix for whwave, Inc
 2019-01-10 20:57 UTC  (3+ messages)
` [PATCH 3/3] rtc: sd3078: new driver

[PATCH 0/3] Add non-blocking stack mempool handler
 2019-01-10 20:55 UTC  (4+ messages)
` [PATCH 1/3] eal: add 128-bit cmpset (x86-64 only)
` [PATCH 2/3] mempool/nb_stack: add non-blocking stack mempool
` [PATCH 3/3] doc: add NB stack comment to EAL "known issues"

[Buildroot] [PATCH 1/2] xenomai: remove unnecessary autoreconf
 2019-01-10 20:56 UTC  (6+ messages)

[PATCH 0/9] Clean up ARM SMP/CPU hotplug implementations
 2019-01-10 20:56 UTC  (5+ messages)
` [PATCH 2/9] ARM: qcom: remove unnecessary boot_lock

[PATCH] tty/serial: emit CR before NL in RISC-V SBL console
 2019-01-10 20:54 UTC  (5+ messages)

[PATCH v2 0/4] ARM: dts: s5pv210: Enable cpufreq support
 2019-01-10 20:52 UTC  (10+ messages)
` [PATCH v2 1/4] ARM: dts: s5pv210: Add dmc nodes
` [PATCH v2 2/4] cpufreq: s5pv210: Don't flood kernel log after cpufreq change
` [PATCH v2 3/4] cpufreq: s5pv210: Defer probe if getting regulators fail
` [PATCH v2 4/4] ARM: defconfig: s5pv210: Add cpufreq support

[U-Boot] [PATCH 0/3] arm: socpfpga: gen5 clean up ETH RST & PHY mode
 2019-01-10 20:54 UTC  (14+ messages)
` [U-Boot] [PATCH 1/3] net: designware: socfpga: adapt to Gen5
` [U-Boot] [PATCH 2/3] arm: socfpga: gen5 enable designware_socfpga
` [U-Boot] [PATCH 3/3] arm: socfpga: gen5: remove hacked ETH RST handling

Sudden errors building Sumo
 2019-01-10 20:52 UTC  (4+ messages)

[v5 PATCH 1/2] mm: swap: check if swap backing device is congested or not
 2019-01-10 20:49 UTC  (2+ messages)

[Qemu-devel] [PATCH] block: don't probe zeroes in bs->file by default on block_status
 2019-01-10 20:51 UTC  (2+ messages)

[Qemu-devel] [PULL v7 00/35] Misc patches for 2018-12-18
 2019-01-10 20:51 UTC 

Stable queue: queue-4.20
 2019-01-10 20:51 UTC 

[PATCH v6 00/20] MST refcounting/atomic helpers cleanup
 2019-01-10 20:49 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for MST refcounting/atomic helpers cleanup (rev6)

[PATCH v3 00/14] Sound Open Firmware (SOF) core
 2019-01-10 20:47 UTC  (4+ messages)
` [PATCH v3 03/14] ASoC: SOF: Add driver debug support

[PATCH 01/41] fmc: update to c7576ab
 2019-01-10  8:15 UTC  (2+ messages)
` [PATCH 09/41] cst: update to f599f61

"dmxdev: DVB (dvb_dmxdev_filter_start): could not set feed" with two DVB sticks
 2019-01-10 20:42 UTC 

[PATCH 0/2] LP5024/18 LED introduction
 2019-01-10 20:43 UTC  (15+ messages)
` [PATCH 1/2] dt: bindings: lp5024: Introduce the lp5024 and lp5018 RGB driver

[PATCH v7 0/4] Bug fixes for Qualcomm BT chip wcn3990
 2019-01-10 20:43 UTC  (9+ messages)
` [PATCH v7 4/4] Bluetooth: btqca: inject command complete event during fw download

[PATCH] upload-pack: teach deepen-relative in protocol v2
 2019-01-10 20:43 UTC  (4+ messages)

[PATCH net 0/2] bpf: Fix bpf_redirect to an ipip/ip6tnl dev
 2019-01-10 20:41 UTC  (3+ messages)
` [PATCH net 1/2] "

[PATCH RESEND] fs/read_write.c: make __vfs_write() static
 2019-01-10 20:41 UTC 

[PATCH RESEND] fs/nsfs.c: include linux/proc_fs.h for open_related_ns()
 2019-01-10 20:41 UTC 

[PATCH RESEND] fs/namespace.c: make to_mnt_ns() static
 2019-01-10 20:41 UTC 

[PATCH RESEND] fs/direct-io.c: include fs/internal.h for sb_init_dio_done_wq()
 2019-01-10 20:41 UTC 

[Bug 202217] New: Integrated laptop display doesnt come back up after using PRIME on wayland
 2019-01-10 20:41 UTC  (2+ messages)
` [Bug 202217] "

[PATCH RESEND] fs/buffer.c: include fs/internal.h for missing prototypes
 2019-01-10 20:40 UTC 

[Buildroot] [PATCH 1/3] gnuchess: fix license
 2019-01-10 20:41 UTC  (2+ messages)

Kconfig label updates
 2019-01-10 20:37 UTC  (3+ messages)

[PATCH] usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup
 2019-01-10 20:39 UTC  (3+ messages)
` [PATCH v2] "
  ` [v2] "

[PATCH v5 0/6] usb: gadget: add mechanism to asynchronously validate data stage of ctrl out request
 2019-01-10 20:39 UTC  (2+ messages)

[PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
 2019-01-10 20:36 UTC  (3+ messages)
` [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere


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.