linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-16 19:55:25 to 2016-11-16 23:44:03 UTC [more...]

fuse: max_background and congestion_threshold settings
 2016-11-16 20:41 UTC  (6+ messages)
` [fuse-devel] "

[PATCH 0/9] KEYS: Blacklisting & UEFI database load
 2016-11-16 23:43 UTC  (3+ messages)
` [PATCH 6/9] efi: Add EFI signature data types

[RFC][PATCH] proc: mm: export PTE sizes directly in smaps
 2016-11-16 23:32 UTC  (3+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2016-11-16 23:36 UTC 

[PATCH 0/3] PCI: hv: clean-up and 2 fixes to the hot-remove case
 2016-11-16 23:19 UTC  (3+ messages)

[PATCH] thermal: ti-soc-thermal: add missing clk_put()
 2016-11-16 22:15 UTC 

[DOC] Missing completions-design.txt?
 2016-11-16 23:28 UTC  (4+ messages)
  ` [PATCH] docs/completion.txt: drop dangling reference to completions-design.txt

[PATCH] Documentation: circular-buffers: use READ_ONCE()
 2016-11-16 23:18 UTC  (2+ messages)

[PATCH] Documentation: atomic_ops: use {READ,WRITE}_ONCE()
 2016-11-16 23:18 UTC  (2+ messages)

[PATCH V4 0/2] Add ACPI support for HiSilicon SoCs Host Controllers
 2016-11-16 23:00 UTC  (4+ messages)
` [PATCH V4 2/2] PCI/ACPI: hisi: "

[PATCH 1/4] tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
 2016-11-16 23:00 UTC  (2+ messages)

Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi'
 2016-11-16 22:59 UTC  (6+ messages)

[4.9-rc5] kernel BUG at kernel/sched/rt.c:764!
 2016-11-16 22:57 UTC 

[PATCH net-next v5]] cadence: Add LSO support
 2016-11-16 22:56 UTC  (3+ messages)
` [PATCH net-next v6] "

[PATCH] [media] netup_unidvb: use module_pci_driver
 2016-11-16 22:56 UTC  (3+ messages)
` [PATCH] scsi: dmx3191d: "

[PATCH] bus: mvebu-mbus: fix iounmap() in error path
 2016-11-16 22:54 UTC 

linux-next: Tree for Nov 16
 2016-11-16 22:54 UTC  (2+ messages)

[PATCH] net/phy/vitesse: Configure RGMII skew on VSC8601, if needed
 2016-11-16 22:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] tpm: drop chip->is_open and chip->duration_adjusted
 2016-11-16 22:54 UTC  (5+ messages)

[PATCH] mtd: maps: add missing iounmap() in error path
 2016-11-16 22:50 UTC 

[PATCH] net: bcm63xx_enet: fix build failure
 2016-11-16 22:51 UTC  (2+ messages)

[PATCH] clocksource_cyc2ns: avoid overflowing 64 bits
 2016-11-16 20:31 UTC  (12+ messages)
    ` [PATCH v2] tile: avoid using clocksource_cyc2ns with absolute cycle count

[PATCH v05 00/72] Userspace compile test and fixes for exported uapi header files
 2016-11-16 22:17 UTC  (7+ messages)
` [PATCH v05 69/72] uapi rose.h: glibc netrose/rose.h header file compatibility fixes

[PATCH 00/29] Improve radix tree for 4.10
 2016-11-17  0:17 UTC  (60+ messages)
` [PATCH 01/29] tools: Add WARN_ON_ONCE
` [PATCH 02/29] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCH 03/29] radix tree test suite: Track preempt_count
` [PATCH 04/29] radix tree test suite: Free preallocated nodes
` [PATCH 05/29] radix tree test suite: Make runs more reproducible
` [PATCH 06/29] radix tree test suite: benchmark for iterator
` [PATCH 07/29] radix tree test suite: Use rcu_barrier
` [PATCH 08/29] tools: Add more bitmap functions
` [PATCH 09/29] radix tree test suite: Use common find-bit code
` [PATCH 10/29] radix-tree: Add radix_tree_join
` [PATCH 11/29] radix-tree: Add radix_tree_split
` [PATCH 12/29] radix-tree: Add radix_tree_split_preload()
` [PATCH 13/29] radix-tree: Fix typo
` [PATCH 14/29] radix-tree: Move rcu_head into a union with private_list
` [PATCH 15/29] radix-tree: Create node_tag_set()
` [PATCH 16/29] radix-tree: Make radix_tree_find_next_bit more useful
` [PATCH 17/29] radix-tree: Improve dump output
` [PATCH 18/29] btrfs: Fix race in btrfs_free_dummy_fs_info()
` [PATCH 19/29] radix tree test suite: iteration test misuses RCU
` [PATCH 20/29] radix tree: Improve multiorder iterators
` [PATCH 21/29] radix-tree: Delete radix_tree_locate_item()
` [PATCH 22/29] radix-tree: Delete radix_tree_range_tag_if_tagged()
` [PATCH 23/29] idr: Add ida_is_empty
` [PATCH 24/29] tpm: Use idr_find(), not idr_find_slowpath()
` [PATCH 25/29] rxrpc: Abstract away knowledge of IDR internals
` [PATCH 26/29] idr: Reduce the number of bits per level from 8 to 6
` [PATCH 27/29] radix tree test suite: Add some more functionality
` [PATCH 28/29] radix-tree: Create all_tag_set
` [PATCH 29/29] Reimplement IDR and IDA using the radix tree

[PATCH 00/16] Kernel lockdown
 2016-11-16 22:40 UTC  (21+ messages)
` [PATCH 01/16] Add the ability to lock down access to the running kernel image
` [PATCH 02/16] efi: Get the secure boot status
` [PATCH 03/16] efi: Disable secure boot if shim is in insecure mode
` [PATCH 04/16] efi: Lock down the kernel if booted in secure boot mode
` [PATCH 05/16] efi: Add EFI_SECURE_BOOT bit
` [PATCH 06/16] Add a sysrq option to exit secure boot mode
` [PATCH 07/16] kexec: Disable at runtime if the kernel is locked down
` [PATCH 08/16] Copy secure_boot flag in boot params across kexec reboot
` [PATCH 09/16] hibernate: Disable when the kernel is locked down
` [PATCH 10/16] PCI: Lock down BAR access "
` [PATCH 11/16] x86: Lock down IO port "
` [PATCH 12/16] ACPI: Limit access to custom_method "
` [PATCH 13/16] asus-wmi: Restrict debugfs interface "
` [PATCH 14/16] Restrict /dev/mem and /dev/kmem "
` [PATCH 15/16] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH 16/16] x86: Restrict MSR access when the kernel is "

[PATCH] nvmem: qfprom: Fix to support single byte read/write
 2016-11-16 22:23 UTC  (4+ messages)

[PATCH 1/2] pci: pcie-designware: Change Maintenance
 2016-11-16 22:18 UTC  (2+ messages)

[PATCH] netronome: don't access real_num_rx_queues directly
 2016-11-16 22:06 UTC  (2+ messages)

[PATCH 0/3] overlayfs: allow moving directory trees
 2016-11-16 22:00 UTC  (12+ messages)
` [PATCH 3/3] ovl: redirect on rename-dir

[PATCH 1/2] staging: vc04_services: remove duplicate mutex_lock_interruptible
 2016-11-16 21:58 UTC  (2+ messages)

[PATCH V2 0/2] ARM: bcm2835: Fix names for the Raspberry Pi GPIO lines
 2016-11-16 21:57 UTC  (2+ messages)

[PATCH] vgaarb: Use dev_printk() when possible
 2016-11-16 21:45 UTC 

[PATCH] drm/nouveau: Don't enabling polling twice on runtime resume
 2016-11-16 21:41 UTC 

GHES platform devices
 2016-11-16 21:36 UTC 

[PATCH v4] console: Add persistent scrollback buffers for all VGA console
 2016-11-16 21:40 UTC  (5+ messages)
` [PATCH v4.1 0/2] "
  ` [PATCH v4.1 1/2] console: Move scrollback data into its own struct
  ` [PATCH v4.1 2/2] console: Add persistent scrollback buffers for all VGA consoles

[PATCH] drm: tda998x: mali-dp: hdlcd: refactor connector registration
 2016-11-16 21:31 UTC  (9+ messages)
              ` [GIT PULL] "

[GIT PULL] drm-vc4-next-2016-11-16
 2016-11-16 21:29 UTC 

[PATCH] rtl8xxxu: Fix for agressive power saving by rtl8723bu wireless IC
 2016-11-16 21:29 UTC  (6+ messages)

[PATCH v6 0/3] x86/kvm: Support AVX512_4VNNIW and AVX512_4FMAPS for KVM guest
 2016-11-16 21:24 UTC  (9+ messages)
` [PATCH v6 3/3] x86/kvm: Add AVX512_4VNNIW and AVX512_4FMAPS support
        ` [Patch v6.1] "

[PATCH] kcov: add AFL-style tracing
 2016-11-16 21:27 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH 1/2] kcov: size of arena is now given in bytes
  ` [PATCH 2/2] kcov: add AFL-style tracing

[PATCH] time: Avoid signed overflow in timekeeping_delta_to_ns()
 2016-11-16 21:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] Add a "nosymlinks" mount option
 2016-11-16 21:18 UTC  (3+ messages)

Regression: Failed boots bisected to 4cd13c21b207 "softirq: Let ksoftirqd do its job"
 2016-11-16 21:01 UTC  (5+ messages)

[PATCH] Support for perf on AMD family17h processors
 2016-11-16 20:49 UTC  (5+ messages)

[PATCH] mtd: nand: nandsim: fix error check
 2016-11-16 20:56 UTC  (5+ messages)

[PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP
 2016-11-16 20:52 UTC  (2+ messages)

[PATCH v14 00/22] Add Mediated device support
 2016-11-16 20:46 UTC  (23+ messages)
` [PATCH v14 01/22] vfio: Mediated device Core driver
` [PATCH v14 02/22] vfio: VFIO based driver for Mediated devices
` [PATCH v14 03/22] vfio: Rearrange functions to get vfio_group from dev
` [PATCH v14 04/22] vfio: Common function to increment container_users
` [PATCH v14 05/22] vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_ops
` [PATCH v14 06/22] vfio iommu type1: Update arguments of vfio_lock_acct
` [PATCH v14 07/22] vfio iommu type1: Update argument of vaddr_get_pfn()
` [PATCH v14 08/22] vfio iommu type1: Add find_iommu_group() function
` [PATCH v14 09/22] vfio iommu type1: Add task structure to vfio_dma
` [PATCH v14 10/22] vfio iommu type1: Add support for mediated devices
` [PATCH v14 11/22] vfio iommu: Add blocking notifier to notify DMA_UNMAP
` [PATCH v14 12/22] vfio: Add notifier callback to parent's ops structure of mdev
` [PATCH v14 13/22] vfio: Introduce common function to add capabilities
` [PATCH v14 14/22] vfio_pci: Update vfio_pci to use vfio_info_add_capability()
` [PATCH v14 15/22] vfio: Introduce vfio_set_irqs_validate_and_prepare()
` [PATCH v14 16/22] vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()
` [PATCH v14 17/22] vfio_platform: "
` [PATCH v14 18/22] vfio: Define device_api strings
` [PATCH v14 19/22] docs: Add Documentation for Mediated devices
` [PATCH v14 20/22] docs: Sysfs ABI for mediated device framework
` [PATCH v14 21/22] docs: Sample driver to demonstrate how to use Mediated "
` [PATCH v14 22/22] MAINTAINERS: Add entry VFIO based Mediated device drivers

[PATCH devicetree/next] ARM: BCM5301X: Add DT for TP-LINK Archer C9 V1
 2016-11-16 20:52 UTC  (2+ messages)

[PATCH v1 0/3] Add support for Broadcom OTP controller
 2016-11-16 20:51 UTC  (3+ messages)
` [PATCH v1 3/3] ARM: dts: Add node for Broadcom OTP controller driver

[PATCH] media: remove obsolete Media Device Managed resource interfaces
 2016-11-16 20:49 UTC 

[PATCH v2] x86/cpufeatures: Enable new AVX512 cpu features
 2016-11-16 20:45 UTC  (2+ messages)

[PATCH v11 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-11-16 20:42 UTC  (5+ messages)
` [PATCH v11 7/7] KVM: x86: virtualize cpuid faulting

[PATCH] pinctrl: sunxi: fix theoretical uninitialized variable access
 2016-11-16 20:33 UTC  (2+ messages)

[PATCH net 0/7] net: cpsw: fix leaks and probe deferral
 2016-11-16 20:33 UTC  (3+ messages)
` [PATCH net 1/7] net: ethernet: ti: cpsw: fix bad register access in probe error path

[PATCH v2 0/9] staging: fsl-mc: move bus driver out of staging, add dpio
 2016-11-16 20:09 UTC  (10+ messages)
` [PATCH v2 1/9] staging: fsl-mc: move bus driver out of staging
` [PATCH v2 2/9] bus: fsl-mc: dpio: add DPIO driver overview document
` [PATCH v2 3/9] bus: fsl-mc: dpio: add APIs for DPIO objects
` [PATCH v2 4/9] bus: fsl-mc: dpio: add frame descriptor and scatter/gather APIs
` [PATCH v2 5/9] bus: fsl-mc: dpio: add global dpaa2 definitions
` [PATCH v2 6/9] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2
` [PATCH v2 7/9] bus: fsl-mc: dpio: add the DPAA2 DPIO service interface
` [PATCH v2 8/9] bus: fsl-mc: dpio: add the DPAA2 DPIO object driver
` [PATCH v2 9/9] bus: fsl-mc: dpio: add maintainer for DPIO

[PATCH v3 0/3] modversions: Fix CRC mangling under CONFIG_RELOCATABLE=y
 2016-11-16 20:29 UTC  (3+ messages)

Including images on Sphinx documents
 2016-11-16 20:26 UTC  (5+ messages)
` [Ksummit-discuss] "

[PATCH v2] sched/rt: Disable RT_RUNTIME_SHARE by default
 2016-11-16 20:19 UTC 

commit 5e940c: fuse: handle killpriv in userspace fs
 2016-11-16 20:15 UTC 

[BUG] X86: Removing inline decl on arch/x86/include/asm/desc.h
 2016-11-16 20:15 UTC  (2+ messages)

[PATCH v4 1/2] console: Move scrollback data into its own struct
 2016-11-16 20:12 UTC  (2+ messages)

commit 0b5da8d: fuse: add support for SEEK_HOLE and SEEK_DATA in lseek
 2016-11-16 20:09 UTC 

[RFC][PATCH 2/7] kref: Add kref_read()
 2016-11-16 20:08 UTC 

[PATCH 1/1] drivers: dma-contiguous: Ensure cma reserve region never cross the low/high mem boundary
 2016-11-16 20:00 UTC  (2+ messages)

[char-misc-next 0/4] mei: bus: rx fixes
 2016-11-16 20:51 UTC  (5+ messages)
` [char-misc-next 1/4] mei: introduce host client uninitialized state
` [char-misc-next 2/4] mei: bus: make a client pointer always available
` [char-misc-next 3/4] mei: bus: split RX and async notification callbacks
` [char-misc-next 4/4] mei: bus: enable non-blocking RX


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).