All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-18 21:22:00 to 2017-04-18 22:43:36 UTC [more...]

[PATCH v3 00/32] PCI: fix config and I/O Address space memory mappings
 2017-04-18 22:43 UTC  (8+ messages)
` [PATCH v3 04/32] asm-generic: add ioremap_nopost() remap interface

[PATCH 00/10] mtd: spi-nor: aspeed: support extensions
 2017-04-18 22:41 UTC  (12+ messages)
` [PATCH 10/10] mtd: spi-nor: aspeed: optimize read mode

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-18 22:42 UTC  (30+ messages)

[PATCH 0/3] Extend the vTPM proxy driver to pass locality to emulator
 2017-04-18 22:41 UTC  (5+ messages)
` [PATCH 2/3] tpm: vtpm_proxy: Implement request_locality

[PATCH v3 00/32] PCI: fix config and I/O Address space memory mappings
 2017-04-18 22:38 UTC  (14+ messages)

[PATCH v2 1/3] mtd: dataflash: Replace C99 type with their kernel counterparts
 2017-04-18 22:38 UTC  (5+ messages)
` [PATCH v2 2/3] mtd: dataflash: Improve coding style in jedec_probe()

SELinux "filtering" capabilities?
 2017-04-18 22:37 UTC  (2+ messages)

[PATCHv3 net] igmp: do not remove igmp souce list info when set link down
 2017-04-18 22:37 UTC  (7+ messages)
` IGMP on IPv6

kill req->errors V2
 2017-04-18 22:34 UTC  (9+ messages)
` block: remove the blk_execute_rq return value
` scsi: introduce a new result field in struct scsi_request

[PULL] Smack changes for 4.12
 2017-04-18 22:34 UTC  (2+ messages)

[GIT PULL] SELinux patches for 4.12
 2017-04-18 22:32 UTC  (3+ messages)

[PATCH 0/2] HWMON driver for Broadcom STB DPFE
 2017-04-18 22:29 UTC  (5+ messages)
` [PATCH 2/2] hwmon: (brcmstb) Add "

[PATCH] various: disallow --no-no-OPT for --no-opt options
 2017-04-18 22:29 UTC  (2+ messages)

[PATCH v3 0/7] NFC: trf7970a: Fixups & convert to desc-based GPIO
 2017-04-18 22:26 UTC  (2+ messages)

[PATCH 00/25] iwlwifi: updates intended for v4.12 2017-04-19
 2017-04-18 22:17 UTC  (26+ messages)
` [PATCH 01/25] iwlwifi: mvm: remove unnecessary label in iwl_mvm_handle_rx_statistics()
` [PATCH 02/25] iwlwifi: mvm: fix accessing fw_id_to_mac_id
` [PATCH 03/25] iwlwifi: pcie: get rid of txq id assignment
` [PATCH 04/25] iwlwifi: mvm: support new TX response for TVQM
` [PATCH 05/25] iwlwifi: move to TVQM mode
` [PATCH 06/25] iwlwifi: mvm: remove unneeded reg write in iwl_mvm_up()
` [PATCH 07/25] iwlwifi: mvm: do not turn on RX_FLAG_AMSDU_MORE
` [PATCH 08/25] iwlwifi: mvm: work around HW issue with AMSDU de-aggregation
` [PATCH 09/25] iwlwifi: mvm: change TX_CMD_SEC_KEY_FROM_TABLE value
` [PATCH 10/25] iwlwifi: mvm: ignore BAID for SN smaller than SSN
` [PATCH 11/25] iwlwifi: mvm: provide the actual number of frames for the SP len
` [PATCH 12/25] iwlwifi: add four new 8265 and 8275 series PCI IDs
` [PATCH 13/25] iwlwifi: mvm: support change to a000 smem API
` [PATCH 14/25] iwlwifi: support a000 CDB product
` [PATCH 15/25] iwlwifi: pcie: remove RSA race workaround
` [PATCH 16/25] iwlwifi: mvm: add GEO_TX_POWER_LIMIT cmd for geographic tx power table
` [PATCH 17/25] iwlwifi: mvm: support init extended command
` [PATCH 18/25] iwlwifi: mvm: disable RX queue notification for a000 devices
` [PATCH 19/25] iwlwifi: mvm: dump frames early on invalid rate
` [PATCH 20/25] iwlwifi: split the handler and the wake parts of the notification infra
` [PATCH 21/25] iwlwifi: mvm: flip address 4 of AMSDU frames
` [PATCH 22/25] iwlwifi: mvm: support changing band for phy context
` [PATCH 23/25] iwlwifi: a000: fix memory offsets and lengths
` [PATCH 24/25] iwlwifi: bump API to 31
` [PATCH 25/25] iwlwifi: mvm: allow block ack response without data

[PATCH net-next v6 00/11] Landlock LSM: Toward unprivileged sandboxing
 2017-04-18 22:23 UTC  (25+ messages)
` [PATCH net-next v6 01/11] bpf: Add eBPF program subtype and is_valid_subtype() verifier
    ` [kernel-hardening] "
` [PATCH net-next v6 02/11] bpf,landlock: Define an eBPF program type for Landlock
    ` [kernel-hardening] "
` [PATCH net-next v6 04/11] landlock: Add LSM hooks related to filesystem
    ` [kernel-hardening] "
` [PATCH net-next v6 05/11] seccomp: Split put_seccomp_filter() with put_seccomp()
    ` [kernel-hardening] "

[PATCH] ARM: dts: rockchip: reuse firefly dtsi
 2017-04-18 22:20 UTC  (4+ messages)

[linux-linus test] 107497: regressions - FAIL
 2017-04-18 22:18 UTC 

[Qemu-devel] [RFC v2 0/6] pci: Refactor PCI root bus creation code
 2017-04-18 22:17 UTC  (7+ messages)
` [Qemu-devel] [RFC v2 1/6] pci: Inline pci_host_bus_register() inside pci_bus_init()
` [Qemu-devel] [RFC v2 2/6] pci: Move pci_bus_init() logic to pci_bus_new_inplace()
` [Qemu-devel] [RFC v2 3/6] pci: Rename and change signatures of pci_bus_new() & related functions
` [Qemu-devel] [RFC v2 4/6] pci: Manually simplify QOM casts at pci_host_bus_init*() calls
` [Qemu-devel] [RFC v2 5/6] pci: Set phb->bus inside pci_host_bus_init_inplace()
` [Qemu-devel] [RFC v2 6/6] pci: Remove unnecessary PCIBus variables

[PATCH] package_rpm.bbclass: Dosen't filter Conflicts if found in Provides
 2017-04-18 22:22 UTC 

[PATCH libdrm v2] Header: Add rotation property fields
 2017-04-18 22:16 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/17] make bdrv_is_allocated[_above] byte-based
 2017-04-18 22:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH 16/17] block: Make bdrv_is_allocated() byte-based
  ` [Qemu-devel] [Qemu-block] "

[PATCH net-next 1/1] net sched actions: add time filter for action dumping
 2017-04-18 22:12 UTC  (2+ messages)

[RFC PATCH] x86/mce: Check MCi_STATUS[MISCV] for usable addr on Intel only
 2017-04-18 22:11 UTC  (5+ messages)
  ` [RFC] "

[PATCH v2] smsc95xx: Use skb_cow_head to deal with cloned skbs
 2017-04-18 22:09 UTC  (3+ messages)

[PATCH] mm: Make truncate_inode_pages_range() killable
 2017-04-18 22:09 UTC  (5+ messages)

Jewel regression (not released, but still serious)
 2017-04-18 22:08 UTC  (2+ messages)

+ fs-affs-bugfix-make-symbolic-links-work-again.patch added to -mm tree
 2017-04-18 22:08 UTC 

+ slab-avoid-ipis-when-creating-kmem-caches.patch added to -mm tree
 2017-04-18 22:06 UTC 

[PATCH] PCI: Freeze PME scan before suspending devices
 2017-04-18 22:05 UTC  (3+ messages)

+ fault-inject-simplify-access-check-for-fail-nth-fix.patch added to -mm tree
 2017-04-18 22:03 UTC 

[PATCH] acpi, nfit: fix module unload vs workqueue shutdown race
 2017-04-18 22:03 UTC  (3+ messages)

[PATCH v6 00/20] Gen8+ engine-reset
 2017-04-18 22:01 UTC  (7+ messages)
` [PATCH v6 04/20] drm/i915/tdr: Modify error handler for per engine hang recovery
` [PATCH v6 17/20] drm/i915: Watchdog timeout: Ringbuffer command emission for gen8+

+ mm-madvise-move-up-the-behavior-parameter-validation.patch added to -mm tree
 2017-04-18 22:00 UTC 

[PATCH v3 0/2] gethostbyname fixes
 2017-04-18 21:57 UTC  (3+ messages)
` [PATCH v3 1/2] use HOST_NAME_MAX to size buffers for gethostname(2)
` [PATCH v3 2/2] xgethostname: handle long hostnames

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 1fb13b7ee3c012c7227ab2e62b362837075fa750
 2017-04-18 21:56 UTC 

[repost] drm sync objects cleaned up
 2017-04-18 21:55 UTC  (5+ messages)

[PATCH v13 00/10] mux controller abstraction and iio/i2c muxes
 2017-04-18 21:53 UTC  (7+ messages)
` [PATCH v13 03/10] mux: minimal mux subsystem and gpio-based mux controller

+ selftests-vm-add-a-test-for-virtual-address-range-mapping.patch added to -mm tree
 2017-04-18 21:53 UTC 

[PATCH] x86/vlapic: Don't reset APIC mode/ID when handling INIT signal
 2017-04-18 21:51 UTC 

[PATCH v6 00/13] Introducing NXP dpaa2_sec based cryptodev pmd
 2017-04-18 21:51 UTC  (3+ messages)
` [PATCH v7 "

[Buildroot] [PATCH 00/53] Eliminate $(HOST_DIR)/usr
 2017-04-18 21:49 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: socfpga: add cyclone5 based de10-nano board
 2017-04-18 21:48 UTC  (2+ messages)

[PATCH] mm,page_alloc: Split stall warning and failure warning
 2017-04-18 21:47 UTC  (5+ messages)

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 107224428cb566a1de2e4556139ef4ff0e11a9c2
 2017-04-18 21:46 UTC 

arch/x86//kernel/ftrace.c:35:3: error: #error The following combination is not supported: ((compiler missing -mfentry) || (CONFIG_X86_32 and !CONFIG_DYNAMIC_FTRACE)) && CONFIG_FUNCTION_GRAPH_TRACER && CONFIG_CC_OPTIMIZE_FOR_SIZE
 2017-04-18 21:44 UTC  (6+ messages)
        ` [PATCH] x86/build: convert function graph '-Os' error to warning

[PATCH 0/3] mmc: Improve/fix support for SDIO IRQs
 2017-04-18 21:43 UTC  (5+ messages)
` [PATCH 1/3] mmc: sdio: Add API to manage SDIO IRQs from a workqueue
` [PATCH 2/3] mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs

[Qemu-devel] [PATCH v2] i386: Allow cpuid bit override
 2017-04-18 21:41 UTC  (5+ messages)

Latency in logical volume layer?
 2017-04-18 21:27 UTC 

[PATCH v11 0/5] read-cache: speed up add_index_entry
 2017-04-18 21:40 UTC  (3+ messages)
` [PATCH v11 2/5] p0006-read-tree-checkout: perf test to time read-tree

[obsolete] mm-page_alloc-re-enable-softirq-use-of-per-cpu-page-allocator-checkpatch-fixes.patch removed from -mm tree
 2017-04-18 21:39 UTC 

[obsolete] mm-page_alloc-re-enable-softirq-use-of-per-cpu-page-allocator.patch removed from -mm tree
 2017-04-18 21:39 UTC 

+ revert-mm-page_alloc-only-use-per-cpu-allocator-for-irq-safe-requests.patch added to -mm tree
 2017-04-18 21:39 UTC 

[Ksummit-discuss] "Maintainer summit" invitation discussion
 2017-04-18 21:39 UTC  (8+ messages)

[PATCH] maintainers: update email address
 2017-04-18 21:36 UTC 

[PATCHv2 0/4] recursive submodules: git-reset!
 2017-04-18 21:37 UTC  (5+ messages)
` [PATCHv2 1/4] entry.c: submodule recursing: respect force flag correctly
` [PATCHv2 2/4] submodule.c: uninitialized submodules are ignored in recursive commands
` [PATCHv2 3/4] submodule.c: submodule_move_head works with broken submodules
` [PATCHv2 4/4] builtin/reset: add --recurse-submodules switch

[PATCH next 2/5] bonding: initialize work-queues during creation of bond
 2017-04-18 21:37 UTC  (4+ messages)

[PATCH] examples/l2fwd-crypto: add cryptodev mask option
 2017-04-18 21:37 UTC  (3+ messages)

+ treewide-decouple-cacheflushh-and-set_memoryh-fix.patch added to -mm tree
 2017-04-18 21:37 UTC 

ZONE_DEVICE and pmem API support for powerpc
 2017-04-18 21:35 UTC  (4+ messages)
` [PATCH 1/9] mm/huge_memory: Use zap_deposited_table() more

[PATCH] drm/vc4: Add runtime PM support to the HDMI encoder driver
 2017-04-18 21:34 UTC  (4+ messages)

[Qemu-devel] [PATCH 06/31] block: Convert bdrv_get_block_status() to bytes
 2017-04-18 21:34 UTC  (2+ messages)
` [Qemu-devel] [PATCH v1.5 06.5/31] fixup! "

[patch] mm, vmscan: avoid thrashing anon lru when free + file is low
 2017-04-18 21:32 UTC  (4+ messages)

[Buildroot] [RFC 0/2] configs: raspberrypi3: fix mismatch cpu arch
 2017-04-18 21:32 UTC  (3+ messages)
` [Buildroot] [RFC 2/2] qt5base: fix build issue on 32bits armv8 target

[CFP] LPC Power Management and Energy-Awareness microconferece: Call for topics
 2017-04-18 21:31 UTC 

[Devel] [PATCH] Remove redundant assignment to NamepathOffset
 2017-04-18 21:30 UTC 

[Devel] [PATCH][V2] Remove redundant assignment to ObjectType
 2017-04-18 21:30 UTC 

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-18 21:22 UTC  (26+ messages)
` [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption
` [PATCH v5 10/32] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v5 14/32] efi: Add an EFI table address match function
` [PATCH v5 19/32] x86/mm: Add support to access persistent memory in the clear
` [PATCH v5 20/32] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v5 29/32] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v5 30/32] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption
` [PATCH v5 32/32] x86/mm: Add support to make use of "

[Devel] NACK: [PATCH] Remove redundant assignment to ObjectType
 2017-04-18 21:24 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.