linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-16 20:38:55 to 2018-07-17 04:01:31 UTC [more...]

[rcu:dev 211/211] kernel/rcu/rcutorture.c:212:5: sparse: symbol 'err_segs_recorded' was not declared. Should it be static?
 2018-07-17  4:03 UTC  (3+ messages)
` [RFC PATCH rcu] rcutorture: err_segs_recorded can be static

[PATCH v13 0/7] cgroup-aware OOM killer
 2018-07-17  3:59 UTC  (9+ messages)

[PATCH] drm/amdgpu/pm: Remove VLA usage
 2018-07-17  3:59 UTC  (2+ messages)

[PATCH] powerpc/msi: Remove VLA usage
 2018-07-17  3:56 UTC  (2+ messages)

[PATCH v13 2/2] Add oom victim's memcg to the oom context information
 2018-07-17  3:51 UTC  (4+ messages)

[PATCH 1/2] ARM: mxs_defconfig: use MXSFB DRM driver
 2018-07-17  3:47 UTC  (2+ messages)

[PATCH 0/2] ata: libahci: devslp fixes
 2018-07-17  3:43 UTC  (3+ messages)
` [PATCH 1/2] ata: libahci: Correct setting of DEVSLP register

[PATCH v2 0/2] Add support for the ConnectCore 6UL SOM and SBC Express
 2018-07-17  3:41 UTC  (2+ messages)

[PATCH 0/4] add crc64 calculation as kernel library
 2018-07-17  3:37 UTC  (13+ messages)
` [PATCH 1/4] lib/crc64: add crc64 option to lib/Kconfig
` [PATCH 2/4] lib: add crc64 calculation routines
` [PATCH 4/4] lib/test_crc: Add test cases for crc calculation

[PATCH V2] soc: imx: gpc: restrict register range for regmap access
 2018-07-17  3:28 UTC 

[RFC PATCH] tg: count the sum wait time of an task group
 2018-07-17  3:28 UTC  (4+ messages)
` [PATCH] tg: show "
  ` [PATCH v2] "

[PATCH 0/4] spi: introduce SPI_CS_WORD mode flag
 2018-07-17  3:20 UTC  (5+ messages)
` [PATCH 1/4] spi: spi-bitbang: change flags from u8 to u16
` [PATCH 2/4] spi: add new SPI_CS_WORD flag
` [PATCH 3/4] spi: spi-davinci: Add support for SPI_CS_WORD
` [PATCH 4/4] iio: adc: ti-ads7950: use SPI_CS_WORD to reduce CPU usage

[PATCH 0/5] fix radix tree multi-order iteration race
 2018-07-17  3:18 UTC  (8+ messages)
` [PATCH 1/5] radix tree test suite: fix mapshift build target

[PATCH] x86/efi: Access EFI MMIO data as unencrypted when SEV is active
 2018-07-17  3:12 UTC  (4+ messages)

[PATCH v2 0/2] pinctrl: meson-g12a: add pinctrl driver support
 2018-07-17  3:06 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH] module: Add the print format of Elf_Addr for 32/64-bit compatibly
 2018-07-17  3:05 UTC 

[PATCH v5 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-07-17  2:59 UTC  (6+ messages)
` [PATCH v5 2/2] "

[PATCH v11 00/12] Add MSI-X support on pcitest tool
 2018-07-17  2:43 UTC  (3+ messages)
` [PATCH v11 10/12] pci_endpoint_test: Add 2 ioctl commands

[PATCH V2] ARM: dts: make pfuze switch always-on for imx platforms
 2018-07-17  2:40 UTC  (3+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2018-07-17  2:33 UTC 

[PATCH 00/39 v7] PTI support for x86-32
 2018-07-17  2:07 UTC  (2+ messages)

[PATCH 00/32 v2] staging: gasket: sundry fixes and fixups
 2018-07-17  2:09 UTC  (33+ messages)
` [PATCH 01/32] staging: gasket: remove X86 Kconfig restriction
` [PATCH 02/32] staging: gasket: fix typo in apex_enter_reset
` [PATCH 03/32] staging: gasket: fix typo in gasket_core.h comments
` [PATCH 04/32] staging: gasket: whitespace fix in gasket_page_table_init
` [PATCH 05/32] staging: gasket: remove driver registration on class creation failure
` [PATCH 06/32] staging: gasket: hold mutex on gasket driver unregistration
` [PATCH 07/32] staging: gasket: Return EBUSY on mapping create when already in use
` [PATCH 08/32] staging: gasket: Remove stale pointers on error allocating attr array
` [PATCH 09/32] staging: gasket: convert gasket_mmap_has_permissions to bool return
` [PATCH 10/32] staging: gasket: fix gasket_wait_with_reschedule timeout return code
` [PATCH 11/32] staging: gasket: gasket_wait_with_reschedule use msleep
` [PATCH 12/32] staging: gasket: gasket_wait_with_reschedule return when condition hit
` [PATCH 13/32] staging: gasket: gasket_wait_with_reschedule use 32 bits of retry count
` [PATCH 14/32] staging: gasket: bail out of reset sequence on device callback error
` [PATCH 15/32] staging: gasket: drop gasket_cdev_get_info, use container_of
` [PATCH 16/32] staging: gasket: always allow root open for write
` [PATCH 17/32] staging: gasket: annotate ioctl arg with __user
` [PATCH 18/32] staging: gasket: gasket_enable_dev remove unnecessary variable
` [PATCH 19/32] staging: gasket: remove code for no physical device
` [PATCH 20/32] staging: gasket: fix class create bug handling
` [PATCH 21/32] staging: gasket: remove unnecessary code in coherent allocator
` [PATCH 22/32] staging: gasket: don't treat no device reset callback as an error
` [PATCH 23/32] staging: gasket: gasket_mmap return error instead of valid BAR index
` [PATCH 24/32] staging: gasket: apex_clock_gating simplify logic, reduce indentation
` [PATCH 25/32] staging: gasket: apex_ioctl_check_permissions use bool return type
` [PATCH 26/32] staging: gasket: gasket page table functions "
` [PATCH 27/32] staging: gasket: remove else clause after return in if clause
` [PATCH 28/32] staging: gasket: fix comment syntax in apex.h
` [PATCH 29/32] staging: gasket: remove unnecessary parens in page table code
` [PATCH 30/32] staging: gasket: gasket_mmap use PAGE_MASK
` [PATCH 31/32] staging: gasket: remove extra parens in gasket_write_mappable_regions
` [PATCH 32/32] staging: gasket: fix multi-line comment syntax in gasket_core.h

[PATCH] net: cxgb3_main: fix potential Spectre v1
 2018-07-17  1:59 UTC 

Bug report about KASLR and ZONE_MOVABLE
 2018-07-17  1:51 UTC  (11+ messages)

[PATCH 0/4] perf tools: Fix top crashes
 2018-07-17  1:49 UTC  (5+ messages)
` [PATCH 1/4] perf tools: Fix struct comm_str removal crash

[RFC][PATCH 0/11] PIDTYPE_TGID and fewer fork restarts
 2018-07-17  1:48 UTC  (8+ messages)
` [RFC][PATCH 09/11] tty_io: Use do_send_sig_info in __do_SACK to forcibly kill tasks

[PATCH 00/10] iommu/vt-d: Add scalable mode support
 2018-07-17  1:47 UTC  (3+ messages)

[RFC PATCH 0/1] net: phy: skip autoneg of ethernet(fec) on network boot
 2018-07-17  1:47 UTC  (4+ messages)

[PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries
 2018-07-17  1:30 UTC  (13+ messages)

[PATCH 3/3] clk: meson-g12a: Add EE Clock controller driver
 2018-07-17  1:24 UTC  (3+ messages)

[PATCH 0/6] use irqsafe variant of refcount_dec_and_lock() / atomic_dec_and_lock()
 2018-07-17  0:37 UTC  (6+ messages)
` [PATCH 1/6] drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()
` [PATCH 3/6] bdi: Use refcount_t for reference counting instead atomic_t

[PATCH 4.17 00/67] 4.17.7-stable review
 2018-07-17  1:23 UTC  (4+ messages)
  ` [LTP] "

[PATCH 2/4] ntb: idt: Add basic hwmon sysfs interface
 2018-07-17  1:28 UTC  (3+ messages)

[PATCH v7 6/6] fs/dcache: Allow deconfiguration of negative dentry code to reduce kernel size
 2018-07-17  1:25 UTC  (2+ messages)

[PATCH v7 4/6] fs/dcache: Print negative dentry warning every min until turned off by user
 2018-07-17  1:24 UTC  (2+ messages)

[V9fs-developer] [PATCH] net/9p: Fix a deadlock case in the virtio transport
 2018-07-17  1:12 UTC  (7+ messages)

[PATCH] pinctrl/amd: fix gpio irq level in debugfs
 2018-07-17  1:07 UTC 

[RFC PATCH net-next] net: mvpp2: mvpp2_flow_get_hek_fields() can be static
 2018-07-17  1:18 UTC 

[net-next:master 598/621] drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c:621:5: sparse: symbol 'mvpp2_flow_get_hek_fields' was not declared. Should it be static?
 2018-07-17  1:17 UTC 

[RFC PATCH v2 0/4] sysfs interface to miscellaneous BMC controls and fields
 2018-07-17  1:04 UTC  (9+ messages)
` [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields

[RFC PATCH v2 0/4] x86/boot/KASLR: Parse ACPI table and limit kaslr in immovable memory
 2018-07-17  1:01 UTC  (4+ messages)
` [RFC PATCH v2 3/4] x86/boot/KASLR: Walk srat tables to filter "

[PATCHv3] lib/ratelimit: Lockless ratelimiting
 2018-07-17  0:59 UTC  (2+ messages)

[PATCH 1/2] pinctrl/amd: only handle irq if it is pending and unmasked
 2018-07-17  0:57 UTC  (2+ messages)
` [PATCH 2/2] pinctrl/amd: use byte access to clear irq/wake status bits

[PATCH v2 0/7] swap: THP optimizing refactoring
 2018-07-17  0:55 UTC  (8+ messages)
` [PATCH v2 1/7] swap: Add comments to lock_cluster_or_swap_info()
` [PATCH v2 2/7] mm/swapfile.c: Replace some #ifdef with IS_ENABLED()
` [PATCH v2 3/7] swap: Use swap_count() in swap_page_trans_huge_swapped()
` [PATCH v2 4/7] swap: Unify normal/huge code path "
` [PATCH v2 5/7] swap: Unify normal/huge code path in put_swap_page()
` [PATCH v2 6/7] swap: Add __swap_entry_free_locked()
` [PATCH v2 7/7] swap, put_swap_page: Share more between huge/normal code path

[PATCH net-next v2 1/7] kernfs: allow creating kernfs objects with arbitrary uid/gid
 2018-07-17  1:04 UTC  (2+ messages)

[PATCH v2 0/7] swap: THP optimizing refactoring
 2018-07-17  0:51 UTC 

[PATCH net-next 4/5] net: mvpp2: debugfs: add entries for classifier flows
 2018-07-17  1:01 UTC  (2+ messages)

[RFC 0/2] compat: in_compat_syscall() differs on x86
 2018-07-17  0:50 UTC  (3+ messages)
` [RFC 1/2] x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
` [RFC 2/2] compat: Cleanup in_compat_syscall() callers

[PATCH v2] Fix zero-copy path in the 9p virtio transport
 2018-07-17  0:45 UTC  (2+ messages)

[PATCH net-next V2 0/8] Packed virtqueue support for vhost
 2018-07-17  0:45 UTC  (5+ messages)

[PATCH v1 0/2] mm: soft-offline: fix race against page allocation
 2018-07-17  0:27 UTC  (7+ messages)
` [PATCH v1 1/2] mm: fix race on soft-offlining free huge pages
` [PATCH v1 2/2] mm: soft-offline: close the race against page allocation

[PATCH 0/5] drm/nouveau: Fix a lot of nasty RPM bugs and deadlocks
 2018-07-16 23:59 UTC  (6+ messages)
` [PATCH 1/5] drm/nouveau: Prevent RPM callback recursion in suspend/resume paths
` [PATCH 2/5] drm/nouveau: Grab RPM ref while probing outputs
` [PATCH 3/5] drm/nouveau: Add missing RPM get/put() when probing connectors
` [PATCH 4/5] drm/nouveau: Grab RPM ref when i2c bus is in use
` [PATCH 5/5] drm/nouveau: Grab RPM ref when aux "

[PATCH] drm/nouveau: Fix bogus indenting in nouveau_hwmon.c
 2018-07-17  0:07 UTC 

[PATCH V5 2/2] scsi: ufs: Add configfs support for ufs provisioning
 2018-07-17  0:04 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-07-16 23:50 UTC  (4+ messages)
` [PATCH 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH] iio: adc: ti-ads7950: allow simultaneous use of buffer and direct mode
 2018-07-16 23:35 UTC 

[RFC PATCH 0/4] Fix dmtimer parent clock setup
 2018-07-16 23:21 UTC  (6+ messages)
` [RFC PATCH 1/4] ARM: dts: am33xx: Add all fck timer clocks
` [RFC PATCH 2/4] ARM: dts: am4372: "
` [RFC PATCH 3/4] ARM: dts: dm816x: "
` [RFC PATCH 4/4] timer-ti-dm: Fix omap_dm_timer_of_set_source()

[net-next, 3/3] tcp: convert icsk_user_timeout from jiffies to msecs
 2018-07-16 23:17 UTC  (3+ messages)

[Bisect] ext4_validate_inode_bitmap:98: comm stress-ng: Corrupt inode bitmap
 2018-07-16 23:13 UTC  (8+ messages)

[PATCH] perf/core: Fix crash when using HW tracing kernel filters
 2018-07-16 23:13 UTC 

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-16 23:12 UTC  (2+ messages)

[PATCH] drm/msm/display: negative x/y in cursor move
 2018-07-16 23:03 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] net: usb: rtl8150: demote allmulti message to dev_dbg()
 2018-07-16 22:58 UTC 

[PATCH v2 bpf 1/5] bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
 2018-07-16 22:57 UTC  (4+ messages)
` [PATCH v2 bpf 3/5] bpf: bpf_prog_array_free() should take "

[PATCH] bpf: allow BPF programs access skb_shared_info->gso_segs field
 2018-07-16 22:30 UTC  (2+ messages)

[PATCH v3] PCI: Check for PCIe downtraining conditions
 2018-07-16 22:28 UTC  (3+ messages)

[PATCH] fsinfo: Fix off-by-one bug
 2018-07-16 22:09 UTC  (2+ messages)

[PATCH 0/8] Introduce STPMU1 PMIC Driver
 2018-07-16 22:21 UTC  (7+ messages)
` [PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver
` [PATCH 1/8] dt-bindings: mfd: document stpmu1 pmic
` [PATCH 3/8] dt-bindings: regulator: document stpmu1 pmic regulators

[PATCH v2] datagram: return from __skb_recv_datagram() as soon as possible
 2018-07-16 22:17 UTC  (2+ messages)

[PATCH 01/12] kernel.h: Add for_each_if()
 2018-07-16 22:16 UTC  (11+ messages)
` [PATCH] "

[PATCH] x86/pci: Some buggy virtual functions incorrectly report 1 for intx
 2018-07-16 22:13 UTC  (3+ messages)

[PATCH 0/2] Add support for S805X based P241 Reference Design board
 2018-07-16 22:04 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: amlogic: Add support for GXL S805X and the P241 board

[PATCH 0/2] dt: thermal: Fix broken cooling-maps
 2018-07-16 22:02 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal: Allow multiple devices to share cooling map

KMS does not work on MSI B350M MORTAR with AMD Ryzen 3 2200g
 2018-07-16 22:00 UTC  (3+ messages)

[PATCH v2 0/2] mmc: add SDHCI OF Synopsys DWC MSHC dirver
 2018-07-16 21:59 UTC  (5+ messages)
` [PATCH v2 1/2] dt: bindings: Add bindings for SDHCI Synopsys DWC MSHC

[PATCH v3 1/2] leds: core: Introduce generic pattern interface
 2018-07-16 21:56 UTC  (11+ messages)
              `  "

[PATCH] perf/core: fix a possible deadlock scenario
 2018-07-16 21:51 UTC 

[PATCH] fs: don't let getdents return bogus names
 2018-07-16 21:47 UTC  (3+ messages)

[PATCH net V2 1/1] net/smc: take sock lock in smc_ioctl()
 2018-07-16 21:45 UTC  (2+ messages)

[PATCH 0/3] Add Amlogic Meson GX SoC Clock Measure Driver
 2018-07-16 21:45 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: amlogic: Add Internal Clock Measurer bindings

[PATCH v5 1/2] leds: core: Introduce generic pattern interface
 2018-07-16 21:43 UTC  (3+ messages)

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-07-16 21:37 UTC  (6+ messages)
` [PATCH v6 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v6 3/4] rtc: ds1307: add offset sysfs for mt41txx chips

[PATCH 00/14] dma-jz4780 improvements
 2018-07-16 21:33 UTC  (10+ messages)
` [PATCH 02/14] dmaengine: dma-jz4780: Separate chan/ctrl registers
` [PATCH 05/14] dmaengine: dma-jz4780: Add support for the JZ4740 SoC

[PATCH] x86/ioapic: Do not unmask io_apic when interrupt is in progress
 2018-07-16 21:32 UTC  (4+ messages)

[PATCH 00/18] staging: gasket: sundry fixes and fixups
 2018-07-16 21:28 UTC  (28+ messages)
` [PATCH 04/18] staging: gasket: device registration error and unregister fixups
` [PATCH 05/18] staging: gasket: sysfs mapping creation fixups
` [PATCH 06/18] staging: gasket: fix deadlock in pci driver unregister path
` [PATCH 10/18] staging: gasket: gasket_open use container_of()
` [PATCH 11/18] staging: gasket: always allow root open for write
` [PATCH 13/18] staging: gasket: gasket_enable_dev fixups

[PATCH] get_maintainer.pl: Add optional .get_maintainer.MAINTAINERS override
 2018-07-16 21:20 UTC  (11+ messages)

[PATCH 00/12] drm: add support for Cadence MHDP DPI/DP bridge
 2018-07-16 21:14 UTC  (3+ messages)
` [PATCH 10/12] dt-bindings: drm/bridge: Document Cadence MHDP bridge bindings

[PATCH net,v2] tcp: Fix broken repair socket window probe patch
 2018-07-16 21:08 UTC  (2+ messages)

[PATCH 1/4] leds: lm3692x: Update license header to SPDX
 2018-07-16 21:08 UTC  (3+ messages)
` [PATCH 3/4] dt: bindings: lm3692x: Update binding for LED sync control

[PATCH] backlight: pwm_bl: Fix uninitialized variable
 2018-07-16 21:02 UTC 

[PATCH v4] time: Fix extra sleeptime injection when suspend fails
 2018-07-16 21:01 UTC  (3+ messages)

[PATCH v2 00/14] mm: Asynchronous + multithreaded memmap init for ZONE_DEVICE
 2018-07-16 21:00 UTC  (3+ messages)
` [PATCH v2 05/14] mm, memremap: Up-level foreach_order_pgoff()

[PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container
 2018-07-16 20:58 UTC  (2+ messages)

[PATCH 0/4] phy: socionext: add new UniPhier USB PHY driver support
 2018-07-16 20:50 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: phy: add DT bindings for UniPhier USB3 PHY driver

[PATCH net-next] net: mscc: simplify retrieving the tag type from the frame header
 2018-07-16 20:44 UTC  (2+ messages)

[PATCH] net: ethernet: stmmac: fix documentation warning
 2018-07-16 20:43 UTC  (2+ messages)

[PATCH] net: stmmac: dwmac-sun8i: fix typo descrive => describe
 2018-07-16 20:43 UTC  (2+ messages)

[PATCH] perf kvm: Fix subcommands on s390
 2018-07-16 20:43 UTC  (3+ messages)

[PATCH 4/4 v4] perf stat: Add transaction flag (-T) support for s390
 2018-07-16 20:40 UTC  (2+ messages)

[PATCH 0/2] Fix crash due to vma_is_anonymous() false-positives
 2018-07-16 20:38 UTC  (9+ messages)
` [PATCH 1/2] mm: Fix "

cpu_no_speculation omissions?
 2018-07-16 20:38 UTC  (7+ messages)


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