All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-21 13:52:07 to 2017-04-21 14:30:14 UTC [more...]

[PATCH] x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
 2017-04-21 14:30 UTC  (6+ messages)

[PATCH v2 0/2] dmaengine: Add DW AXI DMAC driver
 2017-04-21 14:29 UTC  (6+ messages)
` [PATCH v2 2/2] "

net: heap out-of-bounds in fib6_clean_node/rt6_fill_node/fib6_age/fib6_prune_clone
 2017-04-21 14:27 UTC  (15+ messages)

[PATCH v17 2/3] usb: USB Type-C connector class
 2017-04-21 14:27 UTC  (13+ messages)

stable/linux-3.18.y build: 204 builds: 5 failed, 199 passed, 35 errors, 212 warnings (v3.18.49)
 2017-04-21 14:27 UTC  (2+ messages)

[PATCH] drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio
 2017-04-21 14:26 UTC  (3+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio (rev2)

["PATCH-v2" 00/22] lpfc updates for 11.2.0.12
 2017-04-21 14:24 UTC  (5+ messages)

[BUG] test suite broken with GIT_TEST_SPLIT_INDEX
 2017-04-21 14:25 UTC  (4+ messages)

[PATCH v3 00/11] x86: xen cpuid() cleanup
 2017-04-21 14:24 UTC  (4+ messages)
` [PATCH v3 09/11] x86/xen: use capabilities instead of fake cpuid values for xsave

[U-Boot] [PATCH v2 00/22] x86: Add ACPI S3 resume support
 2017-04-21 14:24 UTC  (23+ messages)
` [U-Boot] [PATCH v2 01/22] x86: acpi: Add Kconfig option and header file for ACPI resume
` [U-Boot] [PATCH v2 02/22] x86: baytrail: acpi: Add APIs for determining/clearing sleep state
` [U-Boot] [PATCH v2 03/22] x86: Add post codes for OS resume
` [U-Boot] [PATCH v2 04/22] x86: fsp: acpi: Pass different boot mode to FSP init
` [U-Boot] [PATCH v2 05/22] x86: Store and display previous sleep state
` [U-Boot] [PATCH v2 06/22] x86: baytrail: Conditionally report S3 in the ACPI table
` [U-Boot] [PATCH v2 07/22] x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3
` [U-Boot] [PATCH v2 08/22] x86: acpi: Add wake up assembly stub
` [U-Boot] [PATCH v2 09/22] x86: acpi: Add one API to find OS wakeup vector
` [U-Boot] [PATCH v2 10/22] x86: acpi: Resume OS if resume vector is found
` [U-Boot] [PATCH v2 11/22] x86: Add an early CMOS access library
` [U-Boot] [PATCH v2 12/22] x86: fsp: Save stack address to CMOS for next S3 boot
` [U-Boot] [PATCH v2 13/22] x86: Do not clear high table area for S3
` [U-Boot] [PATCH v2 14/22] x86: Adjust board_final_cleanup() order
` [U-Boot] [PATCH v2 15/22] x86: apci: Change PM1_CNT register access to RMW
` [U-Boot] [PATCH v2 16/22] x86: acpi: Make enter_acpi_mode() public
` [U-Boot] [PATCH v2 17/22] x86: acpi: Refactor acpi_resume()
` [U-Boot] [PATCH v2 18/22] x86: acpi: Turn on ACPI mode for S3
` [U-Boot] [PATCH v2 19/22] x86: pci: Allow conditionally run VGA rom in S3
` [U-Boot] [PATCH v2 20/22] x86: acpi: Fix Windows S3 resume failure
` [U-Boot] [PATCH v2 21/22] x86: minnowmax: Enable ACPI S3 resume
` [U-Boot] [PATCH v2 22/22] x86: Document ACPI S3 support

Prevent escaping btrfs quota
 2017-04-21 14:24 UTC  (2+ messages)

[PATCH] scsi: BusLogic: fix incorrect spelling of adatper_reset_req
 2017-04-21 14:24 UTC  (2+ messages)

[PATCH v3 01/29] x86: boot/copy, remove unused functions
 2017-04-21 14:13 UTC  (38+ messages)
` [PATCH v3 02/29] x86_32: boot, extract efi_pe_entry from startup_32
` [PATCH v3 03/29] x86_64: boot, extract efi_pe_entry from startup_64
` [PATCH v3 04/29] x86: assembly, use ENDPROC for functions
` [PATCH v3 05/29] x86: assembly, add ENDPROC to functions
` [PATCH v3 06/29] x86: assembly, annotate functions by ENTRY, not GLOBAL
` [PATCH v3 07/29] x86: bpf_jit, use ENTRY+ENDPROC
` [PATCH v3 08/29] linkage: new macros for assembler symbols
` [PATCH v3 09/29] x86: assembly, use DATA_SIMPLE for data
` [PATCH v3 10/29] x86: assembly, annotate relocate_kernel
` [PATCH v3 11/29] x86: entry, annotate THUNKs
` [PATCH v3 12/29] x86: assembly, annotate local functions
` [PATCH v3 13/29] x86: crypto, "
` [PATCH v3 14/29] x86: boot, "
` [PATCH v3 15/29] x86: assembly, annotate aliases
` [PATCH v3 16/29] x86: entry, annotate interrupt symbols properly
` [PATCH v3 17/29] x86: head, annotate data appropriatelly
` [PATCH v3 18/29] x86: boot, "
` [PATCH v3 19/29] x86: um, "
` [PATCH v3 20/29] x86: xen-pvh, "
` [PATCH v3 21/29] x86: purgatory, start using annotations
` [PATCH v3 22/29] x86: assembly, use SYM_FUNC_INNER_LABEL instead of GLOBAL
` [PATCH v3 23/29] x86: realmode, use SYM_DATA_* "
` [PATCH v3 24/29] x86: assembly, remove GLOBAL macro
` [PATCH v3 25/29] x86: assembly, make some functions local
` [PATCH v3 26/29] x86_64: assembly, change all ENTRY to SYM_FUNC_START
` [PATCH v3 27/29] x86_32: "
` [PATCH v3 28/29] x86_32: lguest, use SYM_ENTRY
` [PATCH v3 29/29] x86: assembly, replace WEAK uses

[refpolicy] [PATCH] login related stuff take 2
 2017-04-21 14:23 UTC  (11+ messages)

[PATCH net-next 0/5] nfp: DMA flags, adjust head and fixes
 2017-04-21 14:20 UTC  (6+ messages)
` [PATCH net-next 1/5] nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attr
` [PATCH net-next 2/5] nfp: parse metadata prepend before XDP runs
` [PATCH net-next 3/5] nfp: add NSP routine to get static information
` [PATCH net-next 4/5] nfp: fix free list buffer size reporting
` [PATCH net-next 5/5] nfp: remove the refresh of all ports optimization

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

statx.2 manpage
 2017-04-21 14:23 UTC  (3+ messages)

[PATCH v2 00/11] Documentation: Add ABI to the admin guide
 2017-04-21 14:22 UTC  (5+ messages)

[GIT PULL] Final block fixes for 4.11
 2017-04-21 14:21 UTC 

[PATCH] nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout()
 2017-04-21 14:18 UTC 

[PATCH 1/1] fs: Allows for xattr support to be compiled out
 2017-04-21 14:18 UTC  (2+ messages)

[PATCH v1] net: phy: fix auto-negotiation stall due to unavailable interrupt
 2017-04-21 14:18 UTC  (3+ messages)

[RFC PATCH 0/9] "Non-shared" IOMMU support on ARM
 2017-04-21 14:18 UTC  (4+ messages)
` [RFC PATCH 4/9] xen/arm: p2m: Update IOMMU mapping whenever possible if page table is not shared

[morty 1/4] ti-cgt-arm: Include recipes for 16.9.1
 2017-04-21 14:17 UTC  (3+ messages)

[PATCH v8 for-4.9 1/5] hvm/dmop: Box dmop_args rather than passing multiple parameters around
 2017-04-21 14:17 UTC  (8+ messages)
` [PATCH v8 for-4.9 2/5] hvm/dmop: Make copy_buf_{from, to}_guest for a buffer not big enough an error
` [PATCH v8 for-4.9 3/5] hvm/dmop: Implement copy_{to, from}_guest_buf() in terms of raw accessors
` [PATCH v8 for-4.9 4/5] hvm/dmop: Implement copy_{to, from}_guest_buf_offset() helpers
` [PATCH v8 for-4.9 5/5] dmop: Add xendevicemodel_modified_memory_bulk()

[tip:x86/mm] x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
 2017-04-21 14:16 UTC  (2+ messages)

[PATCH V8 0/5] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
 2017-04-21 14:13 UTC  (14+ messages)
` [PATCH V8 4/5] PCI/ASPM: save power on values during bridge init

[morty PATCH v2 1/3] ti-cgt-arm: add recipe for 16.9.2
 2017-04-21 14:15 UTC  (3+ messages)
` [morty PATCH v2 2/3] Remove CCS dependencies for all components
` [morty PATCH v3 3/3] ti-ccsv6: Remove the recipe

mtip32xx: add a status field to struct mtip_cmd
 2017-04-21 14:14 UTC  (2+ messages)

[PATCH v2 1/3] rtmutex: update rt-mutex-design
 2017-04-21 14:12 UTC  (3+ messages)
` [PATCH v2 2/3] rtmutex: update rt-mutex
` [PATCH v2 3/3] rtmutex: remove unnecessary adjust prio

[PATCH v3] scsi/bfa: use designated initializers
 2017-04-21 14:13 UTC  (2+ messages)

some large dir testing results
 2017-04-21 14:11 UTC  (3+ messages)

[PATCH 0/2] fixes for FreeBSD compilation
 2017-04-21 14:12 UTC  (3+ messages)
` [PATCH v2 0/4] Fixes for BSD compilation

[Buildroot] [PATCH 1/1] package/aircrack-ng: bump version to 1.2-rc4
 2017-04-21 14:12 UTC 

[Qemu-devel] [PULL for-2.9 0/6] Block patches
 2017-04-21 14:11 UTC  (2+ messages)

[RFC PATCH 00/14] cgroup: Implement cgroup v2 thread mode & CPU controller
 2017-04-21 14:04 UTC  (33+ messages)
` [RFC PATCH 01/14] cgroup: reorganize cgroup.procs / task write path
` [RFC PATCH 02/14] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [RFC PATCH 03/14] cgroup: introduce cgroup->proc_cgrp and threaded css_set handling
` [RFC PATCH 04/14] cgroup: implement CSS_TASK_ITER_THREADED
` [RFC PATCH 05/14] cgroup: implement cgroup v2 thread support
` [RFC PATCH 06/14] cgroup: Fix reference counting bug in cgroup_procs_write()
` [RFC PATCH 07/14] cgroup: Move debug cgroup to its own file
` [RFC PATCH 08/14] cgroup: Keep accurate count of tasks in each css_set
` [RFC PATCH 09/14] cgroup: Make debug cgroup support v2 and thread mode
` [RFC PATCH 10/14] cgroup: Implement new thread mode semantics
` [RFC PATCH 11/14] sched: Misc preps for cgroup unified hierarchy interface
` [RFC PATCH 12/14] sched: Implement interface for cgroup unified hierarchy
` [RFC PATCH 13/14] sched: Make cpu/cpuacct threaded controllers
` [RFC PATCH 14/14] cgroup: Enable separate control knobs for thread root internal processes

[PATCH -mm -v9 0/3] THP swap: Delay splitting THP during swapping out
 2017-04-21 14:08 UTC  (5+ messages)
` [PATCH -mm -v9 1/3] mm, THP, swap: Delay splitting THP during swap out

[Cocci] modifying array initializers?
 2017-04-21 14:07 UTC  (2+ messages)

[PATCH 0/1] atmodem: Fix SMS reception for Gemalto modems
 2017-04-21 14:06 UTC  (2+ messages)
` [PATCH 1/1] "

Linux 4.11: Reported regressions as of Friday, 2017-04-21
 2017-04-21 14:06 UTC 

GET_ARRAY_INFO assumptions?
 2017-04-21 14:06 UTC  (7+ messages)

[PATCH] clk: renesas: r8a7796: Add Z clock
 2017-04-21 14:05 UTC  (2+ messages)

[PATCH] clk: renesas: r8a7795: Add Z clock
 2017-04-21 14:04 UTC  (2+ messages)

[PATCH 0/5] v2: block subsystem refcounter conversions
 2017-04-21 14:03 UTC  (7+ messages)

[PATCH 0/2] nohz: Deal with clock reprogram skipping issues v2
 2017-04-21 14:00 UTC  (3+ messages)
` [PATCH 1/2] nohz: Fix again collision between tick and other hrtimers
` [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming

last call for selinux 2.7-rc1 release
 2017-04-21 14:04 UTC 

[PATCH 0/3] next-eventdev: RFC evendev pipeline sample app
 2017-04-21 14:00 UTC  (4+ messages)
` [PATCH 3/3] doc: add eventdev library to programmers guide

[Qemu-devel] [BUG]pcibus_reset assertion failure on guest reboot
 2017-04-21 14:00 UTC 

[RFC PATCH] hvm/vpt: fix inconsistent views of vIOAPIC in vmx_intr_assist()
 2017-04-21 14:00 UTC  (4+ messages)

RFC: drop the T10 OSD code and its users
 2017-04-21 14:00 UTC  (5+ messages)
` [PATCH 3/4] nfs: remove the objlayout driver

[PATCH, 3.18-stable regression] ARM: psci: fix header file
 2017-04-21 13:59 UTC  (2+ messages)

[PATCH] MAINTAINERS: update file entry for HSI subsystem
 2017-04-21 13:59 UTC 

[PATCH v6] Allow user probes on versioned symbols
 2017-04-21 13:59 UTC  (2+ messages)

[PATCH] ceph: Fix file open flags on ppc64
 2017-04-21 13:59 UTC  (5+ messages)

[PATCH] clk: renesas: rcar-gen3: Add Z clock divider support
 2017-04-21 13:59 UTC  (2+ messages)

Updating offline the commit_num file
 2017-04-21 13:58 UTC  (2+ messages)

[Buildroot] glmark2 regression on mx6
 2017-04-21 13:58 UTC  (3+ messages)

[PATCH 0/6] Appended signatures support for IMA appraisal
 2017-04-21 13:57 UTC  (6+ messages)
` [PATCH 3/6] ima: Simplify policy_func_show

[PATCH 2/5] KEYS: user_defined: sanitize key payloads
 2017-04-21 13:57 UTC  (4+ messages)
` [PATCH 0/5] KEYS: "

[Qemu-devel] [RFC PATCH 0/4] nvdimm: enable flush hint address structure
 2017-04-21 13:56 UTC  (7+ messages)

[Qemu-devel] [PATCH V2] qemu-img: simplify img_convert
 2017-04-21 13:54 UTC  (3+ messages)

Ceph-deploy for FreeBSD
 2017-04-21 13:54 UTC  (11+ messages)

[PATCH v3 3/7] kprobes: validate the symbol name length
 2017-04-21 13:54 UTC  (6+ messages)
` [PATCH v4 3/7] kprobes: validate the symbol name provided during probe registration
` [PATCH v4 4/7] powerpc/kprobes: Use safer string functions in kprobe_lookup_name()

[Buildroot] [PATCH 1/1] package/pcsc-lite: bump version to 1.8.20
 2017-04-21 13:53 UTC 

[RFC][PATCH] selftests: ftrace: Allow some tests to be run in a tracing instance
 2017-04-21 13:53 UTC  (4+ messages)

[Qemu-devel] [PATCH] Block layer core: Fix qemu-img 'amend' subcommand failure of adjusting backing file in different path
 2017-04-21 22:34 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ccid: bump version to 1.4.26
 2017-04-21 13:53 UTC 

[PATCH RFC 0/6] drm: Add properties to control YCbCr to RGB conversion
 2017-04-21 13:52 UTC  (5+ messages)
` [PATCH RFC 3/6] drm: Plane YCbCr to RGB conversion related properties


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.