linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-27 12:18:36 to 2017-04-27 16:42:29 UTC [more...]

[PATCH v4 00/21] PCI: fix config space memory mappings
 2017-04-27 16:42 UTC  (6+ messages)

[PATCH v5 00/11] mm: page migration enhancement for thp
 2017-04-27 16:39 UTC  (6+ messages)
` [PATCH v5 08/11] mm: hwpoison: soft offline supports thp migration

[PATCH 0/2] thermal: broadcom: Add NSP Thermal Support
 2017-04-27 16:38 UTC  (5+ messages)
` [PATCH 1/2] thermal: broadcom: Allow for NSP to use ns-thermal driver
` [PATCH 2/2] ARM: dts: NSP: Add Thermal Support

get_zone_device_page() in get_page() and page_cache_get_speculative()
 2017-04-27 16:38 UTC  (6+ messages)
` [PATCH] mm, zone_device: replace {get, put}_zone_device_page() with a single reference

[PATCH 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-04-27 16:37 UTC  (5+ messages)
` [PATCH 1/3] arm64: Add MIDR values for Cavium cn99xx SoCs

[PATCH 1/2] drm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge
 2017-04-27 16:36 UTC  (2+ messages)
` [PATCH 2/2] drm/vc4: Switch to using the panel-bridge layer, and support bridges

[patch V2 00/24] cpu/hotplug: Convert get_online_cpus() to a percpu_rwsem
 2017-04-27 16:35 UTC  (12+ messages)
                  ` [PATCH] arm64: cpufeature: use static_branch_enable_cpuslocked() (was: Re: [patch V2 00/24] cpu/hotplug: Convert get_online_cpus() to a percpu_rwsem)

iov_iter_pipe warning
 2017-04-27 16:34 UTC  (11+ messages)

[PATCH v2] ceph: Fix file open flags on ppc64
 2017-04-27 16:34 UTC 

Generic DMA-capable streaming device driver looking for home
 2017-04-27 16:33 UTC  (4+ messages)

[PATCH] net: ath: tx99: fixed a spelling issue
 2017-04-27 16:31 UTC 

[RFC PATCH] printk: Make functions of pr_<level> macros
 2017-04-27 16:28 UTC  (6+ messages)

[PATCH] Introduce v3 namespaced file capabilities
 2017-04-27 16:20 UTC  (5+ messages)

[PATCH] usb: musb: musb_host: Introduce postponed URB giveback
 2017-04-27 16:26 UTC  (3+ messages)

[PATCH V4 00/17] thermal: cpu_cooling: improve interaction with cpufreq core
 2017-04-27 16:26 UTC  (4+ messages)

[lkp-robot] [perf] 924726b2b5: double_fault:#[##]
 2017-04-27 16:25 UTC  (2+ messages)

[PATCH 0/2] nsfs: Introduce ioctl to set vector of ns_last_pid's on pid ns hierarhy
 2017-04-27 16:22 UTC  (8+ messages)
` [PATCH 2/2] pid_ns: Introduce ioctl to set vector of ns_last_pid's on "

[PATCH 0/3] TI-SoC-thermal: Fine-tuning for two functions
 2017-04-27 16:20 UTC  (2+ messages)

[RFC] drm/amd/amdgpu: get rid of else branch
 2017-04-27 16:17 UTC 

[PATCH] parport_serial: Add support for WCH CH382L PCI-E Single Parallel Port Card Adapter
 2017-04-27 16:07 UTC 

[PATCH v5 0/4] Cleaning printk stuff in NMI context
 2017-04-27 16:14 UTC  (13+ messages)
` [PATCH v5 1/4] printk/nmi: generic solution for safe printk in NMI

[PATCH v3] pid_ns: Introduce ioctl to set vector of ns_last_pid's on ns hierarhy
 2017-04-27 16:07 UTC  (4+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-27 16:12 UTC  (9+ messages)
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption

[PATCH net-next] can: fix build error without CONFIG_PROC_FS
 2017-04-27 16:11 UTC  (3+ messages)

[PATCH v3 0/4] x86/mm: Straightforward TLB flush fixes/cleanups
 2017-04-27 16:08 UTC  (5+ messages)
` [PATCH v3 1/4] x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()

[PATCH V2] x86/tboot: add an option to disable iommu force on
 2017-04-27 16:04 UTC  (7+ messages)

[PATCH] checkpatch: add --typedefsfile
 2017-04-27 15:59 UTC  (5+ messages)

[PATCH v2 00/21] Introduce common scatterlist map function
 2017-04-27 15:57 UTC  (11+ messages)
` [PATCH v2 01/21] scatterlist: Introduce sg_map helper functions
` [PATCH v2 07/21] crypto: shash, caam: Make use of the new sg_map helper function

[GIT PULL] Ceph fix for 4.11-rc9
 2017-04-27 15:57 UTC 

[RFC v3 00/17] Speculative page faults
 2017-04-27 15:52 UTC  (18+ messages)
` [RFC v3 01/17] mm: Dont assume page-table invariance during faults
` [RFC v3 02/17] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [RFC v3 03/17] mm: Introduce pte_spinlock
` [RFC v3 04/17] mm: VMA sequence count
` [RFC v3 05/17] RCU free VMAs
` [RFC v3 06/17] mm: Provide speculative fault infrastructure
` [RFC v3 07/17] mm,x86: Add speculative pagefault handling
` [RFC v3 08/17] mm/spf: Try spin lock in speculative path
` [RFC v3 09/17] mm/spf: Fix fe.sequence init in __handle_mm_fault()
` [RFC v3 10/17] mm/spf: don't set fault entry's fields if locking failed
` [RFC v3 11/17] mm/spf; fix lock dependency against mapping->i_mmap_rwsem
` [RFC v3 12/17] mm/spf: Protect changes to vm_flags
` [RFC v3 13/17] mm/spf Protect vm_policy's changes against speculative pf
` [RFC v3 14/17] x86/mm: Update the handle_speculative_fault's path
` [RFC v3 15/17] mm/spf: Add check on the VMA's flags
` [RFC v3 16/17] mm: protect madvise vs speculative pf
` [RFC v3 17/17] mm/spf: protect mremap() against "

[PATCH v5 1/5] skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
 2017-04-27 15:54 UTC  (7+ messages)
` [PATCH v6 "

[PATCH] perf evsel: Fix to perf-stat malloc corruption on arm64 platforms
 2017-04-27 15:52 UTC  (7+ messages)

[PATCH] irqchip/gicv3-its: use IORT only if IOMMU support is enabled
 2017-04-27 15:43 UTC  (2+ messages)

[PATCH] FS-Cache: print hexadecimal value for special cookies type
 2017-04-27 15:41 UTC  (4+ messages)

[PATCH v2 0/2] dmaengine: Add DW AXI DMAC driver
 2017-04-27 15:34 UTC  (13+ messages)
` [PATCH v2 2/2] "

[PATCH 0/7] twl4030-madc cleanup
 2017-04-27 15:30 UTC  (8+ messages)
` [PATCH 1/7] hwmon: twl4030-madc: drop driver
` [PATCH 2/7] power: supply: avoid unused twl4030-madc.h
` [PATCH 3/7] iio: adc: twl4030: Drop twl4030_get_madc_conversion()
` [PATCH 4/7] iio: adc: twl4030: Unexport twl4030_madc_conversion()
` [PATCH 5/7] iio: adc: twl4030: Drop struct twl4030_madc_user_parms
` [PATCH 6/7] iio: adc: twl4030: Remove twl4030_madc_request.func_cb
` [PATCH 7/7] iio: adc: twl4030: Fold twl4030-madc.h into driver

[PATCH -v3 0/13] mm: make movable onlining suck less
 2017-04-27 15:31 UTC  (3+ messages)

[RFC PATCH 0/2] iommu/s390: Fix iommu-groups and add sysfs support
 2017-04-27 15:28 UTC  (3+ messages)
` [PATCH 1/2] iommu/s390: Fix IOMMU groups
` [PATCH 2/2] iommu/s390: Add support for iommu_device handling

[PATCH -next] irqchip/mbigen: Fix return value check in mbigen_device_probe()
 2017-04-27 15:21 UTC 

[PATCH 1/3] selinux: Implement LSM notification system
 2017-04-27 15:18 UTC  (5+ messages)
` [PATCH 2/3] selinux: add checksum to policydb

[PATCH] ASoC: Intel: Skylake: use dev in dev_err rather than skl pointer
 2017-04-27 15:13 UTC 

[PATCH] [media] atmel-isc: Set the default DMA memory burst size
 2017-04-27 15:11 UTC  (2+ messages)

your mail
 2017-04-27 15:10 UTC  (11+ messages)

[PATCH] mtd: spi-nor: stm32: remove broken MODULE_ALIAS
 2017-04-27 14:46 UTC  (4+ messages)

[PATCH v4 0/2] of: Add unit tests for applying overlays
 2017-04-27 15:09 UTC  (3+ messages)
` [PATCH v4 1/2] of: per-file dtc compiler flags

[PATCH 0/5] KEYS: sanitize key payloads
 2017-04-27 15:09 UTC  (2+ messages)

[PATCH v7 0/7] Introduce ZONE_CMA
 2017-04-27 15:06 UTC  (8+ messages)

[PATCH] staging: android: ion: fix QUOTED_WHITESPACE_BEFORE_NEWLINE
 2017-04-27 14:59 UTC 

[PATCH v1 1/8] lib/uuid: Introduce uuid_{be|le}_cmp_p{p}() helpers
 2017-04-27 15:00 UTC  (6+ messages)
` [PATCH v1 8/8] ACPI: Use recently introduced uuid_le_cmp_p{p}() helpers

[PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller
 2017-04-27 14:56 UTC  (3+ messages)
` [PATCH v5 01/10] pinctrl: generic: Add bi-directional and output-enable

[PATCH v2 resend] selftests: create cpufreq kconfig fragments
 2017-04-27 14:55 UTC  (2+ messages)

[PATCH v2] acpi: fix acpi_get_table() leak / acpi-sysfs denial of service
 2017-04-27 14:48 UTC  (4+ messages)

[PATCH 0/5] PM / sleep: Support power button wakeup from S2I on recent Dell laptops
 2017-04-27 14:47 UTC  (3+ messages)
` [PATCH 3/5] ACPI / sleep: EC-based wakeup from suspend-to-idle on Dell systems

[PATCH v2] gpiolib: Add stubs for gpiod lookup table interface
 2017-04-27 14:47 UTC  (5+ messages)

[PATCH v8 1/4] syscalls: Verify address limit before returning to user-mode
 2017-04-27 14:42 UTC  (4+ messages)

[PATCH] [media] mtk-mdp: Fix g_/s_selection capture/compose logic
 2017-04-27 14:42 UTC  (2+ messages)

[PATCH 0/3] ARM/ARM64: silence large module first time allocation
 2017-04-27 14:42 UTC  (3+ messages)
` [PATCH 1/3] mm: Silence vmap() allocation failures based on caller gfp_flags

[PATCH v3] NFC: trf7970a: Correct register settings for 27MHz clock
 2017-04-27 14:41 UTC 

[PATCH 1/3] ARM: at91: pm: Add sama5d2 backup mode
 2017-04-27 14:41 UTC  (3+ messages)

[REGRESSION next-20170426] Commit 09515ef5ddad ("of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices") causes oops in mvneta
 2017-04-27 14:40 UTC  (3+ messages)

[PATCH v2 0/2] BUG raised when onlining HWPoisoned page
 2017-04-27 14:37 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Uncharge poisoned pages

[PATCH] block, dax: use correct format string in bdev_dax_supported
 2017-04-27 14:30 UTC 

[PATCH] ASoC: Intel: Skylake: fix uninitialized pointer use
 2017-04-27 14:28 UTC  (2+ messages)

[PATCH] sched/cputime: Fix ksoftirqd cputime accounting regression
 2017-04-27 14:16 UTC  (2+ messages)
` [tip:sched/urgent] "

[PATCHv2 0/6] mcp23s08 pinconf support
 2017-04-27 14:19 UTC  (7+ messages)
` [PATCHv2 1/6] gpio: mcp23s08: move to pinctrl
` [PATCHv2 2/6] blackfin: boards: MCP23S08 config has been renamed
` [PATCHv2 3/6] blackfin: defconfig: "
` [PATCHv2 4/6] arm: lpc32xx: "
` [PATCHv2 5/6] pinctrl: mcp23s08: add pinconf support
` [PATCHv2 6/6] pinctrl: mcp23s08: drop pullup config from pdata

[PATCH net] net: hns: fix ethtool_get_strings overflow in hns driver
 2017-04-27 14:18 UTC 

[PATCH 3/4] iommu: Remove pci.h include from trace/events/iommu.h
 2017-04-27 14:16 UTC  (2+ messages)

[PATCH man-pages 0/2] some more userfault pages updates
 2017-04-27 14:14 UTC  (3+ messages)
` [PATCH man-pages 1/2] userfaultfd.2: start documenting non-cooperative events
` [PATCH man-pages 2/2] ioctl_userfaultfd.2: start adding details about userfaultfd features

[PATCH 0/1] mm: Improve consistency of ___GFP_xxx masks
 2017-04-27 14:06 UTC  (9+ messages)
` [PATCH 1/1] Remove hardcoding of ___GFP_xxx bitmasks
      ` Question on ___GFP_NOLOCKDEP - Was: "

[PATCH] usb: gadget: udc-xilinx: clean up a variable name
 2017-04-27 14:04 UTC  (2+ messages)

[trace-cmd Patch RFC] trace-cmd: top: A new interface to detect peak memory
 2017-04-27 14:02 UTC  (3+ messages)

Dearest
 2017-04-27 13:59 UTC 

[PATCH v4 3/4] KEYS: Support for inserting a certificate into x86 bzImage
 2017-04-27 13:57 UTC  (4+ messages)
` [PATCH v4 0/4] Certificate insertion support for x86 bzImages
  ` [PATCH v4 4/4] KEYS: Print insert-sys-cert information to stdout instead of stderr

[BUG] um: initramfs doesn't work on uml
 2017-04-27 13:53 UTC  (3+ messages)
` [PATCH] um: Fix to call read_initrd after init_bootmem

[PATCH v2] selftests/vm/run_vmtests: Fix wrong comment
 2017-04-27 13:53 UTC  (2+ messages)

[PATCH 2/4] selftests/Makefile: Add missed PHONY targets
 2017-04-27 13:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/4] selftests/Makefile: Add missed closing `"` in comment
 2017-04-27 13:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] selftests: gpio: add config fragment for gpio-mockup
 2017-04-27 13:46 UTC  (4+ messages)

[PATCH v2 2/2] libnvdimm, region: sysfs trigger for nvdimm_flush()
 2017-04-27 13:45 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 1/1] selftests: breakpoints: allow to cross-compile for aarch64/arm64
 2017-04-27 13:44 UTC  (3+ messages)

[PATCH -mm -v10 0/3] THP swap: Delay splitting THP during swapping out
 2017-04-27 13:37 UTC  (5+ messages)
` [PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out

[PATCH 0/2]
 2017-04-27 13:29 UTC  (3+ messages)
` [PATCH 1/2] iio: add hardware triggered operating mode
` [PATCH 2/2] iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode

[PATCH v5 00/10] AXP803 PMIC support for Pine64
 2017-04-27 13:28 UTC  (3+ messages)
` [PATCH v5 01/10] arm64: allwinner: a64: enable RSB on A64

[PATCH 0/4] hwmon-NCT: Fine-tuning for four function implementations
 2017-04-27 13:23 UTC  (3+ messages)
  `  "

xen_exit_mmap() questions
 2017-04-27 13:21 UTC  (6+ messages)

[PATCH v3 0/2] modules:capabilities: automatic module loading restrictions
 2017-04-27 13:16 UTC  (6+ messages)
` [PATCH v3 2/2] modules:capabilities: add a per-task modules autoload restriction

[PATCH net-next] mlx5: work around unused function warning
 2017-04-27 13:13 UTC  (4+ messages)

[PATCH] drm/rockchip: Set line flag config register in vop_crtc_enable
 2017-04-27 13:11 UTC  (3+ messages)

[PATCH 0/2] usb: dwc2: Replace polling code with function calls
 2017-04-27 13:03 UTC  (3+ messages)
` [PATCH 1/2] usb: dwc2: Move polling function to core.c
` [PATCH 2/2] usb: dwc2: Use common polling function

[PATCH] plugin python: Adjust the handling after PyRun_String() failed
 2017-04-27 12:57 UTC  (5+ messages)

[PATCH v3 01/29] x86: boot/copy, remove unused functions
 2017-04-27 12:43 UTC  (5+ messages)
` [PATCH v3 09/29] x86: assembly, use DATA_SIMPLE for data

[PATCH 1/2] f2fs: allow cpc->reason to indicate more than one reason
 2017-04-27 12:40 UTC  (2+ messages)
` [PATCH 2/2] f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard

[PATCH v2 0/3] efi: add support for non-standard capsule headers
 2017-04-27 12:46 UTC  (7+ messages)

TREE_SRCU slows hotplug by factor ~16
 2017-04-27 12:37 UTC  (11+ messages)

[PATCH v8 1/3] backlight arcxcnn add arc to vendor prefix
 2017-04-27 12:36 UTC  (5+ messages)

[PATCH v2 0/9] KVM: towards maintainable kvm_make_all_cpus_request()
 2017-04-27 12:36 UTC  (3+ messages)
` [PATCH v2 9/9] KVM: mark requests that need synchronization

[PATCH v5 0/2] security: tty: make TIOCSTI ioctl require CAP_SYS_ADMIN
 2017-04-27 12:34 UTC  (10+ messages)

[PATCH 0/2] Introduce crtc->mode_valid() callback
 2017-04-27 12:34 UTC  (4+ messages)
  ` [PATCH 1/2] drm: "

[PATCH] arm64: Print DT machine model in setup_machine_fdt()
 2017-04-27 12:33 UTC 

[PATCH 1/2] input: touchscreen: ar1021_i2c: enable touch mode during open
 2017-04-27 12:22 UTC  (2+ messages)
` [PATCH 2/2] input: touchscreen: ar1021_i2c: replace magic number with definition

[PATCH v4 4/4] KEYS: Print insert-sys-cert information to stdout instead of stderr
 2017-04-20 22:28 UTC 


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