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

[PATCH bpf 0/9] bpf fix to prevent oob under speculation
 2019-01-01 20:49 UTC  (3+ messages)
` [PATCH bpf 1/9] bpf: move {prev_,}insn_idx into verifier env
` [PATCH bpf 2/9] bpf: move tmp variable into ax register in interpreter

[U-Boot] [PATCH 0/6] Add support for loading FPGA bitstream
 2019-01-01 20:36 UTC  (24+ messages)
` [U-Boot] [PATCH 1/6] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH 2/6] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH 3/6] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH 5/6] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH 6/6] ARM: socfpga: Synchronize the configuration for A10 SoCDK

[Buildroot] [PATCH 1/4] package/opus: bump to version 1.3
 2019-01-01 20:34 UTC  (10+ messages)
` [Buildroot] [PATCH 2/4] package/libopusenc: bump to version 0.2.1
` [Buildroot] [PATCH 3/4] package/opusfile: bump to version 0.11
` [Buildroot] [PATCH 4/4] package/opus-tools: bump to version 0.2

WARNING in __might_sleep (2)
 2019-01-01 20:28 UTC  (4+ messages)
` [PATCH] tty/n_hdlc: fix sleep in !TASK_RUNNING state warning
    ` [PATCH] tty/n_hdlc: fix __might_sleep warning

[U-Boot] [PATCH] bmips: fix config warnings from 2019.01
 2019-01-01 20:24 UTC  (3+ messages)

[PATCH] base: fix a missing check of clk_prepare
 2019-01-01 20:21 UTC  (5+ messages)

[PATCH 0/7] systemd patches
 2019-01-01 20:17 UTC  (5+ messages)
` [PATCH 2/7] systemd-conf: simplify creation of configuration

CoC loving Linux programmers swear the GPLv2 is irrevocable. They are wrong. (As are the women they wish to empower)
 2019-01-01 20:16 UTC  (2+ messages)

[PATCH net] net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
 2019-01-01 20:14 UTC  (2+ messages)

[Bug 108992] Regression: Lenovo e585 (ryzen 2500u) freezes during boot with 4.20-rc5, amdgpu error
 2019-01-01 20:14 UTC  (2+ messages)
` [Bug 108992] Regression: Lenovo e585 (ryzen 2500u) freezes during boot with 4.20-rc5/rc6, "

[Buildroot] [PATCH] lua-curl: bump to version 0.3.9
 2019-01-01 20:12 UTC  (2+ messages)

[Buildroot] [git commit] lua-curl: bump to version 0.3.9
 2019-01-01 20:12 UTC 

[Buildroot] [git commit] package/opus-tools: bump to version 0.2
 2019-01-01 20:11 UTC 

[PATCH] mm: Introduce page_size()
 2019-01-01 20:11 UTC  (4+ messages)

[Buildroot] [git commit] package/opusfile: bump to version 0.11
 2019-01-01 20:10 UTC 

[PATCH net] ip: validate header length on virtual device xmit
 2019-01-01 20:10 UTC  (2+ messages)

[Buildroot] [git commit] package/libopusenc: bump to version 0.2.1
 2019-01-01 20:09 UTC 

[Buildroot] [git commit] package/opus: bump to version 1.3
 2019-01-01 20:09 UTC 

[PATCH] doc: remove unneeded TODO for release_commit_memory
 2019-01-01 20:08 UTC  (2+ messages)
` [PATCH v2] "

[Buildroot] [PATCH] package/libssh: bump to version 0.8.6
 2019-01-01 20:08 UTC  (2+ messages)

[Buildroot] [PATCH] package/nano: bump to version 3.2
 2019-01-01 20:08 UTC  (2+ messages)

[Buildroot] [git commit] package/libssh: bump to version 0.8.6
 2019-01-01 20:08 UTC 

[Buildroot] [git commit] package/nano: bump to version 3.2
 2019-01-01 20:08 UTC 

drivers/infiniband/core/.tmp_gl_uverbs_main.o:undefined reference to `__user_bad'
 2019-01-01 20:07 UTC  (2+ messages)

They claim that your property can be taken from you because to do otherwise would be inconvenient to the people that are committed to committing the taking
 2019-01-01 20:05 UTC 

Without an attached interest you can very well revoke the license and prevent all further distribution of your code, and further use of it in future versions
 2019-01-01 20:03 UTC 

[PATCH net] tap: call skb_probe_transport_header after setting skb->dev
 2019-01-01 20:02 UTC  (2+ messages)

[Patch net] ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
 2019-01-01 19:59 UTC  (4+ messages)

[Buildroot] [PATCH v3 1/3] package/python-numpy: add host variant for piglit
 2019-01-01 19:57 UTC  (3+ messages)
` [Buildroot] [PATCH v3 3/3] package/piglit: new package

[U-Boot] a8011eb84d not working on V40 (Banana Pi M2 Berry)
 2019-01-01 19:55 UTC  (2+ messages)

[PATCH 01/17] tls: Only accept the Certificate Request in client mode
 2019-01-01 19:49 UTC  (17+ messages)
` [PATCH 02/17] tls: Add Hello extension sending support
` [PATCH 03/17] tls: Parse and process received extensions
` [PATCH 04/17] tls: Implement the Supported Elliptic Curves extension
` [PATCH 05/17] tls: Implement the Supported Point Formats extension
` [PATCH 06/17] tls: Allow user to set custom list of cipher suites
` [PATCH 07/17] tls: Move cipher suite definitions to tls-suites.c
` [PATCH 08/17] tls: Add ServerKeyExchange callbacks to key exchange struct
` [PATCH 09/17] tls: ECHDE_RSA key exchange implementation client side
` [PATCH 10/17] tls: ECHDE_RSA key exchange implementation server side
` [PATCH 11/17] tls: Add RFC4492 suites using the ECDHE_RSA key exchange
` [PATCH 12/17] tls: Add RFC5289 "
` [PATCH 13/17] key: Add l_key_validate_dh_payload
` [PATCH 14/17] tls: DHE_RSA key exchange implementation client side
` [PATCH 15/17] tls: DHE_RSA key exchange implementation server side
` [PATCH 16/17] tls: Add DHE_RSA-based cipher suites
` [PATCH 17/17] tls: Switch state before handling Key Echange messages

[drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 1us * 10 tries - optc1_lock line:628
 2019-01-01 19:48 UTC  (2+ messages)

4.10.1 Xen crash and reboot
 2019-01-01 19:46 UTC  (3+ messages)

Problem with queuing vlan tagged packets after migration from 3.16.0 to 4.9.0
 2019-01-01 19:46 UTC  (6+ messages)

[PATCH] Revert "staging:r8188eu: use lib80211 CCMP decrypt"
 2019-01-01 19:45 UTC  (5+ messages)

[PATCH 0/1] mmc: fix boards with CD GPIO and "cd-inverted"
 2019-01-01 19:44 UTC  (4+ messages)
` [PATCH 1/1] mmc: core: don't override the CD GPIO level when "cd-inverted" is set

[Bug 107261] [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 1us * 10 tries - optc1_lock line:628
 2019-01-01 19:43 UTC  (2+ messages)

[PATCH] conf/ucm: bytcr-rt5651: Document mono speaker wiring
 2019-01-01 19:39 UTC  (2+ messages)

[PATCH 1/4] conf/ucm: bytcr-rt5651: Enable Stereo? ADC MIXL ADC? switches when enabling inputs
 2019-01-01 19:39 UTC  (4+ messages)

[Bug 108771] [amdgpu]] *ERROR* ring gfx timeout
 2019-01-01 19:36 UTC  (2+ messages)
` [Bug 108771] [amdgpu] hang with The Last Story on the Dolphin emulator

CoC loving Linux programmers swear the GPLv2 is irrevocable. They are wrong. (As are the women they wish to empower)
 2019-01-01 19:31 UTC  (2+ messages)

Stall during read() on CIFS with 4.19
 2019-01-01 19:30 UTC  (2+ messages)

[U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id
 2019-01-01 19:30 UTC  (4+ messages)

[PATCH BlueZ 1/5] gatt: Fix invalid read when disconnecting
 2019-01-01 19:27 UTC  (12+ messages)

[U-Boot] Pull request: u-boot-sunxi/master
 2019-01-01 19:22 UTC 

[U-Boot] [PATCH v2 1/2] dm: MIGRATION: Update migration plan for SPI
 2019-01-01 19:17 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] dm: MIGRATION: Update migration plan for DM_SPI_FLASH

kmemleak: Cannot allocate a kmemleak_object structure - Kernel 4.19.13
 2019-01-01 19:17 UTC 

Wiki for Linux development
 2019-01-01 19:07 UTC  (2+ messages)

kernel: xhci_hcd 0000:00:14.0: ERROR unknown event type 37 - Kernel 4.19.13
 2019-01-01 18:57 UTC 

[U-Boot] [PATCH] net: bcm6368: fix restart flow issues
 2019-01-01 18:44 UTC 

[PATCH V7] Btrfs: enhance raid1/10 balance heuristic
 2019-01-01 18:39 UTC  (3+ messages)

[PATCH 0/8] perf thread-stack: Fix thread stack processing for the idle task
 2019-01-01 18:28 UTC  (3+ messages)
` [PATCH 6/8] perf thread-stack: Allocate an array of thread stacks

[Qemu-devel] [PATCH v2 00/12] target/mips: Amend R5900 support
 2019-01-01 18:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 09/12] tests/tcg/mips: Test R5900 three-operand MADDU1

[PATCH v3 1/2] mm: Refactor swap-in logic out of shmem_getpage_gfp
 2019-01-01 18:24 UTC  (4+ messages)
` [PATCH v3 2/2] mm: rid swapoff of quadratic complexity

[Buildroot] [PATCH v3 00/17] Split fftw into multiple packages
 2019-01-01 18:16 UTC  (5+ messages)
` [Buildroot] [PATCH v3 10/17] package/hackrf: use the new fftw-single package
` [Buildroot] [PATCH v3 11/17] package/httping: use the new fftw-double package

[PATCH 2/2] leds: lp5024: Add the LP5024/18 RGB LED driver
 2019-01-01 18:11 UTC  (19+ messages)

perf: Use strcmp(str, "const") instead of strncmp(str, "const", sizeof("const"))
 2019-01-01 18:00 UTC  (3+ messages)

[PATCH 00/11] datastruct: Employ new scheme for code snippet
 2019-01-01 18:00 UTC  (11+ messages)
      ` [PATCH] gen_snippet_d.pl: Add rules to ignore editor's backup files
          ` Sporadic SIGSEGV in hash_bkt_rcu and hash_resize (was Re: [PATCH] gen_snippet_d.pl: Add rules to ignore editor's backup files)
            ` [PATCH] EXP hashtorture.h: Avoid sporadic SIGSEGV in hash_bkt_rcu

[PATCH-v2 0/3] rcutorture: minor nolibc fixes
 2019-01-01 17:57 UTC  (8+ messages)
` [PATCH 3/4] rcutorture/nolibc: add a bit of documentation to explain how to use nolibc

[PATCH 0/2] Documentation/RCU: Update documents
 2019-01-01 17:55 UTC  (5+ messages)
` [PATCH 1/2] whatisRCU.txt: fix outdated links
` [PATCH 2/2] torture.txt: update the list of supported torture types

[PATCH 1/1] net: rds: remove unnecessary NULL check
 2019-01-01 17:54 UTC  (2+ messages)

skb_cow() vs skb_cow_head() - what exactly is "header"?
 2019-01-01 17:53 UTC  (2+ messages)

[PATCH net-next] add document for TCP OFO, PAWS and skip ACK counters
 2019-01-01 17:51 UTC  (2+ messages)

[PATCH v3] sock: Make sock->sk_stamp thread-safe
 2019-01-01 17:49 UTC  (2+ messages)

[PATCH iproute2] ip: support for xfrm interfaces
 2019-01-01 17:40 UTC  (3+ messages)

[PATCH v3 0/2] perf tests: Check for ARM [vectors] page
 2019-01-01 17:39 UTC  (2+ messages)

[PATCH] os-release: don't import shutil
 2019-01-01 17:38 UTC 

[PATCH] regmap: regmap-irq: silently ignore unsupported type settings
 2019-01-01 17:36 UTC  (4+ messages)

[Buildroot] [PATCH 1/2] jack1: new package
 2019-01-01 17:33 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] jack2: Add version info, display comment when jack1+2 are enabled

[PATCH iproute2 v4] iproute: Set ip/ip6 lwtunnel flags
 2019-01-01 17:33 UTC  (2+ messages)

[Buildroot] [PATCH] package/valijson: bump to version 0.1
 2019-01-01 17:33 UTC 

Better data balancing over multiple devices for raid1/10 (read)
 2019-01-01 17:26 UTC  (2+ messages)

[Bug 109206] Kernel 4.20 amdgpu fails to load firmware on Ryzen 2500U
 2019-01-01 17:25 UTC  (2+ messages)

[linux-next test] 131661: regressions - FAIL
 2019-01-01 17:23 UTC 

Cannot bind to IPv6 address in VRF
 2019-01-01 17:21 UTC  (3+ messages)

[linux-4.14 test] 131663: tolerable FAIL - PUSHED
 2019-01-01 17:18 UTC 

[Buildroot] [PATCH v4] support/scripts/pkg-stats: add latest upstream version information
 2019-01-01 17:17 UTC 

[RFC v2 0/3] test driver to analyse vmalloc allocator
 2019-01-01 17:12 UTC  (7+ messages)
` [RFC v2 1/3] vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE
` [RFC v2 3/3] selftests/vm: add script helper "

i915 module results in total lockups without any dmesg trace on a NP900X5N Kaby Lake machine
 2019-01-01 17:11 UTC 

[PATCH v6 1/2] signal: add pidfd_send_signal() syscall
 2019-01-01 17:02 UTC  (6+ messages)
` [PATCH v6 2/2] selftests: add tests for pidfd_send_signal()

[PATCH 0/6] Add clock support for Actions Semi S500 SoC
 2019-01-01 16:56 UTC  (6+ messages)
` [PATCH 6/6] MAINTAINERS: Add linux-actions mailing list for Actions Semi

[PATCH 1/2] powerpc/4xx/ocm: Fix phys_addr_t printf warnings
 2019-01-01 16:52 UTC  (2+ messages)

Kernel Opppps Kernel 4.20.0
 2019-01-01 16:50 UTC 

Kernel Opppps Kernel 4
 2019-01-01 16:48 UTC 

tpm_tis TPM2.0 not detected on cold boot
 2019-01-01 16:47 UTC  (11+ messages)

[COMMAND HANGS] The command 'btrfs subvolume sync -s 2 xyz' can hangs
 2019-01-01 16:37 UTC  (3+ messages)

[Qemu-devel] Qemu-devel Digest, Vol 189, Issue 424
 2019-01-01 16:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 00/52] Audio 5.1 patches

[PATCH v5 0/3] Stingray thermal driver support
 2019-01-01 16:07 UTC  (6+ messages)

[GIT PULL] Thermal-SoC management updates for v4.21-rc1
 2019-01-01 16:05 UTC 

[Buildroot] [PATCH 1/2] webkitgtk: remove an old workaround
 2019-01-01 16:00 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] webkitgtk: fix host dependencies

[Buildroot] [git commit branch/2018.02.x] package/webkitgtk: fix host dependencies
 2019-01-01 16:00 UTC 

[Buildroot] [git commit branch/2018.02.x] package/webkitgtk: remove an old workaround
 2019-01-01 15:59 UTC 

[Buildroot] [git commit branch/2018.11.x] package/webkitgtk: fix host dependencies
 2019-01-01 15:59 UTC 

[Buildroot] [git commit branch/2018.11.x] package/webkitgtk: remove an old workaround
 2019-01-01 15:59 UTC 

[PATCH iproute2] configure: Fix to minor error caused by 377a09902a57 ("configure: Minor code cleanup")
 2019-01-01 15:54 UTC 

[Buildroot] [PATCH] package/mosquitto: security bump to version 1.5.5
 2019-01-01 15:55 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.02.x] package/mosquitto: security bump to version 1.5.5
 2019-01-01 15:55 UTC 

[PATCH iproute2] configure: Fix to minor error caused by 377a09902a57 ("configure: Minor code cleanup")
 2019-01-01 15:53 UTC 

[Buildroot] [git commit branch/2018.11.x] package/mosquitto: security bump to version 1.5.5
 2019-01-01 15:52 UTC 

[PATCH 0/5] Improve the latency tracers
 2019-01-01 15:46 UTC  (6+ messages)
` [PATCH 1/5] function_graph: Support displaying relative timestamp
` [PATCH 2/5] sched/tracing: Show more info for funcgraph wakeup tracers
` [PATCH 3/5] sched/tracing: Put a margin between flags and duration for "
` [PATCH 4/5] sched/tracing: Show stacktrace "
` [PATCH 5/5] trace/doc: Add latency tracer funcgraph example

[Buildroot] [PATCH 1/1] package/stress-ng: Fix build issue with libbsd wchar check
 2019-01-01 15:41 UTC 

[Buildroot] [PATCH] package/netatalk: security bump to version 3.1.23
 2019-01-01 15:30 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.02.x] package/netatalk: security bump to version 3.1.23
 2019-01-01 15:30 UTC 

[Buildroot] [git commit branch/2018.11.x] package/netatalk: security bump to version 3.1.23
 2019-01-01 15:30 UTC 

[PATCH 0/9] xfs-5.0: inode scrubber fixes
 2019-01-01 15:29 UTC  (4+ messages)

[Buildroot] [PATCH 1/2] configs/imx6slevk: Bump U-Boot version
 2019-01-01 15:29 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] configs/freescale_imx7dsabresd: Apply upstream U-Boot fix

[Buildroot] [git commit branch/2018.11.x] configs/freescale_imx7dsabresd: Apply upstream U-Boot fix
 2019-01-01 15:29 UTC 

[Buildroot] [git commit branch/2018.11.x] configs/imx6slevk: Bump U-Boot version
 2019-01-01 15:27 UTC 

[Buildroot] [PATCH v2] package/shairport-sync: fix init script (stop)
 2019-01-01 15:22 UTC  (2+ messages)

[Buildroot] [git commit branch/2018.02.x] package/shairport-sync: fix init script (stop)
 2019-01-01 15:12 UTC 

[Buildroot] [git commit branch/2018.11.x] package/shairport-sync: fix init script (stop)
 2019-01-01 15:11 UTC 

[BUG/REGRESSION] Radeon HDMI casuses oops on Acube Sam460ex amcc 460ex power board
 2019-01-01 15:03 UTC  (7+ messages)
      ` [BUG] Radeon TAHITI_vce.bin firmware "
        ` [BUG] Radeon TAHITI_vce.bin firmware casuses oops on Acube Sam460ex amcc 460ex and other Power PC motherboards
            ` ATI FirePro 2260 doesn't work after the update 'drm-next-2018-12-14'

[PATCH] staging: rtl8192e: rename Channel to channel style
 2019-01-01 14:56 UTC  (2+ messages)
` [Outreachy kernel] "

[RFC,v1] leds: fix regression in usbport led trigger
 2019-01-01 14:54 UTC 

[PATCH] atl1c: fix typo driection -> direction
 2019-01-01 14:52 UTC 

[PATCH] configure: Fix to minor error caused by 377a09902a57 ("configure: Minor code cleanup")
 2019-01-01 14:38 UTC  (2+ messages)

[SPDK] Destroy QP process in nvmf
 2019-01-01 14:38 UTC 

[PATCH] spi: npcm-pspi: Fix wrong priv pointer
 2019-01-01 14:10 UTC 

[PATCH v5 0/5] leds: trigger: Add pattern initialization from Device Tree
 2019-01-01 14:07 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: leds: "
` [PATCH v5 2/5] leds: Add helper for getting default pattern "
` [PATCH v5 3/5] leds: trigger: pattern: Add pattern initialization "
` [PATCH v5 4/5] leds: trigger: oneshot: Add "
` [PATCH v5 5/5] leds: trigger: timer: "

[PATCH v2] zsh: complete unquoted paths with spaces correctly
 2019-01-01 14:05 UTC  (4+ messages)
` [PATCH v3 0/2] completion: handle "
  ` [PATCH v3 1/2] zsh: complete unquoted "
  ` [PATCH v3 2/2] completion: treat results of git ls-tree as file paths


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.