linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 20:39:23 to 2019-12-10 00:19:30 UTC [more...]

[PATCH 0/6] input: elants: Support Asus TF300T touchscreen
 2019-12-10  0:19 UTC  (5+ messages)
` [PATCH 2/6] input: elants: support old touch report format
` [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 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  (13+ messages)
` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops
` [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region

[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

[PATCH v2 0/1] ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron
 2019-12-09 23:56 UTC  (5+ messages)
` [PATCH v2 1/1] "

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 

[PATCH] mwifiex: start out with BSS type ANY, not STA
 2019-12-09 23:51 UTC 

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-09 23:46 UTC  (28+ 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

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 1/8] brcmfmac: reset two D11 cores if chip has two D11 cores
 2019-12-09 23:29 UTC  (10+ 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] 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  (7+ messages)
` [PATCH net-next 1/5] rtnetlink: provide permanent hardware address in RTM_NEWLINK
` [PATCH net-next 5/5] ethtool: provide link mode names as a string set

[PATCH v3 00/15] Move PMC clocks into Tegra PMC driver
 2019-12-09 23:12 UTC  (21+ 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 v3 09/15] ASoC: tegra: Add fallback for audio mclk

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 V4] scsi: avoid potential deadlock in iscsi_if_rx func
 2019-12-09 23:11 UTC  (2+ messages)

[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 0/2] Hexagon fixes
 2019-12-09 22:29 UTC  (3+ messages)
` [PATCH 1/2] hexagon: define ioremap_uc
` [PATCH 2/2] hexagon: parenthesize registers in asm predicates

[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  (3+ 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] mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
 2019-12-09 21:44 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2 resend 00/13] phy: usb: Updates to Broadcom STB USB PHY driver
 2019-12-09 21:42 UTC  (14+ messages)
` [PATCH v2 resend 01/13] phy: usb: EHCI DMA may lose a burst of DMA data for 7255xA0 family
` [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 04/13] phy: usb: Add "wake on" functionality
` [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

[PATCH v2] misc: xilinx_sdfec: add missing __user annotation
 2019-12-09 21:37 UTC 

[PATCH v10 0/9] powerpc: Enabling IMA arch specific secure boot policies
 2019-12-09 21:36 UTC  (3+ messages)

[PATCH v2] misc: xilinx_sdfec: fix xsdfec_poll()'s return type
 2019-12-09 21:36 UTC 

[PROBLEM]: WARNING: lock held when returning to user space! (5.4.1 #16 Tainted: G )
 2019-12-09 21:34 UTC  (4+ messages)

[[RFC PATCH v1] 1/1] PCI: Add pci=nobbn to ignore ACPI _BBN method to override host bridge bus window
 2019-12-09 21:30 UTC 

[[RFC PATCH v1] 0/1] Add pci=nobbn to ignore ACPI _BBN method to override host bridge bus window
 2019-12-09 21:29 UTC 

[PATCH 0/6] Allow setting caching mode in arch_add_memory() for P2PDMA
 2019-12-09 21:27 UTC  (11+ messages)
` [PATCH 5/6] mm, memory_hotplug: Provide argument for the pgprot_t in arch_add_memory()

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

[[RFC PATCH v1] 0/1] Add pci=nobbn to ignore ACPI _BBN method to override host bridge bus window
 2019-12-09 21:22 UTC  (3+ messages)

[PATCH] net: tulip: Adjust indentation in {dmfe,uli526x}_init_module
 2019-12-09 21:22 UTC  (2+ messages)

[PATCH v8 00/19] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-12-09 21:22 UTC  (5+ messages)

[PATCH 3.16 00/72] 3.16.79-rc1 review
 2019-12-09 21:19 UTC  (3+ messages)
` [PATCH 3.16 10/72] video: of: display_timing: Add of_node_put() in of_get_display_timing()

One question about trusted key of keyring in Linux kernel
 2019-12-09 21:18 UTC  (12+ messages)

[PATCH] xen/pciback: Prevent NULL pointer dereference in quirks_show
 2019-12-09 21:21 UTC  (6+ messages)

[PATCH 05/13] PCI: cadence: Add read and write accessors to perform only 32-bit accesses
 2019-12-09 21:15 UTC  (2+ messages)

[PATCH v1 0/3] mm: fix max_pfn not falling on section boundary
 2019-12-09 21:15 UTC  (3+ messages)
` [PATCH v1 1/3] mm: fix uninitialized memmaps on a partially populated last section

[PATCH] xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
 2019-12-09 21:14 UTC  (3+ messages)

[PATCH v3 0/3] thermal: introduce by-name softlink
 2019-12-09 21:13 UTC  (4+ messages)
` [PATCH v3 1/3] thermal: prevent cooling device with no type to be registered

[PATCH] powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsize
 2019-12-09 21:12 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: tcan4x5x: Make wake-gpio an optional gpio
 2019-12-09 21:10 UTC  (9+ messages)
` [PATCH 2/2] net: m_can: Make wake-up gpio an optional

[PATCH 0/4] mmc: simplify WP/CD GPIO handling
 2019-12-09 21:09 UTC  (5+ messages)
` [PATCH 1/4] gpio: add gpiod_toggle_active_low()
` [PATCH 2/4] mmc: rework wp-gpio handling
` [PATCH 3/4] mmc: rework cd-gpio handling
` [PATCH 4/4] mmc: remove mmc_gpiod_request_*(invert_gpio)

[PATCH] driver core: Fix test_async_driver_probe if NUMA is disabled
 2019-12-09 20:59 UTC  (8+ messages)

[PATCH] HID: core: Adjust indentation in hid_add_device
 2019-12-09 20:55 UTC  (2+ messages)

[PATCH] drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable
 2019-12-09 20:52 UTC  (2+ messages)

[PATCH v2 4/4] samples: Add example of using PTRACE_GETFD in conjunction with user trap
 2019-12-09 20:46 UTC  (4+ messages)

lockdep warns: cpu_hotplug_lock.rw_sem --> slab_mutex --> kn->count#39
 2019-12-09 20:46 UTC  (3+ messages)

RFD: multithreading in padata
 2019-12-09 20:39 UTC  (3+ 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).