linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-05 21:51:03 to 2018-03-06 00:48:35 UTC [more...]

[PATCH V15 00/22] mmc: Add Command Queue support
 2018-03-06  0:48 UTC  (10+ messages)
` [PATCH V15 06/22] mmc: block: Add blk-mq support
            ` EXT4 Oops (Re: [PATCH V15 06/22] mmc: block: Add blk-mq support)

[PATCH -V2 -mm] mm: Fix races between swapoff and flush dcache
 2018-03-06  0:47 UTC  (2+ messages)

[PATCH v4 6/7] x86/jailhouse: Allow to use PCI_MMCONFIG without ACPI
 2018-03-06  0:41 UTC  (2+ messages)

[GIT PULL 1/2] ARM: Keystone DTS for v4.17
 2018-03-06  0:41 UTC  (2+ messages)
` [GIT PULL 2/2] SOC: Couple of drivers changes "

[PATCH] pinctrl: mediatek: mtk-common: use true and false for boolean values
 2018-03-05 23:49 UTC 

[PATCH v3 0/3] gpio-keys: Add support for specifying wakeup event action
 2018-03-06  0:30 UTC  (3+ messages)
` [PATCH v3 1/3] Input: gpio-keys - add support for "

[PATCH v3 1/3] platform/x86: dell-smbios: Correct some style warnings
 2018-03-06  0:29 UTC  (6+ messages)
` [PATCH v3 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together

[PATCH 4.1 00/65] page table isolation for stable 4.1
 2018-03-06  0:25 UTC  (66+ messages)
` [PATCH 4.1 01/65] x86/mm: Add INVPCID helpers
` [PATCH 4.1 02/65] x86/mm: Fix INVPCID asm constraint
` [PATCH 4.1 03/65] x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID
` [PATCH 4.1 04/65] x86/mm: If INVPCID is available, use it to flush global mappings
` [PATCH 4.1 05/65] mm/mmu_context, sched/core: Fix mmu_context.h assumption
` [PATCH 4.1 06/65] sched/core: Add switch_mm_irqs_off() and use it in the scheduler
` [PATCH 4.1 07/65] x86/mm: Build arch/x86/mm/tlb.c even on !SMP
` [PATCH 4.1 08/65] x86/mm, sched/core: Uninline switch_mm()
` [PATCH 4.1 09/65] x86/mm, sched/core: Turn off IRQs in switch_mm()
` [PATCH 4.1 10/65] ARM: Hide finish_arch_post_lock_switch() from modules
` [PATCH 4.1 11/65] sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
` [PATCH 4.1 12/65] x86/irq: Do not substract irq_tlb_count from irq_call_count
` [PATCH 4.1 13/65] x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()
` [PATCH 4.1 14/65] x86/mm: Remove flush_tlb() and flush_tlb_current_task()
` [PATCH 4.1 15/65] x86/mm: Make flush_tlb_mm_range() more predictable
` [PATCH 4.1 16/65] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [PATCH 4.1 17/65] x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code
` [PATCH 4.1 18/65] x86/mm: Disable PCID on 32-bit kernels
` [PATCH 4.1 19/65] x86/mm: Add the 'nopcid' boot option to turn off PCID
` [PATCH 4.1 20/65] x86/mm: Enable CR4.PCIDE on supported systems
` [PATCH 4.1 21/65] x86/mm/64: Fix reboot interaction with CR4.PCIDE
` [PATCH 4.1 22/65] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH 4.1 23/65] x86/entry: Stop using PER_CPU_VAR(kernel_stack)
` [PATCH 4.1 24/65] x86/entry: Remove unused 'kernel_stack' per-cpu variable
` [PATCH 4.1 25/65] x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code
` [PATCH 4.1 26/65] KAISER: Kernel Address Isolation
` [PATCH 4.1 27/65] kaiser: merged update
` [PATCH 4.1 28/65] kaiser: do not set _PAGE_NX on pgd_none
` [PATCH 4.1 29/65] kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE
` [PATCH 4.1 30/65] kaiser: fix build and FIXME in alloc_ldt_struct()
` [PATCH 4.1 31/65] kaiser: KAISER depends on SMP
` [PATCH 4.1 32/65] kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
` [PATCH 4.1 33/65] kaiser: fix perf crashes
` [PATCH 4.1 34/65] kaiser: ENOMEM if kaiser_pagetable_walk() NULL
` [PATCH 4.1 35/65] kaiser: tidied up asm/kaiser.h somewhat
` [PATCH 4.1 36/65] kaiser: tidied up kaiser_add/remove_mapping slightly
` [PATCH 4.1 37/65] kaiser: kaiser_remove_mapping() move along the pgd
` [PATCH 4.1 38/65] kaiser: cleanups while trying for gold link
` [PATCH 4.1 39/65] kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
` [PATCH 4.1 40/65] kaiser: delete KAISER_REAL_SWITCH option
` [PATCH 4.1 41/65] kaiser: vmstat show NR_KAISERTABLE as nr_overhead
` [PATCH 4.1 42/65] kaiser: enhanced by kernel and user PCIDs
` [PATCH 4.1 43/65] kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
` [PATCH 4.1 44/65] kaiser: PCID 0 for kernel and 128 for user
` [PATCH 4.1 45/65] kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
` [PATCH 4.1 46/65] kaiser: paranoid_entry pass cr3 need to paranoid_exit
` [PATCH 4.1 47/65] kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls
` [PATCH 4.1 48/65] kaiser: fix unlikely error in alloc_ldt_struct()
` [PATCH 4.1 49/65] kaiser: add "nokaiser" boot option, using ALTERNATIVE
` [PATCH 4.1 50/65] "
` [PATCH 4.1 51/65] x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
` [PATCH 4.1 52/65] x86/kaiser: Check boottime cmdline params
` [PATCH 4.1 53/65] kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
` [PATCH 4.1 54/65] kaiser: drop is_atomic arg to kaiser_pagetable_walk()
` [PATCH 4.1 55/65] kaiser: asm/tlbflush.h handle noPGE at lower level
` [PATCH 4.1 56/65] kaiser: kaiser_flush_tlb_on_return_to_user() check PCID
` [PATCH 4.1 57/65] x86/paravirt: Dont patch flush_tlb_single
` [PATCH 4.1 58/65] x86/kaiser: Reenable PARAVIRT
` [PATCH 4.1 59/65] x86/kaiser: Move feature detection up
` [PATCH 4.1 60/65] KPTI: Rename to PAGE_TABLE_ISOLATION
` [PATCH 4.1 61/65] x86/ldt: fix crash in ldt freeing
` [PATCH 4.1 62/65] PTI: unbreak EFI old_memmap
` [PATCH 4.1 63/65] kpti: Disable when running under Xen PV
` [PATCH 4.1 64/65] pti: Rename X86_FEATURE_KAISER to X86_FEATURE_PTI
` [PATCH 4.1 65/65] x86/pti/efi: broken conversion from efi to kernel page table

[PATCH] Input: appletouch - use true and false for boolean values
 2018-03-06  0:00 UTC 

[PATCH v4 0/2] drivers/qcom: add Command DB support
 2018-03-06  0:21 UTC  (4+ messages)
` [PATCH v4 2/2] dt-bindings: introduce Command DB for QCOM SoCs

[PATCH v2] selftests: futex Makefile add top level TAP header echo to RUN_TESTS
 2018-03-06  0:18 UTC  (2+ messages)

[PATCH 0/5] Handling for TAP header level
 2018-03-06  0:17 UTC  (5+ messages)
` [PATCH 5/5] selftests: futex Makefile add top level TAP header echo to RUN_TESTS

[PATCH v2 0/6] some fixes to the pci-hyperv driver
 2018-03-06  0:17 UTC  (4+ messages)
` [PATCH v2 5/6] PCI: hv: hv_pci_devices_present(): only queue a new work when necessary

[PATCH] HID: hid-multitouch: Use true and false for boolean values
 2018-03-06  0:10 UTC 

[PATCH v2] PCI: Move declaration of of_irq_parse_and_map_pci under OF_IRQ
 2018-03-06  0:10 UTC  (2+ messages)

[RFC 0/4] Add Ingenic X1000 SoC Support
 2018-03-06  0:08 UTC  (3+ messages)
` [RFC 3/4] MIPS: Ingenic: Initial X1000 SoC support

[PATCH] mm: relax ptrace mode in process_vm_readv(2)
 2018-03-06  0:07 UTC  (2+ messages)

[PATCH] HID: hid-ntrig: use true and false for boolean values
 2018-03-06  0:06 UTC 

[PATCH V2 0/3] Use efi_rts_workqueue to invoke EFI Runtime Services
 2018-03-06  0:05 UTC  (5+ messages)
` [PATCH V2 1/3] x86/efi: Call efi_delete_dummy_variable() during efi subsystem initialization
` [PATCH V2 2/3] efi: Introduce efi_rts_workqueue and some infrastructure to invoke all efi_runtime_services()
` [PATCH V2 3/3] efi: Use efi_rts_workqueue to invoke EFI Runtime Services

[PATH 0/4] usbip: make vhci_hcd.* objects independent of vhci_hcd.0
 2018-03-06  0:03 UTC  (4+ messages)

[PATCH v5 0/3] of: cache phandle nodes to reduce cost of of_find_node_by_phandle()
 2018-03-06  0:00 UTC  (3+ messages)
` [PATCH v5 2/3] memblock: add memblock_free() alloc when CONFIG_HAVE_MEMBLOCK is not set

[PATCH bpf-next 0/5] bpf, tracing: introduce bpf raw tracepoints
 2018-03-05 23:56 UTC  (3+ messages)
` [PATCH bpf-next 3/5] bpf: introduce BPF_RAW_TRACEPOINT

[PATCH] spi: tegra20-slink: use true and false for boolean values
 2018-03-05 23:53 UTC 

linux-next: manual merge of the mali-dp tree with the drm-misc tree
 2018-03-05 23:52 UTC 

[PATCH 0/7] x86/microcode: Improve late loading
 2018-03-05 23:51 UTC  (9+ messages)
` [PATCH 4/7] x86/microcode: Do not upload microcode if CPUs are offline
` [PATCH 6/7] x86/microcode: Request microcode on the BSP
` [PATCH 7/7] x86/microcode: Synchronize late microcode loading

[PATCH 4.4 000/193] 4.4.118-stable review
 2018-03-05 23:45 UTC  (3+ messages)
` [PATCH 4.4 031/193] ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_context

[PATCH v2] arm64/debug: Fix registers on sleeping tasks
 2018-03-05 23:43 UTC 

[PATCH] HID: Logitech K290: Add driver for the Logitech K290 USB keyboard
 2018-03-05 23:25 UTC  (5+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] HID: "

[PATCH] RDMA/bnxt_re/qplib_sp: Use true and false for boolean values
 2018-03-05 23:36 UTC 

[PATCH] PCI: Move declaration of of_irq_parse_and_map_pci under OF_IRQ
 2018-03-05 23:29 UTC  (4+ messages)

[RFC/RFT][PATCH 0/7] sched/cpuidle: Idle loop rework
 2018-03-05 23:27 UTC  (3+ messages)
` [RFC/RFT][PATCH 6/7] sched: idle: Predict idle duration before stopping the tick

Regulator regression in next-20180305
 2018-03-05 23:22 UTC  (2+ messages)

[PATCH] pinctrl: bc2835: Add brcm,level property
 2018-03-05 23:21 UTC  (4+ messages)
` [PATCH v2 0/3] pinctrl: bcm2835: "
  ` [PATCH v2 2/3] pinctrl: bcm2835: Add support for generic pinctrl binding

[PATCH 0/7] fujitsu-laptop: Consistent naming of constants
 2018-03-05 23:16 UTC  (6+ messages)
` [PATCH 1/7] platform/x86: fujitsu-laptop: Define constants for FUNC operations

[RESEND PATCH] perf sched map: re-annotate shortname if thread comm changed
 2018-03-05 23:16 UTC  (7+ messages)

[PATCH v2 0/4] Add support for the Gateworks System Controller
 2018-03-05 23:12 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings
` [PATCH v2 2/4] mfd: add Gateworks System Controller core driver
` [PATCH v2 3/4] hwmon: add Gateworks System Controller support
` [PATCH v2 4/4] input: misc: Add "

[PATCH 0/6] tpm: timeouts revamp
 2018-03-05 23:11 UTC  (6+ messages)
` [PATCH 1/6] tpm: sort objects in the Makefile

[PATCH] k10temp support for AMD Ryzen w/ Vega gfx
 2018-03-05 23:03 UTC  (2+ messages)

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-05 23:01 UTC  (6+ messages)
` [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches

[PATCH v3 1/2] iio: light: add driver for bh1730fvc chips
 2018-03-05 22:56 UTC  (3+ messages)
` [PATCH v3 2/2] dt-bindings: iio: light: Add bh1730fvc bindings

[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-03-05 22:55 UTC  (6+ messages)
` [PATCH v12 10/11] sparc64: Add support for ADI (Application Data Integrity)

[PATCH v3 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-03-05 22:52 UTC  (3+ messages)
` [PATCH v3 3/5] tpm: migrate tpm2_probe() "

[PATCH v4 00/24] FPGA Device Feature List (DFL) Device Drivers
 2018-03-05 22:46 UTC  (3+ messages)
` [PATCH v4 14/24] fpga: dfl: fme: add partial reconfiguration sub feature support

[PATCH] tipc: bcast: use true and false for boolean values
 2018-03-05 21:56 UTC 

[PATCH net-next] dt-bindings: net: dsa: marvell: describe compatibility string
 2018-03-05 22:41 UTC  (2+ messages)

[PATCH v2] pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0
 2018-03-05 22:39 UTC  (3+ messages)

[PATCH 0/2] drivers: soc: xilinx: Add support for ZynqMP power domain driver
 2018-03-05 22:39 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: power: Add ZynqMP power domain bindings

[PATCH] MIPS: TXx9: Add missing iounmap
 2018-03-05 22:37 UTC  (2+ messages)

[PATCH] coresight: etm4x: fix bit shifting
 2018-03-05 22:35 UTC 

[PATCH 0/2] drivers: soc: xilinx: Add support for ZynqMP PM driver
 2018-03-05 22:33 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: Add ZynqMP PM bindings

[PATCH v4 00/38] DRM Rockchip rk3399 (Kevin)
 2018-03-05 22:23 UTC  (33+ messages)
` [PATCH v4 01/38] drm/bridge: analogix_dp: set psr activate/deactivate when enable/disable bridge
` [PATCH v4 02/38] drm/rockchip: Don't use atomic constructs for psr
` [PATCH v4 03/38] drm/bridge: analogix_dp: detect Sink PSR state after configuring the PSR
` [PATCH v4 04/38] drm/rockchip: Remove analogix psr worker
` [PATCH v4 05/38] drm/bridge: analogix_dp: Don't change psr while bridge is disabled
` [PATCH v4 06/38] drm/rockchip: add mutex vop lock
` [PATCH v4 07/38] drm/bridge: analogix_dp: add fast link train for eDP
` [PATCH v4 08/38] drm/rockchip: Only wait for panel ACK on PSR entry
` [PATCH v4 09/38] drm/bridge: analogix_dp: Move enable video into config_video()
` [PATCH v4 10/38] drm/bridge: analogix_dp: Check AUX_EN status when doing AUX transfer
` [PATCH v4 11/38] drm/bridge: analogix_dp: Don't use fast link training when panel just powered up
` [PATCH v4 12/38] drm/bridge: analogix_dp: Retry bridge enable when it failed
` [PATCH v4 13/38] drm/bridge: analogix_dp: Wait for HPD signal before configuring link
` [PATCH v4 14/38] drm/bridge: analogix_dp: Set PD_INC_BG first when powering up edp phy
` [PATCH v4 15/38] drm/bridge: analogix_dp: Ensure edp is disabled when shutting down the panel
` [PATCH v4 16/38] drm/bridge: analogix_dp: Extend hpd check time to 100ms
` [PATCH v4 17/38] drm/bridge: analogix_dp: Fix incorrect usage of enhanced mode
` [PATCH v4 18/38] drm/bridge: analogix_dp: Check dpcd write/read status
` [PATCH v4 19/38] drm/bridge: analogix_dp: Fix AUX_PD bit for Rockchip
` [PATCH v4 20/38] drm/bridge: analogix_dp: Reset aux channel if an error occurred
` [PATCH v4 21/38] drm/rockchip: Restore psr->state when enable/disable psr failed
` [PATCH v4 22/38] drm/bridge: analogix_dp: Don't use ANALOGIX_DP_PLL_CTL to control pll
` [PATCH v4 23/38] drm/bridge: analogix_dp: Fix timeout of video streamclk config
` [PATCH v4 24/38] drm/bridge: analogix_dp: Fix incorrect operations with register ANALOGIX_DP_FUNC_EN_1
` [PATCH v4 25/38] drm/bridge: analogix_dp: Move fast link training detect to set_bridge
` [PATCH v4 26/38] drm/bridge: analogix_dp: Reorder plat_data->power_off to happen sooner
` [PATCH v4 27/38] drm/bridge: analogix_dp: Properly log AUX CH errors
` [PATCH v4 28/38] drm/bridge: analogix_dp: Properly disable aux chan retries on rockchip
` [PATCH v4 29/38] drm/rockchip: pre dither down when output bpc is 8bit
` [PATCH v4 30/38] drm/bridge: analogix_dp: Split the platform-specific poweron in two parts
` [PATCH v4 31/38] drm/rockchip: analogix_dp: Do not call Analogix code before bind
` [PATCH v4 32/38] drm/rockchip: Disable PSR on input events

[PATCH 0/2] TDA7419 audio processor driver
 2018-03-05 22:29 UTC  (3+ messages)
` [PATCH 1/2] ASoC: add tda7419 audio processor binding

[PATCH v4 33/38] drm/rockchip: Cancel PSR enable work before changing the state
 2018-03-05 22:28 UTC  (6+ messages)
` [PATCH v4 34/38] drm/rockchip: psr: Avoid redundant calls to .set() callback
` [PATCH v4 35/38] drm/rockchip: psr: Sanitize semantics of allow/disallow API
` [PATCH v4 36/38] drm/rockchip: Disable PSR from reboot notifier
` [PATCH v4 37/38] drm/rockchip: Disallow PSR for the whole atomic commit
` [PATCH v4 38/38] drm/rockchip: psr: Remove flush by CRTC

[PATCH 1/7] perf mmap: Store mmap scope and type in struct perf_mmap
 2018-03-05 22:25 UTC  (3+ messages)
` [PATCH 7/7] perf tools: Refine perf_mmap__read_init

[PATCH] netfilter: ipt_ah: return boolean instead of integer
 2018-03-05 22:22 UTC  (3+ messages)

[PATCH v8 00/15] Krait clocks + Krait CPUfreq
 2018-03-05 22:19 UTC  (3+ messages)
` [PATCH v8 15/15] dt-bindings: cpufreq: Document operating-points-v2-krait-cpu

[PATCH v5 0/6] dt-bindings: add bindings for USB physical connector
 2018-03-05 22:14 UTC  (3+ messages)
  ` [PATCH v5 1/6] "

[PATCH v4 00/38] DRM Rockchip rk3399 (Kevin)
 2018-03-05 22:12 UTC 

[PATCH] ipv6: ndisc: use true and false for boolean values
 2018-03-05 22:11 UTC 

[PATCH v11 0/8] perf: Support for ARM DynamIQ Shared Unit
 2018-03-05 22:10 UTC  (11+ messages)
` [PATCH v11 8/8] perf: ARM DynamIQ Shared Unit PMU support

[PATCH RFC v9 0/7] Introduce the STACKLEAK feature and a test for it
 2018-03-05 22:07 UTC  (8+ messages)
` [PATCH RFC v9 4/7] x86/entry: Erase kernel stack in syscall_trace_enter()

[PATCH v2] perf/core: Add support for PMUs that can be read from more than 1 CPU
 2018-03-05 22:06 UTC  (5+ messages)

[PATCH] caif_dev: use true and false for boolean values
 2018-03-05 22:05 UTC 

[PATCH 00/34 v3] PTI support for x32
 2018-03-05 22:03 UTC  (10+ messages)
` [PATCH 07/34] x86/entry/32: Restore segments before int registers

[PATCH v2] scsi: ufs-qcom: add number of lanes for Tx and Rx links
 2018-03-05 22:02 UTC  (2+ messages)

[PATCH] ipvs: use true and false for boolean values
 2018-03-05 21:35 UTC 

aio poll, io_pgetevents and a new in-kernel poll API V5
 2018-03-05 21:51 UTC  (5+ messages)
` [PATCH 08/36] aio: implement io_pgetevents
` [PATCH 14/36] aio: implement IOCB_CMD_POLL

[RFC V2 0/3] perf stat: improvements for handling of multiple PMUs
 2018-03-05 21:51 UTC  (9+ messages)
` [RFC V2 1/3] perf, tools: Support wildcards on pmu name in dynamic pmu events


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