messages from 2017-08-17 19:25:41 to 2017-08-17 20:30:45 UTC [more...]
[PATCH] Adding support of RLIMIT_CPUNS
2017-08-17 19:49 UTC (2+ messages)
[RFC v7 00/25] powerpc: Memory Protection Keys
2017-08-17 20:30 UTC (5+ messages)
` [RFC v7 25/25] powerpc: Enable pkey subsystem
[PATCH v3 0/2] Add support for MediaTek AHCI SATA
2017-08-17 20:29 UTC (3+ messages)
` [PATCH v3 2/2] dt-bindings: ata: add DT bindings for MediaTek SATA controller
[PATCH] ACPI/APEI: Add BERT data driver
2017-08-17 20:29 UTC (9+ messages)
[RFC PATCH] nvme: always return IRQ_HANDLED
2017-08-17 20:29 UTC (10+ messages)
[Bug 196615] New: amdgpu - resume from suspend is no longer working on rx480
2017-08-17 20:28 UTC (5+ messages)
` [Bug 196615] "
[Patch size_t V3 00/19] use size_t
2017-08-17 20:28 UTC (3+ messages)
` [Patch size_t V3 01/19] delta: fix enconding size larger than an "uint" can hold
[Buildroot] [PATCH] toolchain/internal: not aailable for a few mips cores
2017-08-17 20:26 UTC
[PATCH] drm/i915: Split pin mapping into per platform functions
2017-08-17 20:23 UTC (2+ messages)
[RFC PATCH 0/9] TCG Vector types and example conversion
2017-08-17 20:23 UTC (13+ messages)
` [RFC PATCH 1/9] tcg/README: listify the TCG types
` [Qemu-devel] "
` [RFC PATCH 2/9] tcg: introduce the concepts of a TCGv_vec register type
` [Qemu-devel] "
` [RFC PATCH 3/9] tcg: generate ptrs to vector registers
` [Qemu-devel] "
` [RFC PATCH 5/9] arm/cpu.h: align VFP registers
` [Qemu-devel] "
` [RFC PATCH 6/9] target/arm/translate-a64: regnames -> x_regnames
` [Qemu-devel] "
` [RFC PATCH 9/9] target/arm/translate-a64: vectorise smull vD.4s, vN.[48]s, vM.h[]
` [Qemu-devel] "
git fetch with refspec does not include tags?
2017-08-17 20:22 UTC (7+ messages)
[Bug 102203] Using hardware video encoding with amdgpu/vaapi crashes system immediately
2017-08-17 20:23 UTC (2+ messages)
[PATCH v2] arm64: dts: rockchip: add rk3328-rock64 board
2017-08-17 20:20 UTC (3+ messages)
[PATCH 1/2] sched/wait: Break up long wake list walk
2017-08-17 20:18 UTC (5+ messages)
qcow2 images make scrub believe the filesystem is corrupted
2017-08-17 20:17 UTC (5+ messages)
[PATCH 1/2] selinux: update my email address
2017-08-17 19:36 UTC (6+ messages)
` [PATCH 2/2] lsm_audit: "
[PATCH 0/3] OrangeFS: Adjustments for some function implementations
2017-08-17 20:15 UTC (8+ messages)
` [PATCH 1/3] orangefs: Delete error messages for a failed memory allocation in five functions
` [PATCH 2/3] orangefs: Use kcalloc() in orangefs_prepare_cdm_array()
` [PATCH 3/3] orangefs: Adjust three checks for null pointers
[PATCH 00/55] Convert skd driver to blk-mq
2017-08-17 20:13 UTC (56+ messages)
` [PATCH 01/55] block: Relax a check in blk_start_queue()
` [PATCH 02/55] skd: Avoid that module unloading triggers a use-after-free
` [PATCH 03/55] skd: Submit requests to firmware before triggering the doorbell
` [PATCH 04/55] skd: Switch to GPLv2
` [PATCH 05/55] skd: Update maintainer information
` [PATCH 06/55] skd: Remove unneeded #include directives
` [PATCH 07/55] skd: Remove ESXi code
` [PATCH 08/55] skd: Remove unnecessary blank lines
` [PATCH 09/55] skd: Avoid that gcc 7 warns about fall-through when building with W=1
` [PATCH 10/55] skd: Fix spelling in a source code comment
` [PATCH 11/55] skd: Fix a function name in a comment
` [PATCH 12/55] skd: Remove set-but-not-used local variables
` [PATCH 13/55] skd: Remove a set-but-not-used variable from struct skd_device
` [PATCH 14/55] skd: Remove useless barrier() calls
` [PATCH 15/55] skd: Switch from the pr_*() to the dev_*() logging functions
` [PATCH 16/55] skd: Fix endianness annotations
` [PATCH 17/55] skd: Document locking assumptions
` [PATCH 18/55] skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
` [PATCH 19/55] skd: Introduce SKD_SKCOMP_SIZE
` [PATCH 20/55] skd: Fix size argument in skd_free_skcomp()
` [PATCH 21/55] skd: Reorder the code in skd_process_request()
` [PATCH 22/55] skd: Simplify the code for deciding whether or not to send a FIT msg
` [PATCH 23/55] skd: Simplify the code for allocating DMA message buffers
` [PATCH 24/55] skd: Use a structure instead of hardcoding structure offsets
` [PATCH 25/55] skd: Check structure sizes at build time
` [PATCH 26/55] skd: Use __packed only when needed
` [PATCH 27/55] skd: Make the skd_isr() code more brief
` [PATCH 28/55] skd: Use ARRAY_SIZE() where appropriate
` [PATCH 29/55] skd: Simplify the code for handling data direction
` [PATCH 30/55] skd: Remove superfluous initializations from skd_isr_completion_posted()
` [PATCH 31/55] skd: Drop second argument of skd_recover_requests()
` [PATCH 32/55] skd: Use for_each_sg()
` [PATCH 33/55] skd: Remove a redundant init_timer() call
` [PATCH 34/55] skd: Remove superfluous occurrences of the 'volatile' keyword
` [PATCH 35/55] skd: Use kcalloc() instead of kzalloc() with multiply
` [PATCH 36/55] skb: Use symbolic names for SCSI opcodes
` [PATCH 37/55] skd: Move a function definition
` [PATCH 38/55] skd: Rework request failing code path
` [PATCH 39/55] skd: Convert explicit skd_request_fn() calls
` [PATCH 40/55] skd: Remove SG IO support
` [PATCH 41/55] skd: Remove dead code
` [PATCH 42/55] skd: Initialize skd_special_context.req.n_sg to one
` [PATCH 43/55] skd: Enable request tags for the block layer queue
` [PATCH 44/55] skd: Convert several per-device scalar variables into atomics
` [PATCH 45/55] skd: Introduce skd_process_request()
` [PATCH 46/55] skd: Split skd_recover_requests()
` [PATCH 47/55] skd: Move skd_free_sg_list() up
` [PATCH 48/55] skd: Coalesce struct request and struct skd_request_context
` [PATCH 49/55] skd: Convert to blk-mq
` [PATCH 50/55] skd: Switch to block layer timeout mechanism
` [PATCH 51/55] skd: Remove skd_device.in_flight
` [PATCH 52/55] skd: Reduce memory usage
` [PATCH 53/55] skd: Remove several local variables
` [PATCH 54/55] skd: Optimize locking
` [PATCH 55/55] skd: Bump driver version
[PATCH v7 1/4] powerpc/fadump: reduce memory consumption for capture kernel
2017-08-17 20:14 UTC (4+ messages)
` [PATCH v7 2/4] powerpc/fadump: update documentation about 'fadump_extra_args=' parameter
` [PATCH v7 3/4] lib/cmdline.c Remove quotes symmetrically
` [PATCH v7 4/4] boot/param: add pointer to next argument to unknown parameter callback
[PATCH 0/2] KVM: SVM: Virtual GIF
2017-08-17 20:13 UTC (4+ messages)
` [PATCH 1/2] KVM: SVM: Add Virtual GIF feature definition
[PATCH] ASoC: simple-scu-card: Parse off codec widgets
2017-08-17 20:13 UTC (3+ messages)
[PATCH] [RFC] tpm_tis: tpm_tcg_flush() after iowrite*()s
2017-08-17 20:12 UTC (7+ messages)
` [PATCH v2] tpm_tis: fix stall "
` [tpmdd-devel] "
[PATCH v4 1/4] dt-bindings: net: bluetooth: Add broadcom-bluetooth
2017-08-17 20:12 UTC (8+ messages)
` [PATCH v4 4/4] Bluetooth: hci_bcm: Add serdev support
Issue with "no space left on device"
2017-08-17 20:11 UTC (5+ messages)
[PATCH] drm/i915: Do not do link training fallback or prune modes for eDP
2017-08-17 20:11 UTC (8+ messages)
[ANNOUNCEMENT] meta-intel 8.0 for Yocto Project "rocko" 2.4_M2 (Milestone 2) now available
2017-08-17 20:09 UTC
[PATCH v3 1/3] dt-bindings: net: bluetooth: Add broadcom-bluetooth
2017-08-17 20:08 UTC (18+ messages)
` [PATCH v3 2/3] ARM: dts: bcm2837-rpi-3-b: Add bcm43438 as serial slave
[PATCH 0/27 v1] Quota scalability patches
2017-08-17 20:08 UTC (7+ messages)
` [PATCH 26/27] fs: Provide __inode_get_bytes()
` [PATCH 27/27] quota: Reduce contention on dq_data_lock
Partial clone design (with connectivity check for locally-created objects)
2017-08-17 20:07 UTC (3+ messages)
` [RFC PATCH] Updated "imported object" design
[PATCH 00/29] Simple & Efficient SSA construction
2017-08-17 20:04 UTC (17+ messages)
` [PATCH 09/29] add helper to test if a variable is "simple"
[PATCH] tpm: vtpm: constify vio_device_id
2017-08-17 19:16 UTC (2+ messages)
[PATCH v3 0/2] drm/dumb-buffers: Add defaults for .dumb_map_offset and .dumb_destroy
2017-08-17 20:01 UTC (5+ messages)
` [PATCH v3 1/2] drm/gem: drm_gem_dumb_map_offset(): reject dma-buf
TPM microconf at 2017 Linux Plumbers?
2017-08-17 20:01 UTC (2+ messages)
` TPM microconf at 2017 Linux Plumbers
[PATCH v3 1/2 / RFC] builtin/branch: stop supporting the use of --set-upstream option
2017-08-17 19:58 UTC (6+ messages)
` [PATCH v4 1/3] test: cleanup cruft of a test
` [PATCH v4 2/3] builtin/branch: stop supporting the use of --set-upstream option
[PATCH] selftests: futex: convert test to use ksft TAP13 framework
2017-08-17 19:57 UTC (3+ messages)
[lustre-devel] Lustre on Summitdev
2017-08-17 19:57 UTC
[PATCH v5] drm/i915/edp: Be less aggressive about changing link config on eDP
2017-08-17 19:54 UTC (6+ messages)
+ lib-stringc-check-for-kmalloc-failure.patch added to -mm tree
2017-08-17 19:55 UTC
[PATCH v2 00/22] Intel FPGA Device Drivers
2017-08-17 19:55 UTC (5+ messages)
` [PATCH v2 16/22] fpga: intel: add fpga bridge platform driver for FME
ignoring extra bitmap file?
2017-08-17 19:24 UTC
[kernel-hardening] [RFC PATCH] ARM: decompressor: implement autonomous KASLR offset calculation
2017-08-17 19:55 UTC (3+ messages)
` "
` [kernel-hardening] "
[PATCH] xfsprogs: add sectsize/sectlog to the man page
2017-08-17 19:54 UTC (7+ messages)
[PATCH] Bluetooth: hci_bcm: Handle empty packet after firmware loading
2017-08-17 19:53 UTC (2+ messages)
[linux-4.9 test] 112672: tolerable trouble: blocked/broken/fail/pass - PUSHED
2017-08-17 19:53 UTC
[PATCH v3 00/16] Enable upper layers using FPGA region w/o device tree
2017-08-17 19:52 UTC (4+ messages)
` [PATCH v3 01/16] doc: fpga: update documents for the FPGA API
[PATCH v2 0/5] KVM: MMU: 5 level EPT/shadow support
2017-08-17 19:52 UTC (6+ messages)
` [PATCH v2 1/5] KVM: x86: Add return value to kvm_cpuid()
` [PATCH v2 2/5] KVM: MMU: check guest CR3 reserved bits based on its physical address width
` [PATCH v2 3/5] KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL
` [PATCH v2 4/5] KVM: MMU: Add 5 level EPT & Shadow page table support
` [PATCH v2 5/5] KVM: MMU: Expose the LA57 feature to VM
[PATCH RFC] media: isl6421: add checks for current overflow
2017-08-17 19:50 UTC (5+ messages)
` [PATCH v2] "
[PATCH] i2c: i801: Allow ACPI SystemIO OpRegion to conflict harder
2017-08-17 19:48 UTC (4+ messages)
[iproute PATCH v2 0/7] Covscan: Dead code elimination
2017-08-17 19:48 UTC (3+ messages)
` [iproute PATCH v2 1/7] devlink: No need for this self-assignment
[PATCH] insane.bbclass: Warn if ${COREBASE}/LICENSE is used
2017-08-17 19:48 UTC
[PATCH] membarrier: Document scheduler barrier requirements
2017-08-17 19:46 UTC
[GIT PULL] Sparse v0.5.1
2017-08-17 19:46 UTC
[PATCH v3 00/11] Reproducible binaries
2017-08-17 19:54 UTC (5+ messages)
` [PATCH v3 02/11] image-prelink.bbclass: support binary reproducibility
` [PATCH v3 08/11] python2.7: improve reproducibility
[Intel-wired-lan] [PATCH v2 0/6] Configuring traffic classes via new hardware offload mechanism in tc/mqprio
2017-08-17 19:43 UTC (9+ messages)
` [Intel-wired-lan] [PATCH v2 1/6] [net-next]net: mqprio: Introduce new hardware offload mode in mqprio for offloading full TC configurations
` [Intel-wired-lan] [PATCH v2 3/6] [net-next]net: i40e: Add infrastructure for queue channel support with the TCs and queue configurations offloaded via mqprio scheduler
` [Intel-wired-lan] [PATCH v2 4/6] [net-next]net: i40e: Enable mqprio full offload mode in the i40e driver for configuring TCs and queue mapping
` [Intel-wired-lan] [PATCH v2 5/6] [net-next]net: i40e: Refactor VF BW rate limiting function to be reused on the PF as well
[PATCH 0/2] xdp: adjust xdp redirect tracepoint
2017-08-17 19:43 UTC (5+ messages)
` [PATCH 2/2] xdp: adjust xdp redirect tracepoint to include return error code
[Cocci] Comparing statement lists with SmPL
2017-08-17 19:43 UTC (11+ messages)
[PATCH] selftests: timers: drop support for !KTEST case
2017-08-17 19:41 UTC
[PATCH 1/2] i2c: core: Allow the driver to override the default i2c_bus match behavior
2017-08-17 19:39 UTC (3+ messages)
` [PATCH 2/2] HID: i2c-hid: Do not bind to CHPN0001 touchscreen
[PATCH RFC] media: isl6421: add checks for current overflow
2017-08-17 19:36 UTC (2+ messages)
` [PATCH v3] "
[Cluster-devel] [PATCH 1/2] gfs2_edit savemeta: Fix up saving of dinodes/symlinks
2017-08-17 19:35 UTC (2+ messages)
[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
2017-08-17 19:35 UTC (6+ messages)
` [RFC Part1 PATCH v3 12/17] x86/mm: DMA support for SEV memory encryption
[PATCH] block: reintroduce discard_zeroes_data sysfs file and BLKDISCARDZEROES
2017-08-17 19:35 UTC (11+ messages)
[Xenomai] rt_pipe_* - must link xenomai and flush the pipe
2017-08-17 19:34 UTC (5+ messages)
` [Xenomai] Fwd: "
[PATCH v3 0/2] cpuset: Allow v2 behavior in v1 cgroup
2017-08-17 19:33 UTC (3+ messages)
` [PATCH v3 1/2] cgroup: Add mount flag to enable cpuset to use "
` [PATCH v3 2/2] cpuset: Allow "
[PATCH V7 net-next 00/22] Huawei HiNIC Ethernet Driver
2017-08-17 19:33 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/5] More warning reporting fixed
2017-08-17 19:31 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 5/5] Convert single line fprintf() to warn_report()
[Qemu-devel] [Bug 1706296] [NEW] Booting NT 4 disk causes /home/rjones/d/qemu/cpus.c:1580:qemu_mutex_lock_iothread: assertion failed: (!qemu_mutex_iothread_locked())
2017-08-17 19:20 UTC (2+ messages)
` [Qemu-devel] [Bug 1706296] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.