All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-02 03:14:20 to 2016-11-02 06:02:55 UTC [more...]

[PATCH v3 00/15] Secure Boot refactoring
 2016-11-02  6:02 UTC  (15+ messages)
  ` [PATCH v3 01/15] core: constify nv*_printk macros
  ` [PATCH v3 02/15] core: add falcon library
  ` [PATCH v3 03/15] secboot: use falcon library's IMEM/DMEM loading functions
  ` [PATCH v3 04/15] secboot: rename init() hook to oneinit()
  ` [PATCH v3 05/15] secboot: remove fixup_hs_desc hook
  ` [PATCH v3 06/15] secboot: add low-secure firmware hooks
  ` [PATCH v3 07/15] secboot: generate HS BL descriptor in hook
  ` [PATCH v3 08/15] secboot: reorganize into more files
  ` [PATCH v3 09/15] secboot: add LS flags to LS func structure
  ` [PATCH v3 10/15] secboot: split reset function
  ` [PATCH v3 11/15] secboot: disable falcon interrupts before running
  ` [PATCH v3 12/15] secboot: remove unneeded ls_ucode_img member
  ` [PATCH v3 13/15] secboot: remove ls_ucode_mgr
  ` [PATCH v3 14/15] secboot: abstract LS firmware loading functions

[PATCH] usb: gadget: u_ether: remove interrupt throttling
 2016-11-02  6:02 UTC  (2+ messages)

[RFC] kexec_file: Add support for purgatory built as PIE
 2016-11-02  6:00 UTC  (2+ messages)

[PATCH 1/2] arm: aspeed: Add Romulus BMC-specific early setup
 2016-11-02  5:55 UTC  (2+ messages)
` [PATCH 2/2] arm: aspeed: Set SPI master strap for all boards

[PATCH] EFI loader: remove dead code
 2016-11-02  5:55 UTC  (4+ messages)

[PATCH v2 0/6] inherit dma configuration from parent dev
 2016-11-02  5:38 UTC  (6+ messages)
` [PATCH v2 1/6] usb: separate out sysdev pointer from usb_bus
` [PATCH v2 2/6] usb: chipidea: use bus->sysdev for DMA configuration
` [PATCH v2 3/6] usb: ehci: fsl: "
` [PATCH v2 5/6] usb: dwc3: "
` [PATCH v2 6/6] usb: dwc3: Do not set dma coherent mask

Invalid instruction with qemu-ppc64 for ppc64e6500
 2016-11-02  5:53 UTC  (7+ messages)

[PATCH] gr: fallback to legacy paths during firmware lookup
 2016-11-02  5:52 UTC  (3+ messages)

[PATCH v3 00/15] lockdep: Implement crossrelease feature
 2016-11-02  5:42 UTC  (3+ messages)
` [REVISED DOC on v3] Crossrelease Lockdep

[PATCH v2] ARM: at91/dt: add dts file for sama5d36ek CMP board
 2016-11-02  5:46 UTC  (7+ messages)

[PATCH] base memory: introduce CONFIG_MEMORY_DEVICE
 2016-11-02  5:43 UTC  (4+ messages)

[Qemu-devel] [PATCH v1] vhost-pci-net: design vhost-pci-net for the transmission of network packets between VMs
 2016-11-02  5:45 UTC  (2+ messages)

[PATCH] drm/i915/gvt: Fix workload status after wait
 2016-11-02  5:41 UTC 

[WireGuard] Kernel warning from WireGuard module
 2016-11-02  5:39 UTC  (3+ messages)

[PATCHSET] block: IO polling improvements
 2016-11-02  5:37 UTC  (4+ messages)
` [PATCH 1/4] block: add scalable completion tracking of requests

[LTP] [PATCH] syscalls/recvmsg03.c: add new testcase
 2016-11-02  5:34 UTC  (4+ messages)
` [LTP] [PATCH v2] "

SR-PCIM support in KVM
 2016-11-02  5:33 UTC  (5+ messages)

[PATCH v1] ARM:dmaengine:sun6i:fix the uninitialized value for v_lli
 2016-11-02  5:31 UTC  (2+ messages)

[PATCH v2 0/9] ARM: DRA7: Add support for DRA718-evm
 2016-11-02  5:28 UTC  (5+ messages)
` [PATCH v2 4/9] regulator: lp873x: Add support for populating input supply

[PATCH net] net: Check for fullsock in sock_i_uid()
 2016-11-02  5:27 UTC 

[RFC]Generic flow filtering API Sample Application
 2016-11-02  5:27 UTC 

[PATCH u-boot v2] Enable FIT image support and FDT loading for AST2400/AST2500
 2016-11-02  5:26 UTC 

[PATCH u-boot] Enable FIT image support and FDT loading for AST2400/AST2500
 2016-11-02  5:19 UTC 

[PATCH 0/21 v4] dax: Clear dirty bits after flushing caches
 2016-11-02  5:17 UTC  (7+ messages)
` [PATCH 02/21] mm: Use vmf->address instead of of vmf->virtual_address

[PATCH net] cxgb4: correct device ID of T6 adapter
 2016-11-02  5:22 UTC 

[PATCH V4] pinctrl: qcom: Add msm8994 pinctrl driver
 2016-11-02  5:15 UTC  (3+ messages)

[PATCH v7 00/11] implement vcpu preempted check
 2016-11-02  9:08 UTC  (23+ messages)
` [PATCH v7 01/11] kernel/sched: introduce vcpu preempted check interface
` [PATCH v7 02/11] locking/osq: Drop the overload of osq_lock()
` [PATCH v7 03/11] kernel/locking: Drop the overload of {mutex,rwsem}_spin_on_owner
  ` [PATCH v7 03/11] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v7 04/11] powerpc/spinlock: support vcpu preempted check
` [PATCH v7 05/11] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
` [PATCH v7 07/11] KVM: Introduce kvm_write_guest_offset_cached
` [PATCH v7 08/11] x86, kvm/x86.c: support vcpu preempted check
` [PATCH v7 09/11] x86, kernel/kvm.c: "
` [PATCH v7 10/11] x86, xen: "
` [PATCH v7 11/11] Documentation: virtual: kvm: Support "

[PATCH v7 00/11] implement vcpu preempted check
 2016-11-02  9:08 UTC 

[PATCH 2/2] PM / sleep: don't suspend parent when async child suspend_{noirq,early} fails
 2016-11-02  5:07 UTC  (5+ messages)
` [PATCH v2 2/2] PM / sleep: don't suspend parent when async child suspend_{noirq,late} fails

[PATCH] powerpc/kernel: Disable the latent entropy plugin unconditionally
 2016-11-02  5:06 UTC  (2+ messages)
` [kernel-hardening] "

Let's do P4
 2016-11-02  5:06 UTC  (10+ messages)

Review required to use custom script
 2016-11-02  5:03 UTC 

[PATCH] drm/nouveau/tegra: Fix error handling
 2016-11-02  4:59 UTC  (3+ messages)

Comments on Sensor design
 2016-11-02  4:58 UTC  (2+ messages)

[kernel-hardening] [RFC v3 PATCH 00/13] HARDENING_ATOMIC feature
 2016-11-02  4:55 UTC  (12+ messages)
` [kernel-hardening] [RFC v3 PATCH 01/13] Add architecture independent hardened atomic base

[PATCH v27 0/9] arm64: add kdump support
 2016-11-02  4:54 UTC  (22+ messages)
` [PATCH v27 1/9] memblock: add memblock_cap_memory_range()
` [PATCH v27 2/9] arm64: limit memory regions based on DT property, usable-memory-range
` [PATCH v27 3/9] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v27 4/9] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v27 5/9] arm64: kdump: add VMCOREINFO's for user-space tools
` [PATCH v27 6/9] arm64: kdump: provide /proc/vmcore file
` [PATCH v27 7/9] arm64: kdump: enable kdump in defconfig
` [PATCH v27 8/9] Documentation: kdump: describe arm64 port
` [PATCH v27 9/9] Documentation: dt: chosen properties for arm64 kdump

[PATCH V3 0/9] PM / OPP: Multiple regulator support
 2016-11-02  4:51 UTC  (2+ messages)

[PATCH v3 0/4] PXA cpufreq conversion to clock API
 2016-11-02  4:45 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2016-11-02  4:39 UTC 

[PATCH v2 5/7] [media] ir-lirc-codec: don't wait any transmitting time for tx only devices
 2016-11-02  4:39 UTC  (10+ messages)
` [PATCH v2 0/7] Add support for IR transmitters

[Qemu-devel] [PULL 00/47] virtio, pc: fixes and features
 2016-11-02  4:35 UTC  (3+ messages)

[PATCH v4 0/9] (kexec-tools) arm64: add kdump support
 2016-11-02  4:41 UTC  (10+ messages)
` [PATCH v4 1/9] kexec: exntend the semantics of kexec_iomem_for_each_line
` [PATCH v4 2/9] kexec: generalize and rename get_kernel_stext_sym()
` [PATCH v4 3/9] arm64: identify PHYS_OFFSET correctly
` [PATCH v4 4/9] arm64: kdump: identify memory regions
` [PATCH v4 5/9] arm64: kdump: add elf core header segment
` [PATCH v4 6/9] arm64: kdump: set up kernel image segment
` [PATCH v4 7/9] arm64: kdump: set up other segments
` [PATCH v4 8/9] arm64: kdump: add DT properties to crash dump kernel's dtb
` [PATCH v4 9/9] arm64: kdump: Add support for binary image files

[PATCHv12 0/3] rdmacg: IB/core: rdma controller support
 2016-11-02  4:34 UTC  (12+ messages)

[PATCH] filter: xfs_io output has dropped "64" from error messages
 2016-11-02  4:23 UTC 

[PATCH v2] EFI loader: remove redundant code
 2016-11-02  4:18 UTC  (2+ messages)

[PATCH] drm/i915: Set the Z inversion overlap field
 2016-11-02  8:18 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v5 1/2] common/populate: use _require_xfs_io_command() in right place
 2016-11-02  4:07 UTC  (2+ messages)
` [PATCH v5 2/2] generic: make 17[1-4] work well when btrfs compression is enabled

ANN: Reference Policy Release
 2016-11-02  4:13 UTC  (3+ messages)
  ` [refpolicy] "

[PATCH v9 00/12] Add Mediated device support
 2016-11-02  4:09 UTC  (10+ messages)
` [PATCH v9 04/12] vfio iommu: Add support for mediated devices
  ` [Qemu-devel] "

[PATCH net-next 0/3] tools lib bpf: Synchronize implementations
 2016-11-02  4:09 UTC  (7+ messages)
` [PATCH net-next 2/3] tools lib bpf: Sync with samples/bpf/libbpf
` [PATCH net-next 3/3] tools lib bpf: Sync bpf_map_def with tc

Plugin for querying rgw metadata
 2016-11-02  4:08 UTC 

Partial replicas read/write
 2016-11-02  4:06 UTC  (5+ messages)

[PATCH v3 0/3] cpufreq: Introduce TI CPUFreq/OPP Driver
 2016-11-02  4:03 UTC  (7+ messages)
` [PATCH v3 2/3] Documentation: dt: add bindings for ti-cpufreq
` [PATCH v3 3/3] cpufreq: ti: Add cpufreq driver to determine available OPPs at runtime

tmpfs returns incorrect data on concurrent pread() and truncate()
 2016-11-02  4:01 UTC  (5+ messages)

[PATCH linux v6 00/18] FSI device driver introduction
 2016-11-02  3:56 UTC  (3+ messages)
` [PATCH linux v6 16/18] drivers/fsi: Add GPIO FSI master

[PATCH v2 0/4] Btrfs: add serval test case for incremental send
 2016-11-02  3:52 UTC  (7+ messages)
` [PATCH v2 1/4] xfstests: btrfs/131: add test for an incremental send with name collision
` [PATCH v2 4/4] xfstests: btrfs/134: add test for incremental send which renames a directory already being deleted

[PATCH 1/4] amdgpu: add the function to get the marketing name (v2)
 2016-11-02  3:51 UTC  (3+ messages)
` [1/4] "

BT / serial regression introduced during the recent 4.9-rc1 merge?
 2016-11-02  3:49 UTC  (4+ messages)
` [PATCHv2 3/3] serial: 8250_dw: Add quirk for APM X-Gene SoC (was: BT / serial regression introduced during the recent 4.9-rc1 merge?)

[RFC PATCH 0/6] UART slave devices using serio
 2016-11-02  3:49 UTC  (6+ messages)

[PATCH xf86-video-amdgpu] Check Xorg version at runtime instead of build time in two places
 2016-11-02  3:43 UTC 

[kernel-hardening] Legitimate use of /proc/PID/mem,maps and smaps
 2016-11-02  3:42 UTC 

[Ksummit-discuss] Addressing Complex Dependencies - Tuesday 9:30am - Coronado/Devargas
 2016-11-02  3:48 UTC  (4+ messages)

[LTP] [PATCH] syscalls/sendto02.c: add new testcase
 2016-11-02  3:35 UTC  (4+ messages)
  ` [LTP] [PATCH v2] "

Linux freezes after a time while running
 2016-11-02  3:31 UTC  (4+ messages)
  ` Re[2]: "

[PATCH] drm/amdgpu:bypass avfs event manager for sriov
 2016-11-02  3:31 UTC  (3+ messages)

[PATCH] btrfs: Call kunmap if zlib_inflateInit2 fails
 2016-11-02  3:25 UTC 

Kernel regression introduced by "e1000e: Do not write lsc to ics in msi-x mode" and/or "e1000e: Do not read ICR in Other interrupt"
 2016-11-02  3:25 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH] bnxt: use unsigned short instead of signed integer in bnxt_alloc_vnic_attributes
 2016-11-02  3:24 UTC 

[PATCH 0/1] classes/populate_sdk_ext: require uninative
 2016-11-02  3:16 UTC  (2+ messages)
` [PATCH 1/1] "

[md PATCH 0/9] replace printk() with pr_*()
 2016-11-02  3:16 UTC  (10+ messages)
` [md PATCH 1/9] md: fix some issues with alloc_disk_sb()
` [md PATCH 3/9] md/bitmap: change all printk() to pr_*()
` [md PATCH 5/9] md/multipath: replace printk() with pr_*()
` [md PATCH 2/9] md: change all printk() to pr_err() or pr_warn() etc
` [md PATCH 4/9] md/linear: replace printk() with pr_*()
` [md PATCH 9/9] md/raid5: change printk() to pr_*()
` [md PATCH 7/9] md/raid1: "
` [md PATCH 6/9] md/raid0: replace printk() with pr_*()
` [md PATCH 8/9] md/raid10: change printk() to pr_*()

[PATCH 0/1] mm/hugetlb: fix huge page reservation leak in private mapping error paths
 2016-11-02  3:15 UTC  (6+ messages)
` [PATCH 1/1] "

[Buildroot] [PATCH v2 0/4] LEGO MINDSTORMS EV3 Updates
 2016-11-02  3:15 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/4] configs/lego_ev3: add U-Boot support
` [Buildroot] [PATCH v2 2/4] board/lego/ev3: Create images using genimage
` [Buildroot] [PATCH v2 3/4] linux: add ev3dev extension
` [Buildroot] [PATCH v2 4/4] board/lego/ev3: Use ev3dev linux ext for ev3dev drivers

[mm/slab] 86d9f48534: [No primary change] boot-time.idle -27.1% improvement
 2016-11-02  3:14 UTC 

[PATCH 0/3] vhost: comments and doc update due to vhost-cuse removal
 2016-11-02  3:15 UTC  (2+ messages)
` [PATCH 3/3] vhost: update comments


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.