linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-21 04:33:41 to 2019-11-21 08:52:24 UTC [more...]

[PATCH v8 0/3] PCI: Add Intel PCIe Driver and respective dt-binding yaml file
 2019-11-21  8:52 UTC  (4+ messages)
` [PATCH v8 2/3] dwc: PCI: intel: PCIe RC controller driver

[PATCH v4] arm64: zynqmp: Add ZynqMP SDHCI compatible string
 2019-11-21  8:51 UTC 

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-21  8:48 UTC  (38+ messages)
` [PATCH v7 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v7 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v7 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v7 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v7 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v7 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v7 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v7 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v7 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v7 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v7 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v7 16/24] net/xdp: "
` [PATCH v7 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v7 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v7 19/24] vfio, mm: "
` [PATCH v7 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v7 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v7 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v7 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v7 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH] xsk: fix xsk_poll()'s return type
 2019-11-21  8:49 UTC  (3+ messages)

[PATCH] intel_th: pci: Jasper Lake is not a PCH
 2019-11-21  8:49 UTC 

[PATCH v2] dt-bindings: watchdog: Convert stm32 watchdog bindings to json-schema
 2019-11-21  8:43 UTC 

[PATCH] spi: pic32: Retire dma_request_slave_channel_compat()
 2019-11-21  8:40 UTC  (3+ messages)

[PATCH v3] arm64: zynqmp: Add ZynqMP SDHCI compatible string
 2019-11-21  8:40 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add fragment for xilinx CAN driver
 2019-11-21  8:39 UTC 

man-pages-5.04 is released
 2019-11-21  8:38 UTC  (3+ messages)

[RFC 00/10] autonuma: Optimize memory placement in memory tiering system
 2019-11-21  8:38 UTC  (6+ messages)
` [RFC 10/10] autonuma, memory tiering: Adjust hot threshold automatically

linux-next: build failure after merge of the tip tree
 2019-11-21  8:36 UTC  (2+ messages)

[PATCH v2 0/5] GPIO & Hierarchy IRQ support for HiFive Unleashed
 2019-11-21  8:35 UTC  (10+ messages)
` [PATCH v2 1/5] genirq: introduce irq_domain_translate_onecell
` [PATCH v2 4/5] gpio: sifive: Add GPIO driver for SiFive SoCs
` [PATCH v2 5/5] riscv: dts: Add DT support for SiFive FU540 GPIO driver

linux-next: manual merge of the tip tree with the nfsd tree
 2019-11-21  8:35 UTC  (2+ messages)

[PATCH 1/1] sched: cfs_rq h_load might not update due to irq disable
 2019-11-21  8:30 UTC 

[PATCH 0/1] stm32_iwdg: set WDOG_HW_RUNNING at probe
 2019-11-21  8:28 UTC  (2+ messages)
` [PATCH 1/1] drivers: watchdog: "

[PATCH] watchdog: make DesignWare watchdog allow users to set bigger timeout value
 2019-11-21  8:21 UTC 

[PATCH] media: i2c: mt9v032: fix enum mbus codes and frame sizes
 2019-11-21  8:20 UTC  (2+ messages)

[PATCH v4 00/13] add the latest exfat driver
 2019-11-21  8:19 UTC  (16+ messages)
    ` [PATCH v4 01/13] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v4 02/13] exfat: add super block operations
    ` [PATCH v4 03/13] exfat: add inode operations
    ` [PATCH v4 04/13] exfat: add directory operations
    ` [PATCH v4 05/13] exfat: add file operations
    ` [PATCH v4 06/13] exfat: add exfat entry operations
    ` [PATCH v4 07/13] exfat: add bitmap operations
    ` [PATCH v4 08/13] exfat: add exfat cache
    ` [PATCH v4 09/13] exfat: add misc operations
    ` [PATCH v4 10/13] exfat: add nls operations
    ` [PATCH v4 11/13] exfat: add Kconfig and Makefile
    ` [PATCH v4 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
    ` [PATCH v4 13/13] MAINTAINERS: add exfat filesystem

[PATCH v2 0/2] drm/komeda: Add new product "D32" support
 2019-11-21  8:17 UTC  (3+ messages)
` [PATCH v2 1/2] drm/komeda: Update the chip identify
` [PATCH v2 2/2] drm/komeda: Enable new product D32 support

[PATCH v2 0/5] agp: minor fixes
 2019-11-21  8:14 UTC  (6+ messages)
` [PATCH v2 1/5] agp: remove unused variable size in agp_generic_create_gatt_table
` [PATCH v2 2/5] agp: move AGPGART_MINOR to include/linux/miscdevice.h
` [PATCH v2 3/5] agp: remove unused variable num_segments
` [PATCH v2 4/5] agp: Add bridge parameter documentation
` [PATCH v2 5/5] ia64: agp: Replace empty define with do while

[PATCH v3] lib: optimize cpumask_local_spread()
 2019-11-21  8:14 UTC  (9+ messages)

[PATCH 1/1] sched: panic, when call schedule with preemption disable
 2019-11-21  8:13 UTC 

[PATCH] serial: stm32: fix clearing interrupt error flags
 2019-11-21  8:10 UTC 

[PATCH 0/3] docs, parallelism: Rearrange how jobserver reservations are made
 2019-11-21  8:09 UTC  (5+ messages)
` [PATCH 2/3] docs, parallelism: Do not leak blocking mode to writer
` [PATCH 3/3] docs, parallelism: Rearrange how jobserver reservations are made

[PATCH] watchdog: make DesignWare watchdog allow users to set bigger timeout value
 2019-11-21  8:07 UTC  (5+ messages)

[PATCH] virtio pmem: fix async flush ordering
 2019-11-21  8:01 UTC  (7+ messages)

[PATCH v10 0/6] Enable split lock detection for real time and debug
 2019-11-21  8:00 UTC  (4+ messages)
` [PATCH v10 6/6] x86/split_lock: Enable split lock detection by kernel parameter

Injecting delays into block layer
 2019-11-21  8:00 UTC  (2+ messages)

[PATCH] drm/mgag200: Fix Kconfig indentation
 2019-11-21  7:50 UTC  (2+ messages)

[PATCH] ARM: dts: aspeed: Adding Facebook Yosemite V2 BMC
 2019-11-21  7:48 UTC  (4+ messages)

[PATCH v3 0/4] dma-mapping: introduce new dma unmap and sync variants
 2019-11-21  7:41 UTC  (3+ messages)

[PATCH] pinctrl: samsung: modularize samsung pinctrl driver
 2019-11-21  7:38 UTC  (2+ messages)

[PATCH v7 0/8] Add support for H6 PWM
 2019-11-21  7:36 UTC  (8+ messages)
` [PATCH v7 3/8] pwm: sun4i: Prefer "mod" clock to unnamed
` [PATCH v7 4/8] pwm: sun4i: Add an optional probe for bus clock
` [PATCH v7 5/8] pwm: sun4i: Add support to output source clock directly

generic DMA bypass flag
 2019-11-21  7:34 UTC  (7+ messages)

linux-next: build warning after merge of the net-next tree
 2019-11-21  7:34 UTC 

[PATCH] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-21  7:31 UTC  (5+ messages)

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-21  7:29 UTC  (2+ messages)

[PATCH] soc: mediatek: cmdq: avoid racing condition with mutex
 2019-11-21  7:29 UTC 

[PATCH v3 0/4] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2019-11-21  7:29 UTC  (4+ messages)
` [PATCH v3 4/4] dt-bindings: display: add IMX MIPI DSI host controller doc

[PATCH 0/3] crypto: atmel - Retire dma_request_slave_channel_compat()
 2019-11-21  7:27 UTC  (4+ messages)
` [PATCH 1/3] crypto: atmel-aes "
` [PATCH 2/3] crypto: atmel-sha "
` [PATCH 3/3] crypto: atmel-tdes "

[PATCH v2] tty: Fix Kconfig indentation
 2019-11-21  7:27 UTC  (4+ messages)

[PATCH] proc: align mnt_id in /proc/pid/fdinfo and /proc/pid/mountinfo
 2019-11-21  7:06 UTC 

2989f64510 ("dma-buf: Add selftests for dma-fence"): WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:524 __debug_object_init
 2019-11-21  7:26 UTC  (2+ messages)

[PATCH v2] char: Fix Kconfig indentation
 2019-11-21  7:21 UTC  (2+ messages)

[PATCH v2] staging: fwserial: Fix Kconfig indentation
 2019-11-21  7:21 UTC  (2+ messages)

[PATCH] KVM: arm: get rid of unused arg in cpu_init_hyp_mode()
 2019-11-21  7:15 UTC 

[PATCH v2] net: ipmr: fix suspicious RCU warning
 2019-11-21  7:15 UTC  (3+ messages)

[PATCH v4 0/6] arm/komeda: Add side_by_side support
 2019-11-21  7:12 UTC  (7+ messages)
` [PATCH v4 1/6] drm/komeda: Add side by side assembling
` [PATCH v4 2/6] drm/komeda: Add side by side plane_state split
` [PATCH v4 3/6] drm/komeda: Build side by side display output pipeline
` [PATCH v4 4/6] drm/komeda: Add side by side support for writeback
` [PATCH v4 5/6] drm/komeda: Update writeback signal for side_by_side
` [PATCH v4 6/6] drm/komeda: Expose side_by_side by sysfs/config_id

[GIT PULL] GPIO fixes for v5.4
 2019-11-21  7:11 UTC 

[PATCH] serial: serial_core: Perform NULL checks for break_ctl ops
 2019-11-21  7:11 UTC  (4+ messages)

[PATCH v6 0/8] Arasan SDHCI enhancements and ZynqMP Tap Delays Handling
 2019-11-21  7:08 UTC  (3+ messages)

[BUG] char: pcmcia: a possible concurrency double-free bug in rx_alloc_buffers()
 2019-11-21  7:07 UTC  (3+ messages)

[PATCH v2 7/8] thermal: mediatek: add another get_temp ops for thermal sensors
 2019-11-21  7:00 UTC 

[PATCH 0/6] sched/nohz: Make the rest of kcpustat vtime aware v3
 2019-11-21  6:58 UTC  (3+ messages)
` [PATCH 5/6] leds: Use all-in-one vtime aware kcpustat accessor

stable/linux-4.14.y bisection: boot on odroid-x2
 2019-11-21  6:58 UTC  (3+ messages)

[PATCH] xfs: optimise xfs_mod_icount/ifree when delta < 0
 2019-11-21  6:56 UTC  (10+ messages)

[PATCH 4.19 000/422] 4.19.85-stable review
 2019-11-21  6:54 UTC  (10+ messages)
` [PATCH 4.19 034/422] tee: optee: take DT status property into account
` [PATCH 4.19 065/422] ice: Fix and update driver version string
` [PATCH 4.19 127/422] i2c: mediatek: Use DMA safe buffers for i2c transactions

[PATCH] tmpfs: use ida to get inode number
 2019-11-21  6:45 UTC  (6+ messages)

[PATCH] drm/komeda: Remove unnecessary komeda_wb_connector_detect
 2019-11-21  6:33 UTC  (2+ messages)
`  "

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v3
 2019-11-21  6:19 UTC  (5+ messages)
` [PATCH v3 1/4] pinctrl: Ingenic: Fix bugs in X1000 and X1500
` [PATCH v3 2/4] pinctrl: Ingenic: Add missing parts for "
` [PATCH v3 3/4] dt-bindings: pinctrl: Add bindings for Ingenic X1830
` [PATCH v3 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830

[net-next, v2] seg6: allow local packet processing for SRv6 End.DT6 behavior
 2019-11-21  6:20 UTC  (2+ messages)

[PATCH] Use the macro CONFIG_I8259 to control whether to include the asm/i8259.h header file
 2019-11-21  6:17 UTC  (3+ messages)

[PATCH v4 1/2] powerpc/irq: bring back ksp_limit management in C functions
 2019-11-21  6:14 UTC  (3+ messages)
` [PATCH v4 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()

[PATCH] video: hyperv_fb: Fix hibernation for the deferred IO feature
 2019-11-21  6:04 UTC  (3+ messages)

[PATCH 4/4] x86/mm, pat: Rename pat_rbtree.c to pat_interval.c
 2019-11-21  6:03 UTC  (2+ messages)
` [tip: x86/mm] x86/mm/pat: "

[PATCH 1/4] x86/mm, pat: Convert pat tree to generic interval tree
 2019-11-21  6:03 UTC  (2+ messages)
` [tip: x86/mm] x86/mm/pat: Convert the PAT tree to a "

[PATCH 2/4] x86,mm/pat: Cleanup some of the local memtype_rb_* calls
 2019-11-21  6:03 UTC  (2+ messages)
` [tip: x86/mm] x86/mm/pat: Clean up some of the local memtype_rb_*() calls

[PATCH 3/4] x86,mm/pat: Drop rbt suffix from external memtype calls
 2019-11-21  6:03 UTC  (2+ messages)
` [tip: x86/mm] x86/mm/pat: Drop the rbt_ prefix from external memtype function names

[PATCH -tip v3 0/4] x86,mm/pat: Move towards using generic interval tree
 2019-11-21  5:57 UTC  (2+ messages)

Kernel 5.4 regression - memory leak in network layer
 2019-11-21  5:56 UTC  (6+ messages)
        ` [PATCH net] udp: drop skb extensions before marking skb stateless

INFO: trying to register non-static key in io_cqring_ev_posted
 2019-11-21  5:56 UTC  (2+ messages)

[PATCH v5 00/27] nfs: Mount API conversion
 2019-11-21  5:52 UTC  (3+ messages)
` [PATCH v5 15/27] nfs: get rid of ->set_security()

[PATCH] drivers: thermal: step_wise: add support for hysteresis
 2019-11-21  5:50 UTC 

[PATCH] fuse: Fix the return code of fuse_direct_IO() to deal with the error for aio
 2019-11-21  5:51 UTC  (2+ messages)

stable/linux-4.19.y bisection: boot on odroid-xu3
 2019-11-21  5:47 UTC 

[PATCH v2] cpufreq: Fix Kconfig indentation
 2019-11-21  5:33 UTC  (2+ messages)

[PATCH v2 00/11] thermal: clean up output of make W=1
 2019-11-21  5:32 UTC  (5+ messages)
` [PATCH v2 04/11] thermal: devfreq_cooling: Appease the kernel-doc deity
` [PATCH v2 08/11] thermal: samsung: "

[PATCH v3 0/4] Raspberry Pi 4 HWRNG Support
 2019-11-21  5:30 UTC  (3+ messages)

[PATCH] cpufreq: Fix Kconfig indentation
 2019-11-21  5:30 UTC  (2+ messages)

[PATCH v2 2/2] usb: overridable hub bInterval by device node
 2019-11-21  5:18 UTC 

[PATCH v2 1/2] dt-bindings: usb: add "hub,interval" property
 2019-11-21  5:17 UTC 

[RESEND PATCH] MAINTAINERS: update my e-mail address
 2019-11-21  5:12 UTC  (2+ messages)

[PATCH v2 0/2] usb: override hub device bInterval with device
 2019-11-21  5:06 UTC 

[PATCH] tracing: Remove unnecessary DEBUG_FS dependency
 2019-11-21  5:08 UTC  (2+ messages)

[PATCH v5 0/9] ARM: Realtek RTD1195/RTD1295/RTD1395 IRQ mux
 2019-11-21  5:02 UTC  (10+ messages)
` [PATCH v5 1/9] dt-bindings: interrupt-controller: Add Realtek RTD1195/RTD1295 mux
` [PATCH v5 2/9] irqchip: Add Realtek RTD1295 mux driver
` [PATCH v5 3/9] irqchip: rtd1195-mux: Implement irq_get_irqchip_state
` [PATCH v5 4/9] arm64: dts: realtek: rtd129x: Add irq muxes and UART interrupts
` [PATCH v5 5/9] irqchip: rtd1195-mux: Add RTD1195 definitions
` [PATCH v5 6/9] ARM: dts: rtd1195: Add irq muxes and UART interrupts
` [PATCH v5 7/9] dt-bindings: interrupt-controller: rtd1195-mux: Add RTD1395
` [PATCH v5 8/9] irqchip: rtd1195-mux: Add RTD1395 definitions
` [PATCH v5 9/9] arm64: dts: realtek: rtd139x: Add irq muxes and UART interrupts

[PATCH v6 2/2] i2c: npcm: Add Nuvoton NPCM I2C controller driver
 2019-11-21  4:55 UTC  (2+ messages)

[PATCH v5 0/4] usb: xhci: Add support for Renesas USB controllers
 2019-11-21  4:54 UTC  (2+ messages)

[GIT PULL] tpmdd updates for Linux v5.4
 2019-11-21  4:48 UTC  (2+ messages)

[PATCH] rcu: Fix missed wakeup of exp_wq waiters
 2019-11-21  4:36 UTC  (8+ 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).