All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-18 09:09:43 to 2018-06-18 09:47:14 UTC [more...]

[PATCH 4.16 000/279] 4.16.17-stable review
 2018-06-18  9:37 UTC  (51+ messages)
` [PATCH 4.16 141/279] ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
` [PATCH 4.16 149/279] hexagon: add memset_io() helper
` [PATCH 4.16 151/279] scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
` [PATCH 4.16 154/279] pinctrl: cherryview: Associate IRQ descriptors to irqdomain
` [PATCH 4.16 158/279] parisc: drivers.c: Fix section mismatches
` [PATCH 4.16 161/279] kthread, sched/wait: Fix kthread_parkme() completion issue
` [PATCH 4.16 162/279] arm64: tegra: Make BCM89610 PHY interrupt as active low
` [PATCH 4.16 164/279] iommu/vt-d: fix shift-out-of-bounds in bug checking
` [PATCH 4.16 169/279] ARM: OMAP1: ams-delta: fix deferred_fiq handler
` [PATCH 4.16 170/279] ARM: dts: correct missing "compatible" entry for ti81xx SoCs
` [PATCH 4.16 171/279] usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
` [PATCH 4.16 174/279] IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure
` [PATCH 4.16 175/279] IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
` [PATCH 4.16 176/279] IB/mlx4: Fix integer overflow when calculating optimal MTT size
` [PATCH 4.16 178/279] spi: bcm2835aux: ensure interrupts are enabled for shared handler
` [PATCH 4.16 182/279] bpf: use array_index_nospec in find_prog_type
` [PATCH 4.16 185/279] gcc-plugins: fix build condition of SANCOV plugin
` [PATCH 4.16 191/279] drm/vc4: Fix oops dereferencing DPIs connector since panel_bridge
` [PATCH 4.16 193/279] drm/omap: fix uninitialized ret variable
` [PATCH 4.16 196/279] drm/omap: handle alloc failures in omap_connector
` [PATCH 4.16 197/279] nvme: fix use-after-free in nvme_free_ns_head
` [PATCH 4.16 200/279] mac80211: use timeout from the AddBA response instead of the request
` [PATCH 4.16 202/279] net: aquantia: driver should correctly declare vlan_features bits
` [PATCH 4.16 203/279] net: aquantia: Limit number of vectors to actually allocated irqs
` [PATCH 4.16 206/279] HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
` [PATCH 4.16 207/279] arm64: Add MIDR encoding for NVIDIA CPUs
` [PATCH 4.16 208/279] cifs: Allocate validate negotiation request through kmalloc
` [PATCH 4.16 212/279] tipc: eliminate KMSAN uninit-value in strcmp complaint
` [PATCH 4.16 215/279] cxgb4: copy mbox log size to PF0-3 adap instances
` [PATCH 4.16 218/279] rxrpc: Fix the min security level for kernel calls
` [PATCH 4.16 219/279] ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
` [PATCH 4.16 223/279] sh: switch to NO_BOOTMEM
` [PATCH 4.16 226/279] net sched actions: fix invalid pointer dereferencing if skbedit flags missing
` [PATCH 4.16 227/279] lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
` [PATCH 4.16 228/279] init: fix false positives in W+X checking
` [PATCH 4.16 232/279] uprobes/x86: Prohibit probing on MOV SS instruction
` [PATCH 4.16 236/279] x86/selftests: Add mov_to_ss test
` [PATCH 4.16 238/279] x86/pkeys/selftests: Stop using assert()
` [PATCH 4.16 240/279] x86/pkeys/selftests: Avoid printf-in-signal deadlocks
` [PATCH 4.16 243/279] x86/pkeys/selftests: Add PROT_EXEC test
` [PATCH 4.16 247/279] x86/pkeys/selftests: Add a test for pkey 0
` [PATCH 4.16 250/279] afs: Fix server rotations handling of fileserver probe failure
` [PATCH 4.16 251/279] mtd: Fix comparison in map_word_andequal()
` [PATCH 4.16 253/279] afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
` [PATCH 4.16 258/279] i2c: pmcmsp: return message count on master_xfer success
` [PATCH 4.16 260/279] i2c: viperboard: "
` [PATCH 4.16 261/279] ARM: davinci: dm646x: fix timer interrupt generation
` [PATCH 4.16 269/279] drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()
` [PATCH 4.16 277/279] ARM: kexec: fix kdump register saving on panic()

[Qemu-devel] [RFC v2 0/6] hw/arm: Add support for non-contiguous iova regions
 2018-06-18  9:46 UTC  (9+ messages)
` [Qemu-devel] [RFC v2 6/6] hw/arm: Populate non-contiguous memory regions

[U-Boot] tpm TIS TPMv2.0
 2018-06-18  9:47 UTC  (10+ messages)

[PATCH v7 REBASED 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-06-18  9:46 UTC  (13+ messages)
` [PATCH v7 REBASED 01/17] list_lru: Combine code under the same define
` [PATCH v7 REBASED 02/17] mm: Introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
` [PATCH v7 REBASED 03/17] mm: Assign id to every memcg-aware shrinker
` [PATCH v7 REBASED 04/17] memcg: Move up for_each_mem_cgroup{, _tree} defines
` [PATCH v7 REBASED 05/17] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v7 REBASED 06/17] mm: Refactoring in workingset_init()
` [PATCH v7 REBASED 07/17] fs: Refactoring in alloc_super()
` [PATCH v7 REBASED 08/17] fs: Propagate shrinker::id to list_lru
` [PATCH v7 REBASED 09/17] list_lru: Add memcg argument to list_lru_from_kmem()
` [PATCH v7 REBASED 10/17] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH v7 REBASED 11/17] list_lru: Pass lru "
` [PATCH v7 REBASED 12/17] mm: Export mem_cgroup_is_root()

usb: dwc3: of-simple: fix use-after-free on remove
 2018-06-18  9:47 UTC 

[Qemu-devel] [PATCH qemu v4] memory/hmp: Print owners/parents in "info mtree"
 2018-06-18  9:46 UTC  (2+ messages)

Lazy FPU restoration / moving kernel_fpu_end() to context switch
 2018-06-18  9:44 UTC  (5+ messages)

[PATCH v4 0/2] drm/rockchip: try to fix vblank hang resulting from iommu irq change
 2018-06-18  9:44 UTC  (4+ messages)
` [PATCH v4 1/2] drm/rockchip: vop: split out core clock enablement into separate functions

[patch V3 00/12] SMT control knobs
 2018-06-18  9:42 UTC  (4+ messages)
` [patch V3 12/12] x86/apic: Ignore secondary threads if nosmt=force
  ` [MODERATED] "

[PATCH 0/7] MIPS: intel: add initial support for Intel MIPS SoCs
 2018-06-18  9:42 UTC  (7+ messages)
` [PATCH 1/7] MIPS: dts: Add aliases node for lantiq danube serial
` [PATCH 4/7] tty: serial: lantiq: Always use readl()/writel()

[PATCH] drm/i915/execlists: Pull the w/a LRI emission into a helper
 2018-06-18  9:41 UTC 

Draft of Git Rev News edition 40
 2018-06-18  9:41 UTC 

[PATCH 1/2] mtd: m25p80: Remove unneeded m25p->command field
 2018-06-18  9:41 UTC  (4+ messages)
` [PATCH 2/2] mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)

Inquiry for adding PID to Cp2102 driver
 2018-06-18  9:40 UTC 

BUG: drivers/pinctrl/core: races in pinctrl_groups and deferred probing
 2018-06-18  9:29 UTC  (12+ messages)
          ` [Letux-kernel] "

[PATCH v7 REBASED 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-06-18  9:39 UTC  (2+ messages)
` [PATCH v7 REBASED 01/17] list_lru: Combine code under the same define

Oops with i915
 2018-06-18  9:39 UTC  (2+ messages)

[PATCH] printk/nmi: Prevent deadlock when serializing NMI backtraces
 2018-06-18  9:39 UTC  (7+ messages)

[PATCH v3 0/2] drm/rockchip: try to fix vblank hang resulting from iommu irq change
 2018-06-18  9:38 UTC  (5+ messages)
` [PATCH v3 2/2] drm/rockchip: vop: fix irq disabled after vop driver probed

[PATCH 0/2] implement VXLAN/NVGRE Encap/Decap in testpmd
 2018-06-18  9:38 UTC  (4+ messages)
` [PATCH v2 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap

[PATCH] media: stm32-dcmi: simplify of_node_put usage
 2018-06-18  9:36 UTC  (4+ messages)

Inquiry for adding PID to Cp2102 driver
 2018-06-18  9:37 UTC 

Add gstwebrtcdsp to gstreamer plugins
 2018-06-18  9:37 UTC 

[PATCH v5 00/18] staging: mt7621-gpio: last cleanups
 2018-06-18  9:36 UTC  (19+ messages)
` [PATCH v5 01/18] staging: mt7621-gpio: make use 'bgpio_init' from GPIO_GENERIC
` [PATCH v5 02/18] staging: mt7621-gpio: avoid including 'gpio.h'
` [PATCH v5 03/18] staging: mt7621-gpio: make use of 'builtin_platform_driver'
` [PATCH v5 04/18] staging: mt7621-gpio: implement '.irq_[request|release]_resources' functions
` [PATCH v5 05/18] staging: mt7621-gpio: add COMPILE_TEST
` [PATCH v5 06/18] staging: mt7621-gpio: add kerneldoc for state data containers
` [PATCH v5 07/18] staging: mt7621-gpio: implement high level and low level irqs
` [PATCH v5 08/18] staging: mt7621-gpio: avoid custom irq_domain for gpio
` [PATCH v5 09/18] staging: mt7621-gpio: remove no more necessary PIN_MASK macro
` [PATCH v5 10/18] staging: mt7621-gpio: update kerneldoc for state containers
` [PATCH v5 11/18] staging: mt7621-gpio: align indentation for all defines
` [PATCH v5 12/18] staging: mt7621-gpio: avoid check for NULL in 'to_mediatek_gpio' calls
` [PATCH v5 13/18] staging: mt7621-gpio: avoid to set up irqs if not defined in dts
` [PATCH v5 14/18] staging: mt7621-gpio: avoid one level indentation in interrupt handler
` [PATCH v5 15/18] staging: mt7621-gpio: set different names for each gpio_chip and irq_chip
` [PATCH v5 16/18] staging: mt7621-gpio: avoid long line in a comment
` [PATCH v5 17/18] staging: mt7621-gpio: update Kconfig with SoC details
` [PATCH v5 18/18] staging: mt7621-gpio: avoid use banks in device tree

[PATCH v2 0/2] Add R8A77980/Condor PCIe support
 2018-06-18  9:36 UTC  (4+ messages)

can we drop the comedi serial2002 drivers from staging?
 2018-06-18  9:35 UTC  (3+ messages)

[PATCH v3] Input: add bu21029 touch driver
 2018-06-18  9:35 UTC 

xen vtd : set msi guest_masked 0 by default
 2018-06-18  9:35 UTC  (2+ messages)
` [PATCH qemu-xen-traditional] xen/pt: allow QEMU to request MSI unmasking at bind time

Charge counter on droid 4
 2018-06-18  9:34 UTC  (7+ messages)

[PATCH 1/2] media: stm32-dcmi: drop unnecessary while(1) loop
 2018-06-18  9:34 UTC  (4+ messages)

[Printing-architecture] Next OP SC - Mon/Tue - 1/2 December 2008 - please join us
 2018-06-18  9:34 UTC  (2+ messages)
` [Printing-architecture] Last OP Meeting - Tue - 12 Jun 2018 - The Recording

usb: dwc3: of-simple: fix use-after-free on remove
 2018-06-18  9:33 UTC 

[PATCH 00/28] multipath-tools: improve config file handling
 2018-06-18  9:33 UTC  (4+ messages)
` [PATCH 15/28] libmultipath: merge hwentries inside a conf file

[PATCH v3 1/3] usb: gadget: ccid: add support for USB CCID Gadget Device
 2018-06-18  8:22 UTC  (5+ messages)

[PATCH v1 1/2] imx-rproc: dt: provide new remote-nodes option
 2018-06-18  9:32 UTC  (4+ messages)

[U-Boot] Please pull ARC changes
 2018-06-18  9:32 UTC  (2+ messages)
` [U-Boot] [uboot-snps-arc] "

[PATCH v4] PCI: improve host drivers compile test coverage
 2018-06-18  9:32 UTC  (8+ messages)
` [v4] "

[PATCH] btrfs: Fix a C compliance issue
 2018-06-18  9:31 UTC  (4+ messages)

[distros-debian-sid test] 74884: tolerable FAIL
 2018-06-18  9:30 UTC 

[rocko 0/1] omapdrmtest
 2018-06-18  9:30 UTC  (3+ messages)
` [rocko 1/1] omapdrmtest: Update SRCREV
  ` [EXTERNAL] "

[PATCH 0/2] efifb: Copy the ACPI BGRT boot graphics to the
 2018-06-18  9:30 UTC  (11+ messages)
` [PATCH 2/2] efifb: Copy the ACPI BGRT boot graphics to the framebuffer

[PATCH v2] staging: mt7621-gpio: avoid use banks in device tree
 2018-06-18  9:30 UTC  (3+ messages)

Inquiry for adding PID to Cp2102 driver
 2018-06-18  9:29 UTC 

Build regressions/improvements in v4.18-rc1
 2018-06-18  9:28 UTC  (4+ messages)

Inquiry for adding PID to Cp2102 driver
 2018-06-18  9:27 UTC 

[PATCH] soc: imx: gpc: fix PDN delay & improve readability
 2018-06-18  9:27 UTC  (2+ messages)

[U-Boot] [PATCH] configs: Lower Lamobo R1 DRAM clock rate to 384 MHz
 2018-06-18  9:26 UTC  (3+ messages)

[PATCH] Revert "drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE"
 2018-06-18  8:27 UTC  (2+ messages)

[U-Boot] [PATCH v1 1/2] x86: zImage: Move subarch assignment out of cmd_line check
 2018-06-18  9:22 UTC  (6+ messages)
` [U-Boot] [PATCH v1 2/2] x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters

[PATCH v4 0/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver
 2018-06-18  9:21 UTC  (10+ messages)
` [PATCH v4 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ FW bindings

[Qemu-devel] [PULL 0/3] Usb 20180618 patches
 2018-06-18  9:21 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] Revert "usb-ccid: fix bus leak"
` [Qemu-devel] [PULL 2/3] Revert "usb: release the created buses"
` [Qemu-devel] [PULL 3/3] Revert "bus: do not unref the added child bus on realize"

[PATCH] ARM: dts: rockchip: convert rk3288 to operating-points-v2
 2018-06-18  9:21 UTC  (3+ messages)

[PATCH v2 0/7] kmalloc-reclaimable caches
 2018-06-18  9:18 UTC  (8+ messages)
` [PATCH v2 1/7] mm, slab: combine kmalloc_caches and kmalloc_dma_caches
` [PATCH v2 2/7] mm, slab/slub: introduce kmalloc-reclaimable caches
` [PATCH v2 3/7] mm, slab: allocate off-slab freelists as reclaimable when appropriate
` [PATCH v2 4/7] dcache: allocate external names from reclaimable kmalloc caches
` [PATCH v2 5/7] mm: rename and change semantics of nr_indirectly_reclaimable_bytes
` [PATCH v2 6/7] mm, proc: add KReclaimable to /proc/meminfo
` [PATCH v2 7/7] mm, slab: shorten kmalloc cache names for large sizes

[ANN v2] Complex Camera Workshop - Tokyo - Jun, 19
 2018-06-18  9:19 UTC  (3+ messages)

[PATCH v2 0/2] cfg80211/mac80211: last ack signal support in station dump
 2018-06-18  9:18 UTC  (4+ messages)
` [PATCH v2 1/2] cfg80211: "

[PATCH 2/2] sched/fair: Advance global expiration when period timer is restarted
 2018-06-18  9:16 UTC 

[PATCH] drm/i915: Fix fallout of fake reset along resume
 2018-06-18  9:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] sched/fair: Fix bandwidth timer clock drift condition
 2018-06-18  9:16 UTC 

[PATCH 1/2] drm/i915/icl: Fix MG PLL setup when refclk is 38.4MHz
 2018-06-18  9:15 UTC  (3+ messages)

[PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a
 2018-06-18  9:14 UTC  (2+ messages)

[PATCH 4.14 000/189] 4.14.51-stable review
 2018-06-18  8:12 UTC  (12+ messages)
` [PATCH 4.14 001/189] clocksource/drivers/imx-tpm: Correct some registers operation flow
` [PATCH 4.14 004/189] x86: Add check for APIC access address for vmentry of L2 guests
` [PATCH 4.14 009/189] MIPS: io: Add barrier after register read in readX()
` [PATCH 4.14 011/189] isofs: fix potential memory leak in mount option parsing
` [PATCH 4.14 015/189] dt-bindings: pinctrl: sunxi: Fix reference to driver
` [PATCH 4.14 019/189] ASoC: rt5514: Add the missing register in the readable table
` [PATCH 4.14 021/189] soc: bcm: raspberrypi-power: Fix use of __packed
` [PATCH 4.14 032/189] scsi: target: fix crash with iscsi target and dvd
` [PATCH 4.14 033/189] netfilter: nf_tables: NAT chain and extensions require NF_TABLES
` [PATCH 4.14 035/189] ASoC: msm8916-wcd-analog: use threaded context for mbhc events
` [PATCH 4.14 039/189] blkcg: init root blkcg_gq under lock

[PATCH] media/i2c: add missing entity functions
 2018-06-18  9:12 UTC 

[PATCH] drm/i915: Enable provoking vertex fix on Gen9+ systems
 2018-06-18  9:12 UTC  (4+ messages)
` [PATCH] drm/i915: Enable provoking vertex fix on Gen9 systems

[PATCH] adv7180/tvp514x/tvp7002: fix entity function
 2018-06-18  9:12 UTC 

[Bug 200121] New: [amdgpu] DC: Unable to find connected outputs
 2018-06-18  9:10 UTC  (2+ messages)
` [Bug 200121] "

[PATCH] devfreq: rk3399_dmc: Fix duplicated opp table on reload
 2018-06-18  9:10 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.