messages from 2015-09-21 20:59:17 to 2015-09-21 22:02:46 UTC [more...]
[PATCH v2 00/30] cxlflash: Miscellaneous bug fixes and corrections
2015-09-21 22:02 UTC (7+ messages)
` [PATCH v2 16/30] cxlflash: Fix host link up event handling
` [PATCH v2 17/30] cxlflash: Fix async interrupt bypass logic
` [PATCH v2 18/30] cxlflash: Remove dual port online dependency
+ mmoom-reverse-the-order-of-setting-tif_memdie-and-sending-sigkill.patch added to -mm tree
2015-09-21 22:02 UTC
+ mmoom-reverse-the-order-of-setting-tif_memdie-and-sending-sigkill.patch added to -mm tree
2015-09-21 22:02 UTC
[Buildroot] [PATCH RFC v1 1/1] gcc: improve checking of stack smashing support with uclibc
2015-09-21 22:02 UTC (2+ messages)
[PATCH 0/1] Create error recipe and error image, for testing
2015-09-21 22:01 UTC (5+ messages)
` [PATCH 1/1] meta-selftest: add error recipe and error-image
[PATCH 0/2] Add Renesas R8A7794 USB/VIN PFC support
2015-09-21 22:00 UTC (5+ messages)
` [PATCH v3] pinctrl: sh-pfc: r8a7794: add VIN pin groups
[RFC PATCH 0/2] kvmclock: fix ABI breakage from PVCLOCK_COUNTS_FROM_ZERO
2015-09-21 22:00 UTC (7+ messages)
[Xenomai] Xenomai tests
2015-09-21 22:00 UTC (4+ messages)
[PATCH 1/3] mm,oom: Reverse the order of setting TIF_MEMDIE and sending SIGKILL
2015-09-21 21:59 UTC (2+ messages)
[PATCH 0/3] Enable checksum offload capability reporting
2015-09-21 21:59 UTC (5+ messages)
` [PATCH 3/3] IB/mlx4: Report checksum offload cap when query device
[GIT PULL] cgroup fixes for v4.3-rc2
2015-09-21 21:59 UTC (2+ messages)
[PATCH 00/31] powerpc/mm: Update page table format for book3s 64
2015-09-21 21:58 UTC (4+ messages)
` [PATCH 03/31] powerpc/mm: make a separate copy for book3s
[PATCH v2 09/30] cxlflash: Fix to stop interrupt processing on remove
2015-09-21 21:58 UTC (8+ messages)
[Qemu-devel] [PATCH v5 00/46] post-introspection cleanups, and qapi-ify netdev_add
2015-09-21 21:58 UTC (47+ messages)
` [Qemu-devel] [PATCH v5 01/46] qapi: Sort qapi-schema tests
` [Qemu-devel] [PATCH v5 02/46] qapi: Clean up qapi.py per pep8
` [Qemu-devel] [PATCH v5 03/46] qapi: Test for C member name collisions
` [Qemu-devel] [PATCH v5 04/46] qapi: Add tests for empty unions
` [Qemu-devel] [PATCH v5 05/46] qapi: Test use of 'number' within alternates
` [Qemu-devel] [PATCH v5 06/46] qapi: Improve 'include' error message
` [Qemu-devel] [PATCH v5 07/46] qapi: Don't pass pre-existing error to later call
` [Qemu-devel] [PATCH v5 08/46] qapi: Reuse code for flat union base validation
` [Qemu-devel] [PATCH v5 09/46] qapi: Use consistent generated code patterns
` [Qemu-devel] [PATCH v5 10/46] qapi: Merge generation of per-member visits
` [Qemu-devel] [PATCH v5 11/46] qapi: Don't use info as witness of implicit object type
` [Qemu-devel] [PATCH v5 12/46] qapi: Track location that created an implicit type
` [Qemu-devel] [PATCH v5 13/46] qapi: Track owner of each object member
` [Qemu-devel] [PATCH v5 14/46] qapi: Detect collisions in C member names
` [Qemu-devel] [PATCH v5 15/46] qapi: Defer duplicate member checks to schema check()
` [Qemu-devel] [PATCH v5 16/46] qapi: Detect base class loops
` [Qemu-devel] [PATCH v5 17/46] qapi: Provide nicer array names in introspection
` [Qemu-devel] [PATCH v5 18/46] qapi-introspect: Guarantee particular sorting
` [Qemu-devel] [PATCH v5 19/46] qapi: Simplify visiting of alternate types
` [Qemu-devel] [PATCH v5 20/46] qapi: Fix alternates that accept 'number' but not 'int'
` [Qemu-devel] [PATCH v5 21/46] qmp: Fix reference-counting of qnull on empty output visit
` [Qemu-devel] [PATCH v5 22/46] qapi: Don't abuse stack to track qmp-output root
` [Qemu-devel] [PATCH v5 23/46] qapi: Remove dead visitor code
` [Qemu-devel] [PATCH v5 24/46] qapi: Document visitor interfaces
` [Qemu-devel] [PATCH v5 25/46] qapi: Plug leaks in test-qmp-input-visitor
` [Qemu-devel] [PATCH v5 26/46] qapi: Test failure in middle of array parse
` [Qemu-devel] [PATCH v5 27/46] qapi: Simplify visits of optional fields
` [Qemu-devel] [PATCH v5 28/46] qapi: Rework deallocation of partial struct
` [Qemu-devel] [PATCH v5 29/46] qapi: Change visit_type_FOO() to no longer return partial objects
` [Qemu-devel] [PATCH v5 30/46] net: use Netdev instead of NetClientOptions in client init
` [Qemu-devel] [PATCH v5 31/46] qapi: use 'type' in generated C code to match QMP union wire form
` [Qemu-devel] [PATCH v5 32/46] qapi: Hide tag_name data member of variants
` [Qemu-devel] [PATCH v5 33/46] vnc: hoist allocation of VncBasicInfo to callers
` [Qemu-devel] [PATCH v5 34/46] qapi: Unbox base members
` [Qemu-devel] [PATCH v5 35/46] qapi-visit: Remove redundant functions for flat union base
` [Qemu-devel] [PATCH v5 36/46] qapi: Avoid use of 'data' member of qapi unions
` [Qemu-devel] [PATCH v5 37/46] qapi: Forbid empty unions and useless alternates
` [Qemu-devel] [PATCH v5 38/46] qapi: Drop useless 'data' member of unions
` [Qemu-devel] [PATCH v5 39/46] qapi: Plumb in 'box' to qapi generator lower levels
` [Qemu-devel] [PATCH v5 40/46] qapi: Implement boxed structs for commands/events
` [Qemu-devel] [PATCH v5 41/46] qapi: Support boxed unions
` [Qemu-devel] [PATCH v5 42/46] qapi: support implicit structs in OptsVisitor
` [Qemu-devel] [PATCH v5 43/46] qapi: Change Netdev into a flat union
` [Qemu-devel] [PATCH v5 44/46] net: Use correct type for bool flag
` [Qemu-devel] [PATCH v5 45/46] net: Complete qapi-fication of netdev_add
` [Qemu-devel] [PATCH v5 46/46] qapi: Allow anonymous base for flat union
[Buildroot] [PATCH] iw: bump to version 4.3
2015-09-21 21:58 UTC
[iproute2 net-next] ip route: Add RTM_F_LOOKUP_TABLE flag and show table id
2015-09-21 21:58 UTC (4+ messages)
[Intel-wired-lan] [PATCH] igb: add more checks for disconnected adapter
2015-09-21 21:57 UTC (4+ messages)
[PATCH v6 0/9] Goodix touchscreen enhancements
2015-09-21 21:54 UTC (3+ messages)
` [PATCH v6 3/9] Input: goodix - reset device at init
[PATCH v4 0/2] Support Mbigen interrupt controller
2015-09-21 21:53 UTC (4+ messages)
` [PATCH v4 1/2] Add the driver of mbigen "
[PATCH] mm, vmscan: Warn about possible deadlock at shirink_inactive_list
2015-09-21 21:52 UTC (3+ messages)
[PATCH v2 0/7] Gen9 RC6, Turbo, Coarse Power Gating Fixes
2015-09-21 21:47 UTC (10+ messages)
` [PATCH v2 1/7] drm/i915: Add IS_SKL_GT3 and IS_SKL_GT4 macro
` [PATCH v2 3/7] drm/i915: WaRsUseTimeoutMode
` [PATCH v2 4/7] drm/i915: WaRsDoubleRc6WrlWithCoarsePowerGating
` [PATCH v2 5/7] drm/i915: Program GuC MAX IDLE Count
[ANNOUNCE]rt-tests-0.94
2015-09-21 21:51 UTC
[ANNOUNCE] Git v2.6.0-rc3
2015-09-21 21:49 UTC
[Qemu-devel] [PATCH v2] target-tilegx: Implement v*shl, v*shru, and v*shrs instructions
2015-09-21 21:47 UTC
[PATCH 2/2] 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()
2015-09-21 21:47 UTC (8+ messages)
` [PATCH 4/7] 8139cp: Fix TSO/scatter-gather descriptor setup
` [PATCH 7/7] 8139cp: Avoid gratuitous writes to TxPoll register when already running
Skiboot recovery of MCEs during MMIO read of SCOMs: 55672ecfa21f
2015-09-21 21:44 UTC (3+ messages)
` [Skiboot] "
[Qemu-devel] [PATCH v4 00/22] vhost-user: add migration support
2015-09-21 21:44 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 07/22] vhost: alloc shareable log
[PATCH babeltrace] Fix: glib >= 2.32 required for g_hash_table_contains() in lib/values.c
2015-09-21 21:43 UTC (3+ messages)
[Buildroot] Internal toolchain wrapper & ccache fixes
2015-09-21 21:43 UTC (5+ messages)
` [Buildroot] [PATCH 14/19] package-cmake: remove now-redundant target ccache support
` [Buildroot] [PATCH 18/19] ccache: use mtime for external toolchain, CONF_OPTS for internal toolchain
[RFC v7 00/41] Richacls
2015-09-21 21:43 UTC (10+ messages)
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
[PATCH v2 0/3] gpiolib: Initializing GPIOs using DT property gpio-initval
2015-09-21 21:41 UTC (4+ messages)
` [PATCH v2 1/3] gpio: Use __gpiod_request directly
[cbootimage PATCH v1 0/8] Add rsa pss signature support
2015-09-21 21:41 UTC (3+ messages)
` [cbootimage PATCH v1 4/8] Add new configuration keyword "PkcKey"
[PULL] topic/drm-misc
2015-09-21 21:40 UTC (3+ messages)
[qemu-upstream-4.5-testing test] 62151: regressions - FAIL
2015-09-21 21:40 UTC
[Buildroot] [PATCH 1/2] linux-headers: bump 3.{4, 10, 12, 14}.x and 4.{1, 2}.x series
2015-09-21 21:40 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] linux: bump default to version 4.2.1
[PATCH] powercap / RAPL : remove dependency on iosf_mbi
2015-09-21 21:36 UTC (5+ messages)
[PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify
2015-09-21 21:37 UTC (2+ messages)
ARM64 readahead: fault retry breaks mmap file read random detection
2015-09-21 21:36 UTC (5+ messages)
[PATCH 00/31] use kmemdup rather than duplicating its implementation
2015-09-21 21:36 UTC (6+ messages)
` [PATCH 12/31] drm/amdgpu: "
[PATCH] filter-branch: add passed/remaining seconds on progress
2015-09-21 21:22 UTC (7+ messages)
DO YOU NEED A LOAN?
2015-09-21 21:34 UTC
+ memcg-fix-dirty-page-migration.patch added to -mm tree
2015-09-21 21:34 UTC
[Qemu-devel] [PULL 00/33] spapr-next queue 2015-09-16
2015-09-21 21:33 UTC (2+ messages)
[PATCH] Staging: dgnc: Simplify a trivial if-return sequence\n From: Parshuram Thombare <pthombre@visteon.com>
2015-09-21 21:00 UTC (2+ messages)
:Re: [PATCH v1 3/7] PCI: Let kcmdline reserve bus numbers for hotplug bridges
2015-09-21 21:32 UTC (2+ messages)
[PATCH 00/38] Fixes related to incorrect usage of unsigned types
2015-09-21 21:31 UTC (4+ messages)
` [PATCH 33/38] mm/memblock.c: remove invalid check
[iproute PATCH] man: tc.8: mention Fair Queue scheduler
2015-09-21 21:30 UTC (2+ messages)
+ mm-memcontrol-make-mem_cgroup_inactive_anon_is_low-return-bool.patch added to -mm tree
2015-09-21 21:29 UTC
+ mm-vmscan-make-inactive_anon-file_is_low-return-bool.patch added to -mm tree
2015-09-21 21:29 UTC
Driver for Microchip digital potentiometers, v2
2015-09-21 21:18 UTC (2+ messages)
` [PATCH v2] iio: mcp4xxx_dpot: Driver for Microchip digital potentiometers
[Powertop] [PATCH] Assign line level based on linux name
2015-09-21 21:26 UTC
[PATCH RFC 0/3] kcm: Kernel Connection Multiplexor (KCM)
2015-09-21 21:26 UTC (4+ messages)
[RFT - PATCH 0/2] KVM/arm64: add fp/simd lazy switch support
2015-09-21 21:26 UTC (6+ messages)
` [RFT - PATCH 1/2] KVM/arm64: add hooks for armv8 "
` [RFT - PATCH 2/2] KVM/arm64: enable armv8 fp/simd lazy switch
[RFC 0/8] tools/build fixes related to eBPF support
2015-09-21 21:23 UTC (9+ messages)
` [PATCH 1/8] perf probe: Fix a segfault when removing uprobe events
` [PATCH 2/8] perf tools: Don't assume that the parser returns non empty evsel list
` [PATCH 3/8] tools build: Fixup feature detection display function name
` [PATCH 4/8] tools lib ebpf: Fix up FEATURE_{TESTS,DISPLAY} usage
` [PATCH 5/8] tools build: Allow setting the feature detection user
` [PATCH 6/8] tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
` [PATCH 7/8] perf tools: Add include/err.h into MANIFEST
` [PATCH 8/8] perf tools: Make perf depend on libbpf
[PATCH v2] PCI: Add pci_enable_atomic_request
2015-09-21 13:47 UTC
PCIe bus (re-)numbering
2015-09-21 21:22 UTC (8+ messages)
[Qemu-devel] [PATCH 0/5] ide: avoid main-loop hang on CDROM/NFS failure
2015-09-21 21:22 UTC (3+ messages)
[PATCH 0/2] EDAC: Fix sysfs dimm_label show & store operations
2015-09-21 21:20 UTC (2+ messages)
[PATCH] PCI/MSI: Fix MSI IRQ domains for SR-IOV
2015-09-21 21:20 UTC (3+ messages)
+ mm-add-tracepoint-for-scanning-pages-fix.patch added to -mm tree
2015-09-21 21:19 UTC
[PATCH lttng-tools] Fix: Possible dereference of null pointers
2015-09-21 21:16 UTC
Applied "regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods" to the regulator tree
2015-09-21 21:15 UTC
[PATCH v3 00/12] pwm: add support for atomic update
2015-09-21 21:13 UTC (11+ messages)
` [PATCH v3 11/12] regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods
` [PATCH v3 12/12] regulator: pwm: properly initialize the ->state field
[PATCH 0/2] prepare zbud to be used by zram as underlying allocator
2015-09-21 21:11 UTC (6+ messages)
[PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler
2015-09-21 21:06 UTC (2+ messages)
[qemu-upstream-4.3-testing baseline-only test] 37996: regressions - FAIL
2015-09-21 21:06 UTC
Linux kernel 4.2.1 released
2015-09-21 21:06 UTC
+ security-fix-typo-in-security_task_prctl.patch added to -mm tree
2015-09-21 21:05 UTC
usb: dwc3: gadget: warning on v4.3-rc1
2015-09-21 21:05 UTC (3+ messages)
[PATCH v6 0/5] ARM: berlin: PWM support
2015-09-21 21:05 UTC (6+ messages)
` [PATCH v6 1/5] pwm: add the Berlin pwm controller driver
[PATCH 0/2] selftests/pstore: add pstore test script
2015-09-21 21:04 UTC (5+ messages)
` [PATCH 1/2] selftests/pstore: add pstore test script for pre-reboot
KASan warning with ping call stack
2015-09-21 21:03 UTC
[Qemu-devel] [PULL 0/3] TCG MIPS queue
2015-09-21 21:03 UTC (2+ messages)
[U-Boot] [PATCH 1/1] imximage: header.length of 4 is valid
2015-09-21 21:02 UTC
[cryptodev:master 10/29] arch/x86/crypto/sha256_ssse3_glue.c:172:19: error: 'X86_FEATURE_SHA_NI' undeclared
2015-09-21 21:01 UTC (4+ messages)
[PATCH v5 0/6] irqchip, gicv3: Updates and Cavium ThunderX errata workarounds
2015-09-21 20:58 UTC (7+ messages)
` [PATCH v5 1/6] irqchip, gicv3-its: Add range check for number of allocated pages
` [PATCH v5 2/6] irqchip, gicv3: Workaround for Cavium ThunderX erratum 23154
` [PATCH v5 3/6] irqchip, gicv3-its: Read typer register outside the loop
` [PATCH v5 4/6] irqchip, gicv3-its: Add HW revision detection and configuration
` [PATCH v5 5/6] irqchip, gicv3-its: Workaround for Cavium ThunderX errata 22375, 24313
` [PATCH v5 6/6] irqchip, gicv3-its: Use new jump label API
pull request: iwlwifi-next 2015-09-21
2015-09-21 20:59 UTC (13+ messages)
` [PATCH 10/21] iwlwifi: mvm: remove IWL_UCODE_TLV_API_HDC_PHASE_0 TLV flag
` [PATCH 11/21] iwlwifi: mvm: remove IWL_UCODE_TLV_API_TX_POWER_DEV "
` [PATCH 12/21] iwlwifi: mvm: remove IWL_UCODE_TLV_API_SINGLE_SCAN_EBS "
` [PATCH 13/21] iwlwifi: mvm: remove IWL_UCODE_TLV_API_ASYNC_DTM "
` [PATCH 14/21] iwlwifi: mvm: remove IWL_UCODE_TLV_API_STATS_V10 "
` [PATCH 15/21] iwlwifi: mvm: make sure AP is operating for ToF
` [PATCH 16/21] iwlwifi: mvm: remove useless debug message from RX
` [PATCH 17/21] iwlwifi: mvm: remove pointless cfg_phy_cnt length check
` [PATCH 18/21] iwlwifi: mvm: remove some unused defines from RX API
` [PATCH 19/21] iwlwifi: mvm: move RX API into its own file
` [PATCH 20/21] iwlwifi: mvm: configure wowlan configuration only if connected
` [PATCH 21/21] iwlwifi: mvm: add debug print for d0i3 exit indication
[U-Boot] [PATCH] imximage: fix commands other than write_data
2015-09-21 21:01 UTC (3+ messages)
merge struct ib_device_attr into struct ib_device
2015-09-21 20:59 UTC
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.