linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-06 21:39:43 to 2018-12-07 03:06:26 UTC [more...]

[PATCH 0/2] Don’t leave executable TLB entries to freed pages
 2018-12-07  3:06 UTC  (16+ messages)
` [PATCH 1/2] vmalloc: New flag for flush before releasing pages

[PATCH] mm/alloc: fallback to first node if the wanted node offline
 2018-12-07  2:56 UTC  (12+ messages)

[PATCH V3 0/4] spi: lpspi: Add Slave Mode support for LPSPI
 2018-12-07  2:50 UTC  (5+ messages)
` [PATCH V3 1/4] spi: lpspi: Replace all "master" with "controller"
` [PATCH V3 2/4] spi: lpspi: Add slave mode support
` [PATCH V3 3/4] spi: lpspi: Let watermark change with send data length
` [PATCH V3 4/4] doc: lpspi: Document DT bindings for LPSPI slave mode

[PATCH v12 0/5] x86/boot/KASLR: Parse ACPI table and limit KASLR to choosing immovable memory
 2018-12-07  2:50 UTC  (5+ messages)
` [PATCH v12 1/5] x86/boot: Add get_acpi_rsdp() to parse RSDP in cmdline from KEXEC

[PATCH 0/2] put_user_page*(): start converting the call sites
 2018-12-07  2:45 UTC  (10+ messages)
` [PATCH 1/2] mm: introduce put_user_page*(), placeholder versions

[PATCH v2 0/3] PCIE support for i.MX8MQ
 2018-12-07  2:44 UTC  (3+ messages)

[PATCH -next] USB: serial: mos7840: remove set but not used variables 'number, serial'
 2018-12-07  2:50 UTC 

linux-next: build failure after merge of the rdma tree
 2018-12-07  2:41 UTC  (4+ messages)

linux-next: manual merge of the drm tree with the drm-fixes tree
 2018-12-07  2:38 UTC 

[PATCH] PCI: Add HXT vendor ID and ACS quirk
 2018-12-07  2:31 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: pciehp: Add HXT quirk for Command Completed errata

linux-next: manual merge of the drm tree with the drm-fixes tree
 2018-12-07  2:31 UTC 

[PATCH] clocksource: riscv_timer: Provide sched_clock
 2018-12-07  2:27 UTC  (3+ messages)

[PATCH v2 00/14] rtc: sun6i: clock rework and pre-H6 SoC support
 2018-12-07  2:25 UTC  (4+ messages)

[PATCH BUGFIX 0/2] bfq: fix unbalanced decrements causing loss of throughput
 2018-12-07  2:23 UTC  (2+ messages)

[PATCH v2 00/12] tracing: Unifying dynamic event interface
 2018-12-07  2:22 UTC  (7+ messages)
` [PATCH v2 01/12] tracing/uprobes: Add busy check when cleanup all uprobes
` [PATCH v2 10/12] tracing: Remove orphaned trace_add/remove_event_call functions

[PATCH v4] signal: add taskfd_send_signal() syscall
 2018-12-07  1:54 UTC  (24+ messages)

[PATCH] CIFS: Avoid returning EBUSY to upper layer VFS
 2018-12-07  1:47 UTC  (3+ messages)

linux-next: manual merge of the akpm-current tree with the powerpc tree
 2018-12-07  1:40 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2018-12-07  1:39 UTC 

[PATCH v3 1/1] drm: msm: Replace dma_map_sg with dma_sync_sg*
 2018-12-07  1:38 UTC  (11+ messages)

[git pull] drm fixes for 4.20-rc6
 2018-12-07  1:37 UTC 

[PATCH v2 perf,bpf 1/3] perf, bpf: Introduce PERF_RECORD_BPF_EVENT
 2018-12-07  1:34 UTC  (2+ messages)

[PATCH] vfat: don't read garbage after last dirent
 2018-12-07  1:34 UTC 

[PATCH] regulator: core: Clean enabling always-on regulators + their supplies
 2018-12-07  1:31 UTC  (2+ messages)

linux-next: build failure after merge of the thermal tree
 2018-12-07  1:24 UTC 

[RFC] avoid indirect calls for DMA direct mappings
 2018-12-07  1:21 UTC  (7+ messages)

[PATCH v2] powerpc/ptrace: replace ptrace_report_syscall() with a tracehook call
 2018-12-07  1:19 UTC  (6+ messages)
  ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH V10 0/4] blk-mq: refactor code of issue directly
 2018-12-07  1:18 UTC  (5+ messages)
` [PATCH V10 3/4] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests

[PATCH v3 00/24] locking/lockdep: Add support for dynamic keys
 2018-12-07  1:11 UTC  (25+ messages)
` [PATCH v3 01/24] lockdep tests: Display compiler warning and error messages
` [PATCH v3 02/24] lockdep tests: Fix shellcheck warnings
` [PATCH v3 03/24] lockdep tests: Improve testing accuracy
` [PATCH v3 04/24] lockdep tests: Run lockdep tests a second time under Valgrind
` [PATCH v3 05/24] liblockdep: Rename "trywlock" into "trywrlock"
` [PATCH v3 06/24] liblockdep: Add dummy print_irqtrace_events() implementation
` [PATCH v3 07/24] lockdep tests: Test the lockdep_reset_lock() implementation
` [PATCH v3 08/24] locking/lockdep: Declare local symbols static
` [PATCH v3 09/24] locking/lockdep: Inline __lockdep_init_map()
` [PATCH v3 10/24] locking/lockdep: Introduce lock_class_cache_is_registered()
` [PATCH v3 11/24] locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statement
` [PATCH v3 12/24] locking/lockdep: Make concurrent lockdep_reset_lock() calls safe
` [PATCH v3 13/24] locking/lockdep: Stop using RCU primitives to access all_lock_classes
` [PATCH v3 14/24] locking/lockdep: Make zap_class() remove all matching lock order entries
` [PATCH v3 15/24] locking/lockdep: Reorder struct lock_class members
` [PATCH v3 16/24] locking/lockdep: Retain the class key and name while freeing a lock class
` [PATCH v3 17/24] locking/lockdep: Free lock classes that are no longer in use
` [PATCH v3 18/24] locking/lockdep: Reuse list entries "
` [PATCH v3 19/24] locking/lockdep: Check data structure consistency
` [PATCH v3 20/24] locking/lockdep: Introduce __lockdep_free_key_range()
` [PATCH v3 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys
` [PATCH v3 22/24] locking/lockdep: Add support for dynamic keys
` [PATCH v3 23/24] kernel/workqueue: Use dynamic lockdep keys for workqueues
` [PATCH v3 24/24] lockdep tests: Test dynamic key registration

[PATCH v2] clocksource/drivers/fttmr010: fix invalid interrupt register access
 2018-12-07  1:13 UTC  (6+ messages)

[PATCH] riscv: remove unused variable in ftrace
 2018-12-07  1:07 UTC  (3+ messages)

[PATCH] thermal: uniphier: Convert to SPDX identifier
 2018-12-07  1:06 UTC 

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-12-07  1:05 UTC  (14+ messages)
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit

linux-next: manual merge of the jc_docs tree with the fscrypt tree
 2018-12-07  0:53 UTC 

[PATCH v5 0/2] Add new UniPhier PCIe host driver
 2018-12-07  0:53 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: PCI: Add UniPhier PCIe host controller description
` [PATCH v5 2/2] PCI: uniphier: Add UniPhier PCIe host controller support

[PATCH v2] tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe
 2018-12-07  0:49 UTC 

[PATCH] dt-bindings: sifive: describe sifive-blocks versioning
 2018-12-07  0:45 UTC  (3+ messages)

[PATCH] mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe
 2018-12-07  0:22 UTC  (3+ messages)

[RFC PATCH 00/14] Heterogeneous Memory System (HMS) and hbind()
 2018-12-07  0:20 UTC  (22+ messages)

[PATCH] nvme-rdma: complete requests from ->timeout
 2018-12-07  0:18 UTC  (4+ messages)

[PATCH 1/3] mwifiex: debugfs: correct histogram spacing, formatting
 2018-12-07  0:15 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC PATCH v2 1/2] mwifiex: refactor mwifiex_parse_htinfo() for reuse
 2018-12-07  0:12 UTC  (2+ messages)
` [RFC PATCH v2 2/2] mwifiex: add NL80211_STA_INFO_RX_BITRATE support

[PATCH] arm64: dts: sdm845: Add lpasscc node
 2018-12-07  0:08 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: qcom: sdm845: Add SD nodes
 2018-12-06 23:57 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: mmc: sdhci-msm: Clarify register requirements
` [PATCH v2 2/3] arm64: dts: qcom: sdm845: Add SD node
` [PATCH v2 3/3] arm64: dts: qcom: sdm845: Add SD nodes for sdm845-mtp

[PATCH] selftests/seccomp: Remove SIGSTOP si_pid check
 2018-12-06 23:50 UTC 

[PATCH] scsi: qla2xxx: deadlock by configfs_depend_item
 2018-12-06 23:48 UTC 

[LKP] [mm] ac5b2c1891: vm-scalability.throughput -61.3% regression
 2018-12-06 23:49 UTC  (16+ messages)
                        ` MADV_HUGEPAGE vs. NUMA semantic (was: Re: [LKP] [mm] ac5b2c1891: vm-scalability.throughput -61.3% regression)

[PATCH 0/3] drm: Add panel support for PDA 91-00156-A0
 2018-12-06 23:45 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: add vendor prefix for PDA Precision Design Associates, Inc
` [PATCH 2/3] dt-bindings: drm/panel: simple: add support for PDA 91-00156-A0

[PATCH 0/6] add system vulnerability sysfs entries
 2018-12-06 23:44 UTC  (7+ messages)
` [PATCH 1/6] arm64: kpti: move check for non-vulnerable CPUs to a function
` [PATCH 2/6] arm64: add sysfs vulnerability show for meltdown
` [PATCH 3/6] arm64: add sysfs vulnerability show for spectre v1
` [PATCH 4/6] arm64: add sysfs vulnerability show for spectre v2
` [PATCH 5/6] arm64: add sysfs vulnerability show for speculative store bypass
` [PATCH 6/6] arm64: enable generic CPU vulnerabilites support

Linux 4.20-rc5
 2018-12-06 23:42 UTC  (4+ messages)
` Linux 4.20-rc5: Lab setup broken by build-related x86 change

[PATCH v8 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-12-06 23:36 UTC  (14+ messages)
` [PATCH v8 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
            ` [Xen-devel] "
` [PATCH v8 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point

[PATCH v2 18/34] dt-bindings: arm: Convert FSL board/soc bindings to json-schema
 2018-12-06 23:33 UTC  (6+ messages)
` [PATCH v2 30/34] dt-bindings: arm: Convert Tegra "

[PATCH v6 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes
 2018-12-06 23:32 UTC  (6+ messages)
` [PATCH v6 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification
` [PATCH v6 2/5] phy: qcom-qmp: Utilize fully-specified DT registers
` [PATCH v6 3/5] arm64: dts: qcom: sdm845: add UFS controller
` [PATCH v6 4/5] arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp
` [PATCH v6 5/5] arm64: dts: qcom: sdm845: Add USB PHY lane two

[PATCH] auxdisplay: charlcd: fix x/y command parsing
 2018-12-06 23:18 UTC  (6+ messages)

[PATCH v2 0/5] Implement wake event support on Tegra186 and later
 2018-12-06 23:12 UTC  (5+ messages)
` [PATCH v2 2/5] genirq: Export irq_chip_set_wake_parent()

[PATCH] usb: dwc2: Revert "usb: dwc2: Disable all EP's on disconnect"
 2018-12-06 23:09 UTC  (5+ messages)

[PATCH 0/7] add platform/firmware keys support for kernel verification by IMA
 2018-12-06 23:09 UTC  (3+ messages)
` [PATCH 7/7] ima: Support platform keyring for kernel appraisal

[PATCH 0/9] dt-bindings: Firmware node binding for ZynqMP core
 2018-12-06 23:08 UTC  (5+ messages)

linux-next: bad merge in the y2038 tree
 2018-12-06 23:07 UTC  (3+ messages)

[PATCH] perf/x86/intel: Fix inaccurate period in context switch for auto-reload
 2018-12-06 23:04 UTC 

linux-next: manual merge of the risc-v tree with the dma-mapping tree
 2018-12-06 23:02 UTC 

[PATCH v3 0/8] HID: MS and Logitech high-resolution scroll wheel support
 2018-12-06 22:56 UTC  (3+ messages)
` [PATCH v3 1/8] Input: add `REL_WHEEL_HI_RES` and `REL_HWHEEL_HI_RES`

[PATCH] Input: restore EV_ABS ABS_RESERVED
 2018-12-06 22:56 UTC  (5+ messages)

siginfo pid not populated from ptrace?
 2018-12-06 22:55 UTC  (15+ messages)

[PATCH] perf script: Fix LBR skid dump problems in brstackinsn
 2018-12-06 22:52 UTC  (5+ messages)

[RFC PATCH v2 0/4] x86: Add vDSO exception fixup for SGX
 2018-12-06 22:50 UTC  (6+ messages)
` [RFC PATCH v2 1/4] x86/vdso: Add support for exception fixup in vDSO functions
` [RFC PATCH v2 2/4] x86/fault: Attempt to fixup unhandled #PF in vDSO before signaling
` [RFC PATCH v2 3/4] x86/traps: Attempt to fixup exceptions "
` [RFC PATCH v2 4/4] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions

linux-next: Signed-off-by missing for commit in the device-mapper tree
 2018-12-06 22:47 UTC 

[PATCH] aio: Convert ioctx_table to XArray
 2018-12-06 22:26 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the sound-asoc tree
 2018-12-06 22:24 UTC  (2+ messages)
` [PATCH v2] ASoC: max9867: Remove useless assignment

[PATCH 0/4][V4] drop the mmap_sem when doing IO in the fault path
 2018-12-06 22:24 UTC  (3+ messages)

[PATCH] scripts: add a tool to produce a compile_commands.json file
 2018-12-06 22:23 UTC 

linux-next: manual merge of the arm64 tree with Linus' tree
 2018-12-06 22:18 UTC 

[PATCH] PCI/P2PDMA: Match interface changes to devm_memremap_pages()
 2018-12-06 22:17 UTC  (3+ messages)

[GIT PULL] Uprobes: Fix kernel oops with delayed_uprobe_remove()
 2018-12-06 22:15 UTC  (3+ messages)

[PATCH v2] clk: qcom: smd: Add support for MSM8998 rpm clocks
 2018-12-06 22:11 UTC 

dmapool regression in next
 2018-12-06 22:10 UTC  (7+ messages)

[PATCH 4.19 00/41] 4.19.8-stable review
 2018-12-06 22:10 UTC  (2+ messages)

[PATCH 4.14 00/55] 4.14.87-stable review
 2018-12-06 22:09 UTC  (2+ messages)

[PATCH] leds: tlc591xx: fix device_node_continue.cocci warnings (fwd)
 2018-12-06 22:09 UTC  (2+ messages)

[PATCH 4.9 000/101] 4.9.144-stable review
 2018-12-06 22:08 UTC  (2+ messages)

[PATCH] Revert "clk: fix __clk_init_parent() for single parent clocks"
 2018-12-06 22:08 UTC  (6+ messages)

[PATCH] clk: qcom: smd: Add support for MSM8998 rpm clocks
 2018-12-06 22:08 UTC  (3+ messages)

[PATCH 0/1] userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registered
 2018-12-06 22:07 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/4] UniPhier I2C fixes
 2018-12-06 22:06 UTC  (2+ messages)

[PATCH 0/8] Remove CLK_IS_BASIC usage from clk drivers
 2018-12-06 22:03 UTC  (10+ messages)
` [PATCH 1/8] clk: renesas: Remove usage of CLK_IS_BASIC
` [PATCH 2/8] clk: st: "
` [PATCH 3/8] clk: axm5516: "
` [PATCH 4/8] clk: h8300: "
` [PATCH 5/8] clk: hisilicon: "
` [PATCH 6/8] clk: versatile: sp810: "
` [PATCH 7/8] clk: samsung: s3c2410: "
` [PATCH 8/8] clk: Loongson1: "

[patch v2 for-4.20] mm, thp: restore node-local hugepage allocations
 2018-12-06 22:00 UTC  (3+ messages)
  ` [patch for-4.20] Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"

[PATCH v2] power: supply: sc27xx: Save last battery capacity
 2018-12-06 21:58 UTC  (2+ messages)

[PATCH] Linux: Implement membarrier function
 2018-12-06 21:54 UTC 

[GIT PULL] Please pull NFS client changes
 2018-12-06 21:55 UTC 

[PATCH v10 0/8] Introduce on-chip interconnect API
 2018-12-06 21:53 UTC  (5+ messages)
` [PATCH v10 5/7] interconnect: qcom: Add sdm845 interconnect provider driver

[PATCH v2] staging: mt7621-mmc: Fix incompletely removed #if 0 block in sd.c
 2018-12-06 21:51 UTC  (2+ messages)

[PATCH 3/3] mm/mmu_notifier: contextual information for event triggering invalidation
 2018-12-06 21:51 UTC  (3+ messages)

[PATCH] PCI: controller: dwc: Make PCI_IMX6 depend on PCIEPORTBUS
 2018-12-06 21:41 UTC  (6+ messages)

[PATCH v4 00/10] steal tasks to improve CPU utilization
 2018-12-06 21:28 UTC  (2+ messages)
` [PATCH v4 05/10] sched/fair: Hoist idle_stamp up from idle_balance


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