linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-12 10:11:38 to 2016-01-12 13:37:28 UTC [more...]

[PATCH v2 0/2] regulator: Add support for parallel regulators
 2016-01-12 13:37 UTC 

[PATCH 0/3][v3] Fix thermal problems during suspend/bootup
 2016-01-12 13:35 UTC  (5+ messages)
` [PATCH 1/3][v3] Thermal: initialize thermal zone device correctly

[PATCH 1/3] ARM: STi: Add DT defines for co-processor reset lines
 2016-01-12 13:34 UTC  (2+ messages)

[PATCH] kbuild: Demote 'sign-compare' warning to W=2
 2016-01-12 13:31 UTC 

[RFC][PATCH 00/12] various perf fixes
 2016-01-12 13:31 UTC  (10+ messages)

[PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery
 2016-01-12 13:30 UTC  (12+ messages)

[PATCH 0/4] UART slave device support - version 4
 2016-01-12 13:28 UTC  (3+ messages)
  ` [Gta04-owner] "

[PATCH v3 00/21] arm64: implement support for KASLR
 2016-01-12 13:23 UTC  (4+ messages)
` [PATCH v3 05/21] arm64: kvm: deal with kernel symbols outside of linear mapping

crypto: ablk_decrypt causes BUG in scatterwalk
 2016-01-12 13:23 UTC  (3+ messages)

[PATCH] X.509: Partially revert patch to add validation against IMA MOK keyring
 2016-01-12 13:21 UTC  (14+ messages)

(no subject)
 2016-01-12 13:17 UTC  (8+ messages)
` [PATCH 4/4] x86/efi: print size and base in binary units in efi_print_memmap

[RFC PATCH 0/3] Implement getcpu_cache system call
 2016-01-12 13:15 UTC  (7+ messages)

[PATCH v1 1/2] lib/string_helpers: export string_units_{2,10} for others
 2016-01-12 13:13 UTC  (2+ messages)
` [PATCH v1 2/2] x86/efi: print size and base in binary units in efi_print_memmap

[RESEND PATCH 1/2] devicetree: mxsfb: add reset-active property
 2016-01-12 13:10 UTC  (4+ messages)
` [RESEND PATCH 2/2] video: mxsfb: manage LCD_RESET signal according to "

[RFC] perf record: missing buildid for callstack modules
 2016-01-12 13:08 UTC  (12+ messages)

[patch] IB/cma: allocating too much memory in make_cma_ports()
 2016-01-12 13:08 UTC  (2+ messages)

Microsoft Award
 2016-01-12 12:35 UTC 

[PATCH 1/3] ifb: make device count build-time configurable
 2016-01-12 12:55 UTC  (2+ messages)

[PATCH v2 2/2] mfd: add documentation for ACT8945A DT bindings
 2016-01-12 12:54 UTC  (2+ messages)

[PATCH] bugfix dax fault page should be no cache
 2016-01-12 12:51 UTC  (2+ messages)

[PATCH v3 00/41] arch: barrier cleanup + barriers for virt
 2016-01-12 12:50 UTC  (2+ messages)

[PATCH] iio: Add TH06 Humidity and Temperature sensor driver
 2016-01-12 12:50 UTC  (4+ messages)

[PATCH RFC] timer: drop the unnecessary while loop in msleep
 2016-01-12 12:48 UTC  (3+ messages)

[PATCH v5 0/7] remoteproc: Add driver for STMicroelectronics platforms
 2016-01-12 12:46 UTC  (8+ messages)
` [PATCH v5 1/7] remoteproc: debugfs: Check of invalid 'count' value
` [PATCH v5 2/7] remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver
` [PATCH v5 3/7] remoteproc: debugfs: Add ability to boot remote processor using debugfs
` [PATCH v5 4/7] remoteproc: Supply controller driver for ST's Remote Processors
` [PATCH v5 5/7] MAINTAINERS: Add ST's Remote Processor Driver to ARM/STI ARCHITECTURE
` [PATCH v5 6/7] ARM: STiH407: Add nodes for RemoteProc
` [PATCH v5 7/7] ARM: STiH407: Move over to using the 'reserved-memory' API for obtaining DMA memory

[PATCH RFC 0/7] Introduce new async/sync compression APIs
 2016-01-12 12:47 UTC  (3+ messages)

[PATCH v15 00/25] Compile-time stack metadata validation
 2016-01-12 12:41 UTC  (5+ messages)
` [PATCH v15 02/25] tools: Make list.h self-sufficient
` [PATCH v15 21/25] x86/asm: Create stack frames in rwsem functions

[RFC PATCH 0/2] IRQ based next prediction
 2016-01-12 12:41 UTC  (7+ messages)
` [RFC PATCH 1/2] irq: Add a framework to measure interrupt timings
` [RFC PATCH 2/2] sched: idle: IRQ based next prediction for idle period

[PATCH] ACPI: Add phylib support code for mdio
 2016-01-12 12:39 UTC  (4+ messages)

[PATCH 00/53] perf tools: Bugfix, BPF improvement and perf record flight record mode
 2016-01-12 12:36 UTC  (6+ messages)
` [PATCH 27/53] perf/core: Put size of a sample at the end of it by PERF_SAMPLE_TAILSIZE

[RFC PATCH 00/19] cpufreq locking cleanups and documentation
 2016-01-12 12:36 UTC  (39+ messages)
` [RFC PATCH 04/19] cpufreq: bring data structures close to their locks
` [RFC PATCH 05/19] cpufreq: assert locking when accessing cpufreq_policy_list
` [RFC PATCH 06/19] cpufreq: always access cpufreq_policy_list while holding cpufreq_driver_lock
` [RFC PATCH 09/19] cpufreq: fix warning for show_scaling_available_governors unlocked access to cpufreq_governor_list
` [RFC PATCH 10/19] cpufreq: assert policy->rwsem is held in cpufreq_set_policy
` [RFC PATCH 11/19] cpufreq: assert policy->rwsem is held in __cpufreq_governor
` [RFC PATCH 12/19] cpufreq: fix locking of policy->rwsem in cpufreq_init_policy
` [RFC PATCH 13/19] cpufreq: fix locking of policy->rwsem in cpufreq_offline_prepare
` [RFC PATCH 14/19] cpufreq: fix locking of policy->rwsem in cpufreq_offline_finish
` [RFC PATCH 15/19] cpufreq: remove useless usage of cpufreq_governor_mutex in __cpufreq_governor
` [RFC PATCH 16/19] cpufreq: hold policy->rwsem across CPUFREQ_GOV_POLICY_EXIT
` [RFC PATCH 17/19] cpufreq: stop checking for cpufreq_driver being present in cpufreq_cpu_get
` [RFC PATCH 18/19] cpufreq: remove transition_lock

[PATCH v2 2/2] cxl: use -Werror only with CONFIG_PPC_WERROR
 2016-01-12 12:32 UTC  (2+ messages)
` [v2,2/2] "

[RFC][PATCH] ppc: Implement save_stack_trace_regs()
 2016-01-12 12:32 UTC  (2+ messages)
` powerpc: Implement save_stack_trace_regs() to enable kprobe stack tracing (was [RFC] ppc: Implement save_stack_trace_regs())

linux-next: build failure after merge of the powerpc tree
 2016-01-12 12:32 UTC  (2+ messages)

[PATCH v2 1/2] cxl: fix build for GCC 4.6.x
 2016-01-12 12:32 UTC  (2+ messages)
` [v2,1/2] "

[PATCH] perf record: Add --buildid-all option
 2016-01-12 12:28 UTC  (3+ messages)
` [PATCH RESEND] "

[RESEND v4 0/6] remoteproc: Add driver for STMicroelectronics platforms
 2016-01-12 12:30 UTC  (13+ messages)
` [RESEND v4 2/6] remoteproc: debugfs: Add ability to boot remote processor using debugfs

[GIT PULL] arm64: perf updates for 4.5
 2016-01-12 12:30 UTC 

[GIT PULL] arm64: updates for 4.5
 2016-01-12 12:27 UTC 

mm, vmstat: kernel BUG at mm/vmstat.c:1408!
 2016-01-12 12:27 UTC  (5+ messages)

Source code review around jump label usage
 2016-01-12 12:20 UTC  (22+ messages)
` [PATCH] mfd-dm355evm_msp: One function call less in add_child() after error detection
    `  "
` [PATCH 0/2] mfd: smsc-ece1099: Fine-tuning for smsc_i2c_probe()
  ` [PATCH 2/2] mfd: smsc-ece1099: Refactoring "
        ` mfd: smsc-ece1099: Fine-tuning "

Microsoft Award
 2016-01-12 11:34 UTC 

[PATCH 00/23] HiSilicon SAS v2 hw support
 2016-01-12 12:16 UTC  (9+ messages)
` [PATCH 01/23] devicetree: bindings: hisi_sas: add v2 HW bindings

[GIT PULL] slave dmaengine updates for 4.5-rc1
 2016-01-12 12:19 UTC 

[RFC PATCH v3 0/6] (mostly) Arch-independent livepatch
 2016-01-12 12:09 UTC  (3+ messages)
` [RFC PATCH v3 6/6] Documentation: livepatch: outline the Elf format of a livepatch module

[tip:x86/urgent] x86/reboot/quirks: Add iMac10, 1 to pci_reboot_dmi_table[]
 2016-01-12 12:05 UTC 

[PATCH resend] component: demote bind messages to debug level
 2016-01-12 12:05 UTC  (2+ messages)

[PATCH v3 7/7] x86/vdso: Disallow vvar access to vclock IO for never-used vclocks
 2016-01-12 12:04 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v3 6/7] x86,vdso: Use .fault instead of remap_pfn_range for the vvar mapping
 2016-01-12 12:04 UTC  (2+ messages)
` [tip:x86/asm] x86/vdso: Use ->fault() instead of remap_pfn_range( ) "

[PATCH v3 5/7] x86,vdso: Use .fault for the vdso text mapping
 2016-01-12 12:03 UTC  (2+ messages)
` [tip:x86/asm] x86/vdso: Use .fault for the vDSO "

[PATCH v3 4/7] x86/vdso: Track each mm's loaded vdso image as well as its base
 2016-01-12 12:03 UTC  (2+ messages)
` [tip:x86/asm] x86/vdso: Track each mm' s loaded vDSO "

[PATCH v3 3/7] mm: Add vm_insert_pfn_prot
 2016-01-12 12:02 UTC  (2+ messages)
` [tip:x86/asm] mm: Add vm_insert_pfn_prot()

[PATCH v3 2/7] mm: Add a vm_special_mapping .fault method
 2016-01-12 12:02 UTC  (2+ messages)
` [tip:x86/asm] mm: Add a vm_special_mapping.fault() method

[PATCH V2 00/10] Introduce ACPI world to GICv3 & ITS irqchip
 2016-01-12 12:03 UTC  (3+ messages)
` [PATCH V2 03/10] irqchip,GICv3,ACPI: Add redistributor support via GICC structures

[PATCH] x86/verify_cpu: Hide local labels
 2016-01-12 12:02 UTC  (2+ messages)
` [tip:x86/asm] x86/boot: Hide local labels in verify_cpu()

[PATCH 4/4] x86/fpu: Disable AVX when eagerfpu is off
 2016-01-12 12:01 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH 3/4] x86/fpu: Disable MPX when eagerfpu is off
 2016-01-12 12:01 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH] arm: dts: zynq: Add MicroZed board support
 2016-01-12 11:47 UTC  (4+ messages)

[PATCH 2/4] x86/fpu: Disable XGETBV1 when no XSAVE
 2016-01-12 12:01 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH 1/4] x86/fpu: Fix early fpu command-line parsing
 2016-01-12 12:00 UTC  (2+ messages)
` [tip:x86/asm] x86/fpu: Fix early FPU "

[RFC][4.1.15-rt17 PATCH] mm: swap: lru drain don't use workqueue with PREEMPT_RT_FULL
 2016-01-12 12:01 UTC  (2+ messages)

[PATCH 3/3] bonding: make device count build-time configurable
 2016-01-12 11:58 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2016-01-12 11:58 UTC  (3+ messages)

[PATCH 2/3] dummy: make device count build-time configurable
 2016-01-12 11:57 UTC 

[PATCH v1 0/3] ARM64 LPC: legacy ISA I/O support
 2016-01-12 11:56 UTC  (11+ messages)
  ` [PATCH v1 3/3] ARM64 LPC: update binding doc

[PATCH v3 1/2] tracing: introduce TRACE_EVENT_FN_COND macro
 2016-01-12 11:53 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc: tracing: don't trace hcalls on offline CPUs

xt_TEE.c:undefined reference to `nf_dup_ipv6'
 2016-01-12 11:50 UTC 

[RFC PATCH v2] Add IPI entry for CPU UP
 2016-01-12 11:51 UTC  (4+ messages)

linux-next: manual merge of the net-next tree with the nettree
 2016-01-12  9:12 UTC  (2+ messages)

[PATCH 1/2] soc: versatile: Add missing kfree in error path
 2016-01-12 11:46 UTC  (3+ messages)
` [PATCH 2/2] soc: versatile: Drop a useless static qualifier

sound: GPF in snd_seq_fifo_clear
 2016-01-12 11:44 UTC  (2+ messages)

[PATCH 1/2] input: gpio-keys: add support for disable button from DT
 2016-01-12 11:32 UTC  (2+ messages)
` [PATCH 2/2] input: gpio-keys: add support to name the gpio-keys

[PATCH v3 11/41] mips: reuse asm-generic/barrier.h
 2016-01-12 11:41 UTC  (6+ messages)
` [v3,11/41] "

net: phy: SMSC LAN8710/LAN8720 high load
 2016-01-12 11:33 UTC  (2+ messages)
`  "

[PATCH v2 0/4] add reboot mode driver
 2016-01-12 11:33 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: power: reset: add document for reboot-mode driver
` [PATCH v2 2/4] power: reset: add reboot mode driver
` [PATCH v2 3/4] ARM: dts: rockchip: add syscon-reboot-mode node
` [PATCH v2 4/4] ARM64: dts: rockchip: add syscon-reboot-mode DT node

[PATCH] mm,oom: Exclude TIF_MEMDIE processes from candidates
 2016-01-12 11:32 UTC  (6+ messages)

[PATCH] rtc: max77xxx: fix of_table.cocci warnings
 2016-01-12 11:27 UTC  (2+ messages)

[PATCH 1/5] PCI: xilinx: Removing xilinx_pcie_parse_and_add_res function
 2016-01-12 11:31 UTC  (3+ messages)

[PATCH] perf tools: Do not show trace command if it's not compiled in
 2016-01-12 11:23 UTC  (2+ messages)

[PATCH] meminfo:Don't Account Shared memory in MemAvailable
 2016-01-12 11:21 UTC 

[RFC PATCH 0/5] perf: Sanitize perf directory structure, p1
 2016-01-12 11:16 UTC  (6+ messages)

Have any influence on set_memory_** about below patch ??
 2016-01-12 11:15 UTC  (2+ messages)

[PATCH] staging: ion : Donnot wakeup kswapd in ion system alloc
 2016-01-12 11:14 UTC 

[PATCH 0/2] Fixes for dell-wmi
 2016-01-12 11:14 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] dell-wmi: Process only one event on devices with interface version 0

[PATCH RESEND v4 0/4] cpufreq: powernv: Redesign the presentation of throttle notification
 2016-01-12 11:13 UTC  (8+ messages)
` [PATCH RESEND v4 1/4] cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
` [PATCH RESEND v4 2/4] cpufreq: powernv/tracing: Add powernv_throttle tracepoint
` [PATCH RESEND v4 3/4] cpufreq: powernv: Add a trace print for the throttle event
` [PATCH RESEND v4 4/4] cpufreq: powernv: Add sysfs attributes to show throttle stats

[PATCH 1/6] staging: wlan-ng: Fixed block comment coding style
 2016-01-12 11:11 UTC  (5+ messages)

[PATCH 0/9] bpf: support percpu ARRAY map
 2016-01-12 11:05 UTC  (6+ messages)
` [PATCH 5/9] bpf: syscall: add percpu version of lookup/update elem

[PATCH v2] perf/probe: Search both .eh_frame and .debug_frame sections for probe location
 2016-01-12 11:04 UTC  (2+ messages)

[RFC] arm64: failed when run the command: timedatectl set-timezone Asia/Shanghai
 2016-01-12 10:59 UTC  (3+ messages)

[PATCH v8 0/9] DAX fsync/msync support
 2016-01-12 10:57 UTC  (3+ messages)
` [PATCH v8 6/9] dax: add support for fsync/msync

[GIT PULL] SPI updates for v4.5
 2016-01-12 10:54 UTC 

net: WARNING in tcp_recvmsg
 2016-01-12 10:54 UTC 

[PATCH v9 00/13] support "task_isolation" mode for nohz_full
 2016-01-12 10:53 UTC  (3+ messages)

[PATCH] pinctrl: max77620: fix platform_no_drv_owner.cocci warnings
 2016-01-12 10:51 UTC 

[PATCH 16/53] perf tools: Fix mmap2 event allocation in synthesize code
 2016-01-12 10:51 UTC  (4+ messages)
` [PATCH 16/53 v2] "

[PATCH] pinctrl: max77620: fix of_table.cocci warnings
 2016-01-12 10:50 UTC 

[PATCH] pinctrl: max77620: fix semicolon.cocci warnings
 2016-01-12 10:49 UTC 

[PATCH v4 0/2] adding PCI support to AXS10x
 2016-01-12 10:49 UTC  (5+ messages)
` [PATCH v4 1/2] PCI support added to ARC

[PATCH] vhost: move is_le setup to the backend
 2016-01-12 10:48 UTC  (4+ messages)

[PATCH] selftests/x86: Disable ldt_gdt_64 for now
 2016-01-12 10:45 UTC  (5+ messages)

[GIT PULL for v4.5-rc1] media controller next gen patch series
 2016-01-12 10:43 UTC 

v4.4-rc8 based tip tree kernel hangs on boot
 2016-01-12 10:30 UTC  (3+ messages)

[PATCH v6 2/4] platform:x86: Add Intel telemetry platform driver
 2016-01-12 10:31 UTC 

[PATCH v4 4/4] platform:x86: Add Intel Telemetry Debugfs interfaces
 2016-01-12 10:35 UTC 

[PATCH v5 3/4] platform:x86: Add Intel telemetry platform device
 2016-01-12 10:32 UTC 

[PATCH] x86/mm: use PAGE_ALIGNED instead of IS_ALIGNED
 2016-01-12 10:25 UTC  (2+ messages)
` [tip:x86/urgent] x86/mm: Use "

[PATCH v2] selftests/x86: Disable ldt_gdt_64 for now
 2016-01-12 10:25 UTC  (2+ messages)
` [tip:x86/urgent] selftests/x86: Disable the ldt_gdt_64 test "

[PATCH v5 1/4] platform:x86: Add Intel Telemetry Core Driver
 2016-01-12 10:30 UTC 

[PATCH v2 0/4] Add Intel Telemetry Support
 2016-01-12 10:30 UTC 

[PATCH v3 0/6] Add clock support for Mediatek MT2701
 2016-01-12 10:22 UTC  (5+ messages)
` [PATCH v3 5/6] reset: mediatek: Add MT2701 reset controller dt-binding file
` [PATCH v3 6/6] reset: mediatek: Add MT2701 reset driver

[STABLE] kernel oops which can be fixed by peterz's patches
 2016-01-12 10:21 UTC  (3+ messages)

[tip:x86/urgent] x86/mm: Add barriers and document switch_mm() -vs-flush synchronization
 2016-01-12 10:21 UTC  (3+ messages)

[PATCH V6 0/6] i2c: qup: Add support for v2 tags and bam dma
 2016-01-12 10:19 UTC  (2+ messages)

[x86] Make split_page_count check for empty levels
 2016-01-12 10:12 UTC  (2+ messages)
` [tip:x86/urgent] x86/mm: "

[PATCH 12/53] perf test: Reset err after using it hold errcode in hist testcases
 2016-01-12 10:11 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH] arm: irq: l2c: do not print error in case of missing l2c from dtb
 2016-01-12 10:11 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 11/53] perf test: Fix false TEST_OK result for 'perf test hist'
 2016-01-12 10:11 UTC  (2+ messages)
` [tip:perf/urgent] perf test: Fix false TEST_OK result for ' perf "

[PATCH v3 00/22] kthread: Use kthread worker API more widely
 2016-01-12 10:11 UTC  (6+ messages)
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API


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