linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-28 21:49:26 to 2016-10-29 12:07:24 UTC [more...]

4.8.2 not booting in 32-bit VM without I/O-APIC
 2016-10-29 12:06 UTC  (6+ messages)
    ` [tip:x86/urgent] x86/smpboot: Init apic mapping before usage

[PATCH v4 0/5] Cavium ThunderX uncore PMU support
 2016-10-29 11:55 UTC  (6+ messages)
` [PATCH v4 1/5] arm64: perf: Basic uncore counter support for Cavium ThunderX SOC
` [PATCH v4 2/5] arm64: perf: Cavium ThunderX L2C TAD uncore support
` [PATCH v4 3/5] arm64: perf: Cavium ThunderX L2C CBC "
` [PATCH v4 4/5] arm64: perf: Cavium ThunderX LMC "
` [PATCH v4 5/5] arm64: perf: Cavium ThunderX OCX TLK "

[PATCH v2] ARM: pxa: remove duplicated include from spitz.c
 2016-10-29 11:56 UTC 

[PATCH 1/1] ALSA: bebob: use the right string length in check_audiophile_booted()
 2016-10-29 11:41 UTC 

[PATCH 0/2] clk: hisilicon: add CRG driver for Hi3798CV200 and Hi3516CV300 SoCs
 2016-10-29 11:36 UTC  (4+ messages)
` [PATCH 1/2] clk: hisilicon: add CRG driver for Hi3798CV200 SoC
` [PATCH 2/2] clk: hisilicon: add CRG driver for Hi3516CV300 SoC

[PATCH 1/1] nvdimm: use the right length of "pmem"
 2016-10-29 11:28 UTC 

[PATCH 1/1] ath10k: use the right length of "background"
 2016-10-29 11:17 UTC 

[PATCH] HID: intel-ish-hid: Fix !CONFIG_PM build warning
 2016-10-29 11:17 UTC 

How to debug DEBUG_TEST_DRIVER_REMOVE hang during loading of kernel?
 2016-10-29 11:07 UTC  (2+ messages)

[PATCH v3 0/2] ARM: dts: sun6i: hummingbird-a31: Enable display output through VGA bridge
 2016-10-29 11:06 UTC  (3+ messages)
` [PATCH v3 1/2] drm/bridge: dumb-vga-dac: Support a VDD regulator supply
` [PATCH v3 2/2] ARM: dts: sun6i: hummingbird-a31: Enable display output through VGA bridge

[PATCH 01/60] block: bio: introduce bio_init_with_vec_table()
 2016-10-29 11:06 UTC  (61+ messages)
` [PATCH 02/60] block drivers: convert to bio_init_with_vec_table()
` [PATCH 03/60] block: drbd: remove impossible failure handling
` [PATCH 04/60] block: floppy: use bio_add_page()
` [PATCH 05/60] target: avoid to access .bi_vcnt directly
` [PATCH 06/60] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 07/60] dm: crypt: use bio_add_page()
` [PATCH 08/60] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 10/60] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH 12/60] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 13/60] fs: logfs: remove unnecesary check
` [PATCH 14/60] block: drbd: comment on direct access bvec table
` [PATCH 15/60] block: loop: comment on direct access to "
` [PATCH 16/60] block: pktcdvd: "
` [PATCH 17/60] kernel/power/swap.c: "
` [PATCH 18/60] mm: page_io.c: "
` [PATCH 19/60] fs/buffer: "
` [PATCH 20/60] f2fs: f2fs_read_end_io: "
` [PATCH 21/60] bcache: "
` [PATCH 22/60] block: comment on bio_alloc_pages()
` [PATCH 23/60] block: introduce flag QUEUE_FLAG_NO_MP
` [PATCH 24/60] md: set NO_MP for request queue of md
` [PATCH 25/60] block: pktcdvd: set NO_MP for pktcdvd request queue
` [PATCH 26/60] btrfs: set NO_MP for request queues behind BTRFS
` [PATCH 27/60] block: introduce BIO_SP_MAX_SECTORS
` [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
` [PATCH 29/60] dm: limit the max bio size as BIO_SP_MAX_SECTORS << SECTOR_SHIFT
` [PATCH 30/60] bcache: set flag of QUEUE_FLAG_SPLIT_MP
` [PATCH 31/60] block: introduce multipage/single page bvec helpers
` [PATCH 32/60] block: implement sp version of bvec iterator helpers
` [PATCH 33/60] block: introduce bio_for_each_segment_mp()
` [PATCH 34/60] block: introduce bio_clone_sp()
` [PATCH 35/60] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH 36/60] block: bounce: avoid direct access to bvec from bio->bi_io_vec
` [PATCH 37/60] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH 38/60] block: bounce: convert multipage bvecs into singlepage
` [PATCH 39/60] bcache: debug: switch to bio_clone_sp()
` [PATCH 40/60] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH 41/60] block: blk-merge: try to make front segments in full size
` [PATCH 42/60] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH 43/60] block: use bio_for_each_segment_mp() to map sg
` [PATCH 44/60] block: introduce bvec_for_each_sp_bvec()
` [PATCH 45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair
` [PATCH 46/60] block: deal with dirtying pages for multipage bvec
` [PATCH 47/60] block: convert to bio_for_each_segment_all_rd()
` [PATCH 48/60] fs/mpage: "
` [PATCH 49/60] fs/direct-io: "
` [PATCH 50/60] ext4: "
` [PATCH 51/60] xfs: "
` [PATCH 52/60] logfs: "
` [PATCH 53/60] gfs2: "
` [PATCH 54/60] f2fs: "
` [PATCH 55/60] exofs: "
` [PATCH 56/60] fs: crypto: "
` [PATCH 57/60] bcache: "
` [PATCH 58/60] dm-crypt: "
` [PATCH 59/60] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH 60/60] block: enable multipage bvecs

[PATCH] f2fs: report error of f2fs_fill_dentries
 2016-10-29 10:46 UTC 

[PATCH v10 00/19] Add Mediated device support
 2016-10-29 10:37 UTC  (10+ messages)
` [PATCH v10 01/19] vfio: Mediated device Core driver
` [PATCH v10 10/19] vfio iommu: Add blocking notifier to notify DMA_UNMAP

[PATCH] drm/sun4i: Add a few formats
 2016-10-29 10:25 UTC  (6+ messages)

[RFC PATCH] kbuild: add -fno-PIE
 2016-10-29 10:10 UTC  (12+ messages)

Section mismatch in reference from the function generic_NCR5380_isa_match()
 2016-10-29 10:12 UTC 

[PATCH 1/2] MAINTAINERS: add myself as EFI maintainer
 2016-10-29 10:09 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: add ARM and arm64 EFI specific files to EFI subsystem

[PATCH v12 RESEND 0/4] generic TEE subsystem
 2016-10-29  9:46 UTC  (3+ messages)

892671138 linux-kernel
 2016-10-29  9:38 UTC 

s2disk broken at a ThinkPad since 4.6.5
 2016-10-29  9:33 UTC 

[PATCH v3 0/6] pinctrl: sunxi: Generic bindings rework
 2016-10-29  9:08 UTC  (3+ messages)
` [PATCH v3 1/6] pinctrl: sunxi: Deal with configless pins

[RFC PATCH 0/5] add support for DMO embedded controller
 2016-10-29  9:05 UTC  (3+ messages)
` [RFC PATCH 3/5] gpio-dmec: gpio support for dmec

[PATCH] ubifs: Fix regression in ubifs_readdir()
 2016-10-29  9:04 UTC  (5+ messages)

[PATCH 0/3] regulator: Send events on over current condition
 2016-10-29  8:50 UTC  (5+ messages)
` [RFC 1/3] regulator: core: Add over current changed event

[RFC][PATCH] arm64: Add support for CONFIG_DEBUG_VIRTUAL
 2016-10-29  8:39 UTC  (5+ messages)

[PATCH 1/6] Input: gpio_keys_polled - keep button data constant
 2016-10-29  8:38 UTC  (7+ messages)
` [PATCH 2/6] Input: gpio_keys_polled - always use gpiod_get_value_cansleep
` [PATCH 3/6] Input: gpio_keys - annotate PM methods as __maybe_unused
` [PATCH 4/6] Input: gpio_keys - fix leaking DT node references
` [PATCH 5/6] Input: gpio_keys - add support for GPIO descriptors
` [PATCH 6/6] Input: gpio_keys - switch to using generic device properties

pinctrl: mediatek: build failure if CONFIG_IRQ_DOMAIN is not set
 2016-10-29  8:36 UTC  (2+ messages)

[PATCH] pinctrl: generic: Parse pinmux init nodes if node status is okay
 2016-10-29  8:32 UTC  (2+ messages)

[PATCH] pinctrl: max77620: add OF dependency
 2016-10-29  8:30 UTC  (2+ messages)

[PATCH V2] pinctrl: qcom: Add msm8994 pinctrl driver
 2016-10-29  8:27 UTC  (2+ messages)

[PATCH v2 0/6] add NS2 support to bgmac
 2016-10-29  8:18 UTC  (3+ messages)
` [PATCH v2 2/6] net: phy: broadcom: Add BCM54810 PHY entry

[GIT PULL] tpmdd critical fix for Linux 4.9
 2016-10-29  8:18 UTC  (2+ messages)

aio: fix a user triggered use after free
 2016-10-29  7:44 UTC  (2+ messages)
` [PATCH] aio: fix a user triggered use after free (and fix freeze protection of aio writes)

[RFC PATCH] hugetlbfs: fix the hugetlbfs can not be mounted
 2016-10-29  7:38 UTC  (2+ messages)

[PATCH] add one parameter wro_enable to enable relaxed ordering for IXGBE
 2016-10-29  7:42 UTC  (3+ messages)
` [PATCH] add one parameter wro_enable "

Warning from free_init_pages with large initrd
 2016-10-29  7:33 UTC  (10+ messages)

[PATCH 00/12] of: Make drivers/of/resolver.c more readable
 2016-10-29  6:26 UTC  (13+ messages)
` [PATCH 01/12] of: Remove comments that state the obvious, to reduce clutter
` [PATCH 02/12] of: Remove excessive printks "
` [PATCH 03/12] of: Convert comparisons to zero or NULL to logical expressions
` [PATCH 04/12] of: Rename functions to more accurately reflect what they do
` [PATCH 05/12] of: Remove prefix "__of_" from local function names
` [PATCH 06/12] of: Rename variables to better reflect purpose or follow convention
` [PATCH 07/12] of: Update structure of code to be clearer, also remove BUG_ON()
` [PATCH 08/12] of: Remove redundant size check
` [PATCH 09/12] of: Update comments to reflect changes and increase clarity
` [PATCH 10/12] of: Add back an error message, restructured
` [PATCH 11/12] of: Move setting of pointer to beside test for non-null
` [PATCH 12/12] of: Remove unused variable overlay_symbols

[ANNOUNCE] Git v2.10.2
 2016-10-29  6:24 UTC 

net/dccp: warning in dccp_feat_clone_sp_val/__might_sleep
 2016-10-29  6:10 UTC  (2+ messages)

[ANNOUNCE] Multiple Queue Skiplist Scheduler version 0.120
 2016-10-29  5:41 UTC 

[PATCH 00/14] introduce the BFQ-v0 I/O scheduler as an extra scheduler
 2016-10-29  5:38 UTC  (9+ messages)

[PATCH v6 00/11] implement vcpu preempted check
 2016-10-29  4:37 UTC  (3+ messages)
` [Xen-devel] "

[PATCH v4] time: alarmtimer: Add the trcepoints for alarmtimer
 2016-10-29  3:23 UTC  (3+ messages)

[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
 2016-10-29  3:21 UTC  (6+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()

[PATCH v2 0/3] usb: musb: da8xx: Fix few issues
 2016-10-29  3:11 UTC  (6+ messages)
` [PATCH v2 3/3] usb: musb: da8xx: Only execute the OTG workaround when phy in OTG mode

[RFC] v4l2 support for thermopile devices
 2016-10-29  2:59 UTC  (7+ messages)

[PATCH v2] checkpatch: fix uninitialized var when run with --no-tree
 2016-10-29  2:44 UTC 

[PATCH] checkpatch: fix uninitialized var when run with --no-tree
 2016-10-29  2:36 UTC  (2+ messages)

[PATCH 0/3] Remove clocks dependency from SCM driver
 2016-10-29  2:31 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: firmware: scm: Add MSM8996 DT bindings
` [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency
` [PATCH 3/3] firmware: qcom: scm: Return PTR_ERR when devm_clk_get fails

(no subject)
 2016-10-29  2:00 UTC  (9+ messages)
` [PATCH v2 1/5] kconfig: introduce the "imply" keyword
` [PATCH v2 0/5] make POSIX timers optional with some Kconfig help

[GIT PULL] ACPI fixes for v4.9-rc3
 2016-10-29  0:58 UTC 

[GIT PULL] Power management fixes for v4.9-rc3
 2016-10-29  0:57 UTC 

[PATCH 1/1] arm64: dts: msm8996: Add SCM DT node
 2016-10-29  0:14 UTC 

[GIT PULL] ARC updates for 4.9-rc3
 2016-10-28 23:46 UTC 

/dev/mem and PCI memory = EFAULT?
 2016-10-28 23:47 UTC  (7+ messages)
      ` /dev/mem and PCI memory = EFAULT (regression?)

[PATCH 00/10] scripts/basic: Fine-tuning for seven function implementations
 2016-10-28 23:42 UTC  (5+ messages)
` [PATCH 01/10] scripts/basic/bin2c: Complete error handling in main()
` [PATCH 09/10] scripts/basic/fixdep: Complete error handling in print_cmdline()

[PATCHv2] clk: xgene: Don't call __pa on ioremaped address
 2016-10-28 23:30 UTC  (2+ messages)

[PATCH] [v2 netfilter-next] netfilter: nf_tables: fib warnings
 2016-10-28 23:26 UTC  (2+ messages)

[PATCH] lpfc: use %zd format string for size_t
 2016-10-28 23:16 UTC  (9+ messages)

Linux Foundation Technical Advisory Board Elections updates and location
 2016-10-28 23:13 UTC  (2+ messages)

[PATCH] usb: gadget: mv_u3d: add check for dma mapping error
 2016-10-28 23:12 UTC 

[PATCH 1/2] block: immediately dispatch big size request
 2016-10-28 22:52 UTC  (2+ messages)
` [PATCH 2/2] blk-mq: "

[PATCH] Staging: ks7010: ks7010_stio: Fixed several coding style issues
 2016-10-28 22:23 UTC  (2+ messages)

[RFC PATCH] NFSv4: replace seqcount_t with a seqlock_t
 2016-10-28 22:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ipc/sem: ensure we left shift a ULL rather than a 32 bit integer
 2016-10-28 22:15 UTC  (2+ messages)

[PATCH v6 00/10] Intel Cache Allocation Technology
 2016-10-28 22:04 UTC  (11+ messages)
` [PATCH v6 01/10] Documentation, x86: Documentation for Intel resource allocation user interface
` [PATCH v6 02/10] x86/intel_rdt: Build structures for each resource based on cache topology
` [PATCH v6 03/10] x86/intel_rdt: Add basic resctrl filesystem support
` [PATCH v6 04/10] x86/intel_rdt: Add "info" files to resctrl file system
` [PATCH v6 05/10] x86/intel_rdt: Add mkdir "
` [PATCH v6 06/10] x86/intel_rdt: Add cpus file
` [PATCH v6 07/10] x86/intel_rdt: Add tasks files
` [PATCH v6 08/10] x86/intel_rdt: Add schemata file
` [PATCH v6 09/10] x86/intel_rdt: Add scheduler hook
` [PATCH v6 10/10] MAINTAINERS: Add maintainer for Intel RDT resource allocation

[PATCH 0/5] KVM: x86: cleanup and minimal speedup for APICv
 2016-10-28 22:04 UTC  (9+ messages)
` [PATCH 1/5] KVM: x86: avoid atomic operations on APICv vmentry

[GIT PULL] Please pull powerpc/linux.git powerpc-4.9-4 tag
 2016-10-28 22:02 UTC 

[PATCH v2 0/4] Make input drivers y2038 safe
 2016-10-28 22:01 UTC  (6+ messages)
` [PATCH v2 3/4] input: Deprecate real timestamps beyond year 2106


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