linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-16 19:29:21 to 2017-06-17 10:39:12 UTC [more...]

[PATCH 1/2] platform/x86: silead_dmi: Add touchscreen info for PoV mobii wintab p800w
 2017-06-17 10:39 UTC  (6+ messages)

[GIT PULL] Staging/IIO driver fixes for 4.12-rc6
 2017-06-17 10:38 UTC 

[patch 0/2] staging: speakup: support more than ttyS*
 2017-06-17 10:25 UTC  (12+ messages)
` [patch 1/2] staging: speakup: add function to convert dev name to number

Linux 4.11.6
 2017-06-17 10:17 UTC  (2+ messages)

[PATCH 08/27] VFS: Introduce the structs and doc for a filesystem context [ver #5]
 2017-06-17  9:57 UTC  (6+ messages)
` [RFC][PATCH 00/27] VFS: Introduce "

tty: define tty_open_by_driver when CONFIG_TTY is not defined
 2017-06-17  9:46 UTC 

[PATCH v3 4/7] x86: switch atomic.h to use atomic-instrumented.h
 2017-06-17  9:21 UTC  (6+ messages)
` [PATCH v3 7/7] asm-generic, x86: add comments for atomic instrumentation

[PATCH v4 0/7] x86, kasan: add KASAN checks to atomic operations
 2017-06-17  9:15 UTC  (8+ messages)
` [PATCH v4 1/7] x86: un-macro-ify atomic ops implementation
` [PATCH v4 2/7] x86: use s64* for old arg of atomic64_try_cmpxchg()
` [PATCH v4 3/7] asm-generic: add atomic-instrumented.h
` [PATCH v4 4/7] x86: switch atomic.h to use atomic-instrumented.h
` [PATCH v4 5/7] kasan: allow kasan_check_read/write() to accept pointers to volatiles
` [PATCH v4 6/7] asm-generic: add KASAN instrumentation to atomic operations
` [PATCH v4 7/7] asm-generic, x86: add comments for atomic instrumentation

[RFC PATCH 0/2] crypto: caam - fix cts(cbc(aes)) with CAAM driver
 2017-06-17  9:05 UTC  (6+ messages)

[PATCH v3] acpi/nfit: Issue Start ARS to retrieve existing records
 2017-06-17  8:22 UTC 

[ANNOUNCE] v4.11.5-rt1
 2017-06-17  8:14 UTC  (2+ messages)

[PATCH] perf report: fix off-by-one for non-activation frames
 2017-06-17  8:04 UTC  (6+ messages)
`  "

[PATCH] perf/core: make sure group events are for the same cpu
 2017-06-17  7:42 UTC 

Linux 4.9.33
 2017-06-17  7:13 UTC  (2+ messages)

[PATCH] staging: fusb302: don't bitshift __le16 type
 2017-06-17  6:26 UTC  (7+ messages)
` endian bitshift defects [ was: staging: fusb302: don't bitshift __le16 type ]

[GIT PULL] xfs: updates for 4.12-rc6
 2017-06-17  6:25 UTC 

xgetbv nondeterminism
 2017-06-17  6:21 UTC  (17+ messages)

Linux 4.4.73
 2017-06-17  5:56 UTC  (2+ messages)

[PATCH v2 0/4] KVM: async_pf: Fix async_pf exception injection
 2017-06-17  5:52 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

[RFC PATCH 0/3] drm: atmel-hlcdc: clut support
 2017-06-17  5:36 UTC  (9+ messages)
` [RFC PATCH 1/3] atmel-hlcdc: add support for 8-bit color lookup table mode

[PATCH 0/2][RFC] Introduce e820_table_ori to fix the memory inconsistent problem during hibernation
 2017-06-17  5:23 UTC  (3+ messages)
` [PATCH 1/2][RFC] x86/boot/e820: Introduce e820_table_ori to represent the real original e820 layout
` [PATCH 2/2][RFC] PM / hibernate: Utilize the original e820 map for consistent check

[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
 2017-06-17  5:22 UTC  (4+ messages)
` [RFC PATCH 1/2] mm: introduce bmap_walk()
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for byte-addressable updates to pmem

[patch] mm, oom: prevent additional oom kills before memory is freed
 2017-06-17  5:17 UTC  (6+ messages)
        ` [PATCH] mm,oom_kill: Close race window of needlessly selecting new victims

[RFC PATCH 00/13] Switchtec NTB Support
 2017-06-17  5:16 UTC  (17+ messages)
` [RFC PATCH 01/13] switchtec: move structure definitions into a common header
` [RFC PATCH 02/13] switchtec: export class symbol for use in upper layer driver
` [RFC PATCH 04/13] switchtec: add link event notifier block
` [RFC PATCH 06/13] switchtec_ntb: initialize hardware for memory windows

LTS testing with latest kselftests - some failures
 2017-06-17  4:16 UTC  (6+ messages)

[PATCH v2 0/3] DAX common 4k zero page
 2017-06-17  4:09 UTC  (8+ messages)
` [PATCH v2 1/3] mm: add vm_insert_mixed_mkwrite()
` [PATCH v2 3/3] dax: use common 4k zero page for dax mmap reads

[RFC v2 00/12] powerpc: Memory Protection Keys
 2017-06-17  3:52 UTC  (13+ messages)
` [RFC v2 01/12] powerpc: Free up four 64K PTE bits in 4K backed hpte pages
` [RFC v2 02/12] powerpc: Free up four 64K PTE bits in 64K "
` [RFC v2 03/12] powerpc: Implement sys_pkey_alloc and sys_pkey_free system call
` [RFC v2 04/12] powerpc: store and restore the pkey state across context switches
` [RFC v2 05/12] powerpc: Implementation for sys_mprotect_pkey() system call
` [RFC v2 06/12] powerpc: Program HPTE key protection bits
` [RFC v2 07/12] powerpc: Macro the mask used for checking DSI exception
` [RFC v2 08/12] powerpc: Handle exceptions caused by violation of pkey protection
` [RFC v2 09/12] powerpc: Deliver SEGV signal on pkey violation
` [RFC v2 10/12] powerpc: Read AMR only if pkey-violation caused the exception
` [RFC v2 11/12]Documentation: Documentation updates
` [RFC v2 12/12]selftest: Updated protection key selftest

[PATCH v4 5/5] perf config: Autogenerate a config file if it does not exist on setting feature
 2017-06-17  3:46 UTC 

[PATCH v4 4/5] perf config: Check not only section->from_system_config but also item's
 2017-06-17  3:46 UTC 

[PATCH v4 3/5] perf config: Finally write changed configs on config file at a time
 2017-06-17  3:46 UTC 

[PATCH v4 2/5] perf config: Refactor the code using 'ret' variable in cmd_config()
 2017-06-17  3:46 UTC 

[PATCH v4 1/5] perf config: Check error cases of {show_spec, set}_config()
 2017-06-17  3:46 UTC 

[PATCH v4 0/5] perf config: Bugfixes & Refactoring
 2017-06-17  3:46 UTC 

[PATCH v4 00/13] Unseeded In-Kernel Randomness Fixes
 2017-06-17  3:45 UTC  (7+ messages)
` [PATCH v4 06/13] iscsi: ensure RNG is seeded before use
    ` [kernel-hardening] "

[PATCH v3] ip6_tunnel: Correct tos value in collect_md mode
 2017-06-17  3:38 UTC 

[PATCH v2 1/2] ip_tunnel: fix ip tunnel lookup in collect_md mode
 2017-06-17  3:27 UTC  (2+ messages)
` [PATCH v2 2/2] ip6_tunnel: fix ip6 "

[PATCH V2] staging: rtl8192u: style fix
 2017-06-17  3:26 UTC 

[PATCH V2] staging: rtl8723bs - remove asm includes
 2017-06-17  3:21 UTC 

[PATCH V2] staging: unisys: visorhba - style fix
 2017-06-17  3:12 UTC 

[PATCH v2] ip6_tunnel: Correct tos value in collect_md mode
 2017-06-17  3:12 UTC  (4+ messages)

[GIT PULL] x86,cpufreq: unify APERF/MPERF computation
 2017-06-17  3:03 UTC  (5+ messages)
` [PATCH 1/4] x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"
  ` [PATCH 2/4] x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF
  ` [PATCH 3/4] intel_pstate: delete scheduler hook in HWP mode
  ` [PATCH 4/4] intel_pstate: skip scheduler hook when in "performance" mode

[PATCH V2] staging: sm750fb - style fix
 2017-06-17  3:03 UTC 

[PATCH v4 0/5] Improve watchdog config for arch watchdogs
 2017-06-17  2:59 UTC  (7+ messages)
` [PATCH v4 2/5] watchdog: introduce arch_touch_nmi_watchdog()
` [PATCH v4 4/5] watchdog: provide watchdog_reconfigure() for arch watchdogs

[PATCH V3] staging: vt6655 - style fix
 2017-06-17  2:56 UTC 

[git pull] vfs fixes
 2017-06-17  2:56 UTC 

[PATCH V2] staging: ccree: - style fix, spaces and tabs
 2017-06-17  2:44 UTC 

[git pull] first batch of ufs fixes
 2017-06-17  2:15 UTC  (11+ messages)

[PATCH 0/5] x86, cpufreq: consolidate APERF/MPERF calculation
 2017-06-17  2:06 UTC  (22+ messages)
` [PATCH 2/5] x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF
` [PATCH 3/5] intel_pstate: remove intel_pstate.get()
` [PATCH 4/5] intel_pstate: skip scheduler hook when in "performance" mode
` [PATCH 5/5] intel_pstate: delete scheduler hook in HWP mode

[PATCH 30/31] ext4: eliminate xattr entry e_hash recalculation for removes
 2017-06-17  2:04 UTC  (3+ messages)

[PATCH 01/28] ext4: xattr-in-inode support
 2017-06-17  1:50 UTC  (4+ messages)
` [PATCH 28/28] quota: add extra inode count to dquot transfer functions

[PATCH v7 00/26] x86: Enable User-Mode Instruction Prevention
 2017-06-17  1:34 UTC  (4+ messages)
` [PATCH v7 21/26] x86: Add emulation code for UMIP instructions

[PATCH v2] libnvdimm, pmem: Add sysfs notifications to badblocks
 2017-06-17  0:51 UTC  (5+ messages)

[PATCH v2 0/2] NVDIMM memory error notification support
 2017-06-17  0:47 UTC  (6+ messages)
` [PATCH v2 2/2] acpi/nfit: Issue Start ARS to retrieve existing records

[PATCH v5 01/13] random: invalidate batched entropy after crng init
 2017-06-17  0:39 UTC  (4+ messages)
` [PATCH] random: silence compiler warnings and fix race

[PATCH v5 0/2] add MSI support for PCIe port services and DPC IRQ support
 2017-06-17  0:37 UTC  (2+ messages)

[PATCH v3 0/4] Generalize fncpy availability
 2017-06-17  0:07 UTC  (5+ messages)
` [PATCH v3 1/4] ARM: fncpy: Rename include guards
` [PATCH v3 2/4] asm-generic: Provide a fncpy() implementation
` [PATCH v3 3/4] arm64: Provide a fncpy implementation
` [PATCH v3 4/4] misc: sram: Allow ARM64 to select SRAM_EXEC

[PATCH 0/2] Two fixes for loop devices
 2017-06-17  0:01 UTC  (3+ messages)
` [PATCH 1/2] loop: use filp_close() rather than fput()

[PATCH 3/3] block: order /proc/devices by major number
 2017-06-16 23:48 UTC 

[PATCHv3 0/3] Enable no_cache in driver_data
 2017-06-16 22:58 UTC  (4+ messages)
` [PATCHv3 1/3] firmware_class: move NO_CACHE from private to driver_data_req_params
` [PATCHv3 2/3] iwlwifi: use DRIVER_DATA_REQ_NO_CACHE for driver_data
` [PATCHv3 3/3] test: add no_cache to driver_data load tester

[PATCH v9 2/4] arm64: dts: hisi: add kirin pcie node
 2017-06-16 23:01 UTC  (7+ messages)

[RFC PATCH 0/7 v1] powerpc: Memory Protection Keys
 2017-06-16 22:54 UTC  (8+ messages)
` [RFC PATCH 7/7 v1]powerpc: Deliver SEGV signal on protection key violation

[PATCH] PCI: Move test of INTx masking to pci_setup_device
 2017-06-16 22:54 UTC  (2+ messages)

64fa03de33: BUG:Dentry_still_in_use
 2017-06-16 22:24 UTC  (11+ messages)
    ` [PATCH v4] Introduce v3 namespaced file capabilities

[PATCH] PCI / PM: Restore the status of PCI devices across hibernation
 2017-06-16 22:23 UTC  (3+ messages)

[PATCH v2 0/5] scsi: ufs: add ufs driver code for Hi3660 SoC
 2017-06-16 21:51 UTC  (3+ messages)
` [PATCH v2 2/5] dt-bindings: scsi: ufs: add document for hi3660-ufs

autofs multi-map regression
 2017-06-16 21:41 UTC  (6+ messages)

[PATCH] drivers: net: phy: Correct kernel-doc comment parameter
 2017-06-16 21:38 UTC  (2+ messages)

[PATCH 0/5] Broadcom STB S2/S3/S5 support for ARM and MIPS
 2017-06-16 21:37 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: Update Broadcom STB binding
` [PATCH 2/5] soc: bcm: brcmstb: Add Kconfig entry point for power management
` [PATCH 3/5] soc: bcm: brcmstb: Add support for S2/S3/S5 suspend states (ARM)
` [PATCH 4/5] dt-bindings: Document MIPS Broadcom STB power management nodes
` [PATCH 5/5] soc bcm: brcmstb: Add support for S2/S3/S5 suspend states (MIPS)

[PATCH v2 0/4] Generalize fncpy availability
 2017-06-16 21:28 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: fncpy: Rename include guards
` [PATCH v2 2/4] asm-generic: Provide a fncpy() implementation
` [PATCH v2 3/4] arm64: Provide a fncpy implementation
` [PATCH v2 4/4] misc: sram: Allow ARM64 to select SRAM_EXEC

[PATCH V1 00/15]: support for spmi_pmic_arb v3/v5 and bug fixes
 2017-06-16 21:11 UTC  (5+ messages)
` [PATCH V1 09/15] spmi: pmic-arb: check apid enabled before calling the handler

[PATCH v2 00/11] bring back stack frame warning with KASAN
 2017-06-16 21:07 UTC  (11+ messages)
` [PATCH v2 03/11] tty: kbd: reduce stack size "

mmotm 2017-06-16-13-59 uploaded
 2017-06-16 20:59 UTC 

[PATCH v5 0/4] tty/serial: meson_uart: add support for core clock handling
 2017-06-16 20:57 UTC  (3+ messages)
` [PATCH v5 3/4] ARM64: dts: meson-gx: use stable UART bindings with correct gate clock

[PATCH RESEND 00/13] platform/chrome: Add console debugfs, lpc and lightbar programming support
 2017-06-16 20:47 UTC  (7+ messages)
` [PATCH RESEND 01/13] mfd: cros_ec: Add helper for event notifier
` [PATCH RESEND 02/13] mfd: cros_ec: Add EC console read structures definitions
` [PATCH RESEND 03/13] mfd: cros_ec: add debugfs, console log file

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-06-16 20:45 UTC  (7+ messages)

[RFC] rcu: use killable versions of swait
 2017-06-16 20:37 UTC  (8+ messages)
` [RFC v2 0/2] swait: add idle to make idle-hacks on kthreads explicit
  ` [RFC v2 1/2] swait: add idle variants which don't contribute to load average

[PATCH] fs: don't forget to put old mntns in mntns_install
 2017-06-16 20:41 UTC  (2+ messages)

clean up and modularize arch dma_mapping interface V2
 2017-06-16 20:40 UTC  (3+ messages)
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE

[PATCH RESEND 0/2] Add support for ARM CCN-502 interconnect
 2017-06-16 20:39 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8821ae: remove unused variable
 2017-06-16 20:38 UTC  (2+ messages)

hexagon: build error in -next due to 'mm: memcontrol: per-lruvec stats infrastructure'
 2017-06-16 20:37 UTC  (5+ messages)

[PATCH] ipmi: use rcu lock around call to intf->handlers->sender()
 2017-06-16 20:33 UTC  (5+ messages)

[PATCH] MIPS: Make individual platforms select ARCH_MIGHT_HAVE_PC_SERIO
 2017-06-16 20:18 UTC  (4+ messages)

[PATCH] mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
 2017-06-16 19:02 UTC 

[PATCH] [perf/core branch] perf coresight: Fix ARM builds caused by misplaced __printf
 2017-06-16 19:59 UTC 

Fwd: [PATCH] tools/testing/selftests/sysctl: Add pre-check to the value of writes_strict
 2017-06-16 19:47 UTC  (3+ messages)
  `  "

[tip:perf/urgent] perf evsel: Fix probing of precise_ip level for default cycles event
 2017-06-16 19:37 UTC 

[PATCH v4 1/1] perf tools: fix perf build with ARCH=x86_64
 2017-06-16 19:38 UTC  (2+ messages)
` [tip:perf/urgent] perf tools: Fix "

[PATCH 2/2] perf report: report module before querying isactivation in dwfl unwind
 2017-06-16 19:38 UTC  (2+ messages)
` [tip:perf/urgent] perf unwind: Report "

[GIT PULL 0/3] perf/urgent fixes
 2017-06-16 19:34 UTC  (2+ messages)

[PATCH 1/6] rtc: s3c: Jump to central exit point on getting src clock error
 2017-06-16 19:28 UTC  (2+ messages)
` [PATCH 5/6] rtc: s3c: Handle clock prepare failures in probe


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