linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-26 12:13:36 to 2016-07-26 18:08:18 UTC [more...]

[PATCH v2 00/22] usb: serial: ti_usb_3410_5052: clean driver
 2016-07-26 18:00 UTC  (18+ messages)
` [PATCH v2 02/22] usb: serial: ti_usb_3410_5052: Remove useless dev_dbg messages
` [PATCH v2 03/22] usb: serial: ti_usb_3410_5052: Use kzalloc instead of kmalloc
` [PATCH v2 04/22] usb: serial: ti_usb_3410_5052: Remove useless NULL-testing
` [PATCH v2 06/22] usb: serial: ti_usb_3410_5052: Remove unused variables
` [PATCH v2 08/22] usb: serial: ti_usb_3410_5052: Remove in_sync and out_sync functions
` [PATCH v2 11/22] usb: serial: ti_usb_3410_5052: Do not modify interrupt context
` [PATCH v2 12/22] usb: serial: ti_usb_3410_5052: Remove usb_serial pointer in ti_port
` [PATCH v2 13/22] usb: serial: ti_usb_3410_5052: Change ti_get/set_serial_info function arguments
` [PATCH v2 14/22] usb: serial: ti_usb_3410_5052: Do not set shadow mcr in open callback
` [PATCH v2 15/22] usb: serial: ti_usb_3410_5052: Check old_termios parameter in set_termios
` [PATCH v2 16/22] usb: serial: ti_usb_3410_5052: Raise DTR and RTS flags if speed is not null anymore
` [PATCH v2 17/22] usb: serial: ti_usb_3410_5052: Fix firmware downloading
` [PATCH v2 18/22] usb: serial: ti_usb_3410_5052: Standardize debug and error messages
` [PATCH v2 19/22] usb: serial: ti_usb_3410_5052: Use variables for vendor and product
` [PATCH v2 20/22] usb: serial: ti_usb_3410_5052: Set shadow msr before waking up waiters
` [PATCH v2 21/22] usb: serial: ti_usb_3410_5052: Add CMSPAR support
` [PATCH v2 22/22] usb: serial: ti_usb_3410_5052: Fix indentation problems

[PATCH] xtensa: Partially Revert "xtensa: Remove unnecessary of_platform_populate with default match table"
 2016-07-26 18:01 UTC 

[Intel-wired-lan] [PATCH v2 net-next 0/2] e1000e: fix PTP on e1000_pch_variants
 2016-07-26 17:58 UTC  (4+ messages)
` [PATCH net-next 3/2] e1000e: convert systim overflow check to use flags2

Volunteering for BeFS maintainership
 2016-07-26 17:56 UTC  (4+ messages)

[PATCH v4 0/2] clk: uniphier: add clock drivers for UniPhier SoCs
 2016-07-26 17:53 UTC  (3+ messages)
` [PATCH v4 1/2] clk: uniphier: add core support code for UniPhier clock drivers
` [PATCH v4 2/2] clk: uniphier: add clock data for UniPhier SoCs

[PATCH v15 00/10] arm64: Add kernel probes (kprobes) support
 2016-07-26 17:54 UTC  (12+ messages)
` [PATCH v15 04/10] arm64: Kprobes with single stepping support

[PATCH 00/19] x86/dumpstack: rewrite x86 stack dump code
 2016-07-26 17:51 UTC  (11+ messages)
` [PATCH 10/19] x86/dumpstack: add get_stack_info() interface

[PATCH v18 net-next 1/1] hv_sock: introduce Hyper-V Sockets
 2016-07-26 17:44 UTC  (9+ messages)

[PATCH] checkpatch: Improve 'bare use of' signed/unsigned types warning
 2016-07-26 17:43 UTC  (2+ messages)

[PATCH 0/9] clk: sunxi-ng: Support A31/A31s CCU
 2016-07-26 17:43 UTC  (3+ messages)
` [PATCH 4/9] clk: sunxi-ng: mux: Add support for mux tables

[PATCH] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY
 2016-07-26 17:37 UTC  (2+ messages)
` [tip:x86/microcode] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y

[PATCH linux v3 0/9] xen: pvhvm: support bootup on secondary vCPUs
 2016-07-26 17:36 UTC  (13+ messages)
` [PATCH linux v3 1/9] x86/xen: update cpuid.h from Xen-4.7
` [PATCH linux v3 2/9] x86/acpi: store ACPI ids from MADT for future usage
` [PATCH linux v3 3/9] xen: introduce xen_vcpu_id mapping
` [PATCH linux v3 4/9] x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op
` [PATCH linux v3 5/9] x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to the shared_info page
` [PATCH linux v3 6/9] xen/events: use xen_vcpu_id mapping in events_base
` [PATCH linux v3 7/9] xen/events: fifo: use xen_vcpu_id mapping
` [PATCH linux v3 8/9] xen/evtchn: "
` [PATCH linux v3 9/9] xen/pvhvm: run xen_vcpu_setup() for the boot CPU
` [Xen-devel] [PATCH linux v3 0/9] xen: pvhvm: support bootup on secondary vCPUs

[PATCH v4 0/6] Finally fix watermarks
 2016-07-26 17:34 UTC  (7+ messages)
` [PATCH v4 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v4 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v4 3/6] drm/i915/skl: Only flush pipes when we change the ddb allocation
` [PATCH v4 4/6] drm/i915/skl: Fix extra whitespace in skl_flush_wm_values()
` [PATCH v4 5/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v4 6/6] drm/i915/skl: Always wait for pipes to update after a flush

[PATCH] randomize_range: use random long instead of int
 2016-07-26 17:33 UTC  (10+ messages)
` [RFC patch 1/6] random: Simplify API for random address requests

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-07-26 17:29 UTC  (2+ messages)

[PATCH v2 00/10] userns: sysctl limits for namespaces
 2016-07-26 17:29 UTC  (7+ messages)

[GIT PULL] libata changes for v4.8-rc1
 2016-07-26 17:17 UTC 

[PATCH] perf: sched out groups atomically
 2016-07-26 17:12 UTC 

[GIT PULL] cgroup changes for v4.8-rc1
 2016-07-26 17:10 UTC 

[PATCH 00/32] Enable Intel Resource Allocation in Resource Director Technology
 2016-07-26 17:10 UTC  (6+ messages)
` [PATCH 04/32] x86/intel_rdt: Add L3 cache capacity bitmask management

[PATCH] net/mlx5_core/health: Remove deprecated create_singlethread_workqueue
 2016-07-26 17:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH BUGFIX V4] block: add missing group association in bio-cloning functions
 2016-07-26 17:01 UTC  (3+ messages)

[PATCH] mmc: rtsx: Remove deprecated create_singlethread_workqueue
 2016-07-26 17:02 UTC  (2+ messages)

[PATCH] cfag12864b: Remove deprecated create_singlethread_workqueue
 2016-07-26 17:01 UTC  (2+ messages)

[PATCH v2 1/4] iio: adc: rockchip_saradc: reset saradc controller before programming it
 2016-07-26 17:00 UTC  (7+ messages)
` [PATCH v2 2/4] arm64: dts: rockchip: add the saradc for rk3399
` [PATCH v2 3/4] arm64: dts: rockchip: add reset saradc node for rk3368 SoCs
` [PATCH v2 4/4] arm: dts: rockchip: add reset node for the exist saradc SoCs

[PATCH 30/58] staging: lustre: create striped directory
 2016-07-26 16:59 UTC  (3+ messages)
` [PATCH v2 "

[Patch 0/1] apparmor: fix to 4.8 pull request
 2016-07-26 16:56 UTC  (4+ messages)
` [PATCH] apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handling

[git pull] device mapper changes for 4.8
 2016-07-26 16:53 UTC 

[PATCH v2] USB: appledisplay: Remove deprecated create_singlethread_workqueue
 2016-07-26 16:51 UTC  (2+ messages)

[PATCH] mm/memblock.c: fix index adjustment error in __next_mem_range_rev()
 2016-07-26 16:50 UTC  (2+ messages)

[PATCH 0/4] Fixing a set of bugs for ioapic hotplug
 2016-07-26 16:49 UTC  (6+ messages)
` [PATCH 1/4] x86/ioapic: Support hot-removal of IOAPICs present during boot
` [PATCH 2/4] x86/ioapic: Fix setup_res() failing to get resource
` [PATCH 3/4] x86/ioapic: Fix lost ioapic resource after hot-removal and hotadd
` [PATCH 4/4] x86/ioapic: Fix ioapic failing to request resource

[PATCH 0/3] Add names of shrinkers and have tracepoints display them
 2016-07-26 16:40 UTC  (8+ messages)
` [PATCH 1/3] Add a new field to struct shrinker

[PATCH 1/2] thunderbolt: Fix resume quirk for Falcon Ridge 4C
 2016-07-26 16:40 UTC  (2+ messages)
` [PATCH 2/2] thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller

[RFC PATCH] mm/hugetlb: Avoid soft lockup in set_max_huge_pages()
 2016-07-26 16:35 UTC  (3+ messages)

[e1000_netpoll] BUG: sleeping function called from invalid context at kernel/irq/manage.c:110
 2016-07-26 16:28 UTC  (4+ messages)

[PATCH v1] usb: gadget: configfs: log function unbinding as information
 2016-07-26 16:21 UTC 

[PATCH] 8250: option 'force_polling' for buggy IRQs
 2016-07-26 16:18 UTC  (5+ messages)

[PATCH v3 0/4] add support for Allwinner SoCs ADC
 2016-07-26 16:04 UTC  (5+ messages)
` [PATCH v3 1/4] hwmon: iio_hwmon: delay probing with late_initcall

[PATCH 0/3] drivers: net: cpsw: fix driver loading/unloading
 2016-07-26 16:02 UTC  (4+ messages)
` [PATCH 1/3] net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()

[PATCH 1/3] xen-blkfront: fix places not updated after introducing 64KB page granularity
 2016-07-26 15:48 UTC  (5+ messages)
` [PATCH v2 3/3] xen-blkfront: dynamic configuration of per-vbd resources

[PATCH] hwmon: iio_hwmon: fix memory leak in name attribute
 2016-07-26 15:50 UTC  (2+ messages)

[PATCH 4.6 000/203] 4.6.5-stable review
 2016-07-26 15:48 UTC  (4+ messages)

[PATCH v2] staging: emxx_udc: allow modular build
 2016-07-26 15:47 UTC  (3+ messages)

Why does BIOS assign memory to 16 byte BAR
 2016-07-26 15:43 UTC  (5+ messages)

[patch 00/66] cpuhotplug: Convert all priority notifiers to the state machine
 2016-07-26 15:42 UTC  (8+ messages)
` [patch 61/66] timers: Convert to hotplug "

[PATCH] USB: appledisplay: Remove deprecated create_singlethread_workqueue
 2016-07-26 15:35 UTC  (2+ messages)

[PATCH] usb: ftdi-elan: Remove deprecated create_singlethread_workqueue
 2016-07-26 15:34 UTC  (2+ messages)

[PATCH v4] ARM: dts: sun8i: Add dts file for Olimex A33-OLinuXino
 2016-07-26 15:33 UTC  (2+ messages)

[PATCH] xen: add static initialization of steal_clock op to xen_time_ops
 2016-07-26 15:26 UTC  (2+ messages)
` [Xen-devel] "

[PATCH] lkdtm: fix maybe-uninitialized warning
 2016-07-26 15:21 UTC  (2+ messages)

[PATCH 0/2] i2c-dev: Don't let userspace block adapter
 2016-07-26 15:18 UTC  (11+ messages)
` [PATCH 2/2] i2c-dev: Don't block the adapter from unregistering

[PATCH v3 0/6] Finally fix watermarks
 2016-07-26 15:17 UTC  (9+ messages)
` [PATCH v3 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v3 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v3 3/6] drm/i915/skl: Only flush pipes when we change the ddb allocation
` [PATCH v3 4/6] drm/i915/skl: Fix extra whitespace in skl_flush_wm_values()
` [PATCH v3 5/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v3 6/6] drm/i915/skl: Always wait for pipes to update after a flush

More information please. Re: [fs] 54cc07a761: BUG: kernel test crashed
 2016-07-26 15:13 UTC  (4+ messages)
  ` [LKP] "

[PATCH 0/5] add resistive touchscreen support for new Allwinner SoCs' GPADC's driver
 2016-07-26 15:13 UTC  (7+ messages)
` [PATCH 4/5] input: touchscreen: support Allwinner SoCs' touchscreen

[RFC PATCH v2 0/4] net: ethernet: Add support for gmii2rgmii converter
 2016-07-26 15:09 UTC  (7+ messages)
` [RFC PATCH v2 1/4] Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation

[PATCH v4 0/6] Add support for privileged mappings
 2016-07-26 15:05 UTC  (3+ messages)
` [PATCH v4 4/6] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED

[PATCH -next] rtc: asm9260: remove .owner field for driver
 2016-07-26 14:59 UTC 

[GIT PULL] userns related vfs enhancements for v4.8
 2016-07-26 14:44 UTC 

[PATCH V7 1/8] ACPI: I/O Remapping Table (IORT) initial support
 2016-07-26 14:48 UTC  (8+ messages)

[PATCH] sched/cputime: Mitigate performance regression in times()/clock_gettime()
 2016-07-26 14:43 UTC  (2+ messages)

master build: 2 failures 3 warnings (v4.7-1605-ge658052)
 2016-07-26 14:39 UTC  (3+ messages)

[PATCH] ACPICA: cleanup method properly on error
 2016-07-26 14:39 UTC  (2+ messages)

Fwd: [Bug 150021] New: kernel panic: "kernel tried to execute NX-protected page" when resuming from hibernate to disk
 2016-07-26 14:39 UTC  (3+ messages)

[PATCH] mmc: sdhci-esdhc-imx: avoid unused function warnings
 2016-07-26 14:28 UTC  (3+ messages)

[lkp] [timers/core] 24f73b9971: INFO: rcu_sched detected stalls on CPUs/tasks:
 2016-07-26 14:24 UTC 

[PATCH 1/1] drm/sti: use new Reset API
 2016-07-26 14:27 UTC  (4+ messages)
` [STLinux Kernel] "

PROBLEM: Intel I210AT NIC resets while using PCI passthrough on ESXi (regression)
 2016-07-26 14:27 UTC  (10+ messages)

[PATCH RESEND] genirq: Machine-parsable version of /proc/interrupts
 2016-07-26 14:25 UTC 

[lkp] [writeback] f5f3499492: INFO: suspicious RCU usage. ]
 2016-07-26 14:19 UTC 

[lkp] [vfs] db8c57ac59: WARNING: CPU: 0 PID: 1 at lib/list_debug.c:62 __list_del_entry+0xc1/0xd0
 2016-07-26 14:21 UTC 

[PATCH v2 0/4] drm/i915/skl: Finally fix watermarks
 2016-07-26 14:21 UTC  (3+ messages)
` [PATCH v2 1/4] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw

[GIT PULL] perf fixes
 2016-07-26 14:13 UTC 

[PATCH v9 0/9] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-26 14:11 UTC  (9+ messages)
` [PATCH v9 4/9] clocksource/drivers/arm_arch_timer: use readq to get 64-bit CNTVCT
` [PATCH v9 5/9] acpi/arm64: Add GTDT table parse driver

[PATCH] genirq/msi: Make sure PCI MSIs are activated early
 2016-07-26 14:05 UTC  (7+ messages)

linux-next: manual merge of the xen-tip tree with the tip tree
 2016-07-26 13:58 UTC  (2+ messages)

PROBLEM: network data corruption (bisected to e5a4b0bb803b)
 2016-07-26 13:59 UTC  (2+ messages)

[PATCH 4.4 000/146] 4.4.16-stable review
 2016-07-26 13:51 UTC  (2+ messages)

[PATCH 3.14 00/53] 3.14.74-stable review
 2016-07-26 13:50 UTC  (2+ messages)

[PATCH v2] README: Delete obsolete i386 info + update arch/i386/ paths
 2016-07-26 13:21 UTC 

[PATCHv5 wl-drv-next 0/2] register-field manipulation macros
 2016-07-26 13:13 UTC  (4+ messages)

[PATCH] power:bq27xxx: 27000/10 read FLAGS register as single
 2016-07-26 13:04 UTC  (2+ messages)

[PATCH] README: Mention when 386 support ended + update obsolete 386 paths
 2016-07-26 12:53 UTC  (3+ messages)

[PATCH 0/5] Candidate fixes for premature OOM kills with node-lru v2
 2016-07-26 12:50 UTC  (3+ messages)

bcache super block corruption with non 4k pages
 2016-07-26 12:49 UTC  (4+ messages)

Is reading from /proc/self/smaps thread-safe?
 2016-07-26 12:44 UTC 

next build: 74 warnings 0 failures (next/next-20160726)
 2016-07-26 12:44 UTC 

[PATCH] clocksource: j-core: type fix init function return code
 2016-07-26 12:31 UTC 

[PATCH v10 0/8] acpi, clocksource: add GTDT driver and GTDT support in arm_arch_timer
 2016-07-26 12:19 UTC  (9+ messages)
` [PATCH v10 1/8] clocksource/drivers/arm_arch_timer: Move enums and defines to header file
` [PATCH v10 2/8] clocksource/drivers/arm_arch_timer: Add a new enum for spi type
` [PATCH v10 3/8] clocksource/drivers/arm_arch_timer: Improve printk relevant code
` [PATCH v10 4/8] acpi/arm64: Add GTDT table parse driver
` [PATCH v10 5/8] clocksource/drivers/arm_arch_timer: Simplify ACPI support code
` [PATCH v10 6/8] acpi/arm64: Add memory-mapped timer support in GTDT driver
` [PATCH v10 7/8] clocksource/drivers/arm_arch_timer: Add GTDT support for memory-mapped timer
` [PATCH v10 8/8] acpi/arm64: Add SBSA Generic Watchdog support in GTDT driver


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