All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-24 05:20:35 to 2018-10-24 07:35:48 UTC [more...]

[PATCH v3 0/7] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64
 2018-10-24  7:35 UTC  (9+ messages)
` [PATCH v3 1/7] powerpc: rename setbits32/clrbits32 to setbits_be32/clrbits_be32
` [PATCH v3 2/7] include: add setbits_leXX/clrbits_leXX/clrsetbits_leXX in linux/setbits.h

[Qemu-devel] [PATCH 1/1] hostmem-file: remove the invalid pmem object id
 2018-10-24 14:14 UTC 

[PATCH v2 0/3] Add Bitstream configuration support for ZynqMP
 2018-10-25  7:32 UTC  (4+ messages)
` [PATCH v2 1/3] firmware: xilinx: Add fpga API's
` [PATCH v2 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver
` [PATCH v2 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp

[Qemu-devel] [PATCH V12 00/19] COLO: integrate colo frame with block replication and COLO proxy
 2018-10-24  7:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH V12 05/19] COLO: Add block replication into colo process

[PATCH v5 4/4] drm/i915: Move the DDC/AUX failure msgs to debug log
 2018-10-24  7:34 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v4 0/7] add integrity and security to TPM2 transactions
 2018-10-24  7:34 UTC  (4+ messages)

[PATCH] iwlwifi: pcie: align licensing to dual GPL/BSD
 2018-10-24  7:33 UTC  (2+ messages)

[RFC PATCH 0/3] M_CAN Framework rework
 2018-10-24  7:33 UTC  (4+ messages)

[PATCH v2 0/9] of: fix compatible-child-node lookups
 2018-10-24  7:32 UTC  (6+ messages)

Audio miniconference schedule
 2018-10-24  7:33 UTC  (4+ messages)

[bug report] SCSI/libiscsi: Add check_protection callback for transports
 2018-10-24  7:32 UTC 

[U-Boot] [PATCH] tools: imx8image: return SUCCESS when the required files not found
 2018-10-24  7:30 UTC  (2+ messages)

[GIT] Networking
 2018-10-24  7:30 UTC  (5+ messages)

[ovmf baseline-only test] 75490: trouble: blocked/broken
 2018-10-24  7:29 UTC 

i.MX6 MIPI-CSI2 OV5640 Camera testing on Mainline Linux
 2018-10-23 23:03 UTC  (11+ messages)

[PATCH] upload-pack: fix broken if/else chain in config callback
 2018-10-24  7:27 UTC 

[PATCH v8 00/12] PECI device driver introduction
 2018-10-24  7:25 UTC  (6+ messages)
` [PATCH v8 07/12] dt-bindings: mfd: Add a document for PECI client MFD

[PATCH 3/3] iommu/tegra194_smmu: Add Tegra194 SMMU driver
 2018-10-24  7:22 UTC  (4+ messages)

[PATCH] thermal: add ratelimited thermal and power logging
 2018-10-24  7:22 UTC  (2+ messages)

[PATCH] efi/libstub: Disable some warnings for x86{,_64}
 2018-10-24  7:22 UTC  (3+ messages)

[PATCH v1 0/2] speed up git reset
 2018-10-24  7:21 UTC  (7+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 2/3] reset: add new reset.quiet config setting

[PATCH 1/2] drm/sun4i: hdmi: Fix unitialized variable
 2018-10-21 16:34 UTC  (2+ messages)
` [PATCH 2/2] drm/sun4i: hdmi: Fix double flag assignation

[PATCH] mmc: sdhci: Conver sdhci_allocate_bounce_buffer() to return void
 2018-10-24  7:19 UTC  (2+ messages)

[PATCH] package_manager.py: check the dest before create hard link
 2018-10-24  7:18 UTC 

Bug with "git mv" and submodules, and with "git submodule add something --force"
 2018-10-24  7:18 UTC  (3+ messages)

errors from VHOST on shutdown
 2018-10-24  7:16 UTC  (2+ messages)

[PATCH V9 00/21] C-SKY(csky) Linux Kernel Port
 2018-10-24  7:17 UTC  (7+ messages)
` [PATCH V9 21/21] csky: support dword access for get_user_size()

[PATCH] kernel-devsrc: add selinux include files needed by scripts/selinux build
 2018-10-24  7:15 UTC  (2+ messages)

[PATCH V2 0/6] Add XHCI, EHCI and OHCI support for Broadcom STB SoS's
 2018-10-24  7:14 UTC  (9+ messages)
` [V2,4/6] usb: ohci-platform: Add support for Broadcom STB SoC's
  ` [PATCH V2 4/6] "
` [V2,5/6] usb: ehci: Add new EHCI driver "
  ` [PATCH V2 5/6] "

[PATCH 4/5] spi: lpspi: enable runtime pm for lpspi
 2018-10-24  7:14 UTC  (3+ messages)

snd-usb-audio Buffer Sizes and Round Trip Latency
 2018-10-24  7:13 UTC  (5+ messages)

[PATCH] arm64: If 'getrandom' syscall fails, don't error out - just warn and proceed
 2018-10-24  7:13 UTC  (5+ messages)

[PATCH 0/9 v3] locks: avoid thundering-herd wake-ups
 2018-10-23 22:43 UTC  (10+ messages)
` [PATCH 8/9] locks: merge posix_unblock_lock() and locks_delete_block()
` [PATCH 5/9] fs/locks: always delete_block after waiting
` [PATCH 4/9] fs/locks: allow a lock request to block other requests
` [PATCH 1/9] fs/locks: rename some lists and pointers
` [PATCH 7/9] fs/locks: create a tree of dependent requests
` [PATCH 2/9] fs/locks: split out __locks_wake_up_blocks()
` [PATCH 6/9] fs/locks: change all *_conflict() functions to return bool
` [PATCH 3/9] NFS: use locks_copy_lock() to copy locks
` [PATCH 9/9] VFS: locks: remove unnecessary white space

[Qemu-devel] [PATCH] fw_cfg_reboot: ensure reboot_time is nonegative
 2018-10-24  7:11 UTC 

[PATCH 1/2] drm/amdgpu: Reorganize *_flush_gpu_tlb() for kfd to use
 2018-10-24  7:10 UTC  (2+ messages)

[Buildroot] [PATCH] scancpan: print package/Config.in only when useful
 2018-10-24  7:10 UTC 

[PATCH v2] drm/amdgpu: Patch csa mc address in IB packet
 2018-10-24  7:09 UTC  (4+ messages)

[RFC][PATCH 03/10] hfsplus: use fs_umode_to_dtype() helper
 2018-10-23 22:42 UTC  (2+ messages)

[bug report] powerpc/perf: Add nest IMC PMU support
 2018-10-24  7:06 UTC  (2+ messages)

[PATCH v4 00/14] ASoC: Add support to WCD9335 Audio Codec
 2018-10-24  7:07 UTC  (4+ messages)
` [PATCH v4 02/14] mfd: wcd9335: add support to wcd9335 core

[PATCH - Intervals v2 1/1] interval: Interpret (x x+1] correctly and return x+1
 2018-10-24  7:06 UTC  (10+ messages)

[PATCH v2 1/2] drm/sched: Add boolean to mark if sched is ready to work v2
 2018-10-24  7:01 UTC  (4+ messages)

[PATCH v2] drm/amdgpu: Modify the argument of emit_ib interface
 2018-10-24  7:01 UTC 

GFP_ATOMIC in Intel code
 2018-10-24  7:00 UTC 

[PATCH 1/2] ncmpc: update to 0.33
 2018-10-24  7:00 UTC  (4+ messages)
` [PATCH 2/2] ncmpc: add PACKAGECONFIG[regex]

[PATCH 0/2 v4] add reserved e820 ranges to the kdump kernel e820 table
 2018-10-24  6:57 UTC  (3+ messages)

git pull defaults for recursesubmodules
 2018-10-24  6:57 UTC  (5+ messages)

[U-Boot] [PATCH 00/30] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-10-24  6:54 UTC  (19+ messages)
` [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S
` [U-Boot] [PATCH 23/30] riscv: do not blindly modify the mstatus CSR
` [U-Boot] [PATCH 24/30] riscv: save hart ID and device tree passed by prior boot stage
` [U-Boot] [PATCH 25/30] riscv: qemu: use "
` [U-Boot] [PATCH 26/30] bdinfo: riscv: print fdt_blob address

[PATCH] openssl: fix occasionally install fail for parallel build
 2018-10-24  6:52 UTC  (3+ messages)

[PATCH v1 1/9] app/procinfo: add usage for new debug
 2018-10-24  6:48 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/9] app/procinfo: add compare for new options
  ` [PATCH v2 3/9] app/procinfo: add prototype for debug instances
  ` [PATCH v2 4/9] app/procinfo: add code for debug port
  ` [PATCH v2 5/9] app/procinfo: add code for debug tm
  ` [PATCH v2 6/9] app/procinfo: add code for debug crypto
  ` [PATCH v2 7/9] app/procinfo: add code for debug ring
  ` [PATCH v2 8/9] app/procinfo: add code for debug mempool
  ` [PATCH v2 9/9] doc/procinfo: add information for debug options

[PATCH] ARM: debug: enable UART1 for socfpga Cyclone5
 2018-10-24  6:51 UTC  (6+ messages)

[PATCH 0/1] nds32: Power management
 2018-10-24  6:51 UTC  (3+ messages)
` [PATCH 1/1] nds32: Power management for nds32

[PATCH 2/5] spi: lpspi: Improve the stability of lpspi data transmission
 2018-10-24  6:50 UTC  (2+ messages)

usb typec not doing handling in-kernel
 2018-10-24  6:49 UTC  (5+ messages)

[PATCH 0/3] Add Bitstream configuration support for ZynqMP
 2018-10-24  6:45 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver

[igt-dev] [PATCH i-g-t v10] lib/igt_fb: Added XYUV format support for testing
 2018-10-24  6:42 UTC  (5+ messages)

[RFC PATCH v2 00/17] CPUFREQ OPP's, DVFS and Tegra30 support by tegra20-cpufreq driver
 2018-10-24  6:41 UTC  (7+ messages)
` [RFC PATCH v2 01/17] OPP: Allow to request stub voltage regulators

[lkp-robot] [sched/fair] d519329f72: unixbench.score -9.9% regression
 2018-10-24  6:41 UTC  (3+ messages)
` [LKP] "

[PATCH] modpost: validate symbol names also in find_elf_symbol
 2018-10-23 22:15 UTC 

system() instruction creates latency peaks
 2018-10-23 21:48 UTC 

[PATCH] thermal: imx: fix for dependency on cpu-freq
 2018-10-24  6:39 UTC 

[PATCH] worktree: populate lock_reason in get_worktrees and light refactor/cleanup in worktree files
 2018-10-24  6:39 UTC 

[linux-lvm] Detaching a failed cache pool
 2018-10-24  6:36 UTC 

[U-Boot] [PATCH v5] net: Add MT7628 ethernet driver
 2018-10-24  6:36 UTC 

[PATCH] drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLK
 2018-10-24  6:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ceph: upgrade to 13.2.2
 2018-10-24  6:34 UTC 

UBSAN: Undefined behaviour in drivers/block/floppy.c:1495:32
 2018-10-24  6:33 UTC  (6+ messages)

VHUB didn't work on AST2500
 2018-10-24  6:32 UTC  (2+ messages)

[PATCH net v2] net: udp: fix handling of CHECKSUM_COMPLETE packets
 2018-10-23 22:04 UTC 

[PATCH v5 0/3] clk: meson: add a sub EMMC clock controller support
 2018-10-24  6:29 UTC  (6+ messages)
` [PATCH v5 3/3] clk: meson: add sub MMC clock controller driver

Secure boot support
 2018-10-24  6:28 UTC  (2+ messages)

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-10-24  6:26 UTC  (7+ messages)

[Bug 108521] RX 580 as eGPU amdgpu: gpu post error!
 2018-10-24  6:24 UTC  (2+ messages)

[PATCH 1/2] app/testpmd: fix metadata API and Tx insertion
 2018-10-24  6:22 UTC  (6+ messages)
` [PATCH 2/2] ethdev: fix metadata documentation
` [PATCH v2 1/2] app/testpmd: fix metadata API and Tx insertion
` [PATCH v2 2/2] ethdev: fix metadata documentation

[RFC PATCH 0/2] improve vmalloc allocation
 2018-10-24  6:22 UTC  (10+ messages)

[PATCH net-next 6/7] net: hns3: Add enable and process hw errors from PPP
 2018-10-24  6:22 UTC  (6+ messages)

[Qemu-devel] [PULL 00/28] pci, pc, virtio: fixes, features
 2018-10-24  6:21 UTC  (2+ messages)

[PATCH] rtlwifi: Remove same duplicated includes
 2018-10-24  6:07 UTC 

[ovmf test] 128954: all pass - PUSHED
 2018-10-24  6:17 UTC 

[U-Boot] [PATCH] cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10
 2018-10-24  6:17 UTC 

[kvm PATCH 1/2] mm: export __vmalloc_node_range()
 2018-10-24  6:16 UTC  (4+ messages)

[Fuego] LAVA integration with Fuego
 2018-10-24  6:16 UTC  (2+ messages)

[qemu-mainline test] 128933: tolerable FAIL - PUSHED
 2018-10-24  6:14 UTC 

[PATCH v6] net/mlx5: support metadata as flow rule criteria
 2018-10-24  6:12 UTC  (3+ messages)
` [PATCH v7] "

[PATCH] can: usb: Remove some duplicated includes from ucan.c
 2018-10-24  5:58 UTC  (2+ messages)

[PATCH V2 0/1] systemd: add back alternatives for init utitilies
 2018-10-24  6:16 UTC  (4+ messages)
` [PATCH 1/1] "

[linux-next test] 128929: regressions - FAIL
 2018-10-24  6:08 UTC 

[PATCH 0/1] packagegroup-core-lsb/-x11-sato: no udev-extraconf in case of systemd
 2018-10-24  6:11 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] kernel/signal: Signal-based pre-coredump notification
 2018-10-24  5:39 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCHv3] rtlwifi: rtl8723ae: Remove set but not used variables and #defines
 2018-10-24  5:52 UTC 

[PATCH v2 3/5] Creates macro to avoid variable shadowing
 2018-10-23 21:35 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2018-10-23
 2018-10-24  6:00 UTC 

[U-Boot] spl: fix the new position of gd and stack
 2018-10-24  6:00 UTC 

[PATCH 1/2] mergetool: Accept -g/--[no-]gui as arguments
 2018-10-24  5:58 UTC  (6+ messages)
  ` [PATCH v2 1/2] mergetool: accept "
  ` [PATCH v2 2/2] completion: support `git mergetool --[no-]gui`

[LTP] [RFC 0/3] syscalls/fanotify03: add support and tests for new FAN_OPEN_EXEC_PERM flag
 2018-10-24  5:56 UTC  (7+ messages)
` [LTP] [RFC 1/3] syscalls/fanotify03: defined additional tcase members to support more tcase control
` [LTP] [RFC 2/3] syscalls/fanotify03: included execve() to generate_events() to increase test coverage
` [LTP] [RFC 3/3] syscalls/fanotify03: add FAN_OPEN_EXEC_PERM tcase support

[PATCH v2] block: fix rdma queue mapping
 2018-10-23 21:31 UTC  (9+ messages)

[U-Boot] [PATCH 0/5] sunxi: doc: Add fastboot example + misc cleanups
 2018-10-24  5:54 UTC  (3+ messages)
` [U-Boot] [PATCH 5/5] sunxi: doc: Add basic fastboot example
  ` [U-Boot] [linux-sunxi] "

[PATCH 0/7] x86/mm/tlb: make lazy TLB mode even lazier
 2018-10-24  5:53 UTC  (2+ messages)

[PATCH] [bug/urgent] dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER
 2018-10-23 21:26 UTC 

[PATCH] ath9k: Fix a locking bug in ath9k_add_interface()
 2018-10-24  5:50 UTC  (3+ messages)

[PATCH] Poison gettext with the Ook language
 2018-10-24  5:45 UTC  (3+ messages)
` [PATCH] i18n: make GETTEXT_POISON a runtime option

[RFC][PATCH v2 04/10] ext2: use common file type conversion
 2018-10-23 21:20 UTC 

[PATCH] common/dpaax: fix incorrect error case
 2018-10-24  5:44 UTC 

[GIT] Sparc
 2018-10-24  5:43 UTC  (3+ messages)

[PATCH] raw/skeleton_rawdev: fix memory leak on test failure
 2018-10-24  5:33 UTC 

[PATCH 1/2] modem.h: ofono_modem_set_powered_timeout_hint
 2018-10-24  5:28 UTC  (2+ messages)
` [PATCH 2/2] src/modem - timeout_hint

[PATCH 1/8] dma-buf: remove shared fence staging in reservation object
 2018-10-24  5:27 UTC  (4+ messages)
` [PATCH 6/8] drm/amdgpu: always reserve two slots for the VM


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.