messages from 2015-07-23 00:05:17 to 2015-07-23 02:02:28 UTC [more...]
[3.13.y-ckt stable] Linux 3.13.11-ckt24 stable review
2015-07-23 2:00 UTC (29+ messages)
` [PATCH 3.13.y-ckt 001/132] net: don't wait for order-3 page allocation
` [PATCH 3.13.y-ckt 002/132] sctp: fix ASCONF list handling
` [PATCH 3.13.y-ckt 003/132] bridge: fix br_stp_set_bridge_priority race conditions
` [PATCH 3.13.y-ckt 004/132] packet: read num_members once in packet_rcv_fanout()
` [PATCH 3.13.y-ckt 005/132] packet: avoid out of bounds read in round robin fanout
` [PATCH 3.13.y-ckt 017/132] Revert "crypto: talitos - convert to use be16_add_cpu()"
` [PATCH 3.13.y-ckt 018/132] ASoC: wm8737: Fixup setting VMID Impedance control register
` [PATCH 3.13.y-ckt 032/132] powerpc/perf: Fix book3s kernel to userspace backtraces
` [PATCH 3.13.y-ckt 034/132] ipr: Increase default adapter init stage change timeout
` [PATCH 3.13.y-ckt 036/132] mnt: Modify fs_fully_visible to deal with locked ro nodev and atime
` [PATCH 3.13.y-ckt 037/132] drm/qxl: Do not cause spice-server to clean our objects
` [PATCH 3.13.y-ckt 038/132] drm/qxl: Do not leak memory if qxl_release_list_add fails
` [PATCH 3.13.y-ckt 047/132] x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A
` [PATCH 3.13.y-ckt 055/132] arm64: Do not attempt to use init_mm in reset_context()
` [PATCH 3.13.y-ckt 056/132] ext4: fix race between truncate and __ext4_journalled_writepage()
` [PATCH 3.13.y-ckt 066/132] arm: KVM: force execution of HCPTR access on VM exit
` [PATCH 3.13.y-ckt 070/132] dm space map metadata: fix occasional leak of a metadata block on resize
` [PATCH 3.13.y-ckt 071/132] dm stats: fix divide by zero if 'number_of_areas' arg is zero
` [PATCH 3.13.y-ckt 077/132] arm64: vdso: work-around broken ELF toolchains in Makefile
` [PATCH 3.13.y-ckt 078/132] iommu/amd: Handle large pages correctly in free_pagetable
` [PATCH 3.13.y-ckt 079/132] ext4: call sync_blockdev() before invalidate_bdev() in put_super()
` [PATCH 3.13.y-ckt 080/132] MIPS: Fix KVM guest fixmap address
` [PATCH 3.13.y-ckt 091/132] clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifier
` [PATCH 3.13.y-ckt 092/132] ALSA: hda - Add headset support to Acer Aspire V5
` [PATCH 3.13.y-ckt 095/132] drm/radeon: compute ring fix hibernation (CI GPU family) v2
` [PATCH 3.13.y-ckt 111/132] ipip: fix one sparse error
` [PATCH 3.13.y-ckt 116/132] cfg80211: ignore netif running state when changing iftype
[PATCH v3 0/6] drm/rockchip: fixes and new features
2015-07-23 2:01 UTC (6+ messages)
` [PATCH v3 3/6] drm/rockchip: vop: Add yuv plane support
[U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application
2015-07-23 2:01 UTC (3+ messages)
` [U-Boot] [PATCH 01/48] Support removing default assembler flags
[3.13.y-ckt stable] Patch "clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifier" has been added to staging queue
2015-07-23 1:58 UTC
[3.13.y-ckt stable] Patch "MIPS: Fix KVM guest fixmap address" has been added to staging queue
2015-07-23 1:58 UTC
linux-next: build failure after merge of the net-next tree
2015-07-23 1:58 UTC (2+ messages)
[PATCH V4] x86/mm/pat: Do a small optimization and fix in reserve_memtype
2015-07-23 1:55 UTC (3+ messages)
DocBook update: skip the akcipher for now?
2015-07-23 1:57 UTC (2+ messages)
[PATCH 0/2] PM / devfreq: exynos-ppmu: Add the support of PPMUv2
2015-07-23 1:57 UTC (3+ messages)
` [PATCH 1/2] PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433
` [PATCH 2/2] PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2
[PATCH 1/3] percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk
2015-07-23 1:56 UTC (19+ messages)
` [PATCH 2/3] perpuc: check pcpu_first_chunk and pcpu_reserved_chunk to avoid handling them twice
` [PATCH v3 2/3] percpu: Add WARN_ON into percpu_init_late
` [PATCH 3/3] percpu: add macro PCPU_CHUNK_AREA_IN_USE
` [PATCH v2 3/3] percpu: add macro PCPU_MAP_BUSY
[PATCH V5] x86/mm/pat: Do a small optimization and fix in reserve_memtype
2015-07-23 1:52 UTC
[PATCH v9 00/22] tracing: 'hist' triggers
2015-07-23 1:55 UTC (3+ messages)
[PATCH] crypto: rsa - fix invalid check for keylen in fips mode
2015-07-23 1:54 UTC (4+ messages)
[PATCH v2] qemu: CVE-2014-3689
2015-07-23 1:53 UTC (2+ messages)
[PATCH 0/3] AF_ALG interface for akcipher
2015-07-23 1:53 UTC (5+ messages)
[PATCH 0/7] Initial support for user namespace owned mounts
2015-07-23 1:51 UTC (12+ messages)
[nightly] Distroless meta-ti/master minimal build 2015-07-22_21-00-51
2015-07-23 1:51 UTC
[PATCH] The VMXNET3 PMD can't receive packet suddenly after a lot of traffic coming in. The root cause is due to mbuf allocation fail in vmxnet3_post_rx_bufs() and there is no error handling when it is called from vmxnet3_recv_pkts(). The RXD will not have "free" mbuf for it but the counter still increment. Finally, no packet can be received. This fix is allocate the mbuf first, if the allocation is failed, then don't receive any packet and the packet will remain in RXD to prevent any packet drop.If the allocation is sucess, the vmxnet3_post_rx_bufs() will call vmxnet3_renew_desc() and RXD will be renew inside
2015-07-23 1:48 UTC
XFS File system in trouble
2015-07-23 1:45 UTC (7+ messages)
[PATCH] f2fs: initialize both two copies of NAT and SIT area
2015-07-23 1:43 UTC
[Qemu-trivial] [PATCH for-2.4] vl: Fix compiler warning for builds without VLC
2015-07-23 1:43 UTC (2+ messages)
` [Qemu-devel] "
[PATCH] acpi-video: Fix brightness keys for Thinkpad X240
2015-07-23 1:40 UTC (3+ messages)
[PATCH v2 0/5] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-23 1:39 UTC (13+ messages)
` [PATCH v2 1/5] bpf: Add new bpf map type to store the pointer to struct perf_event
` [PATCH v2 2/5] bpf: Add function map->ops->map_traverse_elem() to traverse map elems
` [PATCH v2 3/5] bpf: Save the pointer to struct perf_event to map
` [PATCH v2 4/5] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
` [PATCH v2 5/5] samples/bpf: example of get selected PMU counter value
[PATCH 1/1] toshiba_acpi: Reorder toshiba_acpi_alt_keymap entries
2015-07-23 1:37 UTC (9+ messages)
` [PATCH 1/1] toshiba_acpi: Remove unused wireless defines
` [PATCH 1/1] toshiba_acpi: Add set_fan_status function
` [PATCH] toshiba_acpi: Change some variables to avoid warnings the ninja-check script
` [PATCH 0/4] toshiba_acpi: Refactor *{get, set} and *available functions
` [PATCH 1/4] toshiba_acpi: Change *available functions return type
` [PATCH 2/4] toshiba_acpi: Remove "*not supported" feature prints
` [PATCH 3/4] toshiba_acpi: Refactor *{get, set} functions return value
` [PATCH 4/4] toshiba_acpi: Bump driver version to 0.23
[Qemu-devel] [PATCH RFC 0/6] vhost-user: add migration log support
2015-07-23 1:36 UTC (7+ messages)
` [Qemu-devel] [PATCH RFC 1/6] configure: probe for memfd
` [Qemu-devel] [PATCH RFC 2/6] posix: add linux-only memfd fallback
` [Qemu-devel] [PATCH RFC 3/6] osdep: add memfd helpers
` [Qemu-devel] [PATCH RFC 4/6] vhost: alloc shareable log
` [Qemu-devel] [PATCH RFC 5/6] vhost-user: send log shm fd along with log_base
` [Qemu-devel] [PATCH RFC 6/6] vhost-user: document migration log
[PATCH] net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected
2015-07-23 1:35 UTC (3+ messages)
[Qemu-devel] [PATCH] scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)
2015-07-23 1:35 UTC (2+ messages)
[RFC/PATCH] log: add log.firstparent option
2015-07-23 1:23 UTC
[Qemu-devel] just another question
2015-07-23 1:23 UTC
Discrete Nvidia GPU shutdown with recent kernel / BIOS (on T440s laptop) - Should be automatic with runtime pm now ?
2015-07-23 1:21 UTC (2+ messages)
(unknown),
2015-07-23 1:18 UTC (4+ messages)
` [PATCH v3 0/5] Mediatek xHCI support
[PATCH 00/14] nfsd: some updates and cleanups
2015-07-23 1:16 UTC (6+ messages)
` [PATCH 02/14] nfsd: Add missing gen_confirm in nfsd4_setclientid()
` [PATCH 05/14] nfsd: Use check_stateid_generation() for generation checking
[PATCH net-next] ipv6: fix crash over flow-based vxlan device
2015-07-23 1:13 UTC
[PATCH v6 00/13] qcom: Add support for GDSCs
2015-07-23 1:11 UTC (25+ messages)
` [PATCH v6 01/13] clk: "
` [PATCH v6 02/13] clk: qcom: gdsc: Prepare common clk probe to register gdscs
` [PATCH v6 03/13] clk: qcom: gdsc: Use PM clocks to control gdsc clocks
` [PATCH v6 04/13] clk: qcom: gdsc: Manage clocks with !CONFIG_PM
` [PATCH v6 07/13] clk: qcom: gdsc: Add support for ON only state
` [PATCH v6 08/13] clk: qcom: gdsc: Add GDSCs in msm8916 GCC
` [PATCH v6 09/13] clk: qcom: gdsc: Add GDSCs in msm8974 GCC
` [PATCH v6 10/13] clk: qcom: gdsc: Add GDSCs in msm8974 MMCC
About Fio backend with ObjectStore API
2015-07-23 1:07 UTC (8+ messages)
Exporting kernel header from patch
2015-07-23 1:03 UTC (2+ messages)
[PATCH 00/10] unify ioremap definitions and introduce memremap
2015-07-23 1:02 UTC (10+ messages)
` [PATCH 09/10] arch: introduce memremap()
[RFC PATCH 0/2] thermal: Add generic devfreq cooling device
2015-07-23 1:02 UTC (5+ messages)
[PATCH WIP 00/43] New fast registration API
2015-07-23 0:57 UTC (3+ messages)
` [PATCH WIP 01/43] IB: Modify ib_create_mr API
linux-next: build failure after merge of the ext4 tree
2015-07-23 0:56 UTC
[PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD
2015-07-23 0:56 UTC (10+ messages)
` Why only rx queue "0" can receive network packet by i40e NIC
[PATCH 2/2] Input - elantech: Add special check for fw_version 0x470f01 touchpad
2015-07-23 0:54 UTC
[PATCH 1/2] ARM: rockchip: set correct stabilization thresholds in suspend
2015-07-23 0:53 UTC (3+ messages)
[PATCH v13 00/16] Fix RMRR (avoid RDM)
2015-07-23 0:52 UTC (3+ messages)
` [PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
[RFC v4 00/25] Re-use nvram module
2015-07-23 0:49 UTC (9+ messages)
` [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
[PATCH] e1000: enable jumbo frame support for Intel 82583V
2015-07-23 0:47 UTC (2+ messages)
[PATCH 0/3] Another Errata 430973 Update
2015-07-23 0:48 UTC (8+ messages)
` [PATCH 1/3] ARM: OMAP2+: N900: always enable IBE bit
` [PATCH 2/3] ARM: update errata 430973 documentation
` [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig
[PATCH V3 1/5] RDMA/core: Transport-independent access flags
2015-07-23 0:43 UTC (15+ messages)
[rtc-linux] [PATCH 1/4] RTC: fix double free in rtc_register_device() error path
2015-07-23 0:40 UTC (6+ messages)
` [rtc-linux] [PATCH 4/4] RTC: switch to using is_visible() to control sysfs attributes
[PATCH] clk: s2mps11: Use kcalloc instead of kzalloc for array allocation
2015-07-23 0:38 UTC (3+ messages)
[PATCH RFC 00/13] improve constexpr handling
2015-07-23 0:37 UTC (2+ messages)
[PATCH] target: Drop iSCSI use of mutex around max_cmd_sn increment
2015-07-23 0:33 UTC (2+ messages)
[PATCH net-next] net: bcmgenet: Register link_update callback for all MoCA PHYs
2015-07-23 0:29 UTC
[PATCH] bcma: populate bus DT subnodes as platform_device-s
2015-07-23 0:30 UTC (3+ messages)
[PATCH net-next v2] net: bcmgenet: Remove checks on clock handles
2015-07-23 0:28 UTC
[PATCH 1/2] ASoC: cs35l32: Fix define for CS35L32_SDOUT_3ST
2015-07-23 0:29 UTC (2+ messages)
` [PATCH 2/2] ASoC: cs35l32: Remove unneeded NULL test for cs35l32->reset_gpio
[linux-next:master 3331/3796] Error: arch/arm/boot/dts/exynos5250.dtsi:65.21-22 syntax error
2015-07-23 0:29 UTC
[PATCH] ASoC: cs42l73: Fix mask for setting CS42L73_SP_3ST bit
2015-07-23 0:26 UTC
[PATCH] powerpc/rtas: Replace magic values with defines
2015-07-23 0:24 UTC (2+ messages)
[PATCH] bcma: switch GPIO portions to use GPIOLIB_IRQCHIP
2015-07-23 0:24 UTC (2+ messages)
[Buildroot] [PATCH v2 1/1] mosh: new package
2015-07-23 0:24 UTC
raspberry Pi core-image-sato
2015-07-23 0:23 UTC (2+ messages)
[Spice-devel] [RFC PATCH 1/1] Add a usbredir kernel module to remotely connect USB devices over IP
2015-07-23 0:20 UTC (7+ messages)
` "
[PATCH] libepoxy: Use native python3
2015-07-23 0:22 UTC
[RFC] backlight: pwm: Handle EPROBE_DEFER while requesting the PWM
2015-07-23 0:15 UTC (2+ messages)
[PATCH 0/7] Initial support for user namespace owned mounts
2015-07-23 0:15 UTC (14+ messages)
Patch for backtrace dump WARNING: CPU: 0 PID: 668 at net/wireless/sme.c:655
2015-07-23 0:21 UTC (2+ messages)
[Qemu-devel] [PATCH RFC v2 00/47] qapi: QMP introspection
2015-07-22 23:05 UTC (3+ messages)
` [Qemu-devel] [PATCH RFC v2 28/47] qapi-commands: Convert to QAPISchemaVisitor
[PATCH 1/2] locktorture: Support rtmutex torturing
2015-07-23 0:17 UTC (4+ messages)
` [PATCH 2/2] locktorture: 'tis a slow death
[PATCH v2.1 00/22] FUJITSU Extended Socket network device driver
2015-07-23 0:10 UTC (23+ messages)
` [PATCH v2.1 01/22] fjes: Introduce FUJITSU Extended Socket Network Device driver
` [PATCH v2.1 02/22] fjes: Hardware initialization routine
` [PATCH v2.1 03/22] fjes: Hardware cleanup routine
` [PATCH v2.1 04/22] fjes: platform_driver's .probe and .remove routine
` [PATCH v2.1 05/22] fjes: ES information acquisition routine
` [PATCH v2.1 06/22] fjes: buffer address regist/unregistration routine
` [PATCH v2.1 07/22] fjes: net_device_ops.ndo_open and .ndo_stop
` [PATCH v2.1 08/22] fjes: net_device_ops.ndo_start_xmit
` [PATCH v2.1 09/22] fjes: raise_intr_rxdata_task
` [PATCH v2.1 10/22] fjes: tx_stall_task
` [PATCH v2.1 11/22] fjes: NAPI polling function
` [PATCH v2.1 12/22] fjes: net_device_ops.ndo_get_stats64
` [PATCH v2.1 13/22] fjes: net_device_ops.ndo_change_mtu
` [PATCH v2.1 14/22] fjes: net_device_ops.ndo_tx_timeout
` [PATCH v2.1 15/22] fjes: net_device_ops.ndo_vlan_rx_add/kill_vid
` [PATCH v2.1 16/22] fjes: interrupt_watch_task
` [PATCH v2.1 17/22] fjes: force_close_task
` [PATCH v2.1 18/22] fjes: unshare_watch_task
` [PATCH v2.1 19/22] fjes: update_zone_task
` [PATCH v2.1 20/22] fjes: epstop_task
` [PATCH v2.1 21/22] fjes: handle receive cancellation request interrupt
` [PATCH v2.1 22/22] fjes: ethtool support
[PATCH v2] toshiba_acpi: Adapt /proc/acpi/toshiba/keys to TOS1900 devices
2015-07-23 0:09 UTC (4+ messages)
` [PATCH v2] toshiba_acpi: Add /dev/toshiba_acpi device
` [PATCH v2] toshiba_acpi: Avoid registering input device on WMI event laptops
` [PATCH v2] toshiba_acpi: Transflective backlight updates
[RFC Patch net-next] inet: introduce a sysctl ip_local_ports_strict_use
2015-07-23 0:07 UTC
[PATCH v4 00/10] hugetlbfs: add fallocate support
2015-07-23 0:05 UTC (8+ messages)
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.