linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-14 08:34:06 to 2016-04-14 12:35:57 UTC [more...]

linux-next: build failure after merge of the tip tree
 2016-04-14 12:35 UTC  (2+ messages)

[GIT PULL 00/11] perf/core improvements and fixes
 2016-04-14 12:32 UTC  (11+ messages)
` [PATCH 01/11] perf trace: Add seccomp beautifier related defines for older systems
` [PATCH 02/11] perf trace: Add getrandom "
` [PATCH 04/11] perf trace: Move eventfd beautifiers to trace/beauty/ directory
` [PATCH 05/11] perf ordered_events: Introduce reinit()
` [PATCH 06/11] perf session: Make ordered_events reusable
` [PATCH 07/11] perf data: Add perf_data_file__switch() helper
` [PATCH 08/11] perf record: Turns auxtrace_snapshot_enable into 3 states
` [PATCH 09/11] perf record: Add '--timestamp-filename' option to append timestamp to output file name
` [PATCH 10/11] perf config: Introduce perf_config_set class
` [PATCH 11/11] perf config: Make show_config() use perf_config_set

[PATCH v1 0/3] nvmem: core: fix regmap accessor usage
 2016-04-14 12:35 UTC  (4+ messages)
` [PATCH v1 3/3] "

[PATCH v2] procfs: expose umask in /proc/<PID>/status
 2016-04-14 12:34 UTC  (3+ messages)

[PATCH v2 00/11] da8xx USB clocks
 2016-04-14 12:32 UTC  (5+ messages)
` [PATCH v2 06/11] phy: da8xx-usb: new driver for DA8XX SoC USB PHY

[PATCH] FUSE: Improve aio directIO write performance for size extending writes
 2016-04-14 12:32 UTC  (2+ messages)

[RFC PATCH] sched/cputime: drop local_irq_safe() in vtime_init_idle()
 2016-04-14 12:29 UTC 

[PATCH 0/5] Live patching for powerpc
 2016-04-14 12:23 UTC  (6+ messages)
` [PATCH 2/5] livepatch: Allow architectures to specify an alternate ftrace location
` [PATCH 3/5] powerpc/livepatch: Add livepatch header

[PATCH] pm80xx: Remove bogus address masking in pm8001_ioremap()
 2016-04-14 12:22 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: enable Denali NAND controller
 2016-04-14 12:22 UTC  (2+ messages)

[PATCH] sched/deadline: Fix a bug in dl_overflow()
 2016-04-14 12:19 UTC 

[PATCH 2/2] arm64: vhe: Verify CPU Exception Levels
 2016-04-14 12:19 UTC  (3+ messages)
` [PATCH v2 "

[RFC][PATCH v8 0/4] Infrastructure code for perf-config
 2016-04-14 12:19 UTC  (3+ messages)
` [PATCH v8 3/4] perf config: Prepare all default configs

[PATCH 00/17] kvm-arm: Add stage2 page table walker
 2016-04-14 12:18 UTC  (7+ messages)
` [PATCH 15/17] kvm: arm64: Get rid of fake page table levels

[alsa-devel] [RFC PATCH v2 0/5] ASoC: Mediatek: Add support for MT2701 SOC
 2016-04-14 12:14 UTC  (6+ messages)
` [alsa-devel] [RFC PATCH v2 1/5] ASoC: Mediatek: Refine mt8173 driver
` [alsa-devel] [RFC PATCH v2 2/5] ASoC: mediatek: add documents for mt2701
` [alsa-devel] [RFC PATCH v2 3/5] ASoC: mediatek: add clock and irq control for 2701 platform driver
` [alsa-devel] [RFC PATCH v2 4/5] ASoC: mediatek: add mt2701 platform driver implementation
` [alsa-devel] [RFC PATCH v2 5/5] ASoC: mediatek: Add mt2701-cs42448 driver and config option

[PATCH v2 0/2] efi: Delete global 'memmap' variable
 2016-04-14 12:13 UTC  (3+ messages)
` [PATCH v2 1/2] efi: Iterate over efi.memmap in for_each_efi_memory_desc
` [PATCH v2 2/2] efi: Remove global 'memmap'

[PATCH v1 00/27] block: cleanup direct access to .bi_vcnt & .bi_io_vec
 2016-04-14 12:02 UTC  (28+ messages)
` [PATCH v1 01/27] block: bio: introduce 3 helpers for cleanup
` [PATCH v1 02/27] block: drbd: use bio_get_base_vec() to retrieve the 1st bvec
` [PATCH v1 03/27] block: drbd: remove impossible failure handling
` [PATCH v1 04/27] block: loop: use bio_get_base_vec() to retrive bvec table
` [PATCH v1 05/27] block: pktcdvd: "
` [PATCH v1 06/27] block: floppy: use bio_set_vec_table()
` [PATCH v1 07/27] block: floppy: use bio_add_page()
` [PATCH v1 08/27] staging: lustre: avoid to use bio->bi_vcnt directly
` [PATCH v1 09/27] target: avoid to access .bi_vcnt directly
` [PATCH v1 10/27] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH v1 11/27] bcache: io.c: use bio_set_vec_table
` [PATCH v1 12/27] bcache: journal.c: use bio_set_vec_table()
` [PATCH v1 13/27] bcache: movinggc: "
` [PATCH v1 14/27] bcache: writeback: "
` [PATCH v1 15/27] bcache: super: "
` [PATCH v1 16/27] bcache: super: use bio_get_base_vec
` [PATCH v1 17/27] dm: crypt: use bio_add_page()
` [PATCH v1 18/27] dm: dm-io.c: use bio_get_base_vec()
` [PATCH v1 19/27] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH v1 20/27] dm: dm-bufio.c: use bio_set_vec_table()
` [PATCH v1 21/27] fs: logfs: "
` [PATCH v1 22/27] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH v1 23/27] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH v1 24/27] fs: logfs: use bio_add_page() in do_erase()
` [PATCH v1 25/27] fs: logfs: remove unnecesary check
` [PATCH v1 26/27] kernel/power/swap.c: use bio_get_base_vec()
` [PATCH v1 27/27] mm: page_io.c: "

[PATCH v16 0/6] arm64, numa: Add numa support for arm64 platforms
 2016-04-14 12:09 UTC  (5+ messages)
` [PATCH v16 1/6] efi: ARM/arm64: ignore DT memory nodes instead of removing them

[PATCH] pinctrl: pxa: add pxa25x architecture
 2016-04-14 12:09 UTC  (2+ messages)

[PATCH v2] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2
 2016-04-14 12:07 UTC  (4+ messages)

[PATCH v3 0/3] mmc: pwrseq: convert to proper driver
 2016-04-14 12:07 UTC  (4+ messages)
` [PATCH v3 3/3] mmc: pwrseq: convert to proper platform device

[PATCH] ARM: davinci: da8xx-usb: remove deprecated properties from MUSB config
 2016-04-14 12:04 UTC  (2+ messages)

kexec loading fails without kernel code address in /proc/iomem
 2016-04-14 12:03 UTC 

[PATCH] pinctrl: tegra: clear park bit for all pins
 2016-04-14 12:02 UTC  (2+ messages)

[PATCH] perf, x86: Don't use clock function pointer to determine clock
 2016-04-14 11:59 UTC 

[PATCH v4 0/2] Add a new debugfs entry to dump FIFO/Queue available space
 2016-04-14 11:58 UTC  (8+ messages)
` [PATCH v4 2/2] usb: dwc3: add debugfs node "

[RFC PATCH v2 0/3] Add ACPI support for pinctrl configuration
 2016-04-14 11:58 UTC  (2+ messages)

[PATCH 00/10] mm: easy preliminaries to THPagecache
 2016-04-14 11:56 UTC  (3+ messages)
` [PATCH 01/10] mm: update_lru_size warn and reset bad lru_size

[PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()
 2016-04-14 11:52 UTC  (13+ messages)

[PATCH v4 0/8] block: prepare for multipage bvecs
 2016-04-14 11:47 UTC  (9+ messages)
` [PATCH v4 1/8] block: move bvec iterator into include/linux/bvec.h
` [PATCH v4 2/8] block: move two bvec structure into bvec.h
` [PATCH v4 3/8] block: mark 1st parameter of bvec_iter_advance as const
` [PATCH v4 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
` [PATCH v4 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES
` [PATCH v4 6/8] block: bio: remove BIO_MAX_SECTORS
` [PATCH v4 7/8] block: drbd: avoid to use BIO_MAX_SIZE
` [PATCH v4 8/8] block: bio: remove BIO_MAX_SIZE

[PATCH V4 0/7] Introduce ACPI world to ITS irqchip
 2016-04-14 11:48 UTC  (12+ messages)
` [PATCH V4 4/7] ARM64, ACPI, PCI: I/O Remapping Table (IORT) initial support
` [PATCH V4 5/7] irqchip, gicv3, its: Probe ITS in the ACPI way

[PATCH v3 0/6] sched/deadline/rtmutex: Fix two deadline PI issues
 2016-04-14 11:37 UTC  (7+ messages)
` [PATCH v3 1/6] rtmutex: Deboost before waking up the top waiter
` [PATCH v3 2/6] sched/rtmutex/deadline: Fix a PI crash for deadline tasks
` [PATCH v3 3/6] rtmutex: Move "rt_mutex_waiter" definition to "include/linux/rtmutex.h"
` [PATCH v3 4/6] sched: Move dl_policy() to "include/linux/sched.h"
` [PATCH v3 5/6] sched/deadline/rtmutex: Fix unprotected PI access in enqueue_task_dl()
` [PATCH v3 6/6] sched/deadline/rtmutex: Don't miss the dl_runtime/dl_period update

[PATCH v6 00/12] USB OTG/dual-role framework
 2016-04-14 11:32 UTC  (10+ messages)
` [PATCH v6 07/12] usb: otg: add OTG/dual-role core

[PATCH] drm/vmwgfx: use *_32_bits() macros
 2016-04-14 11:32 UTC  (2+ messages)

[PATCH V2 00/15] coresight: tmc: make driver usable by Perf
 2016-04-14 11:19 UTC  (3+ messages)
` [PATCH V2 12/15] coresight: tmc: keep track of memory width

[PATCH] z3fold: the 3-fold allocator for compressed pages
 2016-04-14 11:13 UTC 

[patch] leds: tca6507: silence an uninitialized variable warning
 2016-04-14 11:12 UTC  (2+ messages)

[PATCH V1] rtc: da9053: fix access ordering error during RTC interrupt at system power on
 2016-04-14 11:04 UTC 

[PATCH v5 00/46] pwm: add support for atomic update
 2016-04-14 11:05 UTC  (4+ messages)
` [PATCH v5 01/46] pwm: rcar: make use of pwm_is_enabled()

[PATCH v6 0/4] Mediatek MT2701 SCPSYS power domain support
 2016-04-14 10:56 UTC  (3+ messages)
` [PATCH v6 3/4] soc: mediatek: Add MT2701 power dt-bindings

[PATCH] ftrace: filter: Match dot symbols when searching functions on ppc64
 2016-04-14 10:58 UTC  (3+ messages)

[PATCH] usb: renesas_usbhs: fix signed-unsigned return
 2016-04-14 10:55 UTC  (3+ messages)

[PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel
 2016-04-14 10:47 UTC  (2+ messages)
` [RESEND][PATCH] "

[Question] refcount of DT node
 2016-04-14 10:40 UTC  (6+ messages)

[GIT PULL] sound fixes for 4.6-rc4
 2016-04-14 10:28 UTC 

[PATCH 00/10] perf tools: Use SIGUSR2 control data dumpping
 2016-04-14 10:21 UTC  (8+ messages)
` [PATCH 03/10] perf record: Turns auxtrace_snapshot_enable into 3 states

[PATCH RFC 00/22] Replace the CFQ I/O Scheduler with BFQ
 2016-04-14 10:23 UTC  (10+ messages)
` [PATCH RFC 09/22] block, cfq: replace CFQ with the BFQ-v0 I/O scheduler

[PATCH V2 0/9] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-04-14 10:22 UTC  (3+ messages)
` [PATCH V2 2/9] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1

[PATCH] procfs: expose umask in /proc/<PID>/status (formerly umask2, formerly getumask)
 2016-04-14 10:21 UTC  (4+ messages)
` [PATCH] procfs: expose umask in /proc/<PID>/status

[PATCH 0/2] DRA7x: Increase QSPI frequency to 64MHz
 2016-04-14 10:18 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: dra7x: Remove QSPI pinmux
` [PATCH 2/2] ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHz

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-14 10:13 UTC  (16+ messages)
` [Xen-devel] "

[PATCH v4 0/5] Modernize ARC clocksource/clockevent/intc drivers
 2016-04-14 10:05 UTC  (10+ messages)
` [PATCH v4 1/5] ARC: clockevent: DT based probe
` [PATCH v4 2/5] ARC: clocksource: "

[PATCH v2 0/4] ACPI based PCI host driver with generic ECAM
 2016-04-14 10:05 UTC  (7+ messages)
` [PATCH v2 2/4] PCI: Provide common functions for ECAM mapping

[patch] mfd: wm8400-core: signedness bug in wm8400_reg_read()
 2016-04-14 10:01 UTC  (2+ messages)

[PATCH RESEND] devcoredump: add scatterlist support
 2016-04-14  9:59 UTC 

[PATCH v2] ARM: arm64: dts: Add expansion bus to VExpress and Juno
 2016-04-14  9:52 UTC 

[PATCH RESEND 1/2] pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoC
 2016-04-14  9:42 UTC  (2+ messages)

[patch] bnx2i: silence uninitialized variable warnings
 2016-04-14  9:40 UTC 

[PATCH v5 00/10] Support for Cortex-M Prototyping System
 2016-04-14  9:39 UTC  (3+ messages)

[patch] scsi_dh_alua: uninitialized variable in alua_rtpg()
 2016-04-14  9:39 UTC 

[patch] hpsa: set the enclosure identifier to zero
 2016-04-14  9:37 UTC 

[PATCH RFC] I2C: i2c-smbus: add device tree support
 2016-04-14  9:37 UTC  (3+ messages)

[PATCH] locking/pvqspinlock: Add lock holder CPU argument to pv_wait()
 2016-04-14  9:36 UTC  (4+ messages)

[patch] scsi: ufs: silence uninitialized variable warning
 2016-04-14  9:37 UTC 

[PATCH v5 0/6] EC-based USB Power Delivery support for Chrome machines
 2016-04-14  9:35 UTC  (3+ messages)
` [PATCH v5 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

[patch] w1: silence an uninitialized variable warning
 2016-04-14  9:35 UTC 

[patch] regulator: lp3971: Silence uninitialized variable warning
 2016-04-14  9:34 UTC 

[patch] regulator: lp3972: Silence uninitialized variable warning
 2016-04-14  9:34 UTC 

[patch] firmware: qemu_fw_cfg.c: potential unintialized variable
 2016-04-14  9:33 UTC 

[patch] target: Silence an uninitialized variable warning
 2016-04-14  9:33 UTC 

[patch] target/transport: Silence unitialized variable warnings
 2016-04-14  9:32 UTC 

[PATCH] KERNEL: resource: Fix bug on leakage in /proc/iomem file
 2016-04-14  7:39 UTC  (6+ messages)

[patch] md/raid0: check for create_strip_zones() errors
 2016-04-14  9:31 UTC  (2+ messages)
` [patch v2] md/raid0: fix uninitialized variable bug

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver
 2016-04-14  9:28 UTC  (3+ messages)

[PATCH v3] tpm: fix crash in tpm_tis deinitialization
 2016-04-14  9:27 UTC  (3+ messages)

[RFC PATCH v1.9 00/14] livepatch: hybrid consistency model
 2016-04-14  9:25 UTC  (6+ messages)
` [RFC PATCH v1.9 12/14] livepatch: create per-task "
` [RFC PATCH v1.9 14/14] livepatch: update task universe when exiting kernel

[PATCH] kprobes: add the "tls" argument for j_do_fork
 2016-04-14  9:16 UTC 

[PATCH v4 0/3] vfs: Define new syscall umask2 [formerly getumask]
 2016-04-14  9:15 UTC  (3+ messages)

[PATCH v2] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP
 2016-04-14  9:15 UTC  (5+ messages)

[PATCH v2] ata: add AMD Seattle platform driver
 2016-04-14  9:08 UTC  (6+ messages)

[next] Failing Odroid XU3 boot due to missing MMC device
 2016-04-14  9:07 UTC  (7+ messages)

[patch] ARM: qcom: silence an uninitialized variable warning
 2016-04-14  9:03 UTC  (3+ messages)

[PATCH v6 00/19] i2c-octeon and i2c-thunderx drivers
 2016-04-14  9:01 UTC  (15+ messages)
` [PATCH v6 03/19] i2c: octeon: Rename [read|write]_sw to reg_[read|write]
` [PATCH v6 04/19] i2c: octeon: Introduce helper functions for register access
` [PATCH v6 05/19] i2c: octeon: Remove superfluous check in octeon_i2c_test_iflg
` [PATCH v6 06/19] i2c: octeon: Improve error status checking

[LINUX PATCH v2 1/3] spi: Added dummy_cycle entry in the spi_transfer structure
 2016-04-14  8:57 UTC  (5+ messages)

[PATCH] qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue
 2016-04-14  7:25 UTC  (3+ messages)

[PATCH v2 0/3] Extend the LED panic trigger
 2016-04-14  8:57 UTC  (3+ messages)
` [PATCH v2 3/3] leds: gpio: Support the "panic-indicator" firmware property

[PATCH 0/6] ARM/ARM64: Drop arm_pm_restart
 2016-04-14  8:52 UTC  (7+ messages)
` [PATCH 3/6] ARM: PSCI: Register with kernel restart handler

[PATCH v2] MCS spinlock: Use smp_cond_load_acquire()
 2016-04-14  8:53 UTC  (4+ messages)

[PATCH 18/19] crypto: get rid of superfluous __GFP_REPEAT
 2016-04-14  8:51 UTC  (2+ messages)
` [PATCH resend] "

[PATCH] z3fold: the 3-fold allocator for compressed pages
 2016-04-14  8:48 UTC  (2+ messages)

[PATCH] arm64: Kconfig: make SCHED_MC and SCHED_SMT depend on SMP
 2016-04-14  8:47 UTC  (2+ messages)

[PATCH v7 0/2] AMBA: add complete support for power domains
 2016-04-14  8:40 UTC  (5+ messages)
` [PATCH v7 1/2] drivers: base: add support for registering notifier about deferred probe

[RFC 0/6] mmc: Field Firmware Update
 2016-04-14  8:35 UTC  (10+ messages)

[PATCH] cpuset: use static key better and convert to new API
 2016-04-14  8:28 UTC  (3+ messages)
` [PATCH v2] "


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