linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-06 00:31:10 to 2017-03-06 09:26:39 UTC [more...]

[PATCH 3.12 000/113] 3.12.71-stable review
 2017-03-06  9:12 UTC  (56+ messages)
` [PATCH 3.12 001/113] x86/Kconfig: Simplify X86_IO_APIC dependencies
` [PATCH 3.12 004/113] fbdev: color map copying bounds checking
` [PATCH 3.12 005/113] tile/ptrace: Preserve previous registers for short regset write
` [PATCH 3.12 006/113] sysctl: fix proc_doulongvec_ms_jiffies_minmax()
` [PATCH 3.12 024/113] USB: serial: option: add more ZTE device ids
` [PATCH 3.12 027/113] crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
` [PATCH 3.12 028/113] ata: sata_mv:- Handle return value of devm_ioremap
` [PATCH 3.12 030/113] cifs: initialize file_info_lock
` [PATCH 3.12 045/113] ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
` [PATCH 3.12 046/113] drm/i915: fix use-after-free in page_flip_completed()
` [PATCH 3.12 047/113] sched/debug: Don't dump sched debug info in SysRq-W
` [PATCH 3.12 048/113] tun: Fix TUN_PKT_STRIP setting
` [PATCH 3.12 069/113] printk: use rcuidle console tracepoint
` [PATCH 3.12 072/113] packet: fix races in fanout_add()
` [PATCH 3.12 073/113] packet: Do not call fanout_release from atomic contexts
` [PATCH 3.12 074/113] dccp: fix freeing skb too early for IPV6_RECVPKTINFO
` [PATCH 3.12 075/113] irda: Fix lockdep annotations in hashbin_delete()
` [PATCH 3.12 076/113] net: socket: fix recvmmsg not returning error from sock_error
` [PATCH 3.12 077/113] tty: serial: msm: Fix module autoload
` [PATCH 3.12 078/113] USB: serial: mos7840: fix another NULL-deref at open
` [PATCH 3.12 079/113] USB: serial: cp210x: add new IDs for GE Bx50v3 boards
` [PATCH 3.12 080/113] USB: serial: ftdi_sio: fix modem-status error handling
` [PATCH 3.12 081/113] USB: serial: ftdi_sio: fix extreme low-latency setting
` [PATCH 3.12 082/113] USB: serial: ftdi_sio: fix line-status over-reporting
` [PATCH 3.12 083/113] USB: serial: spcp8x5: fix modem-status handling
` [PATCH 3.12 084/113] USB: serial: opticon: fix CTS retrieval at open
` [PATCH 3.12 085/113] USB: serial: ark3116: fix register-accessor error handling
` [PATCH 3.12 086/113] x86/platform/goldfish: Prevent unconditional loading
` [PATCH 3.12 087/113] goldfish: Sanitize the broken interrupt handler
` [PATCH 3.12 088/113] rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/down
` [PATCH 3.12 089/113] af_packet: remove a stray tab in packet_set_ring()
` [PATCH 3.12 090/113] ext4: validate s_first_meta_bg at mount time
` [PATCH 3.12 091/113] ext4: fix fencepost in s_first_meta_bg validation
` [PATCH 3.12 092/113] ocfs2: do not write error flag to user structure we cannot copy from/to
` [PATCH 3.12 093/113] 6lowpan: release device on error path
` [PATCH 3.12 094/113] mfd: pm8921: Potential NULL dereference in pm8921_remove()
` [PATCH 3.12 095/113] Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()
` [PATCH 3.12 096/113] drm/nv50/disp: min/max are reversed in nv50_crtc_gamma_set()
` [PATCH 3.12 097/113] cpufreq: fix garbage kobjects on errors during suspend/resume
` [PATCH 3.12 098/113] cpufreq: remove sysfs files for CPUs which failed to come back after resume
` [PATCH 3.12 099/113] cpufreq: Clean up after a failing light-weight initialization
` [PATCH 3.12 100/113] cpufreq: preserve user_policy across suspend/resume
` [PATCH 3.12 101/113] ipv6: fix the use of pcpu_tstats in ip6_tunnel
` [PATCH 3.12 102/113] net: 6lowpan: fix lowpan_header_create non-compression memcpy call
` [PATCH 3.12 103/113] ipv6: simplify detection of first operational link-local address on interface
` [PATCH 3.12 104/113] net: sctp: rework multihoming retransmission path selection to rfc4960
` [PATCH 3.12 105/113] vti4: Don't count header length twice
` [PATCH 3.12 106/113] PCI: mvebu: Use max_t() instead of max(resource_size_t,)
` [PATCH 3.12 107/113] PCI: mvebu: split PCIe BARs into multiple MBus windows when needed
` [PATCH 3.12 108/113] gianfar: Check if phydev present on ethtool -A
` [PATCH 3.12 109/113] net: filter: x86: fix JIT address randomization
` [PATCH 3.12 110/113] net: filter: s390: "
` [PATCH 3.12 111/113] USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()
` [PATCH 3.12 112/113] USB: cdc-acm: fix open and suspend race
` [PATCH 3.12 113/113] USB: cdc-acm: fix failed open not being detected

[PATCH v2 0/2] patches for Innomedia INNEX GENESIS/ATARI adapter
 2017-03-06  9:04 UTC  (4+ messages)

[tip:WIP.sched/core 11/11] drivers/scsi/ufs/ufshcd.c:2413:17: warning: 'tag' may be used uninitialized in this function
 2017-03-06  9:01 UTC 

[PATCH 1/3] futex: remove duplicated code
 2017-03-06  9:13 UTC  (9+ messages)

[PATCH 4/4] tty/serial: sh-sci: remove uneeded IS_ERR_OR_NULL calls
 2017-03-06  9:09 UTC  (10+ messages)

[RFC 00/11] make try_to_unmap simple
 2017-03-06  9:07 UTC  (17+ messages)
` [RFC 01/11] mm: use SWAP_SUCCESS instead of 0
` [RFC 05/11] mm: make the try_to_munlock void function
` [RFC 06/11] mm: remove SWAP_MLOCK in ttu
` [RFC 07/11] mm: remove SWAP_AGAIN "
` [RFC 11/11] mm: remove SWAP_[SUCCESS|AGAIN|FAIL]

[PATCH v2 0/3] meson-gx: Add mali-450 support
 2017-03-06  8:58 UTC  (7+ messages)
` [PATCH v2 3/3] ARM64: dts: meson-gx: Add MALI nodes for GXBB and GXL

[PATCH v1] x86/build/defconfig/64: Enable CONFIG_R8169=y
 2017-03-06  8:57 UTC 

[PATCH v4 0/5] Fix the parse_dt of exynos dsi and remove the OF graph
 2017-03-06  8:38 UTC  (13+ messages)
    ` [PATCH v4 1/5] arm64: dts: exynos: Add the burst and esc clock frequency properties to DSI node
    ` [PATCH v4 2/5] arm: dts: "
    ` [PATCH v4 3/5] drm/exynos: dsi: Fix the parse_dt function
    ` [PATCH v4 4/5] arm64: dts: exynos: Remove the OF graph from DSI node
    ` [PATCH v4 5/5] arm: dts: "

[PATCH v2 0/4] fujitsu_init() cleanup
 2017-03-06  8:10 UTC  (6+ messages)

[PATCH v2 0/4] usb: misc: fix/improve USB251xB/xBi dt bindings
 2017-03-06  8:24 UTC  (5+ messages)
` [PATCH v2 1/4] usb: usb251xb: remove max_{power,current}_{sp,bp} properties
` [PATCH v2 2/4] usb: usb251xb: dt: add unit suffix to oc-delay and power-on-time
` [PATCH v2 3/4] doc: dt-bindings: usb251xb: mark reg as required
` [PATCH v2 4/4] MAINTAINERS: usb251xb: remove reference inexistent file

[PATCH] x86: thinkpad_acpi: Handle return error
 2017-03-06  8:45 UTC  (2+ messages)

[PATCH] clk: tegra: mark TEGRA210_CLK_DBGAPB as always on
 2017-03-06  8:38 UTC  (3+ messages)

[PATCH v2] clk: imx: correct uart4_serial clock name in driver for i.MX6UL
 2017-03-06  8:13 UTC 

[PATCH] MIPS: reset all task's asid to 0 after asid_cache(cpu) overflows
 2017-03-06  8:34 UTC  (4+ messages)

[PATCH v2] arm64: kvm: Use has_vhe() instead of hyp_alternate_select()
 2017-03-06  8:34 UTC  (2+ messages)

[PATCH] HID: hid-multitouch: change for touch height/width
 2017-03-06  8:24 UTC  (2+ messages)

[PATCH] mm, add_memory_resource: hold device_hotplug lock over mem_hotplug_{begin, done}
 2017-03-06  8:22 UTC  (8+ messages)

[RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging
 2017-03-06  7:42 UTC  (4+ messages)

[PATCH] omap3isp: add support for CSI1 bus
 2017-03-06  7:57 UTC  (10+ messages)
        ` [PATCHv2] "
                ` [PATCH] v4l2-fwnode: Fix clock lane parsing
                ` [RFC] omap3isp: add support for CSI1 bus

[PATCH] ARM: dts: exynos: Add power button for Odroid XU3/4
 2017-03-06  7:24 UTC  (2+ messages)

[PATCH] x86: thinkpad_acpi: Handle return error
 2017-03-06  7:46 UTC 

[PATCH RFC 00/14] Add the BFQ I/O Scheduler to blk-mq
 2017-03-06  7:43 UTC  (2+ messages)

[PATCH v2] Input: sparse-keymap - use a managed allocation for keymap copy
 2017-03-06  7:39 UTC  (4+ messages)

[PATCH] scsi: sr: fix oob access in get_capabilities
 2017-03-06  7:26 UTC  (2+ messages)

[PATCH] ARM: dts: exynos: Use thermal fuse value for thermal zone 0 on Exynos5420
 2017-03-06  7:29 UTC  (4+ messages)

Question Regarding ERMS memcpy
 2017-03-06  7:28 UTC  (12+ messages)

[PATCH v9 2/8] devicetree: property-units: Add uWh and uAh units
 2017-03-06  7:25 UTC 

[PATCH] Revert "kref: double kref_put() in my_data_handler()"
 2017-03-06  7:19 UTC 

[4.11.0-rc1] kernel warning due to commit 3bb434cd, "vmw_vmci: switch to pci_irq_alloc_vectors"
 2017-03-06  7:15 UTC  (3+ messages)
    `  "

[PATCH v2] mmc: mediatek: Fixed bug where clock frequency could be set wrong
 2017-03-06  7:06 UTC  (3+ messages)
` [PATCH] "

[PATCH] avr32: Fix build error caused by include file reshuffling
 2017-03-06  7:12 UTC  (2+ messages)

stack frame unwindind KASAN errors
 2017-03-06  6:52 UTC  (3+ messages)

[PATCH] extcon: int3496: add dependency on X86 as it's Intel specific
 2017-03-06  6:48 UTC  (2+ messages)

[PATCH v10 2/2] Documentation/ABI: Add ABI information for QCOM socinfo driver
 2017-03-06  6:49 UTC  (3+ messages)
` [v10, "

[PATCH -stable 4.1 0/4] perf/core: Fix dynamic interrupt throttle
 2017-03-06  7:14 UTC  (5+ messages)
` [PATCH -stable 4.1 1/4] "
` [PATCH -stable 4.1 2/4] perf/core: Fix implicitly enable "
` [PATCH -stable 4.1 3/4] perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation
` [PATCH -stable 4.1 4/4] perf/core: Fix the perf_cpu_time_max_percent check

[PATCH] Staging: wlan-ng: hfa384x.h: fixed a newline coding style issue
 2017-03-06  6:53 UTC  (2+ messages)

[linux-sunxi] [PATCH v2 01/12] ASoC: sun8i-codec-analog: split out mic2
 2017-03-06  4:28 UTC  (13+ messages)
  ` [linux-sunxi] [PATCH v2 02/12] ASoC: sun8i-codec-analog: split out line in
    ` [linux-sunxi] Re: [PATCH v2 03/12] ASoC: sun8i-codec-analog: split out mbias
  ` [PATCH v2 06/12] dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirk
  ` [linux-sunxi] [PATCH v2 04/12] ASoC: sun8i-codec-analog: add support for V3s SoC
  ` [linux-sunxi] [PATCH v2 07/12] dmaengine: sun6i: support V3s SoC variant
  ` [linux-sunxi] [PATCH v2 05/12] ASoC: sun4i-codec: Add support for V3s codec
  ` [linux-sunxi] [PATCH v2 08/12] ARM: dts: sun8i: restore the inclusion of ccu headers in V3s DTSI
  ` [linux-sunxi] [PATCH v2 09/12] ARM: dts: sun8i: add DMA engine "
  ` [PATCH v2 10/12] ARM: dts: sun8i: add audio codec support into "
  ` [linux-sunxi] [PATCH v2 11/12] ARM: dts: sun8i: add pinmux for V3s mmc1
  ` [linux-sunxi] [PATCH v2 12/12] ARM: dts: sun8i: add device tree for Lichee Pi Zero with Dock

nvme, allocation failures, and aborted commands
 2017-03-06  6:11 UTC  (3+ messages)

[PATCH] MAINTAINERS: Remove self from Tegra maintainers
 2017-03-06  6:11 UTC 

[RFC] remove support for AVR32 architecture
 2017-03-06  5:58 UTC  (2+ messages)

[PATCH v2] MIPS: Fix build breakage caused by header file changes
 2017-03-06  5:53 UTC 

[RFC] mm, swap: VMA based swap readahead
 2017-03-06  5:53 UTC 

[PATCH V3 0/4] Define coherent device memory node
 2017-03-06  5:48 UTC  (11+ messages)

[PATCH] phy: core: fix the condition to enable pm_runtime in phy_create()
 2017-03-06  5:46 UTC  (2+ messages)

[PATCH 0/6] cpufreq: schedutil: fixes for flags updates
 2017-03-06  5:08 UTC  (5+ messages)
` [PATCH 2/6] cpufreq: schedutil: ignore the sugov kthread for frequencies selections

[PATCH v3 0/3] add support of usb2-phy for rk3328
 2017-03-06  4:21 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: phy: add assign clock property in usb2-phy node
` [PATCH v3 2/3] dt-bindings: phy: add DT bindings for usb2-phy grf
` [PATCH v3 3/3] phy: rockchip-inno-usb2: add support of usb2-phy for rk3328

[PATCH 00/12] gpio: use resource management for irq descriptors
 2017-03-06  4:59 UTC  (3+ messages)
` [PATCH 08/12] gpio: davinci: use devm_irq_alloc_descs()

[PATCH v2 1/3] phy: sun4i-usb: support automatically switch PHY0 route to MUSB/HCI
 2017-03-06  4:54 UTC 

[PATCH 0/3] cupfreq: schedutil: Minor fix and cleanups
 2017-03-06  4:45 UTC  (5+ messages)
` [PATCH 3/3] cpufreq: schedutil: remove redundant code from sugov_next_freq_shared()

[PATCH] blk: improve order of bio handling in generic_make_request()
 2017-03-06  4:40 UTC  (3+ messages)

[PATCH 0/3] Replace "is is " with "is"
 2017-03-06  4:12 UTC  (3+ messages)
` [PATCH 2/3] staging: greybus: Replace "is is" "
  ` [greybus-dev] "

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-06  4:05 UTC  (2+ messages)

[GIT PULL] tracing: Fixes for 4.11
 2017-03-06  3:48 UTC 

[PATCH v4 0/2] mmc: host: s3cmci: add device tree support
 2017-03-06  3:41 UTC  (5+ messages)
  ` [PATCH v4 2/2] mmc: host: s3cmci: allow probing from device tree

[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-06  3:38 UTC  (10+ messages)
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-06  3:06 UTC  (2+ messages)

+ mm-reclaim-madv_free-pages.patch added to -mm tree
 2017-03-06  3:03 UTC  (3+ messages)

[PATCH] char: nwbutton: Fix build breakage caused by include file reshuffling
 2017-03-06  1:13 UTC 

LLC cache miss increases with the increases of hugepages
 2017-03-06  2:53 UTC 

[PATCH 0/4] thp: fix few MADV_DONTNEED races
 2017-03-06  2:49 UTC  (6+ messages)
` [PATCH 3/4] thp: fix MADV_DONTNEED vs. MADV_FREE race

[PATCH] arm64: kvm: Use has_vhe() instead of hyp_alternate_select()
 2017-03-06  2:28 UTC 

[PATCH v2] can: m_can: enable transmission of FD frame on latest version
 2017-03-06  2:21 UTC 

[PATCH] can: m_can: support transmit frame in CAN FD format
 2017-03-06  2:27 UTC  (3+ messages)

[PATCH] jump_label: align jump_entry table to at least 4-bytes
 2017-03-06  2:16 UTC  (2+ messages)
` [PATCH] MIPS: jump_lable: Give __jump_table elements an entsize

net/ipv4: deadlock in ip_ra_control
 2017-03-06  2:04 UTC  (5+ messages)

[PATCH v3 0/5] Do repair works for the mapping of cpuid <-> nodeid
 2017-03-06  2:11 UTC  (3+ messages)

When will Linux support M2 on RAID ?
 2017-03-06  2:09 UTC 

[PATCH 0/9] mm: kswapd spinning on unreclaimable nodes - fixes and cleanups
 2017-03-06  1:37 UTC  (5+ messages)
` [PATCH 1/9] mm: fix 100% CPU kswapd busyloop on unreclaimable nodes

[PATCH] reset: sunxi: fix for 64-bit compilation
 2017-03-06  1:35 UTC 

[PATCH v17 0/3] USB Type-C Connector class
 2017-03-06  1:24 UTC  (9+ messages)
` [PATCH v17 2/3] usb: USB Type-C connector class

[PATCH v2 0/3] ARM: dts: BCM5301X: GIC_PPI bug, TWD WD and i2c Support
 2017-03-06  1:13 UTC  (3+ messages)
` [PATCH v2 3/3] ARM: dts: bcm5301x: Add I2C support to the DT

arch/openrisc/include/asm/bitops/atomic.h:35: Error: unknown opcode2 `l.lwa'
 2017-03-06  1:22 UTC  (3+ messages)
  ` [kbuild-all] "

[bdi_unregister] 165a5e22fa INFO: task swapper:1 blocked for more than 120 seconds
 2017-03-06  1:19 UTC  (3+ messages)

[PATCH] block: systemace: Fix refcount underflow in error handler
 2017-03-05 23:36 UTC 

[PATCH v6 0/4] drm/dp: Implement CRC debugfs API
 2017-03-06  0:55 UTC  (3+ messages)
` [PATCH v6 4/4] drm/rockchip: "

linux-next: Tree for Mar 6
 2017-03-06  1:01 UTC 

[tip:WIP.x86/fpu 31/31] arch/x86/kernel/fpu/xstate.c:931:9-10: WARNING: return of 0/1 in function 'xfeatures_mxcsr_quirk' with return type bool
 2017-03-06  0:45 UTC  (2+ messages)
` [PATCH] x86/fpu: fix boolreturn.cocci warnings

Arrays of variable length
 2017-03-06  0:31 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).