linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-14 11:14:24 to 2017-03-14 13:45:16 UTC [more...]

[PATCH 3.12 01/60] md linear: fix a race between linear_add() and linear_congested()
 2017-03-14 13:24 UTC  (60+ messages)
` [PATCH 3.12 00/60] 3.12.72-stable review
  ` [PATCH 3.12 04/60] perf trace: Use the syscall raw_syscalls:sys_enter timestamp
  ` [PATCH 3.12 05/60] MIPS: Fix special case in 64 bit IP checksumming
  ` [PATCH 3.12 06/60] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
  ` [PATCH 3.12 07/60] MIPS: Clear ISA bit correctly in get_frame_info()
  ` [PATCH 3.12 08/60] MIPS: Prevent unaligned accesses during stack unwinding
  ` [PATCH 3.12 09/60] MIPS: Fix get_frame_info() handling of microMIPS function size
  ` [PATCH 3.12 10/60] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
  ` [PATCH 3.12 11/60] MIPS: Calculate microMIPS ra properly when unwinding the stack
  ` [PATCH 3.12 12/60] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
  ` [PATCH 3.12 13/60] uvcvideo: Fix a wrong macro
  ` [PATCH 3.12 14/60] ALSA: hda - fix Lewisburg audio issue
  ` [PATCH 3.12 15/60] ALSA: timer: Reject user params with too small ticks
  ` [PATCH 3.12 16/60] ALSA: seq: Fix link corruption by event error handling
  ` [PATCH 3.12 17/60] staging: rtl: fix possible NULL pointer dereference
  ` [PATCH 3.12 18/60] mm: vmpressure: fix sending wrong events on underflow
  ` [PATCH 3.12 19/60] ipc/shm: Fix shmat mmap nil-page protection
  ` [PATCH 3.12 20/60] scsi: storvsc: use tagged SRB requests if supported by the device
  ` [PATCH 3.12 21/60] scsi: storvsc: properly handle SRB_ERROR when sense message is present
  ` [PATCH 3.12 22/60] scsi: storvsc: properly set residual data length on errors
  ` [PATCH 3.12 23/60] scsi: aacraid: Reorder Adapter status check
  ` [PATCH 3.12 24/60] sd: get disk reference in sd_check_events()
  ` [PATCH 3.12 25/60] jbd2: don't leak modified metadata buffers on an aborted journal
  ` [PATCH 3.12 26/60] ext4: trim allocation requests to group size
  ` [PATCH 3.12 27/60] ext4: preserve the needs_recovery flag when the journal is aborted
  ` [PATCH 3.12 28/60] ext4: return EROFS if device is r/o and journal replay is needed
  ` [PATCH 3.12 29/60] samples/seccomp: fix 64-bit comparison macros
  ` [PATCH 3.12 30/60] ath5k: drop bogus warning on drv_set_key with unsupported cipher
  ` [PATCH 3.12 31/60] ath9k: use correct OTP register offsets for the AR9340 and AR9550
  ` [PATCH 3.12 32/60] fuse: add missing FR_FORCE
  ` [PATCH 3.12 33/60] can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
  ` [PATCH 3.12 34/60] hv: allocate synic pages for all present CPUs
  ` [PATCH 3.12 35/60] RDMA/core: Fix incorrect structure packing for booleans
  ` [PATCH 3.12 36/60] rdma_cm: fail iwarp accepts w/o connection params
  ` [PATCH 3.12 37/60] NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
  ` [PATCH 3.12 38/60] NFSv4: fix getacl head length estimation
  ` [PATCH 3.12 39/60] NFSv4: fix getacl ERANGE for some ACL buffer sizes
  ` [PATCH 3.12 40/60] bcma: use (get|put)_device when probing/removing device driver
  ` [PATCH 3.12 41/60] powerpc/xmon: Fix data-breakpoint
  ` [PATCH 3.12 42/60] MIPS: IP22: Reformat inline assembler code to modern standards
  ` [PATCH 3.12 43/60] MIPS: IP22: Fix build error due to binutils 2.25 uselessnes
  ` [PATCH 3.12 44/60] scsi: lpfc: Correct WQ creation for pagesize
  ` [PATCH 3.12 45/60] TTY: n_hdlc, fix lockdep false positive
  ` [PATCH 3.12 46/60] tty: n_hdlc: get rid of racy n_hdlc.tbuf
  ` [PATCH 3.12 47/60] serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
  ` [PATCH 3.12 48/60] KVM: VMX: use correct vmcs_read/write for guest segment selector/base
  ` [PATCH 3.12 49/60] Bluetooth: Add another AR3012 04ca:3018 device
  ` [PATCH 3.12 50/60] s390/qdio: clear DSCI prior to scanning multiple input queues
  ` [PATCH 3.12 51/60] s390: TASK_SIZE for kernel threads
  ` [PATCH 3.12 52/60] IB/ipoib: Fix deadlock between rmmod and set_mode
  ` [PATCH 3.12 53/60] ktest: Fix child exit code processing
  ` [PATCH 3.12 54/60] nlm: Ensure callback code also checks that the files match
  ` [PATCH 3.12 55/60] xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
  ` [PATCH 3.12 56/60] mac80211: flush delayed work when entering suspend
  ` [PATCH 3.12 57/60] drm/ast: Fix test for VGA enabled
  ` [PATCH 3.12 58/60] drm/ttm: Make sure BOs being swapped out are cacheable
  ` [PATCH 3.12 59/60] fat: fix using uninitialized fields of fat_inode/fsinfo_inode
  ` [PATCH 3.12 60/60] drivers: hv: Turn off write permission on the hypercall page

[PATCH v3 01/18] dt-bindings: power: battery: add constant-charge-current property
 2017-03-14 13:44 UTC  (4+ messages)

[PATCH v2 1/4] pinctrl: Fix trivial spelling typo in a comment
 2017-03-14 13:44 UTC  (5+ messages)
` [PATCH v2 2/4] pinctrl: samsung: Register pinctrl before GPIO

[PATCH] drm: virtio: fix eno.cocci warnings
 2017-03-14 13:44 UTC  (2+ messages)

[PATCH v2 0/8] watchdog: s3c2410: Fixes and improvements
 2017-03-14 13:45 UTC  (18+ messages)
` [PATCH v2 3/8] ARM: dts: exynos: Fix watchdog reset on Exynos4412
` [PATCH v2 4/8] ARM: dts: s3c64xx: Enable watchdog on all S3C64xx boards
` [PATCH v2 5/8] ARM: dts: exynos: Enable watchdog on all Exynos4 boards
` [PATCH v2 6/8] ARM: dts: exynos: Fix infinite interrupt in soft mode on Exynos4210 and Exynos5440
` [PATCH v2 7/8] ARM: dts: s3c64xx: Fix infinite interrupt in soft mode
` [PATCH v2 8/8] ARM: dts: s5pv210: "

[linux-mmotm] i915_gem_userptr_get_pages: possible circular locking dependency detected
 2017-03-14 13:41 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/2] Add pinctrl input schmitt support
 2017-03-14 13:41 UTC  (7+ messages)
` [PATCH v2 1/2] pinctrl: rockchip:Add "
` [PATCH v2 2/2] pinctrl: rockchip: Add input schmitt support for rk3328

[PATCH] mfd: rtsx: Convert forgotten dev_info() statement to pcr_dbg()
 2017-03-14 13:40 UTC  (2+ messages)

[PATCH net-next 0/4] net-next: dsa: add Mediatek MT7530 support
 2017-03-14 13:38 UTC  (9+ messages)
` [PATCH net-next 1/4] dt-bindings: net: dsa: add Mediatek MT7530 binding
` [PATCH net-next 2/4] net-next: dsa: add Mediatek tag RX/TX handler

[PATCH for-4.11] ASoC: don't dereference NULL pcm_{new,free}
 2017-03-14 13:36 UTC  (6+ messages)

[PATCH v8 0/6] perf: Add support for analyzing events for containers
 2017-03-14 13:34 UTC  (3+ messages)
` [PATCH v8 3/6] perf record: Synthesize namespace events for current processes

[PATCH] pinctrl: sunxi: select GPIOLIB
 2017-03-14 13:15 UTC 

[PATCH V3 0/4] Define coherent device memory node
 2017-03-14 13:33 UTC  (4+ messages)
` [PATCH 1/2] mm: Change generic FALLBACK zonelist creation process

net: deadlock between ip_expire/sch_direct_xmit
 2017-03-14 13:31 UTC 

[PATCH] perf probe: Return errno when does not hit any event
 2017-03-14 13:30 UTC  (4+ messages)

[PATCH v2] gpio: return NULL from gpiod_get_optional when GPIOLIB is disabled
 2017-03-14 13:31 UTC  (2+ messages)

[PATCH 0/3] powernv:idle: Fixes for CPU-Hotplug on POWER DD1.0
 2017-03-14 13:30 UTC  (3+ messages)
` [PATCH 1/3] powernv:smp: Add busy-wait loop as fall back for CPU-Hotplug

[PATCH v2] HID: clamp input to logical range if no null state
 2017-03-14 13:29 UTC 

[PATCH 4/7] dt-bindings: rockchip,pinctrl: rename RK1108 to RV1108
 2017-03-14 13:26 UTC  (2+ messages)

perf: use-after-free in perf_release
 2017-03-14 13:24 UTC  (7+ messages)

[PATCH v2 0/6] Add board support for TS-4600
 2017-03-14 13:23 UTC  (5+ messages)
` [PATCH v2 4/6] bus: add driver for the Technologic Systems NBUS

[RFC PATCH 0/2] mtd: spi-nor: Handle vmalloc'd buffers
 2017-03-14 13:21 UTC  (12+ messages)
` [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support

[PATCH v3 0/3] watchdog: s3c2410: Minor cleanups
 2017-03-14 13:20 UTC  (8+ messages)
` [PATCH v3 1/3] watchdog: s3c2410: Constify local structures
` [PATCH v3 2/3] watchdog: s3c2410: Simplify getting driver data
` [PATCH v3 3/3] watchdog: s3c2410: Minor code cleanup

[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
 2017-03-14 13:20 UTC  (12+ messages)

[PATCH v5 0/5] kretprobe fixes
 2017-03-14 13:18 UTC  (8+ messages)
` [PATCH v5 2/5] powerpc: kretprobes: override default function entry offset

drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon
 2017-03-14 13:18 UTC  (3+ messages)
` [PATCH] drm/tinydrm: fix semicolon.cocci warnings

[PATCH v2 5/5] pinctrl: sunxi: Add A64 R_PIO controller support
 2017-03-14 13:13 UTC 

[PATCH v2 1/5] pinctrl: sunxi: refactor pinctrl choice selecting for ARM64
 2017-03-14 13:11 UTC  (3+ messages)
  ` [PATCH v2 3/5] dt-bindings: fix for Allwinner H5 pinctrl's compatible
  ` [PATCH v2 4/5] dt: bindings: add binding for Allwinner A64 R_PIO pinctrl

[PATCH v3 00/25] OpenRISC patches for 4.11 final call
 2017-03-14 13:11 UTC  (4+ messages)
` [PATCH v3 02/25] openrisc: add cache way information to cpuinfo

[PATCH] perf sched timehist: Add --next option
 2017-03-14 13:12 UTC  (2+ messages)

[PATCH 1/4] PCI: add resizeable BAR infrastructure v3
 2017-03-14 13:09 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-at91: Support external regulators
 2017-03-14 13:06 UTC  (2+ messages)

[PATCH 1/4] pci: Allow lockless access path to PCI mmconfig
 2017-03-14 13:06 UTC  (2+ messages)

[PATCH] perf report: show sort_order in title
 2017-03-14 13:04 UTC  (5+ messages)

[RESEND PATCH] gpio: xgene: mark PM functions as __maybe_unused
 2017-03-14 12:57 UTC 

[PATCH v9 00/11] uapi: export all headers under uapi directories
 2017-03-14 12:54 UTC  (13+ messages)
` [PATCH v10 "
  ` [PATCH v10 01/11] h8300: put bitsperlong.h in uapi
  ` [PATCH v10 02/11] nios2: put setup.h "
  ` [PATCH v10 03/11] x86: stop exporting msr-index.h to userland
  ` [PATCH v10 04/11] Makefile.headersinst: cleanup input files
  ` [PATCH v10 05/11] Makefile.headersinst: remove destination-y option
  ` [PATCH v10 06/11] uapi: includes linux/types.h before exporting files
  ` [PATCH v10 07/11] btrfs_tree.h: fix include from userland
  ` [PATCH v10 08/11] cryptouser.h: "
  ` [PATCH v10 09/11] smc_diag.h: "
  ` [PATCH v10 10/11] uapi: export all headers under uapi directories
  ` [PATCH v10 11/11] uapi: export all arch specifics directories

[PATCH v2 0/6] powerpc/perf: Export memory hierarchy level
 2017-03-14 12:56 UTC  (9+ messages)
` [PATCH v2 1/6] powerpc/perf: Define big-endian version of perf_mem_data_src

Build regressions/improvements in v4.11-rc2
 2017-03-14 12:54 UTC  (7+ messages)
  ` [OpenRISC] "

[RESEND PATCH] irqchip: mvebu-odmi: select GENERIC_MSI_IRQ_DOMAIN
 2017-03-14 12:54 UTC 

[PATCHv2 0/2] mm: add private lock to serialize memory hotplug operations
 2017-03-14 12:52 UTC  (3+ messages)
` [PATCHv2 1/2] "
` [PATCHv2 2/2] drivers core: remove assert_held_device_hotplug()

[PATCH 0/2] ARM: am335x-icev2: Add ethernet support
 2017-03-14 12:51 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1
  ` [PATCH v2 "
` [PATCH 3/3] ARM: omap2plus_defconfig: Enable TI Ethernet PHY

[PATCH 1/1] Drivers: hv: vmbus: Don't leak channel ids
 2017-03-14 12:49 UTC  (2+ messages)

[PATCH] drivers/pcmcia: NO_IRQ removal for electra_cf.c
 2017-03-14 12:47 UTC  (3+ messages)

[RFC 1/2] fanotify: new event FAN_MODIFY_DIR
 2017-03-14 12:41 UTC  (5+ messages)
` [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

[PATCH 00/29] drivers, mics refcount conversions
 2017-03-14 12:29 UTC  (4+ messages)
` [PATCH 08/29] drivers, md: convert mddev.active from atomic_t to refcount_t

[PATCH v1 0/4] gpio: make gpiod_count() API consistent
 2017-03-14 12:28 UTC  (7+ messages)
` [PATCH v1 1/4] gpio: acpi: Don't return 0 on acpi_gpio_count()
` [PATCH v1 3/4] platform/x86: surface3_button: Propagate error from gpiod_count()

[PATCH v1] gpio: acpi: Add managed variant of acpi_dev_add_driver_gpios()
 2017-03-14 12:27 UTC  (3+ messages)

kvm/arm64: use-after-free in kvm_vm_ioctl/vmacache_update
 2017-03-14 12:26 UTC  (6+ messages)

Hello Beautiful,
 2017-03-14 10:38 UTC 

[scsi] scsi: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERR
 2017-03-14 12:19 UTC 

[RESEND PATCH] IB/qib: fix false-postive maybe-uninitialized warning
 2017-03-14 12:18 UTC 

[PATCH] rtl8188eu: Correcting macro ROUND macro defination
 2017-03-14 12:17 UTC  (6+ messages)

[PATCH] mm, x86: fix native_pud_clear build error
 2017-03-14 12:12 UTC 

[PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2017-03-14 12:14 UTC  (4+ messages)

[ANN] Rasdaemon main tree moved to git.infradead.org
 2017-03-14 12:13 UTC  (2+ messages)

[PATCH v2 1/2] can: holt_hi311x: document device tree bindings
 2017-03-14 12:11 UTC  (5+ messages)
` [PATCH v2 2/2] can: spi: hi311x: Add Holt HI-311x CAN driver

[PATCH 0/8] watchdog fixes for COMPILE_TEST change
 2017-03-14 12:09 UTC  (4+ messages)
` [PATCH 2/8] mfd: db8500-prcmu: fix stub helper interface

[PATCH] x86/hugetlb: Use 32/64 mmap bases according to syscall
 2017-03-14 12:03 UTC  (2+ messages)

[PATCH 0/4] ARM: DRA7: Fix DCAN1 stuck-in-transition
 2017-03-14 12:07 UTC  (3+ messages)
` [PATCH 1/4] ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags
  ` [PATCH v2 "

[PATCH net-next] net: dsa: mv88e6xxx: debug ATU Age Time
 2017-03-14 12:05 UTC  (6+ messages)

[PATCH v2] drm/rockchip: Refactor the component match logic
 2017-03-14 12:05 UTC  (2+ messages)

[RFC PATCH] drivers: ata: Add [save|restore]_initial_config override functions
 2017-03-14 11:59 UTC 

[PATCH] staging: media: atomisp: fix build error in ov5693 driver
 2017-03-14 11:47 UTC 

[PATCH] powerpc: Fix crash introduced with commit 5657933dbb6e
 2017-03-14 11:46 UTC  (2+ messages)
`  "

[RFC PATCH] iommu/dma: check pci host bridge dma_mask for IOVA allocation
 2017-03-14 11:45 UTC  (3+ messages)

[Patch v2 00/11] Add MFC v10.10 support
 2017-03-14 11:41 UTC  (25+ messages)
  ` [Patch v2 02/11] s5p-mfc: Adding initial support for MFC v10.10
  ` [Patch v2 03/11] s5p-mfc: Use min scratch buffer size as provided by F/W
  ` [Patch v2 04/11] s5p-mfc: Support MFCv10.10 buffer requirements
  ` [Patch v2 05/11] videodev2.h: Add v4l2 definition for HEVC
  ` [Patch v2 07/11] Documentation: v4l: Documentation for HEVC v4l2 definition
  ` [Patch v2 09/11] v4l2: Add v4l2 control IDs for HEVC encoder
  ` [Patch v2 10/11] s5p-mfc: Add support "
  ` [Patch v2 11/11] Documention: v4l: Documentation for HEVC CIDs

[QUEUED v20170314 0/3] intel_th: Fixes for 4.11
 2017-03-14 11:39 UTC  (5+ messages)
` [QUEUED v20170314 1/3] intel_th: msu: Don't leak module refcount on failure to activate
` [QUEUED v20170314 2/3] intel_th: pci: Add Denverton SOC support
` [QUEUED v20170314 3/3] intel_th: pci: Add Gemini Lake support

[PATCH 0/2] hwrng: revert managed API changes for amd and geode
 2017-03-14 11:36 UTC  (3+ messages)
` [PATCH 1/2] hwrng: amd - Revert managed API changes
` [PATCH 2/2] hwrng: geode "

4.11-rc0, thinkpad x220: GPU hang
 2017-03-14 11:35 UTC  (5+ messages)
  ` [regression] "

[PATCH][V2] scsi: cxgb3i: remove redundant null check and kfree on skb
 2017-03-14 11:34 UTC  (2+ messages)

[PATCH v2] f2fs: restrict write IO alignment condition
 2017-03-14 11:32 UTC  (3+ messages)

[PATCH v1] mm/compaction: ignore block suitable after check large free page
 2017-03-14 11:25 UTC 

[PATCH RFC 00/14] Add the BFQ I/O Scheduler to blk-mq
 2017-03-14 11:28 UTC  (6+ messages)
` [PATCH RFC 01/14] block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler

[PATCH v7 2/2] backlight arcxcnn add support for ArcticSand devices
 2017-03-14 11:27 UTC  (3+ messages)

[lkp-robot] [f2fs] 4ac912427c: -33.7% aim7.jobs-per-min regression
 2017-03-14 11:19 UTC  (6+ messages)

[PATCH 1/7] Documentation: dt: net: Update the ath9k binding for SoC devices
 2017-03-14 11:17 UTC  (3+ messages)
` [PATCH 2/7] ath9k: ahb: Add OF support

[PATCH v2 0/4] ARM: dm8168-evm: add SATA support
 2017-03-14 11:14 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: OMAP2+: dm81xx: Add clkdm and hwmod for SATA
` [PATCH v2 2/4] ARM: dts: dm8168-evm: add the external reference clock "
` [PATCH v2 3/4] ARM: dts: dm8168-evm: add SATA node
` [PATCH v2 4/4] ARM: omap2plus_defconfig: enable ahci-dm816 module


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).