All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-24 20:15:58 to 2016-09-25 00:29:24 UTC [more...]

[PATCH v2.1] arm64: kgdb: handle read-only text / modules
 2016-09-25  0:29 UTC  (5+ messages)

[Buildroot] [PATCH] irssi: security bump to version 0.8.20
 2016-09-25  0:28 UTC 

[PATCH net-next 0/4] act_mirred: Ingress actions support
 2016-09-25  0:20 UTC  (9+ messages)
` [PATCH net-next 4/4] net/sched: act_mirred: Implement ingress actions

[U-Boot] [PATCH v2 00/27] spl: Use linker list and parameters for SPL image loading
 2016-09-25  0:20 UTC  (28+ messages)
` [U-Boot] [PATCH v2 01/27] spl: Move spl_board_load_image() into a generic header
` [U-Boot] [PATCH v2 02/27] spl: Add a parameter to spl_set_header_raw_uboot()
` [U-Boot] [PATCH v2 03/27] spl: Add a parameter to spl_parse_image_header()
` [U-Boot] [PATCH v2 04/27] spl: Add a parameter to jump_to_image_linux()
` [U-Boot] [PATCH v2 05/27] spl: Add function comments to spl_start_uboot()
` [U-Boot] [PATCH v2 06/27] spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig
` [U-Boot] [PATCH v2 07/27] spl: Convert boot_device into a struct
` [U-Boot] [PATCH v2 08/27] spl: Add a way to declare an SPL image loader
` [U-Boot] [PATCH v2 09/27] spl: Convert spl_ram_load_image() to use linker list
` [U-Boot] [PATCH v2 10/27] spl: Convert spl_mmc_load_image() "
` [U-Boot] [PATCH v2 11/27] spl: Convert spl_ubi_load_image() "
` [U-Boot] [PATCH v2 12/27] spl: Convert spl_nand_load_image() "
` [U-Boot] [PATCH v2 13/27] spl: Convert spl_onenand_load_image() "
` [U-Boot] [PATCH v2 14/27] spl: Convert spl_nor_load_image() "
` [U-Boot] [PATCH v2 15/27] spl: Convert spl_ymodem_load_image() "
` [U-Boot] [PATCH v2 16/27] spl: Convert spl_usb_load_image() "
` [U-Boot] [PATCH v2 17/27] spl: Convert spl_sata_load_image() "
` [U-Boot] [PATCH v2 18/27] spl: spi: Move the generic SPI loader into common/spl
` [U-Boot] [PATCH v2 19/27] spl: Convert spl_spi_load_image() to use linker list
` [U-Boot] [PATCH v2 20/27] spi: Move freescale-specific code into a private header
` [U-Boot] [PATCH v2 21/27] spl: Convert spl_net_load_image() to use linker list
` [U-Boot] [PATCH v2 22/27] spl: Convert spl_board_load_image() "
` [U-Boot] [PATCH v2 23/27] spl: Pass spl_image as a parameter to load_image() methods
` [U-Boot] [PATCH v2 24/27] spl: Update ext functions to take an spl_image parameter
` [U-Boot] [PATCH v2 25/27] spl: Update fat "
` [U-Boot] [PATCH v2 26/27] spl: Update spl_load_simple_fit() to take an spl_image param
` [U-Boot] [PATCH v2 27/27] spl: Make spl_boot_list a local variable

[PATCH 0/2] Fix radix_tree_lookup_slot()
 2016-09-25  0:18 UTC  (15+ messages)
` [PATCH 2/2] radix-tree: Fix optimisation problem

[U-Boot] [PATCH v2 00/29] Kconfig: Move console options to Kconfig
 2016-09-25  0:17 UTC  (30+ messages)
` [U-Boot] [PATCH v2 01/29] Remove some merge markers
` [U-Boot] [PATCH v2 02/29] Convert SILENT_CONSOLE options to Kconfig
` [U-Boot] [PATCH v2 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER "
` [U-Boot] [PATCH v2 04/29] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV et al "
` [U-Boot] [PATCH v2 05/29] config: Drop CONFIG_CONSOLE
` [U-Boot] [PATCH v2 06/29] config: Drop CONFIG_CONSOLE_DEV
` [U-Boot] [PATCH v2 07/29] Convert CONFIG_VIDEO to Kconfig
` [U-Boot] [PATCH v2 08/29] Convert CONFIG_CFB_CONSOLE "
` [U-Boot] [PATCH v2 09/29] Convert CONFIG_CFB_CONSOLE_ANSI "
` [U-Boot] [PATCH v2 10/29] Convert CONFIG_VIDEO_CT69000 "
` [U-Boot] [PATCH v2 11/29] Convert CONFIG_SYS_CONSOLE_BG_COL et al "
` [U-Boot] [PATCH v2 12/29] video: Drop the smiLynxEM driver
` [U-Boot] [PATCH v2 13/29] video: Drop the imx25lcdc driver
` [U-Boot] [PATCH v2 14/29] video: Drop the s3c-fb driver
` [U-Boot] [PATCH v2 15/29] video: Drop the sed13806 driver
` [U-Boot] [PATCH v2 16/29] Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig
` [U-Boot] [PATCH v2 17/29] video: Drop CONFIG_VIDEO_HW_CURSOR
` [U-Boot] [PATCH v2 18/29] Convert CONFIG_VIDEO_SW_CURSOR to Kconfig
` [U-Boot] [PATCH v2 19/29] video: Drop CONFIG_VIDEO_SW_CURSOR
` [U-Boot] [PATCH v2 20/29] Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig
` [U-Boot] [PATCH v2 21/29] video: Move video_get_info_str() prototype to a header file
` [U-Boot] [PATCH v2 22/29] video: Drop CONFIG_CONSOLE_INFO_QUIET
` [U-Boot] [PATCH v2 23/29] Convert CONFIG_LCD to Kconfig
` [U-Boot] [PATCH v2 24/29] Convert CONFIG_CONSOLE_SCROLL_LINES "
` [U-Boot] [PATCH v2 25/29] Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE "
` [U-Boot] [PATCH v2 26/29] Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE "
` [U-Boot] [PATCH v2 27/29] Convert CONFIG_SYS_CONSOLE_INFO_QUIET "
` [U-Boot] [PATCH v2 28/29] Convert CONFIG_USB_KEYBOARD "
` [U-Boot] [PATCH v2 29/29] Convert CONFIG_SYS_STDIO_DEREGISTER "

[Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
 2016-09-25  0:11 UTC  (6+ messages)

[PATCH net] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
 2016-09-25  0:10 UTC  (2+ messages)

[PATCH net-next] gre: use nla_get_be32() to extract flowinfo
 2016-09-25  0:08 UTC  (2+ messages)

[RFC] remove unnecessary condition in remove_inode_hugepages
 2016-09-25  0:06 UTC  (5+ messages)

[PATCH v2] ARM: dts: socfpga: Add Macnica sodia board
 2016-09-24 23:59 UTC 

[PATCH] Net Driver: Add Cypress GX3 VID=04b4 PID=3610
 2016-09-24 23:57 UTC  (4+ messages)

Does data checksumming remain for files with No_COW file attribute?
 2016-09-24 23:50 UTC  (8+ messages)

[U-Boot] [PATCH] mx6sabresd: Make SPL DDR configuration to match the DCD table
 2016-09-24 23:36 UTC 

[PATCH net-next 0/8] rxrpc: Implement slow-start and other bits
 2016-09-24 23:25 UTC  (9+ messages)
` [PATCH net-next 1/8] rxrpc: Send an ACK after every few DATA packets we receive
` [PATCH net-next 2/8] rxrpc: Send an immediate ACK if we fill in a hole
` [PATCH net-next 3/8] rxrpc: Include the last reply DATA serial number in the final ACK
` [PATCH net-next 4/8] rxrpc: Reinitialise the call ACK and timer state for client reply phase
` [PATCH net-next 5/8] rxrpc: Delay the resend timer to allow for nsec->jiffies conv error
` [PATCH net-next 6/8] rxrpc: Generate a summary of the ACK state for later use
` [PATCH net-next 7/8] rxrpc: Schedule an ACK if the reply to a client call appears overdue
` [PATCH net-next 8/8] rxrpc: Implement slow-start

[PATCH v5 00/16] Add Paravirtual RDMA Driver
 2016-09-24 23:21 UTC  (38+ messages)
` [PATCH v5 01/16] vmxnet3: Move PCI Id to pci_ids.h
` [PATCH v5 02/16] IB/pvrdma: Add user-level shared functions
` [PATCH v5 03/16] IB/pvrdma: Add virtual device RDMA structures
` [PATCH v5 04/16] IB/pvrdma: Add the paravirtual RDMA device specification
` [PATCH v5 05/16] IB/pvrdma: Add functions for Verbs support
` [PATCH v5 06/16] IB/pvrdma: Add paravirtual rdma device
` [PATCH v5 07/16] IB/pvrdma: Add helper functions
` [PATCH v5 08/16] IB/pvrdma: Add device command support
` [PATCH v5 09/16] IB/pvrdma: Add support for Completion Queues
` [PATCH v5 10/16] IB/pvrdma: Add UAR support
` [PATCH v5 11/16] IB/pvrdma: Add support for memory regions
` [PATCH v5 12/16] IB/pvrdma: Add Queue Pair support
` [PATCH v5 13/16] IB/pvrdma: Add the main driver module for PVRDMA
` [PATCH v5 14/16] IB/pvrdma: Add Kconfig and Makefile
` [PATCH v5 15/16] IB: Add PVRDMA driver
` [PATCH v5 16/16] MAINTAINERS: Update for "

device stops working ("failed to install key for vdev" error in kernel log)
 2016-09-24 23:10 UTC  (2+ messages)

[PATCH v8 00/11] Git filter protocol
 2016-09-24 22:56 UTC  (11+ messages)
` [PATCH v8 01/11] pkt-line: rename packet_write() to packet_write_fmt()
` [PATCH v8 02/11] pkt-line: extract set_packet_header()
` [PATCH v8 03/11] run-command: move check_pipe() from write_or_die to run_command
` [PATCH v8 04/11] pkt-line: add packet_write_fmt_gently()
` [PATCH v8 05/11] pkt-line: add packet_flush_gently()

[Buildroot] [PATCH] gtksourceview: bump to version 3.22.0
 2016-09-24 22:51 UTC 

[ANNOUNCE] Reiser4 Logical Volumes. Mirrors and Failover
 2016-09-24 22:47 UTC 

[RFC] add DVBv5 statistics support to mn88473
 2016-09-24 22:40 UTC  (2+ messages)
` [RFC] media: mn88473: add DVBv5 statistics support

[PATCH v2] gitweb: use highlight's shebang detection
 2016-09-24 22:35 UTC  (9+ messages)
` [PATCH v3 1/2] gitweb: remove unused function parameter
  ` [PATCH v3 2/2] gitweb: use highlight's shebang detection
    ` [PATCH v4 1/2] gitweb: remove unused guess_file_syntax() parameter
      ` [PATCH v4 2/2] gitweb: use highlight's shebang detection

[PATCH] libnvdimm, region: fix flush hint table thinko
 2016-09-24 22:32 UTC  (2+ messages)

[Qemu-devel] write_zeroes/trim on the whole disk
 2016-09-24 22:30 UTC  (18+ messages)
    ` [Qemu-devel] [Nbd] "

[uml-devel] Something is rotten in the state of Denmark
 2016-09-24 21:42 UTC 

[PATCH] clk: at91: Fix a return value in case of error
 2016-09-24 21:57 UTC  (2+ messages)

Killing The Android libselinux Fork (available)
 2016-09-24 21:54 UTC  (10+ messages)

v4.4.22 build: 0 failures 4 warnings (v4.4.22)
 2016-09-24 21:29 UTC  (2+ messages)

[Bug 97500] Cannot unbind GPU from AMDGPU
 2016-09-24 21:25 UTC  (3+ messages)

Trouble mounting metadata_csum ext4 filesystems with v4.7.x after c9274d891869880648c4ee9365df3ecc7ba2e285: not enough inode bytes checksummed?
 2016-09-24 20:20 UTC  (2+ messages)

[PATCH] drivers: iio: magnetometer: Fix sparse endianness warnings cast to restricted __le16
 2016-09-24 21:22 UTC 

[PATCH] firewire: nosy: do not ignore errors in ioremap_nocache()
 2016-09-24 21:19 UTC 

[PATCH] ARM: dts: exynos: Add reboot reason support for Trats2
 2016-09-24 21:04 UTC  (4+ messages)

[PATCH] staging: sm750fb: rename getChipType to get_chip_type
 2016-09-24 21:09 UTC  (4+ messages)

[PATCH V3 0/4] ARM64 LPC: legacy ISA I/O support
 2016-09-24 21:00 UTC  (7+ messages)
` [PATCH V3 2/4] ARM64 LPC: LPC driver implementation on Hip06

kernel hangs u-boot 2016.03->07
 2016-09-24 20:59 UTC  (2+ messages)

v4.7.5 build: 0 failures 2 warnings (v4.7.5)
 2016-09-24 20:57 UTC  (2+ messages)

[Buildroot] [PATCH] mpg123: bump to version 1.23.7
 2016-09-24 20:56 UTC 

[Qemu-devel] [PATCH v8 00/16] cpu-exec: Safe work in quiescent state
 2016-09-24 20:44 UTC  (9+ messages)
` [Qemu-devel] [PATCH 15/16] tcg: Make tb_flush() thread safe
` [Qemu-devel] [PATCH 16/16] cpus-common: lock-free fast path for cpu_exec_start/end

[PATCH 1/2] brcmfmac: initialize fws(ignal) for BCDC protocol only
 2016-09-24 20:44 UTC  (2+ messages)
` [PATCH 2/2] brcmfmac: compile fws(ignal) code only with BCDC support enabled

[PATCH v7 00/31] Fix delegation behaviour when server revokes some state
 2016-09-24 20:38 UTC  (2+ messages)

[PATCH 0/2] Remove return statement from void function
 2016-09-24 20:35 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8188eu: core: rtw_mlme: "
` [PATCH 2/2] staging: rtl8188eu: core: rtw_security: "

rtl8192ce:rtl92ce_get_hw_reg():<0-0> switch case not processed
 2016-09-24 20:35 UTC  (11+ messages)
` [PATCH] realtek: Add switch variable to 'switch case not processed' messages

百階(香港) 有限公司
 2016-09-24 20:35 UTC 

[PATCH v6 0/9] Replay Protected Memory Block (RPMB) subsystem
 2016-09-24 20:30 UTC  (4+ messages)
` [PATCH v6 1/9] rpmb: add "

[PATCHv2 0/2] pwm: sunxi: give the pwm IP block more time
 2016-09-24 20:25 UTC  (7+ messages)
` [PATCH 1/2] pwm: sunxi: allow the pwm to finish its pulse before disable

[PATCH] parisc: Fix self-detected CPU stall warnings on Mako machines
 2016-09-24 20:22 UTC 

[PATCH] drm/sun4i: rgb: Enable panel after controller
 2016-09-24 20:18 UTC  (6+ messages)

Reiser4 Upstream Git Repositories on GitHub
 2016-09-24 20:16 UTC 


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.