linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 21:44:07 to 2019-12-10 01:48:11 UTC [more...]

[PATCH 0/6] input: elants: Support Asus TF300T touchscreen
 2019-12-10  1:48 UTC  (13+ messages)
` [PATCH 2/6] input: elants: support old touch report format
` [PATCH 3/6] input: elants: support common touchscreen DT properties
` [PATCH 1/6] input: elants: document some registers and values
` [PATCH 5/6] input: elants: refactor elants_i2c_execute_command()
` [PATCH 6/6] input: elants: read touchscreen size for EKTF3624
` [PATCH 4/6] input: elants: detect max_x/y from hardware

[PATCH RFC 0/1] Threaded handler uses irq affinity for when the interrupt is managed
 2019-12-10  1:43 UTC  (5+ messages)
` [PATCH RFC 1/1] genirq: Make threaded handler use irq affinity for managed interrupt

[PATCH v5 0/6] reorganize and add FADump sysfs files
 2019-12-10  1:42 UTC  (4+ messages)
` [PATCH v5 3/6] powerpc/fadump: reorganize /sys/kernel/fadump_* "

[PATCH 0/4] PM / devfreq: add possibility for delayed work
 2019-12-10  1:47 UTC  (5+ messages)
  ` [PATCH 1/4] PM / devfreq: reuse system workqueue machanism
  ` [PATCH 2/4] PM / devfreq: add possibility for delayed work

[PATCH v1] sdhci: tegra: Add workaround for Broadcom WiFi
 2019-12-10  1:40 UTC 

linux-next: build failure after merge of the selinux tree
 2019-12-10  1:40 UTC 

[PATCH V4] scsi: avoid potential deadlock in iscsi_if_rx func
 2019-12-10  1:39 UTC  (4+ messages)

[rcu:dev.2019.12.08a 37/105] net/tipc/crypto.c:261:39: error: implicit declaration of function 'lockdep_is_held'; did you mean 'lockdep_rtnl_is_held'?
 2019-12-10  1:38 UTC 

BUG: unable to handle kernel NULL pointer dereference in mem16_serial_out
 2019-12-10  1:38 UTC  (2+ messages)

[PATCH] hexagon: work around compiler crash
 2019-12-10  1:36 UTC  (3+ messages)

[PATCH] ASoC: cs42l42: add missed regulator_bulk_disable in remove and fix probe failure
 2019-12-10  1:32 UTC  (5+ messages)

Add initial support for Ingenic X1000 SoC and Y&A CU Neo board v7
 2019-12-10  1:30 UTC  (7+ messages)
` [PATCH v7 5/6] MIPS: X1000: Add missing X1000 nodes
` [PATCH v7 6/6] MIPS: CU1000: Add devicetree & config with PDMA/MSC/RTC/WDT/NET enabled

[PATCH v2 24/28] drm/mediatek: hdmi: Use drm_bridge_init()
 2019-12-10  1:24 UTC  (2+ messages)

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-10  1:20 UTC  (5+ messages)

[PATCH 1/8] brcmfmac: reset two D11 cores if chip has two D11 cores
 2019-12-10  1:18 UTC  (11+ messages)
` [PATCH 2/8] brcmfmac: set F2 blocksize and watermark for 4359
` [PATCH 3/8] brcmfmac: fix rambase for 4359/9
` [PATCH 4/8] brcmfmac: make errors when setting roaming parameters non-fatal
` [PATCH 5/8] brcmfmac: add support for BCM4359 SDIO chipset
` [PATCH 6/8] brcmfmac: add RSDB condition when setting interface combinations
` [PATCH 7/8] brcmfmac: not set mbss in vif if firmware does not support MBSS
` [PATCH 8/8] arm64: dts: rockchip: RockPro64: enable wifi module at sdio0

[PATCH v5 0/8] VT-d Native Shared virtual memory cleanup and fixes
 2019-12-10  1:14 UTC  (3+ messages)

[PATCH 0/2] Hexagon fixes
 2019-12-10  1:05 UTC  (5+ messages)
` [PATCH 1/2] hexagon: define ioremap_uc
` [PATCH 2/2] hexagon: parenthesize registers in asm predicates

[PATCH v1 2/3] fs/proc/page.c: allow inspection of last section and fix end detection
 2019-12-10  1:04 UTC  (3+ messages)

[PATCH] ACPI/HMAT: Fix the parsing of Cache Associativity and Write Policy
 2019-12-10  1:04 UTC  (3+ messages)

[RFC/PATCH] printk: Fix preferred console selection with multiple matches
 2019-12-10  0:57 UTC 

[PATCH] arm64: allwinner: Enable Bluetooth and WiFi on sopine baseboard
 2019-12-10  0:56 UTC  (3+ messages)

[rcu] ed93dfc6bc: stress-ng.icache.ops_per_sec -15.0% regression
 2019-12-10  0:57 UTC  (4+ messages)

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

[PATCH v2] scsi: ufs: Update L4 attributes on manual hibern8 exit in Cadence UFS
 2019-12-10  0:54 UTC  (2+ messages)

[PATCH v3 00/15] Move PMC clocks into Tegra PMC driver
 2019-12-10  0:54 UTC  (18+ messages)
` [PATCH v3 03/15] soc: tegra: Add Tegra PMC clock registrations into "
` [PATCH v3 08/15] ASoC: tegra: Add audio mclk control through clk_out_1 and extern1

[PATCH 4.14 000/209] 4.14.158-stable review
 2019-12-10  0:52 UTC  (8+ messages)

[PATCH v2] scsi: ufs: delete unused structure filed tr
 2019-12-10  0:51 UTC  (2+ messages)

[PATCH] iio:adc:ad7923: Add support for the ad7908/ad7918/ad7928
 2019-12-10  0:47 UTC  (3+ messages)

[PATCH] hugetlbfs: Disable IRQ when taking hugetlb_lock in set_max_huge_pages()
 2019-12-10  0:46 UTC  (3+ messages)

cputime takes cstate into consideration
 2019-12-10  0:44 UTC  (10+ messages)

[PATCH] mwifiex: start out with BSS type ANY, not STA
 2019-12-10  0:41 UTC  (2+ messages)

[PATCH v0] irqchip/gic-v3: Avoid check of lpi configuration for non existent cpu
 2019-12-10  0:39 UTC  (2+ messages)

[PATCH] mwifiex: delete unused mwifiex_get_intf_num()
 2019-12-10  0:39 UTC 

[PATCH v2 0/1] ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron
 2019-12-10  0:32 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCHv1 2/2] usb: gadget: add udc driver for max3420
 2019-12-10  0:31 UTC 

[PATCHv1 1/2] dt-bindings: max3421-udc: add dt bindings for MAX3420 UDC
 2019-12-10  0:31 UTC 

[PATCH][resend] sh: kgdb: Mark expected switch fall-throughs
 2019-12-10  0:27 UTC  (2+ messages)
` [PATCH] "

[PATCH v2 0/5] PLX Switch DMA Engine Driver
 2019-12-10  0:24 UTC  (6+ messages)
` [PATCH v2 1/5] dmaengine: Store module owner in dma_device struct
` [PATCH v2 2/5] dmaengine: Call module_put() after device_free_chan_resources()
` [PATCH v2 3/5] dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton
` [PATCH v2 4/5] dmaengine: plx-dma: Implement hardware initialization and cleanup
` [PATCH v2 5/5] dmaengine: plx-dma: Implement descriptor submission

[PATCH v4 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2019-12-10  0:19 UTC  (5+ messages)

[PATCH 0/2] Add iProc IDM device support
 2019-12-10  0:19 UTC  (5+ messages)

[PATCH net-next] enetc: add software timestamping
 2019-12-10  0:15 UTC 

WARNING in arch_install_hw_breakpoint
 2019-12-10  0:10 UTC  (3+ messages)

[PATCH] ASoC: simple-card: Don't create separate link when platform is present
 2019-12-10  0:09 UTC  (2+ messages)

[PATCH] scsi: ufs: Disable autohibern8 feature in Cadence UFS
 2019-12-10  0:05 UTC  (2+ messages)

[PATCH resend] scsi: smartpqi: add missed free_irq in suspend
 2019-12-10  0:06 UTC  (2+ messages)

[PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for dcfg
 2019-12-10  0:06 UTC  (2+ messages)

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-10  0:03 UTC  (7+ messages)
` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops

[RFC v1 0/2] um: drop broken features to fix allyesconfig
 2019-12-10  0:02 UTC  (8+ messages)
` [RFC v1 1/2] um: drivers: remove support for UML_NET_PCAP

linux-next: manual merge of the selinux tree with the keys tree
 2019-12-09 23:55 UTC  (2+ messages)

[PATCH v4 00/11] soundwire: update ASoC interfaces
 2019-12-09 23:55 UTC  (12+ messages)
` [PATCH v4 01/11] soundwire: sdw_slave: add probe_complete structure and new fields
` [PATCH v4 02/11] soundwire: sdw_slave: add enumeration_complete structure
` [PATCH v4 03/11] soundwire: sdw_slave: add initialization_complete definition
` [PATCH v4 04/11] soundwire: sdw_slave: track unattach_request to handle all init sequences
` [PATCH v4 05/11] soundwire: intel: update interfaces between ASoC and SoundWire
` [PATCH v4 06/11] soundwire: intel: update stream callbacks for hwparams/free stream operations
` [PATCH v4 07/11] soundwire: intel: update headers for interrupts
` [PATCH v4 08/11] soundwire: intel: add link_list to handle interrupts with a single thread
` [PATCH v4 09/11] soundwire: intel: add prototype for WAKEEN interrupt processing
` [PATCH v4 10/11] soundwire: intel: add mutex for shared SHIM register access
` [PATCH v4 11/11] soundwire: intel: add clock stop quirks

[PATCH] scsi: ufs: Give an unique ID to each ufs-bsg
 2019-12-09 23:53 UTC 

KASAN: slab-out-of-bounds Read in hid_field_extract
 2019-12-09 23:46 UTC  (2+ messages)

[PATCH v3 0/9] SoC and defconfig support for SAM9X60
 2019-12-09 23:45 UTC  (2+ messages)

[PATCH v2 0/5] ls1028a: dts fixes and new board support
 2019-12-09 23:43 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: ls1028a: fix typo in TMU calibration data
` [PATCH v2 2/5] arm64: dts: ls1028a: add missing sai nodes
` [PATCH v2 3/5] dt-bindings: arm: fsl: add LS1028A based boards
` [PATCH v2 4/5] dt-bindings: arm: fsl: add Kontron sl28 boards
` [PATCH v2 5/5] arm64: dts: freescale: add Kontron sl28 support

[PATCH v4 1/3] dt-bindings: sdhci-of-at91: new compatible string and update properties
 2019-12-09 23:43 UTC  (3+ messages)
` [PATCH v4 3/3] ARM: dts: at91: sama5d2: set the sdmmc gclk frequency

[PATCH 1/2] dt-bindings: clock: document the fsl-sai driver
 2019-12-09 23:36 UTC  (4+ messages)

linux-next: manual merge of the keys tree with the vfs tree
 2019-12-09 23:34 UTC 

[PATCH v2 1/2] dt-bindings: clock: document the fsl-sai driver
 2019-12-09 23:33 UTC  (2+ messages)
` [PATCH v2 2/2] clk: fsl-sai: new driver

[PATCH] pwm: bcm2835: Allow building for ARCH_BRCMSTB
 2019-12-09 23:25 UTC 

[PATCH net-next 0/5] ethtool netlink interface, preliminary patches
 2019-12-09 23:21 UTC  (4+ messages)
` [PATCH net-next 1/5] rtnetlink: provide permanent hardware address in RTM_NEWLINK

single aio thread is migrated crazily by scheduler
 2019-12-09 23:17 UTC  (11+ messages)

[PATCH v1] uml: remove support for CONFIG_STATIC_LINK
 2019-12-09 23:15 UTC  (2+ messages)

[PATCH v2] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2019-12-09 23:13 UTC 

[PATCH] scsi:lpfc:Fix memory leak on lpfc_bsg_write_ebuf_set func
 2019-12-09 23:09 UTC  (2+ messages)

[PATCH] ACPI: PM: Avoid attaching ACPI PM domain to certain devices
 2019-12-09 23:03 UTC  (5+ messages)

[PATCH] arm64: dts: a1: add saradc controller
 2019-12-09 22:56 UTC  (2+ messages)

[PATCH] arm64: dts: meson-a1: add I2C nodes
 2019-12-09 22:54 UTC  (2+ messages)

[PATCH net-next v9 0/3] netdev: ndo_tx_timeout cleanup
 2019-12-09 22:43 UTC  (2+ messages)

[PATCH] fjes: fix missed check in fjes_acpi_add
 2019-12-09 22:42 UTC  (2+ messages)

[PATCH] ppp: Adjust indentation into ppp_async_input
 2019-12-09 22:38 UTC 

[PATCH] arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt
 2019-12-09 22:35 UTC  (2+ messages)

[PATCH net] af_packet: set defaule value for tmo
 2019-12-09 22:31 UTC  (2+ messages)

[PATCH][V2][RESEND] qed: remove redundant assignments to rc
 2019-12-09 22:28 UTC  (2+ messages)

[PATCH v2 -next] NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu()
 2019-12-09 22:27 UTC  (2+ messages)

[PATCH] net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory with different size"
 2019-12-09 22:26 UTC  (2+ messages)

[PATCH] dt-bindings: reset: meson8b: fix duplicate reset IDs
 2019-12-09 22:25 UTC  (2+ messages)

[PATCH RESEND v1 0/2] amlogic: meson-ee-pwrc: two small fixes
 2019-12-09 22:24 UTC  (2+ messages)

[PATCH 1/6] f2fs: call f2fs_balance_fs outside of locked page
 2019-12-09 22:23 UTC  (6+ messages)
` [PATCH 2/6] f2fs: declare nested quota_sem and remove unnecessary sems
` [PATCH 3/6] f2fs: keep quota data on write_begin failure
` [PATCH 4/6] f2fs: should avoid recursive filesystem ops
` [PATCH 5/6] f2fs: set GFP_NOFS when moving inline dentries
` [PATCH 6/6] f2fs: set I_LINKABLE early to avoid wrong access by vfs

KASAN: use-after-free Read in usbvision_v4l2_open
 2019-12-09 22:15 UTC 

[PATCH v6 0/3] pinctrl: meson-a1: add pinctrl driver
 2019-12-09 22:13 UTC  (4+ messages)
` [PATCH v6 3/3] arm64: dts: meson: a1: add pinctrl controller support

[RFC-next 0/1] Odroid C2: Enable DVFS for cpu
 2019-12-09 22:12 UTC  (2+ messages)

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-09 22:05 UTC  (13+ messages)
` [PATCH RFC 01/15] KVM: Move running VCPU from ARM to common code
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[PATCH] phy: ufs-qcom: Invert PCS ready logic for SDM845 UFS
 2019-12-09 22:00 UTC 

[PATCH 0/2] Revert patches fixing probing of interrupts
 2019-12-09 21:55 UTC  (6+ messages)

[PATCH] percpu_ref: Fix comment regarding percpu_ref_init flags
 2019-12-09 21:54 UTC 

[PATCH] lib/generic-radix-tree.c: remove unneeded __rcu
 2019-12-09 21:50 UTC 

[PATCH v3 0/3] reset: meson: add Meson-A1 SoC support
 2019-12-09 21:52 UTC  (3+ messages)
` [PATCH v3 1/3] arm64: dts: meson: add reset controller for Meson-A1 SoC

[PATCH v2 1/3] power_supply: Add additional health properties to the header
 2019-12-09 21:48 UTC  (2+ messages)

[PATCH] net: smc911x: Adjust indentation in smc911x_phy_configure
 2019-12-09 21:50 UTC 

[PATCH] can: tcan4x5x: Turn on the power before parsing the config
 2019-12-09 21:44 UTC  (3+ messages)

[PATCH v2] mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
 2019-12-09 21:44 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2 resend 00/13] phy: usb: Updates to Broadcom STB USB PHY driver
 2019-12-09 21:42 UTC  (12+ messages)
` [PATCH v2 resend 02/13] phy: usb: Get all drivers that use USB clks using correct enable/disable
` [PATCH v2 resend 03/13] phy: usb: Put USB phys into IDDQ on suspend to save power in S2 mode
` [PATCH v2 resend 05/13] phy: usb: Restructure in preparation for adding 7216 USB support
` [PATCH v2 resend 06/13] dt-bindings: Add Broadcom STB USB PHY binding document
` [PATCH v2 resend 07/13] phy: usb: Add support for new Synopsis USB controller on the 7216
` [PATCH v2 resend 08/13] phy: usb: Add support for new Synopsis USB controller on the 7211b0
` [PATCH v2 resend 09/13] phy: usb: fix driver to defer on clk_get defer
` [PATCH v2 resend 10/13] phy: usb: PHY's MDIO registers not accessible without device installed
` [PATCH v2 resend 11/13] phy: usb: bdc: Fix occasional failure with BDC on 7211
` [PATCH v2 resend 12/13] phy: usb: USB driver is crashing during S3 resume on 7216
` [PATCH v2 resend 13/13] phy: usb: Add support for wake and USB low power mode for 7211 S2/S5


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